Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

root/premake.lua


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @758:f04dde6e882c [758:f04dde6e882c] 11/10/08 19:38:48 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Added initial D2 support, D2 frontend and changes to codegen to make …
(edit) @739:1ae94fb1dbbd [739:1ae94fb1dbbd] 10/30/08 05:16:37 Christian Kamm <kamm incasoftware de> Fix accidental double-inreg caused by shared TupleType?. Enabled inreg by …
(edit) @730:09b88beffd2d [730:09b88beffd2d] 10/26/08 16:16:21 Christian Kamm <kamm incasoftware de> Enable arg reversal on x86 by default. Make change to …
(edit) @727:eea28bfa8416 [727:eea28bfa8416] 10/26/08 09:11:14 Christian Kamm <kamm incasoftware de> Change default to not using inreg.
(edit) @724:6de2ed4f0abe [724:6de2ed4f0abe] 10/25/08 12:12:07 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Disabled parameter reversing by default, it broke mini/typeinfo10.d Fixed …
(edit) @711:eed2de0c67a0 [711:eed2de0c67a0] 10/20/08 17:33:59 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Changed premake script to write target triple to a file, then read that, …
(edit) @703:06576ece1a1b [703:06576ece1a1b] 10/13/08 17:19:32 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Changed premake.lua to work with mingw. Implemented array operations, not …
(edit) @699:ed9a9e6dd1cc [699:ed9a9e6dd1cc] 10/13/08 11:28:39 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Started changing target triple stuff, part of fixing #97
(edit) @673:37a7688a7494 [673:37a7688a7494] 10/11/08 05:07:53 Christian Kamm <kamm incasoftware de> Add basics for direct assembly output.
(edit) @663:6aaa3d3c1183 [663:6aaa3d3c1183] 10/06/08 16:46:55 Christian Kamm <kamm incasoftware de> First part of rename to LDC.
(edit) @582:723806dc48d8 [582:723806dc48d8] 09/07/08 10:16:10 Christian Kamm <kamm incasoftware de> Don't link in any target code, was unnecessary.
(edit) @581:8a8ee1f6b268 [581:8a8ee1f6b268] 09/07/08 09:30:34 Christian Kamm <kamm incasoftware de> Only link default native backend by default. Use the new option …
(edit) @571:cbd6c8073a32 [571:cbd6c8073a32] 09/02/08 17:10:12 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Changed all '#if linux || APPLE' to '#if POSIX' so we can support …
(edit) @544:1c7220171d41 [544:1c7220171d41] 08/24/08 12:25:34 Christian Kamm <kamm incasoftware de> Disable boehm gc by default. Use --enable-boehm-gc on premake to enable.
(edit) @366:1d3026702f65 [366:1d3026702f65] 07/14/08 20:01:53 lindquist [svn r387] Removed unused MD5 stuff. Fixed incorrect VENDOR variable …
(edit) @336:aaade6ded589 [336:aaade6ded589] 07/12/08 13:38:31 lindquist [svn r357] Merged DMD 1.033
(edit) @295:895e1b50cf2a [295:895e1b50cf2a] 06/23/08 08:48:42 lindquist [svn r316] Fixed array slice assignments like: int[] arr = ...; arr[] = …
(edit) @285:297690b5d4a5 [285:297690b5d4a5] 06/20/08 21:14:49 lindquist [svn r306] Fixed: it's now possible to compile and link llvmdc with …
(edit) @268:23d0d9855cad [268:23d0d9855cad] 06/15/08 12:52:27 lindquist [svn r289] Fixed: right shift >> was broken for unsigned types. Fixed: …
(edit) @237:a168a2c3ea48 [237:a168a2c3ea48] 06/08/08 13:09:24 lindquist [svn r253] Removed -inlineasm option. inline asm is now enabled by default …
(edit) @193:aca17e55b7a5 [193:aca17e55b7a5] 05/12/08 12:44:11 lindquist [svn r209] Fixed: exotic array to pointer casts were broken. Changed: …
(edit) @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 …
(edit) @131:5825d48b27d1 [131:5825d48b27d1] 01/03/08 19:38:42 lindquist [svn r135] * Merged DMD 1.025 * * Fixed a minor linking order mishap * * …
(edit) @125:c42d245468ea [125:c42d245468ea] 11/27/07 22:52:35 lindquist [svn r129] Started AA literals. Fixed #15, passing -O will now invoke the …
(edit) @86:fd32135dca3e [86:fd32135dca3e] 11/03/07 09:44:58 lindquist [svn r90] Major updates to the gen directory. Redesigned the 'elem' …
(edit) @35:3cfcb944304e [35:3cfcb944304e] 10/09/07 00:21:30 lindquist [svn r39] * Updated to DMD 1.022 with the exception of: Bugzilla 278: …
(edit) @4:e116aa1488e6 [4:e116aa1488e6] 09/03/07 11:34:30 lindquist [svn r8] changed backend includes to always use the gen/<foo>.h …
(add) @1:c53b6e3fe49a [1:c53b6e3fe49a] 09/01/07 15:43:27 lindquist [svn r5] Initial commit. Most things are very rough.
Note: See TracRevisionLog for help on using the revision log.
Copyright © 2008, LDC Development Team.