Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
[oota-llvm.git] / test /
2013-02-06 Guy BenyeiCanonicalize line endings to Linux style also when...
2013-02-06 Tim NorthoverImplement external weak (ELF) symbols on AArch64
2013-02-06 Tim NorthoverAdd AArch64 CRC32 instructions
2013-02-06 Tim NorthoverAdd icache prefetch operations to AArch64
2013-02-06 Eli BenderskyRemove this test in the meantime, since it won't pass...
2013-02-06 Manman RenAttempt to recover gdb bot after r174445.
2013-02-05 Eli BenderskyTest for r174446
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Akira Hatanaka[mips] Do not use function CC_MipsN_VarArg unless the...
2013-02-05 Benjamin KramerInstCombine: Fix and simplify the inttoptr side too.
2013-02-05 Michael GottesmanAdded missing newline to end of test case.
2013-02-05 Owen AndersonReapply r174343, with a fix for a scary DAG combine...
2013-02-05 Benjamin KramerInstCombine: Harden code to work with vectors of pointe...
2013-02-05 Jyotsna VermaHexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handle
2013-02-05 Benjamin KramerConstantFolding: Fix a crash when encoutering a truncat...
2013-02-05 Jyotsna VermaHexagon: Add testcase for post-increment store instruct...
2013-02-05 Chad Rosier[SjLj Prepare] When demoting an invoke instructions...
2013-02-05 Jyotsna VermaHexagon: Use multiclass for absolute addressing mode...
2013-02-05 Jakob Stoklund OlesenAdd a test case for PR14750.
2013-02-05 Derek Schuff[MC] Bundle alignment: Invalidate relaxed fragments
2013-02-05 Tom StellardR600: Add tests for instruction predicates
2013-02-05 Tom StellardR600: Emit function name in the AsmPrinter
2013-02-05 Jyotsna VermaHexagon: Add V4 compare instructions. Enable relationsh...
2013-02-05 NAKAMURA TakumiFormatting.
2013-02-05 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_...
2013-02-05 Arnold SchwaighoferLoop Vectorizer: Handle pointer stores/loads in getWide...
2013-02-05 NAKAMURA TakumiRevert r174343, "When the target-independent DAGCombine...
2013-02-05 Logan ChienLink .ARM.exidx with corresponding text section.
2013-02-05 Arnold SchwaighoferARM cost model: Cost for scalar integer casts and float...
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-02-05 Eric ChristopherAdd support for testing the output of the abbrev table...
2013-02-05 Eric ChristopherAdd support for emitting a stub DW_AT_GNU_dwo_id as...
2013-02-05 Michael GottesmanAdd code to GlobalVariable.h so that global variables...
2013-02-05 Owen AndersonWhen the target-independent DAGCombiner inferred a...
2013-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-02-04 Manman Ren[Stack Alignment] emit warning instead of a hard error
2013-02-04 Jyotsna VermaHexagon: Add V4 combine instructions and some more...
2013-02-04 Benjamin KramerDisable a couple more vector splat optimizations on...
2013-02-04 Benjamin KramerX86: Open up some opportunities for constant folding...
2013-02-04 Benjamin KramerSelectionDAG: Teach FoldConstantArithmetic how to deal...
2013-02-04 Tim NorthoverUpdate debugging test for change in expected metadata.
2013-02-04 David Blaikie[DebugInfo] remove more node indirection (this time...
2013-02-04 Arnold SchwaighoferARM cost model: Penalize insertelement into D subregisters
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-02-02 Reed KotlerStart static relocation implementation for mips16.
2013-02-02 Manman RenRemoving ssp and uwtable from the testcase
2013-02-02 Shuxin Yangrdar://13126763
2013-02-01 Manman Ren[Dwarf] avoid emitting multiple AT_const_value for...
2013-02-01 Bill SchmidtLLVM enablement for some older PowerPC CPUs
2013-02-01 Dan GohmanAdd a testcase for some past-the-end address subtleties.
2013-02-01 David SehrTwo changes relevant to LEA and x32:
2013-02-01 Jyotsna VermaHexagon: Test case to confirm generation of indexed...
2013-02-01 Benjamin KramerInstSimplify: stripAndComputeConstantOffsets can be...
2013-02-01 Tim NorthoverAdd explicit triples to AArch64 tests
2013-02-01 Nadav RotemRevert r174152. The shift amount may overflow and in...
2013-02-01 Nadav RotemOptimize shift lefts of a constant by a value plus...
2013-02-01 Dan GohmanRewrite instsimplify's handling if icmp on pointer...
2013-01-31 Dan GohmanAn alloca can be equal to an argument. It can't *alias...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Tom StellardR600: Fold clamp, neg, abs
2013-01-31 Manman RenLinker: correctly link in dbg.declare
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Pekka JaaskelainenMade the min-trip-count-switch test X86-specific to...
2013-01-31 Alexey SamsonovRevert r173946. This breaks compilation of googletest...
2013-01-31 Michael GottesmanFilecheckized 2x tests in SimplifyCFG and removed their...
2013-01-31 Eric ChristopherCheck and allow floating point registers to select...
2013-01-31 Eli BenderskyReplace some more greps with FileChecks in tests
2013-01-31 Eli BenderskyRewrite this test properly with a FileCheck instead...
2013-01-31 Dan GohmanFix ConstantFold's folding of icmp instructions to...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Evan ChengForgot the test case before.
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-30 Manman RenLinker: correctly link in dbg.declare
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Logan ChienAdd missing header and test cases for r173939.
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2013-01-30 Saleem Abdulrasoolbuild: add --with-python option
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-30 Akira Hatanaka[mips] Test case for r173862.
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-29 Michael J. Spencer[MC][COFF] Delay handling symbol aliases when writing
2013-01-29 Pekka JaaskelainenLoopVectorize: convert TinyTripCountVectorThreshold...
2013-01-29 David BlaikieSupport artificial parameters in function types.
2013-01-29 Tim NorthoverFix 64-bit atomic operations in Thumb mode.
2013-01-29 Craig TopperMerge SSE and AVX shuffle instructions in the comment...
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
2013-01-28 Evgeniy Stepanov[msan] Mostly disable msan-handle-icmp-exact.
2013-01-28 Craig TopperFix 256-bit PALIGNR comment decoding to understand...
2013-01-27 Richard Osborne[XCore] Add missing l2rus instructions.
2013-01-27 Richard Osborne[XCore] Add missing l2r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 1r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 0r instructions.
2013-01-27 Benjamin KramerWhen the legalizer is splitting vector shifts, the...
next