root/gen
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| aa.cpp | 5.1 kB | 622:26fce59fe80a | 3 months | Wrapped all the most potentially expensive logging calls in a conditional … |
| aa.h | 264 bytes | 664:eef8ac26c66c | 3 months | Some missed LLVMDC -> LDC. |
| arrays.cpp | 31.2 kB | 825:a70ddd449e7d | 1 month | Commented some logging that could be very long, cuts -vv output size … |
| arrays.h | 1.8 kB | 797:340acf1535d0 | 1 month | Removed KDevelop3 project files, CMake can generate them just fine! Fixed … |
| asm-x86-32.h | 74.9 kB | 871:e70a0e7e2260 | 4 days | Apply duane's patch for align power-of-two checking in inline asm. Fixes … |
| asm-x86-64.h | 79.2 kB | 871:e70a0e7e2260 | 4 days | Apply duane's patch for align power-of-two checking in inline asm. Fixes … |
| asmstmt.cpp | 19.4 kB | 794:661384d6a936 | 1 month | Fix warnings on x86-64. By fvbommel. |
| binops.cpp | 1.9 kB | 524:ca2dfe98036c | 5 months | Binary ops had the wrong result type for real op … |
| classes.cpp | 49.3 kB | 840:a125ada7fd95 | 1 month | more moreatatime fixes |
| classes.h | 1.2 kB | 705:5a2983f97498 | 3 months | Fixed weird struct problem from downs, see mini/compile_structs1.d Rewrote … |
| complex.cpp | 13.7 kB | 778:4adf0f742896 | 2 months | Get rid of DtoBoolean? - use DtoCast?(... Type::tbool) instead. Fixed some … |
| complex.h | 1.0 kB | 664:eef8ac26c66c | 3 months | Some missed LLVMDC -> LDC. |
| dvalue.cpp | 2.1 kB | 715:30b42a283c8e | 3 months | Removed TypeOpaque? from DMD. Changed runtime functions taking opaque[] to … |
| dvalue.h | 4.0 kB | 715:30b42a283c8e | 3 months | Removed TypeOpaque? from DMD. Changed runtime functions taking opaque[] to … |
| dwarftypes.cpp | 9.7 kB | 632:df196c8dea26 | 3 months | Updated to latest LLVM trunk, function notes have been removed and merged … |
| enums.h | 182 bytes | 663:6aaa3d3c1183 | 3 months | First part of rename to LDC. |
| functions.cpp | 31.1 kB | 838:94ba810ea2b0 | 1 month | Fixed problem with nested function inside static nested function. see … |
| functions.h | 0.6 kB | 664:eef8ac26c66c | 3 months | Some missed LLVMDC -> LDC. |
| irstate.cpp | 4.3 kB | 493:017ca8645a1f | 5 months | Make llvmdc work with llvm 2.4svn revision 54614. Breaks compatibility … |
| irstate.h | 6.8 kB | 797:340acf1535d0 | 1 month | Removed KDevelop3 project files, CMake can generate them just fine! Fixed … |
| linker.cpp | 8.8 kB | 863:6c850977a941 | 3 weeks | modified gen/linker.cpp to only append .exe suffix on windows if not … |
| linker.h | 0.9 kB | 677:075c1272a01d | 3 months | Link using gcc instead. |
| llvm.h | 1.3 kB | 653:5812d6fac0f0 | 3 months | Fix x86_fp80 constants. |
| llvmhelpers.cpp | 51.6 kB | 845:d128381e086e | 4 weeks | Only emit finalbody if there is one. Fixes #147. |
| llvmhelpers.h | 4.7 kB | 803:c62c6936635b | 1 month | Removed DtoConstFieldInitializer?, it's no longer needed and was buggy. |
| logger.cpp | 1.6 kB | 794:661384d6a936 | 1 month | Fix warnings on x86-64. By fvbommel. |
| logger.h | 0.6 kB | 132:1700239cab2e | 1 year | [svn r136] MAJOR UNSTABLE UPDATE!!! Initial commit after moving to Tango … |
| optimizer.cpp | 2.6 kB | 663:6aaa3d3c1183 | 3 months | First part of rename to LDC. |
| runtime.cpp | 32.9 kB | 797:340acf1535d0 | 1 month | Removed KDevelop3 project files, CMake can generate them just fine! Fixed … |
| runtime.h | 256 bytes | 52:0c77619e803b | 1 year | [svn r56] Initial support for TypeInfo?. Enums not work. Several other … |
| statements.cpp | 41.7 kB | 875:330f999ade44 | 2 days | Merged DMD 1.038 |
| structs.cpp | 20.2 kB | 870:af7a6faf9406 | 1 week | Fix #153. Factor out common code in StructLiteralExp::to(Const)Elem. |
| structs.h | 0.9 kB | 870:af7a6faf9406 | 1 week | Fix #153. Factor out common code in StructLiteralExp::to(Const)Elem. |
| tocall.cpp | 15.4 kB | 839:162a0502a6b9 | 1 month | Fixed another moreatatime (as opposed to oneatatime) issue with indexing … |
| tocsym.cpp | 3.6 kB | 758:f04dde6e882c | 2 months | Added initial D2 support, D2 frontend and changes to codegen to make … |
| todebug.cpp | 23.3 kB | 811:8e6135be6999 | 1 month | Fixed ModuleInfo? generation to no longer use the ModuleInfo? class' default … |
| todebug.h | 1.3 kB | 686:363bb6c0cc80 | 3 months | Emit stub debug info for generated functions to work around LLVM bug 2172. |
| todt.cpp | 1.9 kB | 86:fd32135dca3e | 1 year | [svn r90] Major updates to the gen directory. Redesigned the 'elem' … |
| toir.cpp | 79.1 kB | 870:af7a6faf9406 | 1 week | Fix #153. Factor out common code in StructLiteralExp::to(Const)Elem. |
| tollvm.cpp | 23.7 kB | 848:d54f7cf84e6b | 4 weeks | Runtime now compiles with D2 again. This does NOT mean it works flawlessly … |
| tollvm.h | 5.0 kB | 811:8e6135be6999 | 1 month | Fixed ModuleInfo? generation to no longer use the ModuleInfo? class' default … |
| toobj.cpp | 32.2 kB | 852:c1aeb2d0b559 | 4 weeks | Missed line when removing env sanitizing. |
| typeinf.h | 266 bytes | 664:eef8ac26c66c | 3 months | Some missed LLVMDC -> LDC. |
| typinf.cpp | 36.9 kB | 797:340acf1535d0 | 1 month | Removed KDevelop3 project files, CMake can generate them just fine! Fixed … |
Note: See TracBrowser for help on using the browser.

