aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-201-0/+21
* x86_32 tests for vbroadcastBruno Cardoso Lopes2010-07-201-0/+16
* Add AVX vbroadcast new instructionBruno Cardoso Lopes2010-07-201-0/+16
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-192-0/+144
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-191-0/+16
* X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the sameDaniel Dunbar2010-07-192-0/+6
* Testcase for 108732 (8195660).Dale Johannesen2010-07-191-0/+21
* Fix PR 7662.Devang Patel2010-07-191-0/+24
* Testcase for r108687.Owen Anderson2010-07-191-0/+16
* Remove r108639 now that it is handled by InstCombine instead.Owen Anderson2010-07-191-17/+0
* X86-64: Mark WINCALL and more tail call instructions as code gen only.Daniel Dunbar2010-07-191-1/+1
* MC/X86: We now match instructions like "incl %eax" correctly for the arch we areDaniel Dunbar2010-07-191-3/+3
* tests: Force another triple.Daniel Dunbar2010-07-191-1/+1
* tests: Force triples.Daniel Dunbar2010-07-182-2/+2
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-181-3/+3
* MC/AsmParser: Add macro argument substitution support.Daniel Dunbar2010-07-182-0/+45
* MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar2010-07-181-1/+1
* MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar2010-07-181-4/+19
* daniel doesn't hate me, he hates macpython 2.5, whichChris Lattner2010-07-181-3/+0
* MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar2010-07-181-0/+8
* Add a testcase for r108639.Owen Anderson2010-07-181-0/+17
* Another attempt at getting the clang self-host to like my instcombine patch.Owen Anderson2010-07-171-0/+26
* Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach2010-07-172-0/+46
* Test for ELF .size directive.Eli Friedman2010-07-171-0/+8
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-162-0/+34
* Consider this function:Bill Wendling2010-07-164-16/+27
* Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen2010-07-161-133/+0
* Feed the right output into FileCheck.Benjamin Kramer2010-07-161-2/+2
* Arrays and vectors with different numbers of elements are not equivalent.Nick Lewycky2010-07-161-0/+18
* LoopSimplify does not update domfrontier correctly.Tobias Grosser2010-07-161-0/+20
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-161-1/+1
* Add forgotten test case.Jakob Stoklund Olesen2010-07-161-0/+28
* Use the source-order scheduler instead of the "fast" scheduler at -O0,Dan Gohman2010-07-162-3/+3
* Also revert 108422, it's causing some test failures.Eric Christopher2010-07-161-15/+0
* Fix this test.Dan Gohman2010-07-161-1/+1
* The SelectionDAGBuilder's handling of debug info, on rareDale Johannesen2010-07-161-0/+147
* Revert. This isn't the correct way to go.Bill Wendling2010-07-152-12/+3
* Fix the order that SCEVExpander considers add operands in so thatDan Gohman2010-07-151-0/+40
* Handle code gen for the unreachable instruction if it's the only instruction inBill Wendling2010-07-152-3/+12
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-154-5/+5
* fix the definitions of ConstTextCoalSection/ConstDataCoalSectionChris Lattner2010-07-151-2/+2
* Fix crash reported in PR7653.Devang Patel2010-07-151-0/+12
* Watch out for a constant offset cancelling out a base register, formingDan Gohman2010-07-151-0/+44
* Reapply r108378, with bugfixes, testcase, and improved comment formatting.Owen Anderson2010-07-151-0/+15
* Fix PR7647, handling the case when 'To' ends up being Chris Lattner2010-07-151-0/+47
* see comment.Chris Lattner2010-07-151-0/+4
* Temporarily disable this test.Eric Christopher2010-07-141-1/+2
* Make it a .ll test case.Devang Patel2010-07-142-50/+108
* Add a testcase for the vla and stack realignment warning.Eric Christopher2010-07-141-0/+7
* Tests for llvm-gcc commit 108360.Dale Johannesen2010-07-142-0/+41