Exclude libLLVMTableGen.a from the shared library
[oota-llvm.git] / test /
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.
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-26 Eli FriedmanConvert more tests over to the new atomic instructions.
2011-09-26 Eli FriedmanUpgrade a couple more tests to the new atomic instructions.
2011-09-26 Eli FriedmanEnhance alias analysis for atomic instructions a bit...
2011-09-26 Eli FriedmanFix this test so it doesn't fail on Mac.
2011-09-26 Justin HolewinskiPTX: Fix detection of stack load/store vs. global load...
2011-09-26 James MolloyFix emission of debug data for global variables. getCon...
2011-09-26 Justin HolewinskiPTX: Add .align tests to stack object test file
2011-09-26 Justin HolewinskiPTX: Fix some lingering issues with stack allocation
2011-09-26 Justin HolewinskiPTX: Unify handling of loads/stores
2011-09-26 David MeyerOnly run tests in test/CodeGen/CBackend/X86 when both...
2011-09-26 David MeyerPR11004: Inline memcpy to avoid generating nested call...
2011-09-26 Craig TopperFix VEX decoding in i386 mode. Fixes PR11008.
2011-09-24 Jakob Stoklund OlesenOnly run MF.verify() with EXPENSIVE_CHECKS=1.
2011-09-23 Jakob Stoklund OlesenVerify that terminators follow non-terminators.
2011-09-23 Eli FriedmanPR10998: It is not legal to sink an instruction past...
2011-09-23 Owen AndersonTeach the Thumb2 AsmParser to accept pre-indexed loads...
2011-09-23 Jakob Stoklund OlesenAlso match negative offsets for addrmode3 and addrmode5.
2011-09-23 Owen AndersonFix incorrect disassembly test.
2011-09-23 Owen AndersonPost-index loads/stores in still need to print the...
2011-09-23 Owen AndersonReapply r140412 (Thumb2 reg-reg loads cannot target...
2011-09-23 Justin HolewinskiPTX: Handle function call return values
2011-09-23 Justin HolewinskiPTX: Start fixing function calls
2011-09-23 Craig TopperDon't allow 32-bit only instructions to be disassembled...
2011-09-23 Eli FriedmanPR10989: Don't print .hidden on Windows.
2011-09-22 Eli FriedmanPR10991: make fast-isel correctly check whether accessi...
2011-09-22 Dan GohmanFix SimplifySelectCC to add newly created nodes to...
2011-09-22 Duncan SandsSynthesize SSE3/AVX 128 bit horizontal add/sub instruct...
2011-09-22 Eli FriedmanPR10987: add a missed safety check to isSafePHIToSpecul...
2011-09-22 Justin HolewinskiPTX: fixup test cases for register changes
2011-09-22 Craig TopperFix register printing in disassembling of push/pop...
2011-09-21 Owen AndersonTurns out that Thumb2 ADR doesn't need special printing...
2011-09-21 Owen AndersonPrint out immediate offset versions of PC-relative...
2011-09-21 Devang PatelDo not unnecessarily use AT_specification DIE because...
2011-09-21 Akira HatanakaRemove +.
next