aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-191-1/+1
* Added support for Mips O32 Calling ConventionBruno Cardoso Lopes2009-03-192-33/+133
* aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...Chris Lattner2009-03-181-3/+3
* Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign...Chris Lattner2009-03-181-7/+8
* add an assertion to make it clear that PHI nodes are not allowed.Chris Lattner2009-03-181-1/+4
* Explicitly check for StoreInst, do not lose the chance to delete Zhou Sheng2009-03-181-1/+1
* Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl.Zhou Sheng2009-03-182-4/+1
* Fix a bug.Zhou Sheng2009-03-181-0/+3
* Added missing support for widening when splitting an unary op (PR3683)Mon P Wang2009-03-184-4/+91
* Disable the "call to immediate" optimization on x86-64. It isChris Lattner2009-03-181-1/+5
* Fix PR3807 by inserting 'insertelement' instructions in the normal dest of Chris Lattner2009-03-181-5/+10
* LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right nowChris Lattner2009-03-171-0/+6
* Don't force promotion of return arguments on the callee.Rafael Espindola2009-03-171-9/+0
* Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar2009-03-171-1/+2
* Fix codegen to compute the size of an allocation by multiplying theChris Lattner2009-03-171-8/+17
* Remove a condition which is always true.Chris Lattner2009-03-171-3/+3
* CellSPU:Scott Michel2009-03-172-16/+16
* r66870 missed this out.Sanjiv Gupta2009-03-171-0/+1
* typoGabor Greif2009-03-171-1/+1
* Reapply r67049, with the test adjusted for darwinDuncan Sands2009-03-171-39/+61
* Fix a problem with DAGCombine where we were building an illegal buildMon P Wang2009-03-171-6/+11
* Recognize bswapl as bswap too.Dan Gohman2009-03-171-2/+5
* Recognize "bswapq" as an alternate spelling for the bswap instruction.Dan Gohman2009-03-171-2/+2
* raw_ostream: Put all exceptional conditions in raw_ostream::writeDaniel Dunbar2009-03-171-18/+30
* Spiller may unfold load / mod / store instructions as an optimization when th...Evan Cheng2009-03-172-9/+30
* CellSPU:Scott Michel2009-03-175-488/+417
* raw_ostream: Rework implementation of unbuffered streams so outputtingDaniel Dunbar2009-03-171-4/+12
* Fix a debug info dependency in jump threading.Dale Johannesen2009-03-171-2/+5
* raw_ostream: Replace flush_impl with write_impl, which takes data toDaniel Dunbar2009-03-161-32/+15
* raw_ostream: Lift out flush_nonempty.Daniel Dunbar2009-03-161-20/+21
* Make raw_ostream::operator<<(const void *) fast; it doesn't matter butDaniel Dunbar2009-03-161-2/+19
* Add slow path for single character write, and use exclusively forDaniel Dunbar2009-03-161-8/+8
* --- Reverse-merging (from foreign repository) r67049 into '.':Bill Wendling2009-03-161-61/+39
* Tweak the fix for PR3784: be less sensitive about justDuncan Sands2009-03-161-39/+61
* CellSPU:Scott Michel2009-03-163-98/+114
* This causes incorrect stack frame allocation when the last object is an array...Bruno Cardoso Lopes2009-03-151-1/+1
* Simplify. "Broken" is always true here.Nick Lewycky2009-03-151-1/+1
* Remove obviously redundant call.Nick Lewycky2009-03-151-1/+1
* Give the pre-alloc splitter access to the VirtRegMap. It doesn't do anythingOwen Anderson2009-03-141-0/+8
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-142-1/+7
* Use %rip-relative addressing on x86-64 whenever practical, asDan Gohman2009-03-141-9/+10
* Don't forego folding of loads into 64-bit adds when the otherDan Gohman2009-03-141-10/+3
* Add newlines at end of file (this can annoy gcov)Daniel Dunbar2009-03-142-2/+2
* Avoid doing the transformation c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4Mon P Wang2009-03-141-1/+4
* Improve FastISel's handling of truncates to i1, and implementDan Gohman2009-03-132-10/+31
* Fix -strip-debug-declare to work when there areDale Johannesen2009-03-131-19/+17
* Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make...Evan Cheng2009-03-132-0/+46
* Fix a hashing bug in APInt. A certain pathological testcase (tooStuart Hastings2009-03-131-7/+85
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-1310-28/+20
* Fix FastISel's assumption that i1 values are always zero-extendedDan Gohman2009-03-132-3/+18