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
/
llvm.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-28
Fix type substitution.
David Robillard
1
-8
/
+31
2009-06-27
Better error messages.
David Robillard
1
-3
/
+4
2009-06-27
Re-enable other tests (poly, nest).
David Robillard
1
-5
/
+2
2009-06-27
Fix substitution of call argument types to generic function type to work with...
David Robillard
1
-2
/
+19
2009-06-27
Add nothing type.
David Robillard
1
-8
/
+13
2009-06-27
More CPS conversion work.
David Robillard
1
-1
/
+2
2009-06-26
More CPS conversion work.
David Robillard
1
-1
/
+1
2009-06-25
Sanify AST constructors.
David Robillard
1
-1
/
+1
2009-06-24
Funcs => AFn::Impls
David Robillard
1
-4
/
+4
2009-06-20
Make backend an object.
David Robillard
1
-94
/
+89
2009-06-20
Tidy.
David Robillard
1
-3
/
+4
2009-06-20
Clean separation between backend and CEnv (no more CEnv methods defined in ll...
David Robillard
1
-64
/
+31
2009-06-20
Remove redundant module pointer.
David Robillard
1
-3
/
+1
2009-06-20
More sanification of front/back end separation.
David Robillard
1
-67
/
+63
2009-06-20
Move alloc function to backend.
David Robillard
1
-9
/
+12
2009-06-20
Shorten AST names to match code names.
David Robillard
1
-9
/
+9
2009-06-20
Tidy.
David Robillard
1
-7
/
+1
2009-06-20
Fix building with explicit stack frames.
David Robillard
1
-9
/
+7
2009-06-20
Move eval and repl to tuplr.cpp (non-backend dependent code).
David Robillard
1
-118
/
+1
2009-06-20
Better abstraction for low-level code generation stuff (make repl and eval no...
David Robillard
1
-80
/
+82
2009-06-20
Accurate garbage collection of types without special (kludge) tag.
David Robillard
1
-0
/
+6
2009-06-20
Garbage collection of code-allocated stack frames.
David Robillard
1
-15
/
+26
2009-06-19
Remove crufty cons/car/cdr implementation that doesn't work anyway.
David Robillard
1
-88
/
+0
2009-06-19
Add quick kludgey test suite.
David Robillard
1
-2
/
+3
2009-06-19
Work towards garbage collection and explicitly managed stack frames.
David Robillard
1
-19
/
+82
2009-06-19
Factor out memory/GC related things from AST to Object.
David Robillard
1
-4
/
+4
2009-06-19
Primitive garbage collector for AST nodes.
David Robillard
1
-16
/
+38
2009-06-18
Rearrange Error order.
David Robillard
1
-12
/
+12
2009-06-18
Make source location mandatory parameter for Error.
David Robillard
1
-9
/
+9
2009-06-18
THROW_IF macro.
David Robillard
1
-5
/
+5
2009-06-18
Strip trailing whitespace.
David Robillard
1
-15
/
+15
2009-03-31
Fix polymorphic functions (somewhat).
David Robillard
1
-6
/
+4
2009-03-15
Fix functions with several expressions in their body.
David Robillard
1
-8
/
+9
2009-03-15
Fix REPL variable addressing.
David Robillard
1
-3
/
+5
2009-03-15
Let LLVM generate names.
David Robillard
1
-1
/
+1
2009-03-15
Remove stupid maybeLookup function.
David Robillard
1
-21
/
+8
2009-03-15
Abstract away (and prettify/shrink) dynamic_cast of AST objects.
David Robillard
1
-10
/
+9
2009-03-15
Set name of closures so defined functions are emitted with meaningful names.
David Robillard
1
-0
/
+3
2009-03-15
Redundant check.
David Robillard
1
-2
/
+0
2009-03-15
Remove duplicated code.
David Robillard
1
-50
/
+25
2009-03-15
Remove unnecessary code.
David Robillard
1
-13
/
+0
2009-03-15
Clean up ATuple, AType, Exp.
David Robillard
1
-5
/
+5
2009-03-15
Fix comparison operations with booleans.
David Robillard
1
-15
/
+15
2009-03-15
Fix polymorphism.
David Robillard
1
-10
/
+15
2009-03-15
Merge 'code' and 'type' environments.
David Robillard
1
-3
/
+3
2009-03-15
Make TEnv strictly keyed by ASymbol.
David Robillard
1
-17
/
+6
2009-03-15
Tidy.
David Robillard
1
-3
/
+2
2009-03-15
Fix polymorphism when evaluation files.
David Robillard
1
-7
/
+4
2009-03-15
Fix recursion.
David Robillard
1
-70
/
+88
2009-03-14
Lexical addressing, work towards true parametric polymorphism.
David Robillard
1
-54
/
+125
[next]