aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Make the comment header 80 columns longMisha Brukman2003-11-061-3/+3
* Let's not forget about our friends -- Constant Pool indices.Misha Brukman2003-11-062-0/+2
* Give this header file an Emacs mode-line.Brian Gaeke2003-11-051-1/+1
* Do not assume the first file is a bytecode file. Instead, construct a dummyBrian Gaeke2003-11-051-5/+3
* Shorten and correct some function-header comments.Brian Gaeke2003-11-052-106/+56
* new testcaseChris Lattner2003-11-051-0/+16
* Fix the problem with running cleanups in bugpoint: We were deleting argumentsChris Lattner2003-11-051-1/+4
* Bugpoint no longer has this optionChris Lattner2003-11-051-1/+1
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-054-25/+35
* Split the DAE pass into DAE and DAH passesChris Lattner2003-11-051-5/+6
* Split behavior into two piecesChris Lattner2003-11-051-13/+13
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-054-13/+11
* Yet more fixes for constant expr shiftsChris Lattner2003-11-051-0/+6
* Further fixes for PR93Chris Lattner2003-11-053-3/+21
* A few handy methods that seem to mesh well with what CallSite already provides.Brian Gaeke2003-11-051-0/+5
* no need for endlChris Lattner2003-11-051-1/+1
* Add support for constant expr shiftsChris Lattner2003-11-052-0/+9
* Since this function returns an int, let's actually return something.Misha Brukman2003-11-051-0/+1
* New testcaseChris Lattner2003-11-051-0/+5
* If we're not checking, don't check!Chris Lattner2003-11-051-1/+1
* Fix flawed logic that was breaking several SPEC benchmarks, including gzip an...Chris Lattner2003-11-051-3/+3
* We know exactly what the value of $< is, so instead of using `basename $<` toMisha Brukman2003-11-051-8/+7
* Output only the .y filename, not the full path to it for ease of reading.Misha Brukman2003-11-051-1/+1
* Add three more bugsChris Lattner2003-11-051-3/+4
* Do not use a class before it is defined.Chris Lattner2003-11-052-12/+18
* Be friendly to gcc 3.4... good compiler. Nice compiler.Chris Lattner2003-11-053-3/+1
* Be gcc 3.4 cleanChris Lattner2003-11-051-1/+3
* Make -r work, fixing PR 91Chris Lattner2003-11-051-3/+4
* Add std::pair tier. This is a much simplified version of boost::tieAlkis Evlogimenos2003-11-052-0/+96
* Fix name collisionChris Lattner2003-11-052-4/+4
* Add a dtor to ensure that they are called the right number of times.Chris Lattner2003-11-051-0/+1
* NEw testcaseChris Lattner2003-11-051-0/+9
* Make code gcc 3.4 cleanChris Lattner2003-11-054-6/+6
* New testcaseChris Lattner2003-11-051-0/+9
* This works with GCC 3.4 alsoChris Lattner2003-11-051-2/+2
* Abort when the user program calls abort, instead of printing a funny message ...Brian Gaeke2003-11-051-4/+2
* Fix bug with previous implementation:Chris Lattner2003-11-051-4/+11
* New testcase for the other sideChris Lattner2003-11-051-0/+6
* Use regular old malloc to emulate malloc/alloca instructions.Brian Gaeke2003-11-051-2/+1
* Remove a comment which no longer applies.Brian Gaeke2003-11-051-5/+0
* Minor cleanup, plus implement InstCombine/xor.ll:test17Chris Lattner2003-11-041-3/+17
* Since we're in the neighborhood, test for the inverseChris Lattner2003-11-041-0/+6
* Fix spelloChris Lattner2003-11-043-3/+15
* Implement InstCombine/xor.ll:test(15|16)Chris Lattner2003-11-041-1/+8
* Add a generalization of the previous caseChris Lattner2003-11-041-0/+6
* New testcase for masking operation that frequently occurs in the pool allocatorChris Lattner2003-11-041-0/+6
* Update documentation since it was misleading: make it clear that aAlkis Evlogimenos2003-11-041-10/+12
* Change all machine basic block modifier functions in MRegisterInfo toAlkis Evlogimenos2003-11-043-64/+99
* Update verifySavedState()'s comment, so that it reflects its currentBrian Gaeke2003-11-042-2/+6
* New file, for use by the pool allocator projectChris Lattner2003-11-042-0/+136