summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-1319-134/+181
* Unbreak build.Evan Cheng2009-03-131-0/+1
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-136-70/+228
* Convert VirtRegMap to a MachineFunctionPass.Owen Anderson2009-03-134-28/+63
* generalize the previous code to use the full generality of LEAChris Lattner2009-03-132-13/+121
* optimize the case of cond ? 42 : 41 and friends. This compiles theChris Lattner2009-03-132-0/+41
* Oops...I committed too much.Bill Wendling2009-03-1314-254/+233
* Temporarily XFAIL this test.Bill Wendling2009-03-1315-233/+256
* Enhance address-mode folding of ISD::ADD to handle cases where theDan Gohman2009-03-132-0/+38
* Fix one more place where debug info affectedDale Johannesen2009-03-131-2/+5
* just initialize the first element, we don't need to set the rest to zeros.Chris Lattner2009-03-131-3/+3
* Eliminate a 9640 byte static mutable initialized data item by moving itChris Lattner2009-03-131-2/+2
* static functions don't need an anonymous namespace.Chris Lattner2009-03-121-373/+371
* Fix a typo in a comment.Dan Gohman2009-03-121-1/+1
* Previous debug info fix to this code wasn't quiteDale Johannesen2009-03-121-5/+4
* cosmetic change, in preparation of future changeGabor Greif2009-03-121-3/+3
* Add this test back.Evan Cheng2009-03-121-0/+11
* raw_ostream: unbuffered streams weren't being immediately flushed onDaniel Dunbar2009-03-121-0/+6
* Revert commit 66140 since it caused several failuresDuncan Sands2009-03-122-6/+1
* Darwin 10.4.x: "-rpath" is unnecessary when linking shared libraries.Scott Michel2009-03-121-19/+23
* There already was a class to force deterministicDale Johannesen2009-03-121-23/+14
* Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directoryBob Wilson2009-03-121-1/+1
* Rearrange operands of the BranchInst, to be able toGabor Greif2009-03-126-51/+125
* Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assemb...Evan Cheng2009-03-124-6/+16
* Another missing check for debug intrinsics.Dale Johannesen2009-03-121-1/+1
* Fully initialize all ivars, fixing PR3790, patch by Edwin Torok!Chris Lattner2009-03-121-1/+1
* Typo.Evan Cheng2009-03-121-1/+1
* Fix test after Chris' select changes.Evan Cheng2009-03-121-3/+3
* Adjust this test for recent sroa improvements.Duncan Sands2009-03-121-1/+1
* add some text to explain sentinelsGabor Greif2009-03-121-0/+39
* minor tweaksGabor Greif2009-03-121-11/+12
* Reorganize some #include's.Owen Anderson2009-03-122-5/+4
* Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))"Chris Lattner2009-03-126-105/+213
* improve comment.Chris Lattner2009-03-121-4/+4
* Enable Chris' value propagation change. It make available known sign, zero, o...Evan Cheng2009-03-121-3/+1
* On x86, if the only use of a i64 load is a i64 store, generate a pair of doub...Evan Cheng2009-03-123-51/+83
* add no-unwind, remove duplicate run line.Chris Lattner2009-03-121-3/+2
* add nounwindsChris Lattner2009-03-121-2/+2
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-124-150/+39
* Regenerate.Nick Lewycky2009-03-121-32/+121
* Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky2009-03-123-7/+29
* Forgot to check-in this as part of 7761.Sanjiv Gupta2009-03-121-3/+2
* Banksel optimization is now based on the section names of symbols, since the ...Sanjiv Gupta2009-03-121-44/+52
* Allow for switch values bigger than 64 bits.Dale Johannesen2009-03-121-1/+1
* Add StringMap::lookup.Daniel Dunbar2009-03-121-0/+21
* Fix some nondeterministic behavior when forwardingDale Johannesen2009-03-121-3/+13
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-121-2/+5
* Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and theDan Gohman2009-03-114-18/+4
* updateGabor Greif2009-03-111-0/+1
* optimize i8 and i16 tls values.Rafael Espindola2009-03-113-0/+38
OpenPOWER on IntegriCloud