summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot.Duncan Sands2011-05-21
* Implement mulo x, 2 -> addo x, x in DAGCombiner.Benjamin Kramer2011-05-21
* Merge and FileCheckize test cases.Benjamin Kramer2011-05-21
* Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.o...Benjamin Kramer2011-05-21
* InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.overflow(...Benjamin Kramer2011-05-21
* When BasicAA can determine that two pointers have the same base butDan Gohman2011-05-21
* Add fast-isel support for byval calls on x86.Eli Friedman2011-05-20
* adds some attributes to attribute section when cpu is "xscale"Rafael Espindola2011-05-20
* fixes target address tBL and tBLX and sets relocation typeRafael Espindola2011-05-20
* Re-commit 131641 with fixes; de-pseudoize MOVSX16rr8 and friends.Stuart Hastings2011-05-20
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-20
* Fixed regression due to commit 131709, which disables vararg tail call optimi...Chad Rosier2011-05-20
* Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer2011-05-20
* Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to pr...Cameron Zwarich2011-05-20
* Fix bug in which nodes that write to argument registers do not get glued with...Akira Hatanaka2011-05-20
* Don't attempt to tail call optimize for Win64.Chad Rosier2011-05-20
* Revert r131664 and fix it in instcombine instead. rdar://9467055Evan Cheng2011-05-20
* Add fast-isel support for zeroext and signext ret instructions on x86.Eli Friedman2011-05-19
* Looks like OS X assemblers (including MC) don't likeRafael Espindola2011-05-19
* Oddly people want to use the 'r' constraint for fp constants on x86.Eric Christopher2011-05-19
* Fix up this test to use explicit triples (Win64 passes a different number of ...Eli Friedman2011-05-19
* This fixes one divergence between LLVM and binutils for ARM in theJason W Kim2011-05-19
* ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.Rafael Espindola2011-05-19
* Align i64 arguments to 64 bit boundaries.Akira Hatanaka2011-05-19
* crc32 with 64-bit output zeros upper 32-bits. rdar://9467055Evan Cheng2011-05-19
* Move test to Transforms/InstCombine.Stuart Hastings2011-05-19
* Add test for PR9946.Rafael Espindola2011-05-19
* More instcombine cleanup, towards improving debug line info.Eli Friedman2011-05-18
* Handle perfect shuffle case that generates a vrev for vectors of floats.Tanya Lattner2011-05-18
* When forming an ICmpZero LSRUse, normalize the non-IV operandDan Gohman2011-05-18
* Disassembly of tBcc was wrongly adding 4 to the SignExtend'ed imm8:'0' immedi...Johnny Chen2011-05-18
* Enables vararg functions that pass all arguments via registers to be optimize...Chad Rosier2011-05-18
* More instcombine cleanup aimed towards improving debug line info.Eli Friedman2011-05-18
* An imminent fix to the x86_64 byval logic will expose a flaw in theStuart Hastings2011-05-18
* Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.Eli Friedman2011-05-18
* Merge pmovzx test case into existing file.Stuart Hastings2011-05-18
* PTX: add flag to disable mad/fma selectionJustin Holewinski2011-05-18
* Tighten up checking of the validity of casts. (1) The IR parser wouldDuncan Sands2011-05-18
* In r131488 I misunderstood how VREV works. It splits the vector in half and s...Tanya Lattner2011-05-18
* Start trying to make InstCombine preserve more debug info. The idea here is ...Eli Friedman2011-05-18
* Make some of the fast-isel tests actually test fast-isel (and fix test failur...Eli Friedman2011-05-18
* X86 pmovsx/pmovzx ignore the upper half of their inputs.Stuart Hastings2011-05-17
* vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...Tanya Lattner2011-05-17
* Move test for appropriate directory.Galina Kistanova2011-05-17
* Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872.Eli Friedman2011-05-17
* Drop lli, revise test.Stuart Hastings2011-05-17
* Back out r131444 and r131438; they're breaking nightly tests. I'll look intoEli Friedman2011-05-17
* Fix test.Eli Friedman2011-05-17
* Add target triple so test doesn't fail on Windows machines.Evan Cheng2011-05-17
* Add x86 fast-isel for calls returning first-class aggregates. rdar://9435872.Eli Friedman2011-05-17