Age | Commit message (Expand) | Author |
2013-03-25 | Disable some unsafe-fp-math DAG-combine transformation after legalization. | Shuxin Yang |
2013-03-25 | Add an optimizer-side test case for ARC bug <rdar://13195034>, fixed | John McCall |
2013-03-25 | Disable profiling tests for Hexagon since it doesn't support JIT. | Jyotsna Verma |
2013-03-25 | llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32. | NAKAMURA Takumi |
2013-03-25 | XFAIL some of the generic CodeGen tests for Hexagon. | Jyotsna Verma |
2013-03-25 | Fix a bug in fast-math fadd/fsub simplification. | Shuxin Yang |
2013-03-25 | XFAIL DebugInfo tests for Hexagon. | Jyotsna Verma |
2013-03-25 | Disable Execution Engine tests not supported by Hexagon. | Jyotsna Verma |
2013-03-25 | Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga... | NAKAMURA Takumi |
2013-03-25 | x86 -- add the XTEST instruction | Dave Zarzycki |
2013-03-25 | x86 -- disassemble the REP/REPNE prefix when needed | Dave Zarzycki |
2013-03-25 | Remove 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-25 | Add a GC plugin for Erlang | Yiannis Tsiouris |
2013-03-25 | Address issues found by Duncan during post-commit review of r177856. | Arnaud A. de Grandmaison |
2013-03-25 | InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst) | Arnaud A. de Grandmaison |
2013-03-24 | [NVPTX] Fix handling of vector arguments | Justin Holewinski |
2013-03-24 | Allow TableGen DAG arguments to be just a name. | Jakob Stoklund Olesen |
2013-03-23 | Move X86-dependent test into the right subdirectory. | Benjamin Kramer |
2013-03-23 | Remove the type legality check from the SelectionDAGBuilder when it lowers @l... | Owen Anderson |
2013-03-22 | Support in AAEvaluator to print alias queries of loads/stores with TBAA tags. | Manman Ren |
2013-03-22 | Kill every call to @clang.arc.use in the ARC contract phase. | John McCall |
2013-03-22 | Update test. There may be multiple catches, but those will be cleaned up. | Bill Wendling |
2013-03-22 | reorder the fields in DILexicalBlockFile to match the common prefix for DIScopes | David Blaikie |
2013-03-22 | Reverted r176374. In some cases the lit.site.cfg file does not get generated ... | Galina Kistanova |
2013-03-22 | Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w... | Jyotsna Verma |
2013-03-22 | Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/... | David Blaikie |
2013-03-22 | R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730 | Michel Danzer |
2013-03-22 | tsan: fix the test | Dmitry Vyukov |
2013-03-22 | tsan: handle vptr loads specially | Dmitry Vyukov |
2013-03-22 | Fix llvm::removeUnreachableBlocks to handle unreachable loops. | Evgeniy Stepanov |
2013-03-22 | InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge... | Arnaud A. de Grandmaison |
2013-03-22 | Reorder the DIFile field in DILexicalBlock to become a prefix common with oth... | David Blaikie |
2013-03-22 | Remove the ARM-specific variant of this test. It's already covered by | Chandler Carruth |
2013-03-22 | Fix the invalid opcode for Mips branch instructions in the assembler | Jack Carter |
2013-03-22 | This patch that enables the Mips assembler to use symbols for offset for inst... | Jack Carter |
2013-03-21 | Fix a register-class comparison bug in PPCCTRLoops | Hal Finkel |
2013-03-21 | Refactor the filename/directory information in DISubprogram to refer directly... | David Blaikie |
2013-03-21 | Move the DIFile in DISubprogram to the beginning to be a common prefix along ... | David Blaikie |
2013-03-21 | This patch enables the Mips .set directive to define aliases | Jack Carter |
2013-03-21 | Implement builtin_{setjmp/longjmp} on PPC | Hal Finkel |
2013-03-21 | Fix Darwin NEON FP and increase coverage | Renato Golin |
2013-03-21 | Remove unused field in DISubprogram | David Blaikie |
2013-03-21 | Add support for spilling VRSAVE on PPC | Hal Finkel |
2013-03-21 | Correct PPC FRAMEADDR lowering using a pseudo-register | Hal Finkel |
2013-03-21 | Avoid NEON SP-FP unless unsafe-math or Darwin | Renato Golin |
2013-03-21 | Update some EH tests that were violating the new EH model. | Bill Wendling |
2013-03-21 | Move library call prototype attribute inference to functionattrs | Meador Inge |
2013-03-20 | Debug info: refactor the first field of DICompileUnit to be a raw file/direct... | David Blaikie |
2013-03-20 | When computing the demanded bits of Load SDNodes, make sure that we are looki... | Nadav Rotem |