summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rmBruno Cardoso Lopes2010-06-12
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rrBruno Cardoso Lopes2010-06-12
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-11
* tests: Add wrapper script for calling macho-dump on Win32.Daniel Dunbar2010-06-11
* Add a missing bitcast. This code used to only handle conversions betweenBob Wilson2010-06-11
* Support for nested functions/classes in debug output. (Again.) Radar 7424645.Stuart Hastings2010-06-11
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-10
* Testcase for r105741.Bill Wendling2010-06-09
* Mark physregs defined by inline asm as implicit.Jakob Stoklund Olesen2010-06-09
* Workaround SCEV non-determinism on this test, for now, to get buildbots back toDaniel Dunbar2010-06-09
* Fix SPU to cope with vector insertelement to an undef position.Kalle Raiskila2010-06-09
* Handle loading from/storing to undef pointers on SPU by inserting a Kalle Raiskila2010-06-09
* Reapply r105521, this time appending "LLU" to 64 bitBruno Cardoso Lopes2010-06-08
* Add more virtual memory to lit. The python in x86-64 fedora 13 needs it to runRafael Espindola2010-06-08
* Tweak test for debug/metadata change, update to FileCheck. Radar 7424645.Stuart Hastings2010-06-07
* Fix this test to work under lit.Dan Gohman2010-06-07
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-07
* Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman2010-06-07
* Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't goDan Gohman2010-06-07
* Partial specialization was not checking the callsite to make sure it was usin...Kenneth Uildriks2010-06-05
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-05
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-05
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-05
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-05
* LSR needs to remember inserted instructions even in postinc mode, becauseDan Gohman2010-06-05
* test case for r105504.Devang Patel2010-06-04
* Re-apply 105308 with fix.Evan Cheng2010-06-04
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-06-04
* Copy location info for current function argument from dbg.declare if respecti...Devang Patel2010-06-04
* More tail call removal.Dale Johannesen2010-06-04
* Fix normalization and de-normalization of non-affine SCEVs.Dan Gohman2010-06-04
* Fixed a bug during widening where we would avoid legalizing a node. When weMon P Wang2010-06-04
* Remove more tail calls.Dale Johannesen2010-06-04
* Remove a tail call, and move some CHECKs to theDale Johannesen2010-06-04
* This test doesn't need the ssp attribute.Dan Gohman2010-06-04
* Remove tail call. A tail call version will follow.Dale Johannesen2010-06-04
* Remove tail call to preserve this test. A tailDale Johannesen2010-06-03
* Make this test not use tail calls. A tail callDale Johannesen2010-06-03
* Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. ItDan Gohman2010-06-03
* Revert 105308.Bob Wilson2010-06-03
* Machine sink could potentially sink instructions into a block where the physicalBill Wendling2010-06-03
* One underscore, not two.Eric Christopher2010-06-03
* Implement expansion in type legalization for add/sub with overflow. TheEli Friedman2010-06-03
* Enable machine cse of instructions which define physical registers.Evan Cheng2010-06-02
* DwarfWrite is now smart enough to drop debug value pointing to undefined regi...Devang Patel2010-06-01
* Keep track of incoming debug value of unused argument.Devang Patel2010-06-01
* Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends.Dan Gohman2010-06-01
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-01
* Debreak test for non-Darwin.Bill Wendling2010-05-31
* Fix PR7272: when inlining through a callsite with byval arguments,Duncan Sands2010-05-31