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