aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-082-4/+9
* Add total instruction, bb, & function countsChris Lattner2002-12-071-2/+9
* Fix bug that was bugging bugpointChris Lattner2002-12-071-2/+2
* Remove dead codeChris Lattner2002-12-071-32/+0
* Check in an old testcaseChris Lattner2002-12-071-0/+58
* Give better error message if two passes of the same argument are registeredChris Lattner2002-12-071-2/+6
* Stronger assertion in getNodeId(): node id must exist in the map.Vikram S. Adve2002-12-061-2/+2
* Two bug fixes:Vikram S. Adve2002-12-061-13/+22
* Fix several related bugs in DSNode::mergeWith() caused by theVikram S. Adve2002-12-061-90/+102
* Added static helper method MergeNodes(). See DataStructure.cpp for more.Vikram S. Adve2002-12-062-0/+8
* Bug fix in operator==() and in method fini().Vikram S. Adve2002-12-062-8/+10
* Implement a lot of cast functionality (no FP or 64)Brian Gaeke2002-12-062-68/+124
* Make sure to print indirect node againChris Lattner2002-12-061-3/+1
* Fix bugChris Lattner2002-12-062-4/+4
* Allow printing partially constructed bitsetsChris Lattner2002-12-062-2/+8
* Don't delete values that may still be referenced!Chris Lattner2002-12-062-4/+0
* Tighten up assertion checkingChris Lattner2002-12-066-18/+38
* Only build jello when compiling on X86Chris Lattner2002-12-061-2/+11
* Fix to make jello compile on Sparc even though it won't run.Chris Lattner2002-12-061-0/+3
* Export a new ARCH variable indicating what platform is being compiledChris Lattner2002-12-062-0/+6
* Fix bug: 2002-12-05-MissedConstProp.ll pointed out by Casey CarterChris Lattner2002-12-051-1/+2
* New testcase pointed out by Casey CarterChris Lattner2002-12-051-0/+13
* Cute bug fix: when moving links from N to this, some links could haveVikram S. Adve2002-12-051-14/+23
* Target/X86/Printer.cpp: Add sizePtr function, and use it instead ofBrian Gaeke2002-12-054-113/+157
* Return 0 to make it into a fully-functioning "Hello, World!" test case.Misha Brukman2002-12-041-2/+2
* Added code generation for function prologues and epilogues.Misha Brukman2002-12-041-17/+32
* Implemented functions for emitting prologues and epilogues;Misha Brukman2002-12-042-1/+62
* Added push and pop instructions.Misha Brukman2002-12-041-1/+2
* Added prototypes for emitting prologue and epilogue for function codeMisha Brukman2002-12-041-0/+10
* Fix testcaseChris Lattner2002-12-041-1/+1
* Fix handling of function calls that return voidChris Lattner2002-12-042-18/+22
* Implement initial support for return values from call instructionsChris Lattner2002-12-042-0/+28
* Fun arithmetic with iterators aimed at fixing a bug: inserting instructionsMisha Brukman2002-12-041-2/+4
* Adjust the stack pointer after a function call, proportional to the number ofMisha Brukman2002-12-042-0/+18
* Added instructions to add/subtract imm32 to/from a reg32.Misha Brukman2002-12-041-0/+2
* New testcaseChris Lattner2002-12-041-0/+9
* Fix bogus assertion failuresChris Lattner2002-12-044-4/+4
* Avoid bad assertionChris Lattner2002-12-042-2/+2
* Remove think-o assertionChris Lattner2002-12-042-4/+0
* Avoid crashing on Arguments, just silently miscompileChris Lattner2002-12-042-0/+4
* Add main functions to benchmarksChris Lattner2002-12-046-7/+15
* storeReg2RegOffset() and loadRegOffset2Reg() now take the iterator by valueMisha Brukman2002-12-043-6/+6
* On `make clean', kill the core files produced, which are of the form:Misha Brukman2002-12-042-2/+2
* New testcaseChris Lattner2002-12-041-0/+19
* Moved buildReg2RegClassMap() into from X86RegisterInfo to MRegisterInfo, sinceMisha Brukman2002-12-043-17/+8
* Add a "Lazy Function Resolution in Jello" sectionChris Lattner2002-12-041-14/+40
* Fix a bug I introduced in a previous changeChris Lattner2002-12-042-4/+8
* Add support for global value referencesChris Lattner2002-12-043-1/+24
* Add support for referencing global variables/functionsChris Lattner2002-12-046-8/+48
* Print out direct global referencesChris Lattner2002-12-041-1/+4