aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tweak test for debug/metadata change, update to FileCheck. Radar 7424645.Stuart Hastings2010-06-071-2/+3
* Fix this test to work under lit.Dan Gohman2010-06-071-1/+1
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-071-2/+6
* Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman2010-06-071-0/+2
* Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't goDan Gohman2010-06-071-1/+1
* Partial specialization was not checking the callsite to make sure it was usin...Kenneth Uildriks2010-06-052-0/+35
* revert r105521, which is breaking the buildbots with stuff like this:Chris Lattner2010-06-052-64/+0
* Initial AVX support for some instructions. No patterns matchedBruno Cardoso Lopes2010-06-052-0/+64
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-051-0/+25
* Revert 105492 & 105493 due to a testcase regression. Radar 7424645.Stuart Hastings2010-06-051-3/+1
* LSR needs to remember inserted instructions even in postinc mode, becauseDan Gohman2010-06-051-0/+44
* test case for r105504.Devang Patel2010-06-041-0/+6
* Re-apply 105308 with fix.Evan Cheng2010-06-041-0/+18
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-06-041-1/+3
* Copy location info for current function argument from dbg.declare if respecti...Devang Patel2010-06-042-2/+2
* More tail call removal.Dale Johannesen2010-06-042-2/+2
* Fix normalization and de-normalization of non-affine SCEVs.Dan Gohman2010-06-041-0/+23
* Fixed a bug during widening where we would avoid legalizing a node. When weMon P Wang2010-06-042-16/+36
* Remove more tail calls.Dale Johannesen2010-06-042-2/+2
* Remove a tail call, and move some CHECKs to theDale Johannesen2010-06-041-3/+3
* This test doesn't need the ssp attribute.Dan Gohman2010-06-041-1/+1
* Remove tail call. A tail call version will follow.Dale Johannesen2010-06-041-1/+1
* Remove tail call to preserve this test. A tailDale Johannesen2010-06-031-1/+1
* Make this test not use tail calls. A tail callDale Johannesen2010-06-031-3/+3
* Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. ItDan Gohman2010-06-031-0/+22
* Revert 105308.Bob Wilson2010-06-031-18/+0
* Machine sink could potentially sink instructions into a block where the physicalBill Wendling2010-06-032-16/+29
* One underscore, not two.Eric Christopher2010-06-031-2/+2
* Implement expansion in type legalization for add/sub with overflow. TheEli Friedman2010-06-031-0/+42
* Enable machine cse of instructions which define physical registers.Evan Cheng2010-06-021-0/+18
* DwarfWrite is now smart enough to drop debug value pointing to undefined regi...Devang Patel2010-06-011-40/+35
* Keep track of incoming debug value of unused argument.Devang Patel2010-06-011-0/+51
* Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends.Dan Gohman2010-06-011-1/+26
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-011-0/+13
* Debreak test for non-Darwin.Bill Wendling2010-05-311-1/+1
* Fix PR7272: when inlining through a callsite with byval arguments,Duncan Sands2010-05-311-0/+24
* Add a test for the llvm-gcc commit in r90200.Eric Christopher2010-05-311-0/+24
* fix PR6623: when optimizing for size, don't inline memcpy/memsetsChris Lattner2010-05-311-0/+30
* upgrade and filecheckize this test.Chris Lattner2010-05-311-6/+16
* The memcpy intrinsic only takes i8* for %src and %dst, so cast them to thatNick Lewycky2010-05-311-0/+20
* Remove schedule-livein-copies. It's not being used.Evan Cheng2010-05-291-1/+0
* Fix PR7193: if sibling call address can take a register, make sure there are ...Evan Cheng2010-05-291-0/+16
* Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng2010-05-283-15/+16
* Add lint checks for function attributes.Dan Gohman2010-05-281-0/+17
* MC/X86: Add alias for movzx.Kevin Enderby2010-05-281-0/+13
* MC/X86: Add alias for fwait.Kevin Enderby2010-05-281-0/+5
* Fix the use of x86 control and debug registers so that the assertion failure inKevin Enderby2010-05-281-0/+57
* Add missing space; works for me.Dale Johannesen2010-05-281-1/+1
* Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman2010-05-281-0/+4
* Fix more tests that depended on the default register allocator choice.Jakob Stoklund Olesen2010-05-282-2/+2