aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-19Don't reserve R31 on PPC64 unless the frame pointer is neededHal Finkel
2013-03-19Emit the linkage name instead of the function name, when available. This meansNick Lewycky
2013-03-18Fix a sign-extension bug in PPCCTRLoopsHal Finkel
2013-03-18Fix PPC unaligned 64-bit loads and storesHal Finkel
2013-03-18ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer
2013-03-18ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer
2013-03-18Extend global merge pass to optionally consider global constant variables.Quentin Colombet
2013-03-18Change test cases to handle unaligned references.Bill Schmidt
2013-03-18Remove unnecessary leading comment characters in lit-only fileDavid Blaikie
2013-03-18Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren
2013-03-18Include '.test' suffix in target specific lit configs that need itDavid Blaikie
2013-03-18Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel
2013-03-18Cleanup initial-value constants in PPCCTRLoopsHal Finkel
2013-03-18Initially forgotten-to-svn-add test case for r177279.David Tweed
2013-03-18[asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany
2013-03-18[asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany
2013-03-18Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper
2013-03-18Refactor some duplicated code into helper functions.Craig Topper
2013-03-17Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-17Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie
2013-03-17The promised test case for r175939.Michael Gottesman
2013-03-17Improve PPC VR (Altivec) register spillingHal Finkel
2013-03-16Remove FIXMEs in PPC test cases related to unaligned loads/storesHal Finkel
2013-03-16Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper
2013-03-15ARM cost model: Fix costs for some vector selectsArnold Schwaighofer
2013-03-15Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga
2013-03-15ARM: Fix an old refacto.Benjamin Kramer
2013-03-15Enable unaligned memory access on PPC for scalar typesHal Finkel
2013-03-15ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer
2013-03-15Protect PPC Altivec patterns with a predicateHal Finkel
2013-03-15Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov
2013-03-15Fix the FDE encoding to be relative on ELF.Rafael Espindola
2013-03-15Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel
2013-03-15Add a triple to the test.Nadav Rotem
2013-03-14Unaligned loads should use the VMOVUPS opcode.Nadav Rotem
2013-03-14LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer
2013-03-14[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier
2013-03-14Not all PPC functions with a frame pointer need a RS spill slotHal Finkel
2013-03-14ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer
2013-03-14Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma
2013-03-14Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer
2013-03-14LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer
2013-03-14Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang
2013-03-14Test that we emit a DW_AT_location for self captured by a block.Adrian Prantl
2013-03-14R600: Factorize code handling Const Read Port limitationVincent Lejeune
2013-03-14[ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth
2013-03-14Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper
2013-03-14Fix PR15309Michael Liao