Use the correct vreg here.
[oota-llvm.git] / test /
2011-10-06 Jim GrosbachTidy up tests. Un-XFAIL file and mark individual tests...
2011-10-06 Jim GrosbachFix and clean up tests. Un-XFAIL.
2011-10-06 Jim GrosbachFix and clean up tests. Un-XFAIL.
2011-10-06 David GreeneMake Test More Thorough
2011-10-06 Peter Collingbournes/tblgen/llvm-tblgen/g in a few missed places, includin...
2011-10-06 Torok Edwinocaml bindings: add llvm_ipo based on IPO.h
2011-10-06 Torok Edwinadd more tests for the OCaml bindings
2011-10-06 Craig TopperFix assembling of xchg %eax, %eax to not use the NOP...
2011-10-05 Cameron ZwarichRemove a check from ARM shifted operand isel helper...
2011-10-05 David GreeneUpdate Test for Multidefs
2011-10-05 David GreeneAdd a Multidef Test
2011-10-05 Eli FriedmanPR11061: Make simplifylibcalls fold strcmp("", x) corre...
2011-10-05 Jim GrosbachRevert 141203. InstCombine is looping on unit tests.
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-10-05 Jim GrosbachUpdate InstCombine worklist after instruction transform...
2011-10-05 Dan GohmanMake this test less sensitive to codegen optimizations.
2011-10-05 Owen AndersonSupport a valid, but not very useful, encoding of CPSIE...
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2011-10-05 Duncan SandsGeneralize GVN's conditional propagation logic slightly:
2011-10-05 Andrew TrickMissing test case for r141164.
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Comment out individual failing instructions.
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK lines. General forma...
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK line. General format...
2011-10-04 Jim GrosbachTidy up formatting.
2011-10-04 Jim GrosbachUn-XFAIL file. Fix incorrect CHECK line.
2011-10-04 Jim GrosbachUn-XFAIL the file. Disable only the individual tests...
2011-10-04 David GreeneTest Operand Arguments
2011-10-04 Jim GrosbachUn-XFAIL the file. Disable only the individual tests...
2011-10-04 Jim GrosbachTidy up. Formatting.
2011-10-04 David DeanFix PR9833/PR11054 (patch provided by Patrik Hägglund)
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-04 Andrew TrickLSR should avoid redundant edge splitting.
2011-10-04 Andrew TrickUnit test for r140919, loop unroll heuristics.
2011-10-03 Jim GrosbachTidy up. These tests are covered in the .s file tests...
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMOV immediate.
2011-10-03 Jim GrosbachARM parsing/encoding for VCMP/VCMPE.
2011-10-03 Akira HatanakaMove CHECK after entry label.
2011-10-03 Akira HatanakaAdd support for 64-bit logical NOR.
2011-10-03 Akira HatanakaAdd support for 64-bit count leading ones and zeros...
2011-10-03 Jim GrosbachARM assembly parsing and encoding for VMRS/FMSTAT.
2011-10-03 Akira HatanakaAdd support for 64-bit divide instructions.
2011-10-03 Jim GrosbachUpdate test for 141010.
2011-10-03 Akira HatanakaAdd support for 64-bit integer multiply instructions.
2011-10-03 Jim GrosbachTidy up a bit. Formatting.
2011-10-03 Craig TopperAdd support for MOVBE and RDRAND instructions for the...
2011-10-03 Rafael EspindolaAdd the returns_twice attribute to LLVM.
2011-10-03 Craig TopperTreat VEX.vvvv as a 3-bit field outside of 64-bit mode...
2011-10-03 Craig TopperTest updates that were supposed to go with r140993.
2011-10-03 Nick LewyckyReapply r140979 with fix! We never did get a testcase...
2011-10-03 Torok Edwinattempt to fix ocaml bindings: landing pads
2011-10-03 Nick LewyckyRevert r140979 due to reports of bootstrap failure.
2011-10-03 Nick LewyckyAdd one more case we compute a max trip count.
2011-10-02 Craig TopperFix some Intel syntax disassembly issues with instructi...
2011-10-02 Craig TopperSpecial case disassembler handling of REX.B prefix...
2011-10-02 Nick LewyckyAdd a new icmp+select optz'n. Also shows off the load...
2011-10-01 Craig TopperFix disassembling of INVEPT and INVVPID to take operands
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
2011-09-30 Bill WendlingFilecheck-ize.
2011-09-30 Bill WendlingAdd new line at end of file.
2011-09-30 Bill WendlingWhen inferring the pointer alignment, if the global...
2011-09-30 David GreeneTest More Complicated Lists
2011-09-30 David GreeneTest VarListElementInit:: resolveListElementReference
2011-09-30 Akira HatanakaRemove unnecessary checking of register operands.
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Jim Grosbachfloat comparison to double 'zero' constant can just...
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-09-30 Akira HatanakaCheck values of immediate operands.
2011-09-30 Duncan SandsAdd forgotten tests that the cleanup flag is cleared...
2011-09-30 Duncan SandsInlining often produces landingpad instructions with...
2011-09-30 Akira HatanakaMips64 shift instructions.
2011-09-30 Akira HatanakaMips64 arithmetic and logical instructions with one...
2011-09-29 Akira HatanakaFill delay slot with useful instructions. Modified...
2011-09-29 Dan GohmanWhen eliminating unnecessary retain+autorelease on...
2011-09-29 Dan GohmanDon't eliminate objc_retainBlock calls on stack objects...
2011-09-29 Akira HatanakaMips64 arithmetic and logical instructions with two...
2011-09-29 Andrew TrickLSR: rewrite inner loops only.
2011-09-29 Andrew Trickwhitespace
2011-09-29 Justin HolewinskiPTX: Add new patterns for bitconvert and any_extend
2011-09-28 Evan ChengTighten a ARM dag combine condition to avoid an identit...
2011-09-28 Eli FriedmanPR11033: Make sure we don't generate PCMPGTQ and PCMPEQ...
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-28 Andrew TrickTest case for r140670: indvars should hoist sext.
2011-09-28 Eli FriedmanPR10628: Fix getModRefInfo so it queries the underlying...
2011-09-27 Jakob Stoklund OlesenRemove X86-dependent stuff from SSEDomainFix.
2011-09-27 Jim GrosbachARM Thumb2 asm parsing [SU]XT[BH] without rotate but...
2011-09-27 NAKAMURA Takumitest/CMakeLists.txt: Depend on llvm-objdump. "make...
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-27 Michael J. SpencerAdd binary archive support to llvm-nm.
2011-09-27 Michael J. SpencerUnbreak tests.
2011-09-27 Justin HolewinskiPTX: Add support for sitofp in backend
2011-09-27 Bill WendlingSplit the landing pad basic block with the correct...
2011-09-27 Eli FriedmanLast batch of test conversions to new atomic instructions.
2011-09-26 Eli FriedmanConvert a bunch more tests over to the new atomic instr...
2011-09-26 Owen AndersonFix an incorrect decoder test.
2011-09-26 Owen AndersonRemove incorrect testcases.
2011-09-26 Eli FriedmanConvert more tests to new atomic instructions.
next