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-12-25
Use type of primitive rather than type of first argument to determine type of...
David Robillard
1
-2
/
+2
2010-12-10
Simplify if into nested 2-branch (scheme style) ifs at simplify stage.
David Robillard
1
-46
/
+24
2010-12-09
Strip trailing whitespace.
David Robillard
1
-5
/
+5
2010-12-09
Fix cpplint warnings.
David Robillard
1
-0
/
+5
2010-12-09
Make environment always referenced by symbols.
David Robillard
1
-1
/
+1
2010-12-09
Consistent engine global[Set|Get] interface.
David Robillard
1
-3
/
+3
2010-12-09
Clean up engine code.
David Robillard
1
-124
/
+135
2010-12-09
Tidy.
David Robillard
1
-107
/
+107
2010-12-08
Remove Engine::compileMatch.
David Robillard
1
-23
/
+10
2010-12-08
Eliminate some backend specific code in LLVMEngine::compileMatch (towards mov...
David Robillard
1
-4
/
+3
2010-12-08
Remove Engine::compileIf
David Robillard
1
-33
/
+17
2010-12-08
Use factored out if compilation methods to compile match.
David Robillard
1
-49
/
+23
2010-12-08
Consistent naming for Engine compile methods.
David Robillard
1
-2
/
+2
2010-12-08
Clean up function compilation stuff.
David Robillard
1
-13
/
+15
2010-12-08
compileTup => compileCons
David Robillard
1
-2
/
+2
2010-12-07
Saner recursive descent lexer/parser.
David Robillard
1
-5
/
+0
2010-12-07
Factor if compilation into smaller bits (towards a more assembly like IR stag...
David Robillard
1
-45
/
+83
2010-12-04
More const-correctness (remove all use of const_cast).
David Robillard
1
-1
/
+1
2010-12-03
Remove use of RTTI for AST.
David Robillard
1
-28
/
+25
2010-12-03
Merge ACall and ATuple.
David Robillard
1
-8
/
+8
2010-12-03
Remove AFn.
David Robillard
1
-3
/
+3
2010-12-02
Remove ACall subclasses.
David Robillard
1
-6
/
+6
2010-12-02
Remove use of ACall class hierarchy from compile phase.
David Robillard
1
-4
/
+4
2010-12-02
Work towards removing different classes for each type of expression.
David Robillard
1
-9
/
+9
2010-12-02
Represent code as list structure (i.e. traditional LISP lists built from pair...
David Robillard
1
-10
/
+10
2010-09-30
Preliminary work on algebraic data types and run-time typing.
David Robillard
1
-7
/
+67
2010-08-22
Simplify Engine function compilation interface.
David Robillard
1
-36
/
+15
2010-08-22
Simplify Engine::startFunction.
David Robillard
1
-10
/
+4
2010-08-22
Fix boolean compilation.
David Robillard
1
-1
/
+1
2010-08-20
Make AST::compile const and make Module compilation API take const AST*.
David Robillard
1
-16
/
+16
2010-08-19
Generalise `cons': a call to any symbol beginning with an uppercase character
David Robillard
1
-1
/
+1
2010-08-19
Add quote to syntax (currently only a lexeme is quotable, no lists...)
David Robillard
1
-0
/
+4
2010-08-19
Coherent AString and Lexeme implementation.
David Robillard
1
-5
/
+30
2010-08-18
Update for LLVM 2.7.
David Robillard
1
-8
/
+6
2010-04-13
Better (but still not correct...) computation of lifted function implementati...
David Robillard
1
-8
/
+6
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
[next]