aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-25Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang
2013-03-25Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall
2013-03-25Disable profiling tests for Hexagon since it doesn't support JIT.Jyotsna Verma
2013-03-25llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi
2013-03-25XFAIL some of the generic CodeGen tests for Hexagon.Jyotsna Verma
2013-03-25Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang
2013-03-25XFAIL DebugInfo tests for Hexagon.Jyotsna Verma
2013-03-25Disable Execution Engine tests not supported by Hexagon.Jyotsna Verma
2013-03-25Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...NAKAMURA Takumi
2013-03-25x86 -- add the XTEST instructionDave Zarzycki
2013-03-25x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki
2013-03-25Remove unnecessary attributes from test case.Chad Rosier
2013-03-25[tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran
2013-03-25Add a GC plugin for ErlangYiannis Tsiouris
2013-03-25Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison
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