aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld
Commit message (Expand)AuthorAgeFilesLines
* Run the simplify CFG pass after instcombine which has the effect of deletingChris Lattner2003-06-261-0/+4
* Move the instcombine pass before globaldce, so that if globals are made dead ...Chris Lattner2003-06-261-4/+4
* Funcresolve no longer performs nicification of resolved functionsChris Lattner2003-06-191-0/+5
* Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner2003-06-181-0/+4
* Fix formatting in fileChris Lattner2003-05-291-12/+12
* Add compatibility optionChris Lattner2003-05-271-0/+2
* gccld.cpp:Brian Gaeke2003-05-231-57/+82
* Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.oChris Lattner2003-05-131-6/+18
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-241-0/+4
* Add support for allowing the user to extend the GCCLD searchpathChris Lattner2003-04-211-0/+4
* Eliminate useless duplicate librariesChris Lattner2003-04-191-2/+7
* Add first support for linking in .a files correctly and minimally, like a rea...Chris Lattner2003-04-191-67/+238
* Add crufty compatibility stuff for ldChris Lattner2003-04-181-0/+8
* Use anonymous namespace instead of "static"Chris Lattner2003-04-181-36/+36
* Allow the user to disable the internalize passChris Lattner2003-04-161-4/+11
* Make stuff compiled with gccld not dump into the debugger if there's a problemChris Lattner2002-12-141-1/+1
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-301-3/+5
* *** empty log message ***Chris Lattner2002-07-251-4/+4
* *** empty log message ***Chris Lattner2002-07-241-2/+0
* *** empty log message ***Chris Lattner2002-07-231-3/+2
* *** empty log message ***Chris Lattner2002-07-231-1/+2
* *** empty log message ***Chris Lattner2002-07-221-11/+23
* YEs, we really do want to sort.Chris Lattner2002-06-301-2/+2
* Changes for 64bit gccAnand Shukla2002-06-251-3/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+1
* Use literal newline instead of endlChris Lattner2002-05-201-1/+1
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-071-1/+1
* Oops, somehow lost a slash. FixedChris Lattner2002-05-071-1/+1
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-2/+2
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-071-1/+1
* Run the internalize pass to mark all functions except main internal whenChris Lattner2002-04-281-3/+2
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-181-0/+4
* * The cleangcc pass is broken into two parts, we only want toChris Lattner2002-04-101-8/+8
* Add support for the gnu ld -s (strip) optionChris Lattner2002-04-081-1/+9
* GCCLD actually does transformations to simplify the linked program now.Chris Lattner2002-04-082-10/+33
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-1/+9
* Echo the right tool name on errorChris Lattner2002-03-121-1/+1
* * Implement linking to librariesChris Lattner2002-03-111-3/+14
* Initial Checkin of gccldChris Lattner2002-01-242-0/+137