summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccld
Commit message (Collapse)AuthorAgeFilesLines
...
* Use literal newline instead of endlChris Lattner2002-05-201-1/+1
| | | | llvm-svn: 2668
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-071-1/+1
| | | | llvm-svn: 2538
* Oops, somehow lost a slash. FixedChris Lattner2002-05-071-1/+1
| | | | llvm-svn: 2524
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-2/+2
| | | | | | the Scalar and Utils subdirectories llvm-svn: 2523
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-071-1/+1
| | | | llvm-svn: 2520
* Run the internalize pass to mark all functions except main internal whenChris Lattner2002-04-281-3/+2
| | | | | | linking the final program to allow smarter optimizations llvm-svn: 2364
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-181-0/+4
| | | | | | | | written output file. This is important because crashing testcases often write part of a file out, and the testing harness decides the file is up-to-date next time the test is run. llvm-svn: 2303
* * The cleangcc pass is broken into two parts, we only want toChris Lattner2002-04-101-8/+8
| | | | | | | | FunctionResolvingPass one. * We run it *after* the symbol stripping pass so that -strip can be pipelined with the constant merging pass or something else if desired. llvm-svn: 2226
* Add support for the gnu ld -s (strip) optionChris Lattner2002-04-081-1/+9
| | | | llvm-svn: 2157
* GCCLD actually does transformations to simplify the linked program now.Chris Lattner2002-04-082-10/+33
| | | | llvm-svn: 2155
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
| | | | | | have been incorporated into the vmcore library. llvm-svn: 2153
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-1/+9
| | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144
* Echo the right tool name on errorChris Lattner2002-03-121-1/+1
| | | | llvm-svn: 1865
* * Implement linking to librariesChris Lattner2002-03-111-3/+14
| | | | | | * Pass arguments to program through shell script llvm-svn: 1851
* Initial Checkin of gccldChris Lattner2002-01-242-0/+137
llvm-svn: 1578
OpenPOWER on IntegriCloud