Inform SpillPlacement about blocks with defs.
[oota-llvm.git] / test /
2011-08-02 Nick LewyckyTeach InstCombine that lifetime intrincs aren't a real...
2011-08-02 Nick LewyckyLifetime intrinsics on undef are dead.
2011-08-02 Rafael EspindolaAssume .cfi_startproc is the first thing in a function...
2011-08-02 Bruno Cardoso LopesMake this kind of lowering to be supported by 256-bit...
2011-08-02 Benjamin KramerRemove empty test.
2011-08-02 Owen AndersonRevert r136503 and r136480 in an effort to fix non...
2011-08-01 Bruno Cardoso LopesAdd v4f64 -> v2f32 fp_round support. Also add a testcas...
2011-08-01 Bruno Cardoso LopesSince vectors with all ones can't be created with a...
2011-08-01 Richard OsborneFix crash with varargs function with no named parameters.
2011-07-31 Rafael EspindolaAdd a small gep optimization I noticed was missing...
2011-07-31 Benjamin KramerRemove InvalidateStructLayoutInfo from the ocaml bindings.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-30 Jakob Stoklund OlesenRevert "Don't check liveness of unallocatable registers."
2011-07-29 Jakob Stoklund OlesenDon't check liveness of unallocatable registers.
2011-07-29 Eric ChristopherAdd support for the 'Q' constraint.
2011-07-29 Jim GrosbachARM SRS instruction parsing, diassembly and encoding...
2011-07-29 Devang PatelClean up debug info after reassociation.
2011-07-29 Jim GrosbachARM assembly parsing and encoding for RFE instruction.
2011-07-29 Jim GrosbachARM update tests for CPS instruction.
2011-07-29 Bruno Cardoso LopesFix two tests that I crashed in the previous commits...
2011-07-29 Bruno Cardoso LopesMatch VPERMIL masks more strictly and update the target...
2011-07-29 Bruno Cardoso LopesAdd v8i32 and v4i64 vpermil patterns
2011-07-29 Jakob Stoklund OlesenTransfer implicit operands in NEONMoveFixPass.
2011-07-29 Jakob Stoklund OlesenAdd -verify-arm-pseudo-expand.
2011-07-29 Eli FriedmanMake sure to correctly clear the exact/nuw/nsw flags...
2011-07-28 Jim GrosbachCBZ/CBNZ are Thumb2 only. No need for ARM mode tests...
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BLX (immediate).
2011-07-28 Jakob Stoklund OlesenHandle REG_SEQUENCE with implicitly defined operands.
2011-07-28 Jim GrosbachRemove obsolete FIXME reference in comment.
2011-07-28 Jim GrosbachARM assembly parsing and encoding for BFC and BFI.
2011-07-28 Jim GrosbachARM parsing and encoding for ADR.
2011-07-28 Jim GrosbachUpdate ARM tests for parsing and encoding of WFE, WFI...
2011-07-28 Duncan SandsDue to changes coming from the new LLVM type system...
2011-07-28 Bruno Cardoso LopesAdd patterns to generate copies for extract_subvector...
2011-07-28 Bruno Cardoso LopesAdd a few patterns to match allzeros without having...
2011-07-28 Bruno Cardoso LopesAdd SINT_TO_FP and FP_TO_SINT support for v8i32 types...
2011-07-28 Jim GrosbachARM parsing and encoding tests.
2011-07-27 Evan ChengEmit an error is asm parser parsed X86_64 only register...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USUB16 and USUB8.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for USAX.
2011-07-27 Kevin EnderbyFix llvm-mc handing of x86 instructions that take 8...
2011-07-27 Jim GrosbachClean up tabs.
2011-07-27 Jim GrosbachARM assembly parsing and encoding support for USAT...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for USAD8 and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQSUB16...
2011-07-27 Jim GrosbachFix comment copy/paste-o.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQASX and...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UQADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMULL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding for UMLAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UMAAL.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHSUB16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UHADD16...
2011-07-27 Jim GrosbachARM parsing and encoding of SBFX and UBFX.
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for UADD16...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TST instruc...
2011-07-27 Jim GrosbachARM assembly parsing and encoding tests for TEQ instruc...
2011-07-27 Owen AndersonRefactor the STRT and STRBT instructions to distinguish...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Jim GrosbachARM assembly parsing and encoding for extend instructions.
2011-07-27 Nick LewyckyTeach the ConstantMerge pass about alignment. Fixes...
2011-07-27 Bruno Cardoso LopesThe vpermilps and vpermilpd have different behaviour...
2011-07-27 Devang PatelIt is quiet possible that inlined function body is...
2011-07-27 Eric ChristopherRemove these two directories. The tests can be ported...
2011-07-26 Eric ChristopherRemove test/FrontendC, almost all of the tests have...
2011-07-26 Jakob Stoklund OlesenEliminate copies of undefined values during coalescing.
2011-07-26 Benjamin KramerUpdate test.
2011-07-26 Benjamin KramerAdd a neat little two's complement hack for x86.
2011-07-26 Bruno Cardoso LopesRecognize unpckh* masks and match 256-bit versions...
2011-07-26 Eli FriedmanPrevent x86-specific DAGCombine from creating nodes...
2011-07-26 Jim GrosbachFileCheck'ize test.
2011-07-26 Eli FriedmanXFAIL this test while I investigate it; it's failing...
2011-07-26 Eli FriedmanAdd obvious missing case to switch. PR10497.
2011-07-26 Jim GrosbachARM diagnostics for ldrexd/stredx out of order paired...
2011-07-26 Jim GrosbachARM parsing and encoding tests for load/store exclusive...
2011-07-26 Jim GrosbachARM assembly parsing and encoding for SWP[B] instructions.
2011-07-26 Jim GrosbachARM parsing and encoding for SVC instruction.
2011-07-26 Jim GrosbachARM assembly parsing and encoding tests for SUB instruc...
2011-07-26 Jim GrosbachUpdate ARM STM tests. Fix check: prefix for diagnostic...
2011-07-26 Bruno Cardoso LopesAdd 256-bit isel for movsldup/movshdup
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAX, SSUB16...
2011-07-25 Nick LewyckyFinish adding support for lifetime intrinsics to SROA...
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT16 instruction.
2011-07-25 Bruno Cardoso LopesCodegen allonesvector better while using AVX: vpcmpeqd...
2011-07-25 Bruno Cardoso Lopes- Handle special scalar_to_vector case: splats. Using...
2011-07-25 Eli FriedmanAttempt to fix test failure reported on llvm-commits.
2011-07-25 Eli FriedmanMake sure this DAGCombine actually returns an UNDEF...
2011-07-25 Jim GrosbachARM assembly parsing and encoding for SSAT instruction.
2011-07-25 Eli FriedmanGet rid of an incorrect optimization for shuffles with...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-24 Jakob Stoklund OlesenCorrectly handle <undef> tied uses when rewriting after...
2011-07-22 Dan GohmanMove the last uses of RetainFunc etc. over to using...
2011-07-22 Jim GrosbachAdd FIXME
2011-07-22 Jim GrosbachARM encoding and assembly parsing tests for SMULWB...
2011-07-22 Jim GrosbachARM assembly parsing and encoding updates.
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests.
2011-07-22 Bruno Cardoso LopesFix test check!
2011-07-22 Bruno Cardoso LopesFix PR10422 by adding the necessary AVX UCOMISD memory...
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests for SMLAWB...
2011-07-22 Jim GrosbachARM assembly parsing and encoding tests.
next