aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-20Correct cost model for vector shift on AVX2Michael Liao
2013-03-20Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie
2013-03-20Enhance debug info namespace test to check for context/scope referenceDavid Blaikie
2013-03-20Make target-specific test case in r177474 only run when that target is builtDavid Blaikie
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie
2013-03-20Add a test case for PR15318 fixed in r177472Hao Liu
2013-03-20Don't assume the test directory is writable, use %T to find a writableNick Lewycky
2013-03-20Test DW_TAG_namespace support in the backendDavid Blaikie
2013-03-20Fix PR15296Michael Liao
2013-03-20Fix test case regression on ARM & PPC introduced r177239David Blaikie
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-20Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski
2013-03-19Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-19Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll testHal Finkel
2013-03-19IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison
2013-03-19Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand
2013-03-19Prepare to make r0 an allocatable register on PPCHal Finkel
2013-03-19Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem
2013-03-19Cleanup PPC64 unaligned i64 load/storeHal Finkel
2013-03-19Improve long vector sext/zext lowering on ARMRenato Golin
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