aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/codegen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* defer statementsgingerBill2016-08-161-0/+1
|
* Merge branch 'master' of http://git.handmadedev.org/gingerbill/OdingingerBill2016-08-161-9/+64
|\ | | | | | | | | | | | | | | # Conflicts: # examples/main.ll # examples/main.odin # examples/win32.odin # src/codegen/print_llvm.cpp
| * Win32 testgingerBill2016-08-151-0/+2
| |
* | Win32 Window TestgingerBill2016-08-161-8/+11
|/
* string comparisonsgingerBill2016-08-151-1/+1
|
* #foreign "custom_name"; <N x i1> bugs (see test.ll and test2.ll)gingerBill2016-08-141-2/+12
|
* expr as type; {N}bool is still causing problemsgingerBill2016-08-141-1/+1
|
* Compound Literals - struct, array, slice, vectorgingerBill2016-08-121-1/+2
|
* Code generation for procedure literalsgingerBill2016-08-111-7/+10
|
* copy(...)gingerBill2016-08-101-1/+10
|
* Tuple support in codegengingerBill2016-08-101-0/+2
|
* Strings galore!gingerBill2016-08-051-3/+3
|
* Minor refactor and basic librarygingerBill2016-08-051-243/+3
|
* String supportgingerBill2016-08-051-4/+4
|
* Slice creation for SliceExprgingerBill2016-08-031-0/+8
|
* ret, unreachable, param, derefgingerBill2016-08-021-2/+3
|
* Big Refactor to type less :PgingerBill2016-08-011-1/+1
|
* Restart LLVM IR SSA generationgingerBill2016-07-301-0/+318
This is the third go and I'm going for it!