| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support to count the number of dynamic instructions executed by LLI | Chris Lattner | 2002-12-08 | 2 | -4/+9 |
* | Add total instruction, bb, & function counts | Chris Lattner | 2002-12-07 | 1 | -2/+9 |
* | Fix bug that was bugging bugpoint | Chris Lattner | 2002-12-07 | 1 | -2/+2 |
* | Remove dead code | Chris Lattner | 2002-12-07 | 1 | -32/+0 |
* | Check in an old testcase | Chris Lattner | 2002-12-07 | 1 | -0/+58 |
* | Give better error message if two passes of the same argument are registered | Chris Lattner | 2002-12-07 | 1 | -2/+6 |
* | Stronger assertion in getNodeId(): node id must exist in the map. | Vikram S. Adve | 2002-12-06 | 1 | -2/+2 |
* | Two bug fixes: | Vikram S. Adve | 2002-12-06 | 1 | -13/+22 |
* | Fix several related bugs in DSNode::mergeWith() caused by the | Vikram S. Adve | 2002-12-06 | 1 | -90/+102 |
* | Added static helper method MergeNodes(). See DataStructure.cpp for more. | Vikram S. Adve | 2002-12-06 | 2 | -0/+8 |
* | Bug fix in operator==() and in method fini(). | Vikram S. Adve | 2002-12-06 | 2 | -8/+10 |
* | Implement a lot of cast functionality (no FP or 64) | Brian Gaeke | 2002-12-06 | 2 | -68/+124 |
* | Make sure to print indirect node again | Chris Lattner | 2002-12-06 | 1 | -3/+1 |
* | Fix bug | Chris Lattner | 2002-12-06 | 2 | -4/+4 |
* | Allow printing partially constructed bitsets | Chris Lattner | 2002-12-06 | 2 | -2/+8 |
* | Don't delete values that may still be referenced! | Chris Lattner | 2002-12-06 | 2 | -4/+0 |
* | Tighten up assertion checking | Chris Lattner | 2002-12-06 | 6 | -18/+38 |
* | Only build jello when compiling on X86 | Chris Lattner | 2002-12-06 | 1 | -2/+11 |
* | Fix to make jello compile on Sparc even though it won't run. | Chris Lattner | 2002-12-06 | 1 | -0/+3 |
* | Export a new ARCH variable indicating what platform is being compiled | Chris Lattner | 2002-12-06 | 2 | -0/+6 |
* | Fix bug: 2002-12-05-MissedConstProp.ll pointed out by Casey Carter | Chris Lattner | 2002-12-05 | 1 | -1/+2 |
* | New testcase pointed out by Casey Carter | Chris Lattner | 2002-12-05 | 1 | -0/+13 |
* | Cute bug fix: when moving links from N to this, some links could have | Vikram S. Adve | 2002-12-05 | 1 | -14/+23 |
* | Target/X86/Printer.cpp: Add sizePtr function, and use it instead of | Brian Gaeke | 2002-12-05 | 4 | -113/+157 |
* | Return 0 to make it into a fully-functioning "Hello, World!" test case. | Misha Brukman | 2002-12-04 | 1 | -2/+2 |
* | Added code generation for function prologues and epilogues. | Misha Brukman | 2002-12-04 | 1 | -17/+32 |
* | Implemented functions for emitting prologues and epilogues; | Misha Brukman | 2002-12-04 | 2 | -1/+62 |
* | Added push and pop instructions. | Misha Brukman | 2002-12-04 | 1 | -1/+2 |
* | Added prototypes for emitting prologue and epilogue for function code | Misha Brukman | 2002-12-04 | 1 | -0/+10 |
* | Fix testcase | Chris Lattner | 2002-12-04 | 1 | -1/+1 |
* | Fix handling of function calls that return void | Chris Lattner | 2002-12-04 | 2 | -18/+22 |
* | Implement initial support for return values from call instructions | Chris Lattner | 2002-12-04 | 2 | -0/+28 |
* | Fun arithmetic with iterators aimed at fixing a bug: inserting instructions | Misha Brukman | 2002-12-04 | 1 | -2/+4 |
* | Adjust the stack pointer after a function call, proportional to the number of | Misha Brukman | 2002-12-04 | 2 | -0/+18 |
* | Added instructions to add/subtract imm32 to/from a reg32. | Misha Brukman | 2002-12-04 | 1 | -0/+2 |
* | New testcase | Chris Lattner | 2002-12-04 | 1 | -0/+9 |
* | Fix bogus assertion failures | Chris Lattner | 2002-12-04 | 4 | -4/+4 |
* | Avoid bad assertion | Chris Lattner | 2002-12-04 | 2 | -2/+2 |
* | Remove think-o assertion | Chris Lattner | 2002-12-04 | 2 | -4/+0 |
* | Avoid crashing on Arguments, just silently miscompile | Chris Lattner | 2002-12-04 | 2 | -0/+4 |
* | Add main functions to benchmarks | Chris Lattner | 2002-12-04 | 6 | -7/+15 |
* | storeReg2RegOffset() and loadRegOffset2Reg() now take the iterator by value | Misha Brukman | 2002-12-04 | 3 | -6/+6 |
* | On `make clean', kill the core files produced, which are of the form: | Misha Brukman | 2002-12-04 | 2 | -2/+2 |
* | New testcase | Chris Lattner | 2002-12-04 | 1 | -0/+19 |
* | Moved buildReg2RegClassMap() into from X86RegisterInfo to MRegisterInfo, since | Misha Brukman | 2002-12-04 | 3 | -17/+8 |
* | Add a "Lazy Function Resolution in Jello" section | Chris Lattner | 2002-12-04 | 1 | -14/+40 |
* | Fix a bug I introduced in a previous change | Chris Lattner | 2002-12-04 | 2 | -4/+8 |
* | Add support for global value references | Chris Lattner | 2002-12-04 | 3 | -1/+24 |
* | Add support for referencing global variables/functions | Chris Lattner | 2002-12-04 | 6 | -8/+48 |
* | Print out direct global references | Chris Lattner | 2002-12-04 | 1 | -1/+4 |