Add a testcase for some past-the-end address subtleties.
[oota-llvm.git] / test / CodeGen /
2013-02-01 David SehrTwo changes relevant to LEA and x32:
2013-02-01 Jyotsna VermaHexagon: Test case to confirm generation of indexed...
2013-02-01 Tim NorthoverAdd explicit triples to AArch64 tests
2013-01-31 Tom StellardR600: Fold clamp, neg, abs
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Eric ChristopherCheck and allow floating point registers to select...
2013-01-31 Eli BenderskyReplace some more greps with FileChecks in tests
2013-01-31 Eli BenderskyRewrite this test properly with a FileCheck instead...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Evan ChengForgot the test case before.
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Logan ChienAdd missing header and test cases for r173939.
2013-01-30 Akira Hatanaka[mips] Test case for r173862.
2013-01-29 Tim NorthoverFix 64-bit atomic operations in Thumb mode.
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
2013-01-27 Benjamin KramerWhen the legalizer is splitting vector shifts, the...
2013-01-26 Benjamin KramerX86: Do splat promotion later, so the optimizer can...
2013-01-26 Benjamin KramerFileCheckize and merge some tests.
2013-01-25 Reid KlecknerFileCheck-ify some grep tests
2013-01-25 Eli BenderskyIn this patch, we teach X86_64TargetMachine that it...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2013-01-25 Silviu BarangaFixed the condition codes for the atomic64 min/umin...
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Andrew TrickMISched: Add SchedDFSResult to ScheduleDAGMI to formali...
2013-01-25 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on some of...
2013-01-24 Reed KotlerThe next phase of Mips16 hard float implementation.
2013-01-23 Bill WendlingAdd the heuristic to differentiate SSPStrong from SSPRe...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-22 Michael LiaoFix an issue of pseudo atomic instruction DAG schedule
2013-01-22 Akira Hatanaka[mips] Implement MipsRegisterInfo::getRegPressureLimit.
2013-01-20 NAKAMURA Takumillvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic...
2013-01-20 Nadav RotemRevert 172708.
2013-01-19 Nadav RotemOn Sandybridge split unaligned 256bit stores into two...
2013-01-19 Jakob Stoklund OlesenRemove some register allocation order dependencies.
2013-01-18 Nadav RotemOn Sandybridge loading unaligned 256bits using two...
2013-01-18 NAKAMURA Takumillvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd...
2013-01-17 Bill SchmidtRestore reverted test case, this time with REQUIRES...
2013-01-17 Bill SchmidtRemove bad test case
2013-01-17 Bill SchmidtThis patch fixes PR13626 by providing i128 support...
2013-01-17 Jyotsna VermaAdd indexed load/store instructions for offset validati...
2013-01-17 Bill SchmidtThis patch fixes the PPC calling convention to handle...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2013-01-14 Bill SchmidtThis patch addresses an incorrect transformation in...
2013-01-13 Benjamin KramerX86: Add patterns for X86ISD::VSEXT in registers.
2013-01-12 Benjamin KramerWhen lowering an inreg sext first shift left, then...
2013-01-11 Nadav RotemPPC: Implement efficient lowering of sign_extend_inreg.
2013-01-11 Preston GurdUpdate patch for the pad short functions pass for Intel...
2013-01-11 Eric ChristopherFor inline asm:
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-10 NAKAMURA Takumillvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals...
2013-01-10 Evan ChengPR14896: Handle memcpy from constant string where the...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-10 Manman RenStack Alignment: throw error if we can't satisfy the...
2013-01-09 Evan ChengFix a DAG combine bug visitBRCOND() is transforming...
2013-01-09 Nadav Rotemadd -march to the test
2013-01-09 Nadav RotemEfficient lowering of vector sdiv when the divisor...
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-08 Tim NorthoverSpecify complete triple for fp128 tests.
2013-01-08 Preston GurdPad Short Functions for Intel Atom
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-07 Bill SchmidtThis patch addresses bug 14678 by fixing two problems...
2013-01-07 Silviu BarangaMake the MergeGlobals pass correctly handle the address...
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
2013-01-06 Evan ChengFix for PR14739. It's not safe to fold a load into...
2013-01-05 Craig TopperRecommit r171461 which was incorrectly reverted. Mark...
2013-01-05 Nadav RotemRevert revision 171524. Original message:
2013-01-04 Preston GurdThe current Intel Atom microarchitecture has a feature...
2013-01-04 Akira Hatanaka[mips] MipsTargetLowering::getSetCCResultType should...
2013-01-04 Nadav RotemRevert revision: 171467. This transformation is incorre...
2013-01-03 Elena DemikhovskySimplified TRUNCATE operation that comes after SETCC...
2013-01-03 Michael GottesmanRevert "Mark DIV/IDIV instructions hasSideEffects=1...
2013-01-03 Craig TopperMark DIV/IDIV instructions hasSideEffects=1 because...
2013-01-03 Jakob Stoklund OlesenFix PR14732 by handling all kinds of IMPLICIT_DEF live...
2013-01-02 Tom StellardDAGCombiner: Avoid generating illegal vector INT_TO_FP...
2013-01-02 Nadav RotemAVX: Fix a bug in WidenMaskArithmetic.
2012-12-30 Hal FinkelSupport ppcf128 in SelectionDAG::getConstantFP
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-28 Nadav RotemAVX: Move the ZEXT/ANYEXT DAGCo optimizations to the...
2012-12-27 Nadav RotemOn AVX/AVX2 the type v8i1 is legalized to v8i16, which...
2012-12-26 NAKAMURA Takumillvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.
2012-12-26 NAKAMURA Takumillvm/test/CodeGen/X86: Disable avx in two tests corresp...
2012-12-25 Hal FinkelLoosen scheduling restrictions on the PPC dcbt intrinsic
2012-12-25 Hal FinkelExpand PPC64 atomic load and store
2012-12-25 Benjamin KramerHarden test so it's not affected by changes to compare...
2012-12-25 Benjamin KramerX86: Shave off one shuffle from the pcmpeqq sequence...
2012-12-25 Benjamin KramerX86: Custom lower <2 x i64> eq and ne when SSE41 is...
2012-12-24 NAKAMURA Takumillvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.
2012-12-24 Nadav RotemSome x86 instructions can load/store one of the operand...
2012-12-22 Benjamin KramerX86: Turn mul of <4 x i32> into pmuludq when no SSE4...
2012-12-22 Benjamin KramerX86: Emit vector sext as shuffle + sra if vpmovsx is...
2012-12-21 Nadav RotemIn some cases, due to scheduling constraints we copy...
2012-12-21 Benjamin Kramertry to unbreak ppc buildbots.
2012-12-21 Benjamin KramerX86: Match pmin/pmax as a target specific dag combine...
2012-12-21 Tom StellardR600: Expand vec4 INT <-> FP conversions
2012-12-21 Reed KotlerAdd test case for r170674
2012-12-21 Eric ChristopherMove these files over to the debug info directory.
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
next