|
|
|
@1586:7f728c52e63c
|
[1586:7f728c52e63c]
|
11/06/09 15:51:41 |
Christian Kamm <kamm incasoftware de> |
Fix several 'reaches end of function' warnings by making fatal … |
|
|
|
@1535:61f12f4651b5
|
[1535:61f12f4651b5]
|
07/13/09 14:16:15 |
Benjamin Kramer <benny.kra@gmail.com> |
Don't use llvm::getGlobalContext() anymore |
|
|
|
@1529:ad7f2f1862d6
|
[1529:ad7f2f1862d6]
|
07/10/09 15:30:02 |
Christian Kamm <kamm incasoftware de> |
Adjust LDC to work with the LLVMContext LLVM changes.
This means we now … |
|
|
|
@1141:f99a3b393c03
|
[1141:f99a3b393c03]
|
03/24/09 16:18:18 |
Christian Kamm <kamm incasoftware de> |
Reorganize EnclosingHandlers? to require less changes to the frontend and … |
|
|
|
@1013:8c73ff5f69e0
|
[1013:8c73ff5f69e0]
|
02/28/09 16:16:52 |
Frits van Bommel <fvbommel wxs.nl> |
Use llvm::CallSite? instead of custom CallOrInvoke? class. |
|
|
|
@988:2667e3a145be
|
[988:2667e3a145be]
|
02/26/09 08:11:49 |
Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> |
- Fixed LLVM style CL args for D2.
- Moved main() into its own file … |
|
|
|
@946:1714836f2c0b
|
[946:1714836f2c0b]
|
02/08/09 10:50:22 |
Christian Kamm <kamm incasoftware de> |
Mostly rewrite debug info generation in terms of … |
|
|
|
@493:017ca8645a1f
|
[493:017ca8645a1f]
|
08/10/08 15:09:23 |
Christian Kamm <kamm incasoftware de> |
Make llvmdc work with llvm 2.4svn revision 54614. Breaks compatibility … |
|
|
|
@334:20446d22f832
|
[334:20446d22f832]
|
07/12/08 09:43:13 |
ChristianK |
[svn r355] Get rid of IRState::exps and topexp. |
|
|
|
@323:0d52412d5b1a
|
[323:0d52412d5b1a]
|
07/09/08 17:43:51 |
lindquist |
[svn r344] Fixed some very minor issues with the usage listing when … |
|
|
|
@315:a9697749e898
|
[315:a9697749e898]
|
07/03/08 16:05:45 |
ChristianK |
[svn r336] Made sure calls within a landing pad area are invokes.
Nested … |
|
|
|
@311:9967a3270837
|
[311:9967a3270837]
|
06/28/08 12:37:27 |
ChristianK |
[svn r332] Fix codegen for continue within switch. |
|
|
|
@309:d59c363fccad
|
[309:d59c363fccad]
|
06/28/08 05:37:53 |
lindquist |
[svn r330] Implemented synchronized statements.
Changed the tryfinally … |
|
|
|
@262:88252a1af660
|
[262:88252a1af660]
|
06/13/08 23:13:49 |
lindquist |
[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit … |
|
|
|
@252:e3355ce5444b
|
[252:e3355ce5444b]
|
06/12/08 10:58:26 |
lindquist |
[svn r269] Fixed dwarf debug info for structs. |
|
|
|
@233:76ee1bbe487e
|
[233:76ee1bbe487e]
|
06/08/08 00:45:54 |
lindquist |
[svn r249] Changed inline asm clobbers to a set instead of a list so we … |
|
|
|
@232:092468448d25
|
[232:092468448d25]
|
06/08/08 00:15:51 |
lindquist |
[svn r248] Fixed: labels in inline asm block now work for the normal … |
|
|
|
@213:7816aafeea3c
|
[213:7816aafeea3c]
|
05/30/08 13:32:04 |
lindquist |
[svn r229] Updated the object.d implementation to the latest Tango.
Fixed … |
|
|
|
@205:9d44ec83acd1
|
[205:9d44ec83acd1]
|
05/13/08 11:58:11 |
lindquist |
[svn r221] Update: Switched to the 2.3 LLVM svn branch, … |
|
|
|
@189:3aed08fb64f4
|
[189:3aed08fb64f4]
|
05/10/08 13:00:11 |
ChristianK |
[svn r205] moved some local static variables used for memset and memcpy … |
|
|
|
@161:3a891cfcd249
|
[161:3a891cfcd249]
|
05/04/08 15:25:48 |
ChristianK |
[svn r177] moved variable for interface info type from being local static … |
|
|
|
@148:86d3bb8ca33e
|
[148:86d3bb8ca33e]
|
03/22/08 07:20:32 |
ChristianK |
[svn r154] renaming enclosingtry to enclosingtryfinally to distinguish it … |
|
|
|
@145:8f704cb9969b
|
[145:8f704cb9969b]
|
03/08/08 09:22:07 |
ChristianK |
[svn r150] fixes #16 and #17, implements GotoCaseStatement? |
|
|
|
@136:0e28624814e8
|
[136:0e28624814e8]
|
01/16/08 21:15:12 |
lindquist |
[svn r140] did a lot of the work towards being able to pass multiple … |
|
|
|
@113:27b9f749d9fe
|
[113:27b9f749d9fe]
|
11/24/07 00:33:00 |
lindquist |
[svn r117] Initial working implementation of interfaces.
Groundwork for … |
|
|
|
@108:288fe1029e1f
|
[108:288fe1029e1f]
|
11/19/07 23:29:20 |
lindquist |
[svn r112] Fixed 'case 1,2,3:' style case statements.
Fixed a bunch of … |
|
|
|
@103:855adfdb8d38
|
[103:855adfdb8d38]
|
11/18/07 02:25:07 |
lindquist |
[svn r107] Getting .classinfo on a class instance now works (classinfo is … |
|
|
|
@100:5071469303d4
|
[100:5071469303d4]
|
11/16/07 02:21:47 |
lindquist |
[svn r104] TONS OF FIXES.
Split up declaration, constant initializer gen … |
|
|
|
@94:61615fa85940
|
[94:61615fa85940]
|
11/12/07 00:32:46 |
lindquist |
[svn r98] Added support for std.c.stdlib.alloca via pragma(LLVM_internal, … |
|
|
|
@86:fd32135dca3e
|
[86:fd32135dca3e]
|
11/03/07 09:44:58 |
lindquist |
[svn r90] Major updates to the gen directory. Redesigned the 'elem' … |