summaryrefslogtreecommitdiff
path: root/tools/gccld
Commit message (Expand)AuthorAge
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* *** empty log message ***Chris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-24
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* YEs, we really do want to sort.Chris Lattner2002-06-30
* Changes for 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Use literal newline instead of endlChris Lattner2002-05-20
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Oops, somehow lost a slash. FixedChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-07
* Run the internalize pass to mark all functions except main internal whenChris Lattner2002-04-28
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-18
* * The cleangcc pass is broken into two parts, we only want toChris Lattner2002-04-10
* Add support for the gnu ld -s (strip) optionChris Lattner2002-04-08
* GCCLD actually does transformations to simplify the linked program now.Chris Lattner2002-04-08
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Echo the right tool name on errorChris Lattner2002-03-12
* * Implement linking to librariesChris Lattner2002-03-11
* Initial Checkin of gccldChris Lattner2002-01-24