| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use explicit construction of sys::Path from std::string because the | Reid Spencer | 2004-12-21 | 1 | -1/+1 |
| | | | | | | | constructor is "explicit". llvm-svn: 19078 | ||||
| * | For PR351: | Reid Spencer | 2004-12-19 | 1 | -14/+16 |
| | | | | | | | * Support changes in sys::Program::ExecuteAndWait interface llvm-svn: 19044 | ||||
| * | sys::CopyString throws an exception on error which will be caught by gccld | Reid Spencer | 2004-12-18 | 1 | -4/+1 |
| | | | | | | | main function. llvm-svn: 19029 | ||||
| * | The CopyFile function got moved into the sys namespace. | Reid Spencer | 2004-12-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 19026 | ||||
| * | For PR351: | Reid Spencer | 2004-12-16 | 1 | -10/+13 |
| | | | | | | | | | | | | * removeFile() -> sys::Path::destroyFile() * remove extraneous toString() calls * convert local variables representing path names from std::string to sys::Path * Use sys::Path objects with FileRemove instead of std::string * Use sys::Path methods for construction of path names llvm-svn: 19001 | ||||
| * | For PR351: | Reid Spencer | 2004-12-14 | 3 | -74/+44 |
| | | | | | | | | * Change ExecWait calls to sys::Program::ExecuteAndWait * Convert to use sys::Path where it makes sense llvm-svn: 18929 | ||||
| * | For PR351: | Reid Spencer | 2004-12-13 | 1 | -11/+12 |
| | | | | | | | Adjust to interface change for FindExecutable. llvm-svn: 18920 | ||||
| * | For PR351: | Reid Spencer | 2004-12-13 | 1 | -3/+3 |
| | | | | | | | | Replace MakeFileReadable and MakeFileExecutable (from FileUtilities) with sys::Path::makeReadable and sys::Path:makeExecutable, respectively. llvm-svn: 18909 | ||||
| * | Make the loop termination condition clear when building the set of items to | Reid Spencer | 2004-12-13 | 1 | -3/+2 |
| | | | | | | | pass to the Linker::LinkInItems function. llvm-svn: 18894 | ||||
| * | Convert to use new Linker class interface | Reid Spencer | 2004-12-13 | 1 | -20/+59 |
| | | | | | llvm-svn: 18864 | ||||
| * | Do not internalize a module if -link-as-library is passed. | Chris Lattner | 2004-12-12 | 1 | -2/+9 |
| | | | | | llvm-svn: 18825 | ||||
| * | This pass is no longer needed. | Chris Lattner | 2004-12-10 | 1 | -1/+0 |
| | | | | | llvm-svn: 18782 | ||||
| * | Turn on ipsccp by default instead of simple IPCP | Chris Lattner | 2004-12-10 | 1 | -1/+2 |
| | | | | | llvm-svn: 18753 | ||||
| * | When -link-as-library, add -l options to Module's deplibs | Reid Spencer | 2004-12-08 | 1 | -1/+8 |
| | | | | | llvm-svn: 18617 | ||||
| * | Fix PR139:\ | Reid Spencer | 2004-12-05 | 1 | -21/+20 |
| | | | | | | | | When not linking as a library, use LinkItems to retain command line order of \ linking, otherwise use LinkFiles llvm-svn: 18549 | ||||
| * | Recognize --strip-all as a synonym for -s. | Chris Lattner | 2004-12-02 | 3 | -10/+20 |
| | | | | | | | Add -S and --strip-debug option support. llvm-svn: 18441 | ||||
| * | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 18255 | ||||
| * | -disable-opt is not -O0, it's okay for it to disable internalize. | Chris Lattner | 2004-11-17 | 2 | -8/+9 |
| | | | | | llvm-svn: 17911 | ||||
| * | Even with -disable-opt we should still internalize and strip if requested. | Chris Lattner | 2004-11-16 | 1 | -13/+13 |
| | | | | | llvm-svn: 17903 | ||||
| * | Linker.h has a new home. | Reid Spencer | 2004-11-14 | 2 | -2/+2 |
| | | | | | llvm-svn: 17801 | ||||
| * | This tool needs the libLLVMArchive library now. | Reid Spencer | 2004-11-14 | 1 | -3/+4 |
| | | | | | llvm-svn: 17789 | ||||
| * | Remove linking declarations (in Linker.h now) | Reid Spencer | 2004-11-14 | 1 | -23/+1 |
| | | | | | llvm-svn: 17788 | ||||
| * | Provide exception handling | Reid Spencer | 2004-11-14 | 1 | -110/+124 |
| | | | | | llvm-svn: 17787 | ||||
| * | Moved to lib/Linker | Reid Spencer | 2004-11-14 | 1 | -422/+0 |
| | | | | | llvm-svn: 17786 | ||||
| * | Output the program name (in this case, gccld) with warning about invalid files | Misha Brukman | 2004-11-09 | 1 | -1/+2 |
| | | | | | llvm-svn: 17638 | ||||
| * | Don't silently ignore invalid files: tell the user! | Misha Brukman | 2004-11-08 | 1 | -0/+2 |
| | | | | | llvm-svn: 17633 | ||||
| * | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -2/+3 |
| | | | | | llvm-svn: 17286 | ||||
| * | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -656/+0 |
| | | | | | llvm-svn: 17168 | ||||
| * | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -19/+0 |
| | | | | | llvm-svn: 17155 | ||||
| * | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+656 |
| | | | | | llvm-svn: 17136 | ||||
| * | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 16950 | ||||
| * | Don't miss global optimizations because we run before the inliner | Chris Lattner | 2004-10-11 | 1 | -0/+1 |
| | | | | | llvm-svn: 16913 | ||||
| * | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+19 |
| | | | | | llvm-svn: 16894 | ||||
| * | Rename pass | Chris Lattner | 2004-10-07 | 1 | -3/+2 |
| | | | | | llvm-svn: 16801 | ||||
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 3 | -9/+9 |
| | | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
| * | Add the LLVMsystem.a library as it is now used for operating system | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
| | | | | | | | independence of the tool. llvm-svn: 16092 | ||||
| * | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer | 2004-08-29 | 1 | -6/+6 |
| | | | | | llvm-svn: 16091 | ||||
| * | This pass has proven its metal, remove -disable option. | Chris Lattner | 2004-08-02 | 1 | -5/+1 |
| | | | | | llvm-svn: 15411 | ||||
| * | Run DSE at link-time, and turn on an IP alias analysis by default in gccld! | Chris Lattner | 2004-07-27 | 1 | -1/+7 |
| | | | | | | | The -disable-globalsmodref is temporary and will be removed eventually. llvm-svn: 15268 | ||||
| * | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 3 | -3/+3 |
| | | | | | llvm-svn: 14351 | ||||
| * | Make gccld copy the llvm-stub program to be the execution wrapper for | Chris Lattner | 2004-06-02 | 1 | -1/+16 |
| | | | | | | | | | | | | bytecode files on win32 systems. We keep the shell script on unix systems because it is much more transparent for the users and supports -load options. This allows llvmgcc work correctly on win32 systems without the -native or -native-cbe options. llvm-svn: 13946 | ||||
| * | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner | 2004-06-02 | 4 | -110/+86 |
| | | | | | | | | to reduce the inter-file interface in the gccld tool and gets some uninteresting code out of gccld.cpp. llvm-svn: 13942 | ||||
| * | Refactor a bit of code into a function, no functionality changes. | Chris Lattner | 2004-06-02 | 1 | -29/+36 |
| | | | | | llvm-svn: 13941 | ||||
| * | Header file moved | Chris Lattner | 2004-05-27 | 2 | -2/+2 |
| | | | | | llvm-svn: 13813 | ||||
| * | Allow the user to set the LLVMINTERP environment variable as a workaround, for | Brian Gaeke | 2004-05-07 | 1 | -2/+5 |
| | | | | | | | | | | | | | when they have to run a gccld shell script without having lli in their path. This is intended to address Bug 289. Also, emit the traditional syntax ${1+"$@"} for passing all of a shell script's args to a subprocess. If you have arguments that have spaces in them, $* will not preserve the quoting (i.e., the quoted string "foo bar" as an argument will end up as two arguments "foo" "bar" to lli.) llvm-svn: 13414 | ||||
| * | Don't use invalid HTML in a doxygen comment. | Misha Brukman | 2004-04-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 12962 | ||||
| * | Add a couple more IPO's | Chris Lattner | 2004-04-12 | 1 | -0/+3 |
| | | | | | llvm-svn: 12863 | ||||
| * | Disable strict alias analysis in the backend c compiler, as the code we | Chris Lattner | 2004-04-08 | 1 | -0/+1 |
| | | | | | | | generate is not TBAA safe. llvm-svn: 12774 | ||||
| * | Revert previous patch, I'm a moron :) | Chris Lattner | 2004-04-08 | 1 | -6/+5 |
| | | | | | llvm-svn: 12773 | ||||
| * | Right, we break strict aliasing requirements. Make sure to disable strict | Chris Lattner | 2004-04-08 | 1 | -5/+6 |
| | | | | | | | aliasing in the C compiler. llvm-svn: 12772 | ||||

