aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove unused arguments.Rafael Espindola2009-03-311-14/+12
* Really temporarily revert r68073.Bill Wendling2009-03-312-15/+1
* Oy! When reverting r68073, I added in experimental code. Sorry...Bill Wendling2009-03-316-96/+47
* Remove the "fast" cases for spill and restore point determination, as these w...Owen Anderson2009-03-312-127/+60
* Revert r68073. It's causing a failure in the Apple-style builds.Bill Wendling2009-03-316-47/+96
* shrink subclassid, liberating some bits for future (ab)use.Chris Lattner2009-03-311-1/+1
* Fix live-out reg logic to not insert over-aggressive AssertZExtDan Gohman2009-03-312-3/+23
* X86 address mode isel tweak. If the base of the address is also used by a Cop...Evan Cheng2009-03-311-1/+25
* Really, really fix PointerUnion3::isDouglas Gregor2009-03-311-1/+1
* Except in asm-verbose mode, avoid printing labels for blocks that areDan Gohman2009-03-302-1/+15
* Loop Index Split can eliminate a loop if it can determin if loop body is exec...Devang Patel2009-03-302-8/+48
* Make PointerUnion3::get work properlyDouglas Gregor2009-03-301-3/+5
* When optimzing a mul by immediate into two, the resulting mul's should get a ...Evan Cheng2009-03-305-5/+12
* Turn a 2-address instruction into a 3-address one when it's profitable even i...Evan Cheng2009-03-302-22/+69
* update comment.Chris Lattner2009-03-301-1/+1
* Balance out quote in debug output.Bill Wendling2009-03-301-1/+1
* Fix grammar-o in comment.Bill Wendling2009-03-301-1/+1
* add a PointerUnion3 class and generalize PointerUnion to work withChris Lattner2009-03-301-15/+120
* fix the PointerLikeTypeTraits specialization for PointerIntPair toChris Lattner2009-03-301-2/+4
* Constify arguments in isSuccessor and isLayoutSuccessor.Dan Gohman2009-03-302-4/+4
* Update the polygen grammer to reflect that zext and sext are no longerDan Gohman2009-03-301-2/+0
* docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for...John Mosby2009-03-301-7/+3
* Fix comment to match function name.Bob Wilson2009-03-301-1/+1
* getEntryFor() may invalidate DenseMap iterator.Devang Patel2009-03-301-0/+1
* Add ccc back for now.Mike Stump2009-03-301-1/+1
* Clearify local/global relocations wordingAnton Korobeynikov2009-03-301-1/+10
* Fix thinko: put stuff with both global and local relocations into data.rel{.r...Anton Korobeynikov2009-03-301-3/+3
* Tweak test for recent relro stuffAnton Korobeynikov2009-03-301-9/+17
* Fix infinite loopingAnton Korobeynikov2009-03-301-0/+2
* Properly propagate Kind.Anton Korobeynikov2009-03-301-1/+1
* Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...Anton Korobeynikov2009-03-305-25/+37
* Add data.rel stuffAnton Korobeynikov2009-03-306-14/+63
* fix some validation problems.Chris Lattner2009-03-301-7/+2
* Forgot this test.Evan Cheng2009-03-301-0/+12
* Clarify section on setting up and running test-suiteJohn Mosby2009-03-301-14/+27
* Updated the comment for isArithmeticShift() to match reality.Misha Brukman2009-03-291-2/+1
* Constify check. This fixes PR3900.Bill Wendling2009-03-291-1/+1
* Testcase for recent ro/relocs stuffAnton Korobeynikov2009-03-291-0/+15
* IA64 is as weird as Alpha wrt r/o relocs :)Anton Korobeynikov2009-03-292-0/+8
* Alpha always requires global relocations to be r/w regardless of PIC.Anton Korobeynikov2009-03-292-1/+8
* Honour relocation behaviour stuff for ro objectsAnton Korobeynikov2009-03-293-3/+29
* Extend the relocation tracker handler, so we can filter on different 'kinds' ...Anton Korobeynikov2009-03-292-7/+28
* Fix PR3899: add support for extracting floats from vectorsDuncan Sands2009-03-294-0/+32
* add missing space.Chris Lattner2009-03-291-2/+2
* add some comments, add a dyn_cast method.Chris Lattner2009-03-291-0/+16
* When forming sentinels for empty/tombstone, make sure to respect theChris Lattner2009-03-292-6/+17
* add helper method.Chris Lattner2009-03-291-0/+2
* Add a simple type-safe bit-mangling pointer union class. This allows Chris Lattner2009-03-291-0/+132
* Allow a specific PointerIntPair instance to use a specific Pointer trait:Chris Lattner2009-03-291-3/+2
* Add a PointerLikeTypeTraits specialization for uintptr_tChris Lattner2009-03-291-0/+16