Age | Commit message (Expand) | Author |
2013-03-27 | Allocate r0 on PPC | Hal Finkel |
2013-03-27 | Remove the link register from the GPR classes on PowerPC. | Bill Schmidt |
2013-03-27 | Added back in the test for arc-annotations. | Michael Gottesman |
2013-03-27 | Adding DIImportedModules to DIScopes. | David Blaikie |
2013-03-27 | Don't spill PPC VRSAVE on non-Darwin (even in SjLj) | Hal Finkel |
2013-03-26 | Add XTEST codegen support | Michael Liao |
2013-03-26 | Enable SandyBridgeModel for all modern Intel P6 descendants. | Jakob Stoklund Olesen |
2013-03-26 | Use multiple virtual registers in PPC CR spilling | Hal Finkel |
2013-03-26 | Update PEI's virtual-register-based scavenging to support multiple simultaneo... | Hal Finkel |
2013-03-26 | Fix PRFCHW test on non-x86 builds | Michael Liao |
2013-03-26 | Add PREFETCHW codegen support | Michael Liao |
2013-03-26 | Add test case for commit r178031. | Ulrich Weigand |
2013-03-26 | Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth. | Jyotsna Verma |
2013-03-26 | R600/SI: mark most intrinsics as readnone v2 | Christian Konig |
2013-03-26 | Patch by Gordon Keiser! | Joe Abbey |
2013-03-26 | Add asan/msan to the list of available features in LIT test runner | Alexey Samsonov |
2013-03-26 | Fix SCEV forgetMemoizedResults should search and destroy backedge exprs. | Andrew Trick |
2013-03-26 | Remove testcase. It's failing on some platforms but not others. | Bill Wendling |
2013-03-26 | Hmm...not failing...odd | Bill Wendling |
2013-03-26 | Temporarily XFAIL this test until Michael can look at it. | Bill Wendling |
2013-03-26 | [ObjCARC Annotations] Added support for displaying the state of pointers at t... | Michael Gottesman |
2013-03-25 | Revise alignment checking/calculation on 256-bit unaligned memory access | Michael Liao |
2013-03-25 | Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx) | Michael Liao |
2013-03-25 | Add an -mcpu option to a test that is apparently scheduler-sensitive. | Jakob Stoklund Olesen |
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 |