Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and
[oota-llvm.git] / test /
2011-09-10 Richard TrieuFixed an assert from:
2011-09-10 Jim GrosbachThumb2 parsing and encoding for MOV(immediate).
2011-09-09 Akira HatanakaFix test cases.
2011-09-09 Owen AndersonLDM writeback is not allowed if Rn is in the target...
2011-09-09 Owen AndersonFix assembly/disassembly of Thumb2 ADR instructions...
2011-09-09 Owen AndersonThumb unconditional branches are allowed in IT blocks...
2011-09-09 Eli FriedmanMake the SelectionDAG verify that all the operands...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Nadav RotemImplement vector-select support for avx256. Refactor...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for MLA and MLS.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for MCR, MCR2...
2011-09-09 Jim GrosbachTidy up formatting a bit.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LSL.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRT.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSHT.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSH.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSBT.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRSB.
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDRH.
2011-09-09 Jim GrosbachShuffle a bit.
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
2011-09-09 Jim GrosbachThumb2 assembly parsing and encoding for LDREX/LDREXB...
2011-09-09 Jim GrosbachAdd FIXME.
2011-09-09 Duncan SandsMark the eh.typeid.for intrinsic as being 'const',...
2011-09-09 Craig TopperAdd disassembler test for Intel syntax. Tests r139353.
2011-09-09 Akira HatanakaChange default target architecture from Mips1 to Mips32...
2011-09-08 Devang PatelDirectly point debug info to the stack slot of the...
2011-09-08 Owen AndersonSoft fail CBZ/CBNZ in the disassembler if they appear...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDRD(immediate).
2011-09-08 Bruno Cardoso LopesAdd a AVX version of a simple i64 -> f64 bitcast. This...
2011-09-08 Bruno Cardoso LopesReapply testcase from r139309!
2011-09-08 Kevin EnderbyFix a Darwin x86_64 special case of a jmp to a temporar...
2011-09-08 Bruno Cardoso LopesRemove this crashing test, until I figure out what...
2011-09-08 Bruno Cardoso LopesAdd AVX versions of blend vector operations and fix...
2011-09-08 Bruno Cardoso LopesFix PR10844: Add patterns to cover non foldable version...
2011-09-08 Jim GrosbachAdd tests for Thumb2 LDRB indexed addressing w/ writeback.
2011-09-08 Nadav RotemThis test is already covered by llvm/trunk/test/CodeGen...
2011-09-08 Nadav Rotemadd a testcase for the previous patch
2011-09-08 Nadav RotemAdd X86-SSE4 codegen support for vector-select.
2011-09-08 Eli FriedmanFix the logic in BasicAliasAnalysis::aliasGEP for compa...
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR post-indexed.
2011-09-08 Jim GrosbachThumb2 assembly parsing and encoding for LDR pre-indexe...
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDRBT.
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDRB(register).
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDR(register).
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDRB(immediate).
2011-09-07 Jim GrosbachThumb2 assembly parsing and encoding for LDR(literal).
2011-09-07 Owen AndersonCreate Thumb2 versions of STC/LDC, and reenable the...
2011-09-07 Jim GrosbachAdd tests for Thumb2 LDR(immediate) from r139254.
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMDB.
2011-09-07 James MolloySecond of a three-patch series aiming to fix MSR/MRS...
2011-09-07 Eli FriedmanFix atomic load and store on x86 to pass -verify-machin...
2011-09-07 Jim GrosbachUpdate test for 139243
2011-09-07 Jim GrosbachThumb2 parsing and encoding for LDMIA.
2011-09-07 Owen AndersonPort more assembler tests over to disassembler tests...
2011-09-07 Duncan SandsWhen inlining exception handling code into another...
2011-09-07 Duncan SandsAnother forgotten trampoline testcase.
2011-09-07 Duncan SandsForgot to add this trampoline testcase.
2011-09-07 Eli FriedmanRelax the MemOperands on atomics a bit. Fixes -verify...
2011-09-07 Devang PatelWhile sinking machine instructions, sink matching DBG_V...
2011-09-06 Owen AndersonTeach BasicAA about the aliasing properties of memset_p...
2011-09-06 Jim GrosbachThumb2 parsing and encoding for ISB.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for EOR.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DSB.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DMB.
2011-09-06 Nick LewyckyDisable these tests harder. They're XFAIL'd, but that...
2011-09-06 Jim GrosbachThumb2 parsing and encoding for DBG.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CMN and CMP.
2011-09-06 Nick LewyckyThis transform only handles two-operand AddRec's. Preve...
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CLZ.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CLREX.
2011-09-06 Owen AndersonPort more encoding tests over to Thumb2 decoding tests.
2011-09-06 Jim GrosbachThumb2 parsing and encoding for CDP/CDP2.
2011-09-06 Evan ChengFix fall outs from my recent change on how carry bit...
2011-09-06 Owen AndersonTry again at r138809 (make DSE more aggressive in remov...
2011-09-06 Jakob Stoklund OlesenAtomic pseudos don't use (as in read) CPSR. They clobbe...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-06 Nick LewyckyThe logic inside getMulExpr to simplify {a,+,b}*{c...
2011-09-06 Nick LewyckyRevert r139126 due to selfhost failures reported by...
2011-09-05 Nick LewyckyTeach SCEV to report a max backedge count in one intere...
2011-09-05 Benjamin KramerInstSimplify: Don't try to replace an extractvalue...
2011-09-05 Duncan SandsDelete trivial landing pads that just continue unwindin...
2011-09-05 Duncan SandsAdd some simple insertvalue simplifications, for the...
2011-09-03 Dan GohmanRevert r129875, XFAILing this test for arm, since the...
2011-09-02 Jakob Stoklund OlesenPseudo CMOV instructions don't clobber EFLAGS.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for CBZ/CBNZ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BXJ.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BIC.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BFI.
2011-09-02 Jim GrosbachThumb2 parsing and encoding for BFC.
2011-09-02 Jim GrosbachThumb2 parsing and encoding of B instruction.
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ASR.
2011-09-02 Bill WendlingBetter fix for this testcase. Update it to the new...
2011-09-02 Bill WendlingUpdate for new EH stuff. (I'm not sure if this is 100...
2011-09-02 Andrew TrickTest case update for unroll-scev.
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-09-02 Jim GrosbachThumb2 parsing and encoding for AND (register).
2011-09-02 Jim GrosbachThumb2 parsing and encoding for ADD (register).
next