Cleanup another place redundant SP maintained
[oota-llvm.git] / test /
2012-11-01 NAKAMURA Takumi[CMake] Add llvm-mcmarkup to check-llvm.
2012-11-01 NAKAMURA Takumitest/CodeGen/X86/fp-fast.ll: Add +avx.
2012-11-01 Owen AndersonAdd a few more simple fast-math constant propagations...
2012-10-31 Jim GrosbachMC: Simple example parser for MC assembly markup.
2012-10-31 Shuxin Yang(For X86) Enhancement to add-carray/sub-borrow (adc...
2012-10-31 Nadav RotemLoopVectorize: Preserve NSW, NUW and IsExact flags.
2012-10-31 Nadav RotemFix a bug in the cost calculation of vector casts....
2012-10-31 Akira Hatanaka[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu...
2012-10-31 Akira HatanakaTest case for r167039. Check that tail-call optimizatio...
2012-10-31 Hans WennborgRemove fixme about unreachable cases from SwitchToLooku...
2012-10-31 Hal FinkelBBVectorize: Choose pair ordering to minimize shuffles
2012-10-31 Meador Ingeinstcombine: Migrate strto* optimizations
2012-10-31 Hans WennborgDo simple constant propagation in lookup table formatio...
2012-10-31 Benjamin KramerLCSSA: Add a workaround for another nasty SCEV cache...
2012-10-31 Benjamin KramerDependenceAnalysis: Don't crash if there is no constant...
2012-10-31 Reed KotlerImplement ADJCALLSTACKUP and ADJCALLSTACKDOWN
2012-10-31 Meador Ingeinstcombine: Migrate strpbrk optimizations
2012-10-31 Meador Ingeinstcombine: Migrate strlen optimizations
2012-10-31 Meador Ingeinstcombine: Migrate strncpy optimizations
2012-10-31 Nadav RotemLoopVectorize: Do not vectorize loops with tiny constan...
2012-10-31 Bill SchmidtThis patch addresses an ABI compatibility issue with...
2012-10-31 Nadav RotemAdd support for loops that don't start with Zero.
2012-10-31 Meador Ingeinstcombine: Migrate stpcpy optimizations
2012-10-31 Meador Ingeinstcombine: Split out the __stpcpy_chk simplifications...
2012-10-30 Manman RenX86 SSE: update rsqrtss and rcpss to use two source...
2012-10-30 Manman RenX86 MMX: optimize transfer from mmx to i32
2012-10-30 Chandler CarruthFix PR14212: For some strange reason I treated vectors...
2012-10-30 Akira Hatanaka[mips] Allow tail-call optimization for vararg function...
2012-10-30 Benjamin KramerLoopIdiom: Fix a serious missed optimization: we only...
2012-10-30 Hal FinkelBBVectorize: Fix a small bug introduced in r167042.
2012-10-30 Nadav RotemLoopVectorize: Add support for write-only loops when...
2012-10-30 Adhemerval ZanellaPowerPC: Expand FSRQT for vector types
2012-10-30 Nadav RotemLoopVectorize: Fix a bug in the initialization of reduc...
2012-10-30 Ulrich WeigandSet %defaultjit to use MCJIT for PowerPC targets.
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-30 Hans Wennborgswitch_to_lookup_table.ll: Remove some unnecessary...
2012-10-30 Adhemerval ZanellaPowerPC: More support for Altivec compare operations
2012-10-30 Ulrich WeigandEnable some additional constant folding for PPCDoubleDo...
2012-10-30 Hans WennborgUse TargetTransformInfo to control switch-to-lookup...
2012-10-30 Hal FinkelRemove an invalid assert in TargetTransformImpl
2012-10-30 Jim GrosbachARM: Better disassembly for pc-relative LDR.
2012-10-30 Reed KotlerChange mips16 delay slot jumps to non delay slot forms...
2012-10-30 Jakub StaszakRe-commit r166971. I reverted it to quickly, when build...
2012-10-29 Kevin EnderbyFix ARM's b.w instruction for thumb 2 and the encoding...
2012-10-29 Jakub StaszakRevert r166971. It causes buildbot failure. To be inves...
2012-10-29 NAKAMURA Takumillvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak...
2012-10-29 Jakub StaszakAllow to fold vector load if there is more than one...
2012-10-29 Bill SchmidtThis patch solves a problem with passing varargs parame...
2012-10-29 Reed KotlerImplement patterns for extloadi8 and extloadi16
2012-10-29 Ulrich WeigandIn various places throughout the code generator, there...
2012-10-29 Chad RosierRemove redundant test case from r166949, per Eli's...
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-29 Michael LiaoFix PR14204
2012-10-29 Jakob Stoklund OlesenCompletely disallow partial copies in adjustCopiesBackF...
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-29 Reed KotlerExpand all atomic ops for mips16.
2012-10-29 Preston GurdThis patch addresses a problem with the Post RA schedul...
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-29 Tim NorthoverAlign the data section correctly when loading an ELF...
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-29 Rafael EspindolaAdd -alias and -ralias options to match what we have...
2012-10-29 Rafael Espindolallvm-extract changes linkages so that functions on...
2012-10-29 Rafael Espindolallvm-extract was unable to handle aliases. It would...
2012-10-28 Reed KotlerImplement brind operator for mips16.
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-27 Jakob Stoklund OlesenNever attempt to join an early-clobber def with a regul...
2012-10-27 Benjamin KramerLoopIdiom: Add checks to avoid turning memmove into...
2012-10-27 Benjamin KramerLoopIdiom: Recognize memmove loops.
2012-10-27 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-27 Nadav Rotem1. Fix a bug in getTypeConversion. When a *simple*...
2012-10-27 Quentin Colombet[code size][ARM] Emit regular call instructions instead...
2012-10-27 Reed KotlerImplement MipsHi for mips16
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-27 Akira Hatanaka[mips] Make sure FuncArg doesn't advance when OrigArgIn...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Jakob Stoklund OlesenRevert r163298 "Optimize codegen for VSETLNi{8,16,32...
2012-10-26 Reed Kotlerimplement mips16 tls global addr
2012-10-26 Jakob Stoklund OlesenAdd GPRPair Register class to ARM.
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-26 Hal FinkelMove target-specific BBVectorize tests into a separate...
2012-10-26 Nadav RotemMove the target-specific tests, which require specific...
2012-10-26 Rafael EspindolaChange the internalize pass to internalize all symbols...
2012-10-26 Benjamin KramerFix SCEV cache invalidation in LCSSA and LoopSimplify.
2012-10-26 Nadav RotemFix a crash in SimpliftDemandedBits of vectors of pointers.
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-26 Reed Kotlerimplement large (>16 bit) constant loading.
2012-10-26 Rafael EspindolaFix unexpected passes. These test do work with LTO...
2012-10-26 Reed Kotlerfix test setgek.ll so that it will not give false ...
2012-10-26 Rafael EspindolaPort testcase to FileCheck.
2012-10-26 Hal FinkelDisable generation of pointer vectors by BBVectorize.
2012-10-25 Nadav RotemRevert 166726 because it may have broken a number of...
2012-10-25 Nadav RotemFix a crash in ValueTracking. Add support for vectors...
2012-10-25 Nadav RotemFix the cost-model test.
2012-10-25 Reed Kotlerimplement mips16 patterns for select nodes
2012-10-25 Hal FinkelAdd CPU model to BBVectorize cost-model tests.
2012-10-25 Nadav RotemAdd the cpu model to the test.
2012-10-25 Hal FinkelBegin incorporating target information into BBVectorize.
2012-10-25 Jakob Stoklund OlesenAlso optimize large switch statements.
2012-10-25 Michael LiaoAdd test for ATOM ISA SSSE3
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
next