[arm fast-isel] Appease the machine verifier by using the proper register
[oota-llvm.git] / test /
2012-11-27 Chad RosierAdd -verify-machineinstrs to these fast-isel test cases.
2012-11-27 Preston BriggsModified depends() to recognize that when all levels...
2012-11-27 Manman RenCSE: allow PerformTrivialCoalescing to check copies...
2012-11-27 Meador Ingeinstcombine: Don't replace all uses for instructions...
2012-11-27 Benjamin KramerSCEV: Even if the latch terminator is foldable we can...
2012-11-27 Manman RenX86: do not fold load instructions such as [V]MOVS...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-27 Ulrich WeigandNever use .lcomm on platforms where it does not accept...
2012-11-27 Meador IngeMove sprintf simplifier tests to test/Transforms/InstCo...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 NAKAMURA Takumillvm/test/Transforms/SimplifyLibCalls: FileCheck-ize...
2012-11-27 NAKAMURA Takumillvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handl...
2012-11-27 NAKAMURA Takumillvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix...
2012-11-27 NAKAMURA TakumiTrailing linefeeds.
2012-11-27 Craig TopperRevert accidental commit.
2012-11-27 Craig TopperMake PrintReg constructor explicit to prevent weird...
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-27 Craig TopperAdd test cases for r168417.
2012-11-27 NAKAMURA Takumitest/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress...
2012-11-27 Preston BriggsModify depends(Src, Dst, PossiblyLoopIndependent).
2012-11-27 Meador Ingeinstcombine: Migrate sprintf optimizations
2012-11-27 Eric ChristopherThe section is .debug_line.
2012-11-27 Chad RosierExtend test case for r168657.
2012-11-27 Michael IlsemanFast-math test for SimplifyInstruction: fold multiply...
2012-11-27 NAKAMURA Takumillvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll:...
2012-11-27 Michael IlsemanFast-math test case for bitcode and textual reading...
2012-11-26 Eli BenderskyMake this test less sensitive.
2012-11-26 Eli FriedmanGet rid of the getPointeeAlignment helper function...
2012-11-26 Chad RosierRemove the X86 Maximal Stack Alignment Check pass as...
2012-11-26 Shuxin Yangrdar://12329730 (defect 2)
2012-11-26 Meador Ingeinstcombine: Migrate printf optimizations
2012-11-26 Jakub StaszakNormalize splat 256bit vectors with 8 elements.
2012-11-26 Eli BenderskyRewrite test to not use a FileCheck variable and redefi...
2012-11-26 Dmitry Vyukov[tsan] add fail order to compare_exchange
2012-11-26 Meador Ingeinstcombine: Migrate toascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isdigit optimizations
2012-11-26 Meador IngeFix bogus comment; no functional change.
2012-11-26 Meador Ingeinstcombine: Migrate *abs optimizations
2012-11-25 Meador Ingeinstcombine: Migrate ffs* optimizations
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-25 Nadav RotemAdd support for pointer induction variables even when...
2012-11-24 Benjamin KramerPPC: MCize most of the darwin PIC emission.
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-11-22 Meador IngeAdd more functions to the target library information.
2012-11-21 Preston BriggsCorrects a problem where we reply exclusively of GEPs...
2012-11-21 Jack CarterMips direct object xgot support
2012-11-21 Akira Hatanaka[mips] Generate big GOT code.
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-21 Anton KorobeynikovAdd support for varargs functions for msp430.
2012-11-21 Anton KorobeynikovAdd support for byval args. Patch by Job Noorman!
2012-11-21 NAKAMURA Takumillvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck...
2012-11-21 Rafael EspindolaUsing "not grep" is brittle as the test passes if llvm...
2012-11-21 Chandler CarruthPR14055: Implement support for sub-vector operations...
2012-11-20 Eli BenderskyAdd a tests for the new -no-show-raw-insn option of...
2012-11-20 Kostya Serebryany[asan] don't instrument linker-initialized globals...
2012-11-20 Kostya Serebryany[asan] make sure that linker-initialized globals (non...
2012-11-20 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32...
2012-11-20 Chandler CarruthFix PR14132 and handle OOB loads speculated throuh...
2012-11-20 Tim NorthoverFix physical register liveness calculations:
2012-11-20 Elena DemikhovskyIntel OCL built-ins calling conventions now support...
2012-11-20 Simon AtanasyanMarking remote mcjit tests as XFAIL for MIPS.
2012-11-20 Chandler CarruthRework the rewriting of loads and stores for vector...
2012-11-19 Anton KorobeynikovFactor out type info emission into separate routine.
2012-11-19 Jakob Stoklund OlesenHandle mixed normal and early-clobber defs on inline...
2012-11-19 Ulrich WeigandEnable MCJIT tests on PowerPC.
2012-11-18 Duncan SandsFix PR14060, an infinite loop in reassociate. The...
2012-11-18 Andrew TrickUse a full triple for a PPC test case for asm syntax.
2012-11-18 NAKAMURA TakumiMCJIT: [cygming] Give noop to __main also in RecordingM...
2012-11-18 NAKAMURA Takumitest/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSis...
2012-11-18 Nick LewyckyDon't try to calculate the alignment of an unsigned...
2012-11-17 Andrew TrickSilence the buildbots for this test while I figure...
2012-11-17 Andrew TrickBroaden isSchedulingBoundary to check aliases of SP.
2012-11-17 Hal FinkelPhi speculation improvement for BasicAA
2012-11-17 Eli FriedmanMark FP_EXTEND form v2f32 to v2f64 as "expand" for...
2012-11-17 Chad Rosier[fast-isel] Add the -verify-machineinstrs to these...
2012-11-17 Nadav RotemLoopVectorizer: Add initial support for pointer inducti...
2012-11-17 Akira HatanakaInitial implementation of MipsTargetLowering::isLegalAd...
2012-11-17 Evan ChengTeach SROA rewriteVectorizedStoreInst to handle cases...
2012-11-17 Andrew KaylorMarking remote mcjit tests as XFAIL for cygwin (hopeful...
2012-11-16 Andrew KaylorMarking remote mcjit tests as XFAIL for mingw32 (hopefu...
2012-11-16 Andrew KaylorMarking remote mcjit tests as XFAIL for ARM (hopefully...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-11-16 Anton KorobeynikovMake sure FABS on v2f32 and v4f32 is legal on ARM NEON
2012-11-16 Richard OsborneFix handling of aliases to functions.
2012-11-16 Justin Holewinski[NVPTX] Order global variables in def-use order before...
2012-11-16 Justin HolewinskiPreserve address space of forward-referenced global...
2012-11-16 Hemant KulkarniAdded program header emission
2012-11-16 Duncan SandsInstructionSimplify should be able to simplify A+B...
2012-11-16 Duncan SandsFix PR14361: wrong simplification of A+B==B+A. You...
2012-11-16 Andrew KaylorAdding new tests to test lli's pseudo-remote feature...
2012-11-16 NAKAMURA Takumillvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu...
2012-11-16 Duncan SandsAdd the Erlang/HiPE calling convention, patch by Yianni...
2012-11-16 Amara EmersonAdd MCJIT test case for running global constructors.
2012-11-16 Hans WennborgConstant::IsThreadDependent(): Use dyn_cast<Constant...
2012-11-16 Craig TopperUse roundps/pd for llvm.ceil, llvm.trunc, llvm.rint...
2012-11-16 Akira Hatanaka[mips] Fix delay slot filler so that instructions with...
2012-11-15 Eli BenderskyAdd some tests for the FileCheck utility.
2012-11-15 Eli FriedmanMark FP_ROUND for converting NEON v2f64 to v2f32 as...
next