aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-22tsan: fix the testDmitry Vyukov
2013-03-22tsan: handle vptr loads speciallyDmitry Vyukov
2013-03-22Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-22Remove the ARM-specific variant of this test. It's already covered byChandler Carruth
2013-03-22Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter
2013-03-22This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter
2013-03-21Fix a register-class comparison bug in PPCCTRLoopsHal Finkel
2013-03-21Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21This patch enables the Mips .set directive to define aliasesJack Carter
2013-03-21Implement builtin_{setjmp/longjmp} on PPCHal Finkel
2013-03-21Fix Darwin NEON FP and increase coverageRenato Golin
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Add support for spilling VRSAVE on PPCHal Finkel
2013-03-21Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel
2013-03-21Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin
2013-03-21Update some EH tests that were violating the new EH model.Bill Wendling
2013-03-21Move library call prototype attribute inference to functionattrsMeador Inge
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
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