Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use literal newline instead of endl | Chris Lattner | 2002-05-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 2668 | |||||
* | Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h | Chris Lattner | 2002-05-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 2538 | |||||
* | Oops, somehow lost a slash. Fixed | Chris Lattner | 2002-05-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 2524 | |||||
* | Updates to move some header files out of include/llvm/Transforms into | Chris Lattner | 2002-05-07 | 1 | -2/+2 | |
| | | | | | | the Scalar and Utils subdirectories llvm-svn: 2523 | |||||
* | Straighten out makefiles after moving code to new Transform Utils library | Chris Lattner | 2002-05-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 2520 | |||||
* | Run the internalize pass to mark all functions except main internal when | Chris Lattner | 2002-04-28 | 1 | -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 partially | Chris Lattner | 2002-04-18 | 1 | -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 to | Chris Lattner | 2002-04-10 | 1 | -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) option | Chris Lattner | 2002-04-08 | 1 | -1/+9 | |
| | | | | llvm-svn: 2157 | |||||
* | GCCLD actually does transformations to simplify the linked program now. | Chris Lattner | 2002-04-08 | 2 | -10/+33 | |
| | | | | llvm-svn: 2155 | |||||
* | Remove asmwriter library from link line, because the useful contents of it | Chris Lattner | 2002-04-07 | 1 | -1/+1 | |
| | | | | | | have been incorporated into the vmcore library. llvm-svn: 2153 | |||||
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -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 error | Chris Lattner | 2002-03-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 1865 | |||||
* | * Implement linking to libraries | Chris Lattner | 2002-03-11 | 1 | -3/+14 | |
| | | | | | | * Pass arguments to program through shell script llvm-svn: 1851 | |||||
* | Initial Checkin of gccld | Chris Lattner | 2002-01-24 | 2 | -0/+137 | |
llvm-svn: 1578 |