| Commit message (Expand) | Author | Age | Files | Lines |
| * | For PR521: | Reid Spencer | 2006-01-10 | 1 | -1/+13 |
| * | Implement PR679: | Reid Spencer | 2005-12-22 | 1 | -1/+6 |
| * | Remove -start-group and -end-group no-op options, accidentally committed | Reid Spencer | 2005-12-14 | 1 | -5/+0 |
| * | Adjust the constructor to the Linker class to take an argument that names | Reid Spencer | 2005-12-13 | 1 | -1/+5 |
| * | Allow users to specify -Wl,-native* multiple times if they please | Chris Lattner | 2005-11-17 | 1 | -2/+2 |
| * | Pass -export-dynamic to gcc when compiling with -native and the link is | Chris Lattner | 2005-08-02 | 1 | -4/+4 |
| * | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 1 | -7/+7 |
| * | For PR495: | Reid Spencer | 2005-07-07 | 1 | -4/+4 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -17/+17 |
| * | Eliminate trailing spaces at end-of-line | Misha Brukman | 2005-04-20 | 1 | -11/+11 |
| * | * Print commands as we execute them with `-v' | Misha Brukman | 2005-04-20 | 1 | -14/+22 |
| * | Changes to enable creation of native executables directly from gccld and to | Reid Spencer | 2005-02-28 | 1 | -69/+85 |
| * | Make sure to null terminate argument lists! | Chris Lattner | 2005-02-13 | 1 | -1/+1 |
| * | Use binary mode for reading/writing bytecode files | Jeff Cohen | 2005-01-22 | 1 | -1/+3 |
| * | Use explicit construction of sys::Path from std::string because the | Reid Spencer | 2004-12-21 | 1 | -1/+1 |
| * | sys::CopyString throws an exception on error which will be caught by gccld | Reid Spencer | 2004-12-18 | 1 | -4/+1 |
| * | The CopyFile function got moved into the sys namespace. | Reid Spencer | 2004-12-18 | 1 | -1/+1 |
| * | For PR351: | Reid Spencer | 2004-12-16 | 1 | -10/+13 |
| * | For PR351: | Reid Spencer | 2004-12-14 | 1 | -13/+12 |
| * | For PR351: | Reid Spencer | 2004-12-13 | 1 | -11/+12 |
| * | For PR351: | Reid Spencer | 2004-12-13 | 1 | -3/+3 |
| * | Make the loop termination condition clear when building the set of items to | Reid Spencer | 2004-12-13 | 1 | -3/+2 |
| * | Convert to use new Linker class interface | Reid Spencer | 2004-12-13 | 1 | -20/+59 |
| * | Do not internalize a module if -link-as-library is passed. | Chris Lattner | 2004-12-12 | 1 | -2/+9 |
| * | When -link-as-library, add -l options to Module's deplibs | Reid Spencer | 2004-12-08 | 1 | -1/+8 |
| * | Fix PR139:\ | Reid Spencer | 2004-12-05 | 1 | -21/+20 |
| * | Recognize --strip-all as a synonym for -s. | Chris Lattner | 2004-12-02 | 1 | -2/+11 |
| * | -disable-opt is not -O0, it's okay for it to disable internalize. | Chris Lattner | 2004-11-17 | 1 | -1/+2 |
| * | Linker.h has a new home. | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
| * | Provide exception handling | Reid Spencer | 2004-11-14 | 1 | -110/+124 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
| * | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer | 2004-08-29 | 1 | -6/+6 |
| * | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
| * | Make gccld copy the llvm-stub program to be the execution wrapper for | Chris Lattner | 2004-06-02 | 1 | -1/+16 |
| * | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner | 2004-06-02 | 1 | -95/+3 |
| * | Refactor a bit of code into a function, no functionality changes. | Chris Lattner | 2004-06-02 | 1 | -29/+36 |
| * | Header file moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
| * | Allow the user to set the LLVMINTERP environment variable as a workaround, for | Brian Gaeke | 2004-05-07 | 1 | -2/+5 |
| * | Add a new gccld -native-cbe option which causes gccld to generate native code | Chris Lattner | 2004-04-06 | 1 | -0/+27 |
| * | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner | 2004-02-19 | 1 | -0/+1 |
| * | Added the -h option for compatibility with other linkers. | John Criswell | 2003-12-09 | 1 | -0/+2 |
| * | Fix compatibility with gcc 3.4 | Chris Lattner | 2003-11-29 | 1 | -5/+3 |
| * | I'm gonna be picky and say we don't really need that trailing slash "lib/" | Misha Brukman | 2003-11-24 | 1 | -1/+1 |
| * | Make sure we ONLY add a `-load' switch to the JIT command line if the file is | Misha Brukman | 2003-11-24 | 1 | -1/+2 |
| * | When writing out the runner script, add -load=<lib> lines to pull in all the | Misha Brukman | 2003-11-20 | 1 | -1/+18 |
| * | * Doxygenified comments, simplifying them and shortening in the process | Misha Brukman | 2003-11-20 | 1 | -67/+43 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
| * | Do not assume the first file is a bytecode file. Instead, construct a dummy | Brian Gaeke | 2003-11-05 | 1 | -5/+3 |
| * | Make -r work, fixing PR 91 | Chris Lattner | 2003-11-05 | 1 | -3/+4 |
| * | If linking a library, do not link other libraries, like libc, into it! | Chris Lattner | 2003-11-03 | 1 | -1/+4 |