summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-30
* Enable CFI on OS X.Rafael Espindola2011-04-30
* InstCombine: Turn (zext A) udiv (zext B) into (zext (A udiv B)). Same for ure...Benjamin Kramer2011-04-30
* Use SimplifyDemandedBits on div instructions.Benjamin Kramer2011-04-30
* FileCheckize.Benjamin Kramer2011-04-30
* Allow folded spills in test.Jakob Stoklund Olesen2011-04-30
* Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen2011-04-30
* Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...Eli Friedman2011-04-29
* Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...Eli Friedman2011-04-29
* Fix run-line, again. :(Eli Friedman2011-04-29
* Re-committing r130454, which does not in fact break anything.Eli Friedman2011-04-29
* Add trunc->branch support, this won't help with clang's i8->i1 truncationsEric Christopher2011-04-29
* SimplifyCFG: Expose phi node folding cost threshold as command line parameterPeter Collingbourne2011-04-29
* SimplifyCFG: Add CostRemaining parameter to DominatesMergePointPeter Collingbourne2011-04-29
* SimplifyCFG: Add Trunc, ZExt and SExt to the list of cheap instructions for p...Peter Collingbourne2011-04-29
* MCAsmLayout: Add support for computing the symbol offset of variables. NotDaniel Dunbar2011-04-29
* MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar2011-04-29
* Change DwarfCFIException's member variables to track what it actuallyRafael Espindola2011-04-29
* Teach Thumb2 isel to fold and->rotr ==> ROR.Andrew Trick2011-04-29
* Combine thumb2-ror tests.Andrew Trick2011-04-29
* InstCombine: turn (C1 << A) << C2) into (C1 << C2) << A)Benjamin Kramer2011-04-29
* Revert r130454; apparently this doesn't actually work.Eli Friedman2011-04-28
* Fix runline.Eli Friedman2011-04-28
* Fix a rather obscure crash caused by ARM fast-isel generating code which rede...Eli Friedman2011-04-28
* fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman2011-04-28
* Actually revert r130348 correctly.Eli Friedman2011-04-28
* final step needed to resolve PR6627, which allows us to flatten the code down toChris Lattner2011-04-28
* Revert r130348; causing buildbot issues on x86-32.Eli Friedman2011-04-28
* InstCombine: Merge "(trunc x) == C1 & (and x, CA) == C2" into a single and+icmp.Benjamin Kramer2011-04-28
* teach GVN to widen integer loads when they are overaligned, when doing an Chris Lattner2011-04-28
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-28
* Fix a silly mistake in r130338.Eli Friedman2011-04-28
* PTX: support for bitwise operations on predicatesJustin Holewinski2011-04-28
* fast-isel sret. We actually don't need to do anything special on x86. :) rda...Eli Friedman2011-04-27
* Add tests for A8.6.110 NOP.Johnny Chen2011-04-27
* Fixes PR9730: indvars: An asserting value handle still pointed to this valueAndrew Trick2011-04-27
* Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman2011-04-27
* Teach BasicAA about arm.neon.vld1 and vst1.Dan Gohman2011-04-27
* If converter was being too cute. It look for root BBs (which don't haveEvan Cheng2011-04-27
* When analyzing functions known to only access argument pointees,Dan Gohman2011-04-27
* Simplify cfg inserts a call to trap when unreachable code is detected. Assign...Devang Patel2011-04-27
* Also add <imp-def> operands for defined and dead super-registers when rewriting.Jakob Stoklund Olesen2011-04-27
* Test case and comment for PR9633.Andrew Trick2011-04-27
* Fix an edge case involving branches in fast-isel on x86.Eli Friedman2011-04-27
* remove support for llvm.invariant.end from memdep. It is a Chris Lattner2011-04-26
* Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng2011-04-26
* This test should be in MC. It breaks with changes to scheduling / register al...Evan Cheng2011-04-26
* make a couple of changes to the standard pass pipeline:Chris Lattner2011-04-26
* Transform: "icmp eq (trunc (lshr(X, cst1)), cst" to "icmp (and X, mask), cst"Chris Lattner2011-04-26
* Force a triple on this test to unbreak windows buildbots.Benjamin Kramer2011-04-26