Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | *** empty log message *** | Chris Lattner | 2002-07-22 | 1 | -11/+23 | |
| | | | | llvm-svn: 2985 | |||||
* | YEs, we really do want to sort. | Chris Lattner | 2002-06-30 | 1 | -2/+2 | |
| | | | | llvm-svn: 2810 | |||||
* | Changes for 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -3/+3 | |
| | | | | llvm-svn: 2799 | |||||
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -1/+1 | |
| | | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2778 | |||||
* | 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 | |||||
* | 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 | 1 | -9/+32 | |
| | | | | llvm-svn: 2155 | |||||
* | 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 | 1 | -0/+131 | |
llvm-svn: 1578 |