summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix a bug in the trip-count computation with And/Or. If either of theDan Gohman2009-06-22
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22
* Fix llvm::ComputeNumSignBits to handle pointer typesDan Gohman2009-06-22
* It's coalescer, not coaleser.Evan Cheng2009-06-22
* For Darwin on ARMv6 and newer, make register r9 available for use as aBob Wilson2009-06-22
* Fix another register coalescer crash: forgot to check if the instruction bein...Evan Cheng2009-06-22
* hasFP should return true if frame address is taken.Evan Cheng2009-06-22
* Testcase for (llvm-gcc) 73873. Usually Dale Johannesen2009-06-22
* Teach ScalarEvolution how to analyze loops with multiple exitDan Gohman2009-06-22
* Fix ScalarEvolution's backedge-taken count computations to check forDan Gohman2009-06-21
* Fix PR4185.Rafael Espindola2009-06-21
* Expand this test to handle more cases (remainder and shifts) of zero.Nick Lewycky2009-06-21
* implement PR4424: 0/x is always 0 for integer division.Chris Lattner2009-06-21
* change TLS_ADDR lowering to lower to a real mem operand, instead of matching asChris Lattner2009-06-20
* no need for unwind infoChris Lattner2009-06-20
* no need for unwind info here.Chris Lattner2009-06-20
* Fix PR4419: handle defs of partial uses.Evan Cheng2009-06-20
* Tweak this test to be a little less unusual.Dan Gohman2009-06-20
* Generalize isLoopGuardedByCond's checking to consider twoDan Gohman2009-06-20
* Re-apply r73718, now that the fix in r73787 is in, and add aDan Gohman2009-06-19
* Enable arm pre-allocation load / store multiple optimization pass.Evan Cheng2009-06-19
* Revert 73718. It's breaking 254.gap.Evan Cheng2009-06-19
* Don't (unconditionally) use getSCEVAtScope to simplify the stepDan Gohman2009-06-19
* make jump threading handle lexically identical compare instructionsChris Lattner2009-06-19
* Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to Eli Friedman2009-06-19
* Teach jump threading to look at comparisons between phi nodes and non-constants.Nick Lewycky2009-06-19
* Improve tail call elim to move loads above readonly callsChris Lattner2009-06-19
* part of PR4405: disable a contentious optimization forChris Lattner2009-06-19
* Mark a few Thumb instructions commutable; just happened to spot this Eli Friedman2009-06-19
* new testcase for rdar://6983634Chris Lattner2009-06-18
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-18
* Generalize LSR's OptimizeSMax to handle unsigned max tests as wellDan Gohman2009-06-18
* Remove the code from IVUsers that attempted to handleDan Gohman2009-06-18
* Generalize the zext(trunc(t) & C) instcombine to work even withDan Gohman2009-06-18
* Teach ScalarEvolution how to recognize another xor(and(x, C), C) case.Dan Gohman2009-06-18
* Instcombine zext(trunc(x) & mask) to x&mask, even if the trunc hasDan Gohman2009-06-17
* Add -disable-output to a bunch of tests that don't care about the output.Dan Gohman2009-06-17
* This fixes a bug introduced in 72661, which canDale Johannesen2009-06-17
* Initial support for some Thumb2 instructions.Anton Korobeynikov2009-06-17
* Correct an accidental duplication of the test (patch doesn't handle Eli Friedman2009-06-17
* PR3439: Correct a silly mistake in the SimplifyDemandedUseBits code for Eli Friedman2009-06-17
* Fix ScalarEvolution's Xor handling to not assume that an AndDan Gohman2009-06-17
* Test for llvm-gcc patch 73564.Dale Johannesen2009-06-16
* Make the test target-neutralAnton Korobeynikov2009-06-16
* Generalize a few more instcombines to be vector/scalar-independent.Dan Gohman2009-06-16
* Instcombine's ShrinkDemandedConstant may strip bits out of constants,Dan Gohman2009-06-16
* GNU as refuses to assemble "pop {}" instruction. Do not emit suchAnton Korobeynikov2009-06-16
* Testcase for r73506Chris Lattner2009-06-16
* If a val# is defined by an implicit_def and it is being removed, all of the c...Evan Cheng2009-06-16
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-16