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

root/gen/linker.cpp


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1650:40bd4a0d4870 [1650:40bd4a0d4870] 05/19/10 06:42:32 Tomas Lindquist Olsen Update to work with LLVM 2.7. Removed use of dyn_cast, llvm no …
(edit) @1600:a60e7d1ce3ee [1600:a60e7d1ce3ee] 12/27/09 21:23:41 Robert Clipsham <robert@octarineparrot.com> Folded in a patch by Troy Straszheim to better report errors with -run.
(edit) @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 …
(edit) @1502:2292878925f4 [1502:2292878925f4] 06/16/09 13:31:10 Frits van Bommel <fvbommel wxs.nl> Add an llvm::OStream workalike class for use with Logger::cout(), with …
(edit) @1313:2bebd938548f [1313:2bebd938548f] 05/07/09 09:33:06 Frits van Bommel <fvbommel wxs.nl> Fix typo in function name
(edit) @1299:847b767b2d0b [1299:847b767b2d0b] 05/04/09 07:32:16 Frits van Bommel <fvbommel wxs.nl> Factor out the code to find gcc, and add a command-line option to override …
(edit) @1171:461a85f0db31 [1171:461a85f0db31] 03/29/09 09:51:14 Frits van Bommel <fvbommel wxs.nl> Change meaning of optimization levels: -O0 now means 'no optimization' …
(edit) @1170:e40c65bd8c5d [1170:e40c65bd8c5d] 03/29/09 09:46:55 Frits van Bommel <fvbommel wxs.nl> Allow specific optimization passes to be requested from the command …
(edit) @1026:f756c47f310a [1026:f756c47f310a] 03/01/09 16:59:03 Frits van Bommel <fvbommel wxs.nl> Pass -m32/-m64 on to gcc when assembling and linking
(edit) @994:18ad5601dff7 [994:18ad5601dff7] 02/26/09 08:51:02 Frits van Bommel <fvbommel wxs.nl> Use LLVM OStream wrapper instead of <iostream> in the …
(edit) @986:a8cb25d478c4 [986:a8cb25d478c4] 02/25/09 11:34:51 Frits van Bommel <fvbommel wxs.nl> Use LLVM-style command line (instead of DMD-style) Note: For a backward …
(edit) @902:893d72ab95d0 [902:893d72ab95d0] 01/23/09 04:12:57 Christian Kamm <kamm incasoftware de> Add -m64 switch to gcc calls on 64-bit platforms.
(edit) @900:177afbf5297b [900:177afbf5297b] 01/22/09 12:53:32 Christian Kamm <kamm incasoftware de> Solaris compatibility and proc map parsing #183, thanks BlueZeniX!
(edit) @890:5a03f3f74615 [890:5a03f3f74615] 01/17/09 11:52:09 Christian Kamm <kamm incasoftware de> Apply afb's patch from #168 to use $CC instead of "gcc" for toobj and …
(edit) @863:6c850977a941 [863:6c850977a941] 12/18/08 13:24:33 elrood modified gen/linker.cpp to only append .exe suffix on windows if not …
(edit) @701:855e0ef78fa2 [701:855e0ef78fa2] 10/13/08 13:02:03 Christian Kamm <kamm incasoftware de> Guess exe name from first object name if none specified.
(edit) @681:ca4a816f2440 [681:ca4a816f2440] 10/11/08 16:14:16 Christian Kamm <kamm incasoftware de> Another link order fix.
(edit) @677:075c1272a01d [677:075c1272a01d] 10/11/08 15:21:21 Christian Kamm <kamm incasoftware de> Link using gcc instead.
(edit) @663:6aaa3d3c1183 [663:6aaa3d3c1183] 10/06/08 16:46:55 Christian Kamm <kamm incasoftware de> First part of rename to LDC.
(edit) @637:29dc68c949b0 [637:29dc68c949b0] 10/01/08 21:25:46 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Applied the FreeBSD patch from Ralith, closes ticket #95 , slightly …
(edit) @567:aaba4f7c6d8a [567:aaba4f7c6d8a] 09/02/08 13:14:25 Christian Kamm <kamm incasoftware de> Get rid of runtime path. Allow defaultlib and debuglib switches to be …
(edit) @556:c23f4cfe4f2b [556:c23f4cfe4f2b] 08/29/08 08:11:20 Christian Kamm <kamm incasoftware de> Link in pthread, dl and m on OS X.
(edit) @534:7e2867ed70d9 [534:7e2867ed70d9] 08/24/08 10:22:58 Christian Kamm <kamm incasoftware de> Get rid of isLinux and isWindows in favor of global.params.os.
(edit) @407:723027dd9593 [407:723027dd9593] 07/27/08 08:15:22 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Fixed path seperator issue on windows in linker.
(edit) @393:a3f3c2770a0d [393:a3f3c2770a0d] 07/26/08 09:02:57 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Added bitcode filename to very verbose logging. Fixed -O<n> switches from …
(edit) @376:6788e98ec1cd [376:6788e98ec1cd] 07/21/08 14:12:24 Christian Kamm <kamm incasoftware de> Do only link to libpthread, libm and libdl on Linux.
(edit) @325:3c8c58c24aa8 [325:3c8c58c24aa8] 07/10/08 13:38:34 ChristianK [svn r346] Fixed #55 - llvmdc can link as fast as dmd now! Made runtime to …
(edit) @306:0baca2feb554 [306:0baca2feb554] 06/27/08 17:58:22 lindquist [svn r327] Fixed some more MinGW32 issues. It's now very close to …
(edit) @278:30941d8ee320 [278:30941d8ee320] 06/20/08 16:12:15 lindquist [svn r299] forgot to return status in runExecutable
(edit) @277:90a8c798b0db [277:90a8c798b0db] 06/20/08 16:09:04 lindquist [svn r298] Eliminated the dmd/link.c source file entirely in favor of a …
(edit) @276:21f85bac0b1a [276:21f85bac0b1a] 06/20/08 11:45:13 lindquist [svn r297] Fixed: rewrote linker code to use LLVM's Program facilities …
(add) @244:a95056b3c996 [244:a95056b3c996] 06/09/08 03:37:08 lindquist [svn r261] Fixed debug info for integer and floating local variables, can …
Note: See TracRevisionLog for help on using the revision log.
Copyright © 2008, LDC Development Team.