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
/
compile.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-14
Real implementation of algebraic data types, and parametric types.
David Robillard
1
-0
/
+4
2012-10-15
Update for LLVM 3.1
David Robillard
1
-1
/
+2
2011-05-15
Simplify compile_cons.
David Robillard
1
-11
/
+6
2011-05-15
Remove cast form (unnecessary since compile stage casts paramters as needed a...
David Robillard
1
-10
/
+5
2011-05-15
Generate code entirely via emitting flat IR (don't special case main/repl).
David Robillard
1
-7
/
+11
2011-05-14
Fix global set/get (top level variable definitions in the REPL).
David Robillard
1
-1
/
+7
2011-05-14
Make currentFn private to the backend.
David Robillard
1
-24
/
+10
2011-05-14
Add flatten stage to generate flat s-expression IR for the (now simpler) comp...
David Robillard
1
-70
/
+44
2011-05-14
More granular if compilation API (towards assembly-like IR stage and simpler ...
David Robillard
1
-1
/
+11
2010-12-31
Only compile symbols once (cache compiled symbol values specially for this).
David Robillard
1
-5
/
+4
2010-12-31
Define named (and possibly recursive) types for closures and functions.
David Robillard
1
-6
/
+12
2010-12-29
Destructuring (i.e. working `match').
David Robillard
1
-2
/
+23
2010-12-29
Literal lists (i.e. list quoting).
David Robillard
1
-3
/
+17
2010-12-28
Use fst ("first") instead of head and rst ("rest") instead of tail.
David Robillard
1
-5
/
+5
2010-12-28
Add quote form, to allow expressions literal symbols and lists (lists not yet...
David Robillard
1
-1
/
+15
2010-12-27
Remove weird __tag_is form by adding a T_LITSYM type and using = operator.
David Robillard
1
-17
/
+12
2010-12-27
Kill AType.
David Robillard
1
-28
/
+29
2010-12-26
Update headers.
David Robillard
1
-1
/
+1
2010-12-25
Simplify let to fn, rather than deal with it through to compilation.
David Robillard
1
-26
/
+14
2010-12-10
Simplify if into nested 2-branch (scheme style) ifs at simplify stage.
David Robillard
1
-14
/
+3
2010-12-10
Convert match form to if at lift stage (remove knowledge of match from compil...
David Robillard
1
-22
/
+11
2010-12-09
Strip trailing whitespace.
David Robillard
1
-8
/
+8
2010-12-09
Fix cpplint warnings.
David Robillard
1
-0
/
+3
2010-12-09
Add let form.
David Robillard
1
-0
/
+24
2010-12-09
Sort code.
David Robillard
1
-78
/
+78
2010-12-09
Make environment always referenced by symbols.
David Robillard
1
-2
/
+2
2010-12-09
Consistent engine global[Set|Get] interface.
David Robillard
1
-2
/
+2
2010-12-09
Clean up engine code.
David Robillard
1
-3
/
+3
2010-12-08
Remove Engine::compileMatch.
David Robillard
1
-1
/
+23
2010-12-08
Eliminate some backend specific code in LLVMEngine::compileMatch (towards mov...
David Robillard
1
-1
/
+1
2010-12-08
Remove Engine::compileIf
David Robillard
1
-1
/
+19
2010-12-08
Consistent naming for Engine compile methods.
David Robillard
1
-1
/
+1
2010-12-08
Clean up function compilation stuff.
David Robillard
1
-11
/
+8
2010-12-08
compileTup => compileCons
David Robillard
1
-1
/
+1
2010-12-07
Saner recursive descent lexer/parser.
David Robillard
1
-4
/
+0
2010-12-04
More const-correctness (remove all use of const_cast).
David Robillard
1
-2
/
+2
2010-12-03
Remove use of RTTI for AST.
David Robillard
1
-30
/
+27
2010-12-03
Make AString, ALexeme, and ASymbol all contain (rather than inherit from) std...
David Robillard
1
-2
/
+2
2010-12-03
Merge ACall and ATuple.
David Robillard
1
-8
/
+8
2010-12-03
Remove AFn.
David Robillard
1
-8
/
+6
2010-12-02
Remove ACall subclasses.
David Robillard
1
-7
/
+5
2010-12-02
Remove use of ACall class hierarchy from compile phase.
David Robillard
1
-49
/
+39
2010-12-02
Remove use of ACall subclasses for contrain phase.
David Robillard
1
-5
/
+6
2010-12-02
Work towards removing different classes for each type of expression.
David Robillard
1
-88
/
+109
2010-12-02
Represent code as list structure (i.e. traditional LISP lists built from pair...
David Robillard
1
-9
/
+10
2010-09-30
Preliminary work on algebraic data types and run-time typing.
David Robillard
1
-8
/
+26
2010-08-22
Simplify Engine function compilation interface.
David Robillard
1
-1
/
+20
2010-08-22
Simplify Engine::startFunction.
David Robillard
1
-5
/
+6
2010-08-20
Make AST::compile const and make Module compilation API take const AST*.
David Robillard
1
-13
/
+13
2010-08-19
Add quote to syntax (currently only a lexeme is quotable, no lists...)
David Robillard
1
-0
/
+16
[next]