index
:
resp.git
llvm7
master
Resp programming language
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
llvm.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-13
Restructure as a source translation based compiler.
David Robillard
1
-49
/
+39
2010-04-08
Tuplr -> Resp (RESource Processing).
David Robillard
1
-8
/
+8
2009-12-13
Update for LLVM 2.6.
David Robillard
1
-65
/
+74
2009-10-16
Fix memory leaks.
David Robillard
1
-14
/
+22
2009-10-16
Compile top level definitions to globalas.
David Robillard
1
-1
/
+24
2009-10-16
. operator for destructuring Tuples (cons).
David Robillard
1
-2
/
+10
2009-10-16
Cons.
David Robillard
1
-6
/
+46
2009-10-15
Remove all use of ATuple::at().
David Robillard
1
-28
/
+38
2009-10-15
Replace more use of at(0) with head().
David Robillard
1
-6
/
+6
2009-10-15
Clean up function type system.
David Robillard
1
-4
/
+2
2009-10-15
Better error reporting for failed function compiles (print uncompilable type).
David Robillard
1
-1
/
+3
2009-10-14
Remove cruft.
David Robillard
1
-42
/
+0
2009-10-14
Remove unnecessary cenv.compile wrapper.
David Robillard
1
-7
/
+7
2009-10-13
Remove unnecessary CEnv.precompile.
David Robillard
1
-2
/
+0
2009-10-13
Cleanup, shrink.
David Robillard
1
-16
/
+16
2009-10-13
liftCall -> compileFunction.
David Robillard
1
-6
/
+8
2009-10-06
C backend.
David Robillard
1
-10
/
+5
2009-10-06
Move llvm.cpp back to where it came from...
David Robillard
1
-0
/
+424
2009-10-06
Rename gc and backend files to more library appropriate names (tuplr_ prefix).
David Robillard
1
-437
/
+0
2009-10-06
Remove debug dump stuff.
David Robillard
1
-3
/
+0
2009-10-06
Move argument substitution building from LLVM backend code to generic type code.
David Robillard
1
-37
/
+9
2009-10-06
Remove ugly use of llEngine everywhere.
David Robillard
1
-28
/
+26
2009-10-06
Split backend specific compilation functions from generic ones.
David Robillard
1
-109
/
+14
2009-10-06
Slightly more workingey first class functions.
David Robillard
1
-7
/
+19
2009-07-04
Tidy.
David Robillard
1
-3
/
+6
2009-07-03
Improved const correctness.
David Robillard
1
-9
/
+12
2009-07-03
Fix compilation with EXPLICIT_STACK_FRAMES.
David Robillard
1
-2
/
+2
2009-06-29
Normalise EOF.
David Robillard
1
-1
/
+0
2009-06-29
More documentation fixes.
David Robillard
1
-3
/
+3
2009-06-29
Build compiler documentation.
David Robillard
1
-0
/
+4
2009-06-28
Move code into src directory.
David Robillard
1
-0
/
+544