Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -2/+1 | |
| | | | | llvm-svn: 15334 | |||||
* | rename the "exceptional" destination of an invoke instruction to the ↵ | Chris Lattner | 2004-02-08 | 1 | -1/+1 | |
| | | | | | | 'unwind' dest llvm-svn: 11202 | |||||
* | Make deadarghaX0r warning louder. | Brian Gaeke | 2004-02-02 | 1 | -1/+1 | |
| | | | | | | (I just love typing haX0r. haX0r haX0r haX0r.) llvm-svn: 11079 | |||||
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -7/+3 | |
| | | | | llvm-svn: 10138 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 | |
| | | | | llvm-svn: 9903 | |||||
* | Fix the problem with running cleanups in bugpoint: We were deleting arguments | Chris Lattner | 2003-11-05 | 1 | -1/+4 | |
| | | | | | | of intrinsic functions, causing the verifier to fail. llvm-svn: 9745 | |||||
* | Split behavior into two pieces | Chris Lattner | 2003-11-05 | 1 | -13/+13 | |
| | | | | llvm-svn: 9741 | |||||
* | Fix PR78 | Chris Lattner | 2003-11-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 9648 | |||||
* | * We were forgetting to pass varargs arguments through a call | Chris Lattner | 2003-10-23 | 1 | -0/+18 | |
| | | | | | | * Add a work around for bug PR56, gross but necessary for now. llvm-svn: 9428 | |||||
* | Make this pass substantially stronger by having it delete dead return values | Chris Lattner | 2003-10-23 | 1 | -127/+354 | |
| | | | | | | | | | as well as arguments. Now it can delete arguments and return values which are only passed into other arguments or are returned, if they are dead. This causes it to delete several hundred extra args/retvals from the C++ hello world program, shrinking it by about 2K. llvm-svn: 9398 | |||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 | |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | |||||
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 9027 | |||||
* | Spell `definitely' correctly. | Misha Brukman | 2003-09-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 8466 | |||||
* | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 1 | -0/+1 | |
| | | | | llvm-svn: 7492 | |||||
* | Add argument to DAE to allow operation on non-internal functions | Chris Lattner | 2003-06-25 | 1 | -9/+21 | |
| | | | | llvm-svn: 6895 | |||||
* | Handle arguments passed in through the va_arg area | Chris Lattner | 2003-06-18 | 1 | -1/+7 | |
| | | | | llvm-svn: 6769 | |||||
* | Initial checkin of DAE pass | Chris Lattner | 2003-06-17 | 1 | -0/+304 | |
llvm-svn: 6759 |