| Commit message (Expand) | Author | Age | Files | Lines |
* | * Make the comment header 80 columns long | Misha Brukman | 2003-11-06 | 1 | -3/+3 |
* | Let's not forget about our friends -- Constant Pool indices. | Misha Brukman | 2003-11-06 | 2 | -0/+2 |
* | Give this header file an Emacs mode-line. | Brian Gaeke | 2003-11-05 | 1 | -1/+1 |
* | Do not assume the first file is a bytecode file. Instead, construct a dummy | Brian Gaeke | 2003-11-05 | 1 | -5/+3 |
* | Shorten and correct some function-header comments. | Brian Gaeke | 2003-11-05 | 2 | -106/+56 |
* | new testcase | Chris Lattner | 2003-11-05 | 1 | -0/+16 |
* | Fix the problem with running cleanups in bugpoint: We were deleting arguments | Chris Lattner | 2003-11-05 | 1 | -1/+4 |
* | Bugpoint no longer has this option | Chris Lattner | 2003-11-05 | 1 | -1/+1 |
* | I hate it when bugpoint is all ready to give me a bytecode file, then crashes | Chris Lattner | 2003-11-05 | 4 | -25/+35 |
* | Split the DAE pass into DAE and DAH passes | Chris Lattner | 2003-11-05 | 1 | -5/+6 |
* | Split behavior into two pieces | Chris Lattner | 2003-11-05 | 1 | -13/+13 |
* | Simplify the performFinalCleanups interface | Chris Lattner | 2003-11-05 | 4 | -13/+11 |
* | Yet more fixes for constant expr shifts | Chris Lattner | 2003-11-05 | 1 | -0/+6 |
* | Further fixes for PR93 | Chris Lattner | 2003-11-05 | 3 | -3/+21 |
* | A few handy methods that seem to mesh well with what CallSite already provides. | Brian Gaeke | 2003-11-05 | 1 | -0/+5 |
* | no need for endl | Chris Lattner | 2003-11-05 | 1 | -1/+1 |
* | Add support for constant expr shifts | Chris Lattner | 2003-11-05 | 2 | -0/+9 |
* | Since this function returns an int, let's actually return something. | Misha Brukman | 2003-11-05 | 1 | -0/+1 |
* | New testcase | Chris Lattner | 2003-11-05 | 1 | -0/+5 |
* | If we're not checking, don't check! | Chris Lattner | 2003-11-05 | 1 | -1/+1 |
* | Fix flawed logic that was breaking several SPEC benchmarks, including gzip an... | Chris Lattner | 2003-11-05 | 1 | -3/+3 |
* | We know exactly what the value of $< is, so instead of using `basename $<` to | Misha Brukman | 2003-11-05 | 1 | -8/+7 |
* | Output only the .y filename, not the full path to it for ease of reading. | Misha Brukman | 2003-11-05 | 1 | -1/+1 |
* | Add three more bugs | Chris Lattner | 2003-11-05 | 1 | -3/+4 |
* | Do not use a class before it is defined. | Chris Lattner | 2003-11-05 | 2 | -12/+18 |
* | Be friendly to gcc 3.4... good compiler. Nice compiler. | Chris Lattner | 2003-11-05 | 3 | -3/+1 |
* | Be gcc 3.4 clean | Chris Lattner | 2003-11-05 | 1 | -1/+3 |
* | Make -r work, fixing PR 91 | Chris Lattner | 2003-11-05 | 1 | -3/+4 |
* | Add std::pair tier. This is a much simplified version of boost::tie | Alkis Evlogimenos | 2003-11-05 | 2 | -0/+96 |
* | Fix name collision | Chris Lattner | 2003-11-05 | 2 | -4/+4 |
* | Add a dtor to ensure that they are called the right number of times. | Chris Lattner | 2003-11-05 | 1 | -0/+1 |
* | NEw testcase | Chris Lattner | 2003-11-05 | 1 | -0/+9 |
* | Make code gcc 3.4 clean | Chris Lattner | 2003-11-05 | 4 | -6/+6 |
* | New testcase | Chris Lattner | 2003-11-05 | 1 | -0/+9 |
* | This works with GCC 3.4 also | Chris Lattner | 2003-11-05 | 1 | -2/+2 |
* | Abort when the user program calls abort, instead of printing a funny message ... | Brian Gaeke | 2003-11-05 | 1 | -4/+2 |
* | Fix bug with previous implementation: | Chris Lattner | 2003-11-05 | 1 | -4/+11 |
* | New testcase for the other side | Chris Lattner | 2003-11-05 | 1 | -0/+6 |
* | Use regular old malloc to emulate malloc/alloca instructions. | Brian Gaeke | 2003-11-05 | 1 | -2/+1 |
* | Remove a comment which no longer applies. | Brian Gaeke | 2003-11-05 | 1 | -5/+0 |
* | Minor cleanup, plus implement InstCombine/xor.ll:test17 | Chris Lattner | 2003-11-04 | 1 | -3/+17 |
* | Since we're in the neighborhood, test for the inverse | Chris Lattner | 2003-11-04 | 1 | -0/+6 |
* | Fix spello | Chris Lattner | 2003-11-04 | 3 | -3/+15 |
* | Implement InstCombine/xor.ll:test(15|16) | Chris Lattner | 2003-11-04 | 1 | -1/+8 |
* | Add a generalization of the previous case | Chris Lattner | 2003-11-04 | 1 | -0/+6 |
* | New testcase for masking operation that frequently occurs in the pool allocator | Chris Lattner | 2003-11-04 | 1 | -0/+6 |
* | Update documentation since it was misleading: make it clear that a | Alkis Evlogimenos | 2003-11-04 | 1 | -10/+12 |
* | Change all machine basic block modifier functions in MRegisterInfo to | Alkis Evlogimenos | 2003-11-04 | 3 | -64/+99 |
* | Update verifySavedState()'s comment, so that it reflects its current | Brian Gaeke | 2003-11-04 | 2 | -2/+6 |
* | New file, for use by the pool allocator project | Chris Lattner | 2003-11-04 | 2 | -0/+136 |