aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-25InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison
2013-03-24[NVPTX] Fix handling of vector argumentsJustin Holewinski
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen
2013-03-23Move X86-dependent test into the right subdirectory.Benjamin Kramer
2013-03-23Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson
2013-03-22Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren
2013-03-22Kill every call to @clang.arc.use in the ARC contract phase.John McCall
2013-03-22Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling
2013-03-22reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie
2013-03-22Reverted r176374. In some cases the lit.site.cfg file does not get generated ...Galina Kistanova
2013-03-22Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma
2013-03-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie
2013-03-22R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730Michel Danzer
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