aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Pass --disable-cfi to llc.Rafael Espindola2011-05-033-3/+3
* xmm0 is an implicit parameter in this and so shouldn't be in theEric Christopher2011-05-031-0/+9
* Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman2011-05-031-0/+80
* Pass -disable-cfi to llc.Rafael Espindola2011-05-021-1/+1
* Fix PR9579: when simplifying a compare to "true" or "false", and it wasDuncan Sands2011-05-021-0/+15
* Move some rem transforms out of instcombine and into instsimplify.Duncan Sands2011-05-021-0/+17
* Add 130690 back.Rafael Espindola2011-05-022-4/+2
* Revert while I debug the tests that use march but not mtriple.Rafael Espindola2011-05-022-2/+4
* Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...Rafael Espindola2011-05-022-4/+2
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-016-16/+20
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-0/+38
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-306-20/+16
* Enable CFI on OS X.Rafael Espindola2011-04-306-16/+20
* InstCombine: Turn (zext A) udiv (zext B) into (zext (A udiv B)). Same for ure...Benjamin Kramer2011-04-301-2/+43
* Use SimplifyDemandedBits on div instructions.Benjamin Kramer2011-04-301-0/+7
* FileCheckize.Benjamin Kramer2011-04-301-1/+30
* Allow folded spills in test.Jakob Stoklund Olesen2011-04-301-2/+2
* Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen2011-04-307-33/+40
* Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...Eli Friedman2011-04-291-2/+10
* Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...Eli Friedman2011-04-291-5/+29
* Fix run-line, again. :(Eli Friedman2011-04-291-1/+1
* Re-committing r130454, which does not in fact break anything.Eli Friedman2011-04-291-0/+11
* Add trunc->branch support, this won't help with clang's i8->i1 truncationsEric Christopher2011-04-291-1/+16
* SimplifyCFG: Expose phi node folding cost threshold as command line parameterPeter Collingbourne2011-04-291-0/+34
* SimplifyCFG: Add CostRemaining parameter to DominatesMergePointPeter Collingbourne2011-04-291-0/+1
* SimplifyCFG: Add Trunc, ZExt and SExt to the list of cheap instructions for p...Peter Collingbourne2011-04-291-6/+9
* MCAsmLayout: Add support for computing the symbol offset of variables. NotDaniel Dunbar2011-04-291-0/+8
* MC: Change variable symbols to be recognized as defined, by assigning their s...Daniel Dunbar2011-04-291-0/+446
* Change DwarfCFIException's member variables to track what it actuallyRafael Espindola2011-04-291-1/+1
* Teach Thumb2 isel to fold and->rotr ==> ROR.Andrew Trick2011-04-291-2/+4
* Combine thumb2-ror tests.Andrew Trick2011-04-292-13/+13
* InstCombine: turn (C1 << A) << C2) into (C1 << C2) << A)Benjamin Kramer2011-04-291-0/+21
* Revert r130454; apparently this doesn't actually work.Eli Friedman2011-04-281-11/+0
* Fix runline.Eli Friedman2011-04-281-1/+1
* Fix a rather obscure crash caused by ARM fast-isel generating code which rede...Eli Friedman2011-04-281-0/+11
* fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman2011-04-282-0/+28
* Actually revert r130348 correctly.Eli Friedman2011-04-281-27/+1
* final step needed to resolve PR6627, which allows us to flatten the code down toChris Lattner2011-04-282-4/+71
* Revert r130348; causing buildbot issues on x86-32.Eli Friedman2011-04-281-0/+13
* InstCombine: Merge "(trunc x) == C1 & (and x, CA) == C2" into a single and+icmp.Benjamin Kramer2011-04-281-0/+29
* teach GVN to widen integer loads when they are overaligned, when doing an Chris Lattner2011-04-281-1/+24
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-282-4/+4
* Fix a silly mistake in r130338.Eli Friedman2011-04-281-0/+9
* PTX: support for bitwise operations on predicatesJustin Holewinski2011-04-281-0/+24
* fast-isel sret. We actually don't need to do anything special on x86. :) rda...Eli Friedman2011-04-271-0/+13
* Add tests for A8.6.110 NOP.Johnny Chen2011-04-272-0/+9
* Fixes PR9730: indvars: An asserting value handle still pointed to this valueAndrew Trick2011-04-271-5/+6
* Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman2011-04-271-0/+13
* Teach BasicAA about arm.neon.vld1 and vst1.Dan Gohman2011-04-271-0/+16
* If converter was being too cute. It look for root BBs (which don't haveEvan Cheng2011-04-271-0/+59