aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-10-28Implement brind operator for mips16.Reed Kotler
2012-10-28This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler
2012-10-27Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen
2012-10-27LoopIdiom: Add checks to avoid turning memmove into an infinite loop.Benjamin Kramer
2012-10-27LoopIdiom: Recognize memmove loops.Benjamin Kramer
2012-10-27LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.Benjamin Kramer
2012-10-271. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem
2012-10-27[code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet
2012-10-27Implement MipsHi for mips16Reed Kotler
2012-10-27[mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka
2012-10-27[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in theAkira Hatanaka
2012-10-26Refactor the VectorTargetTransformInfo interface.Nadav Rotem
2012-10-26Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."Jakob Stoklund Olesen
2012-10-26implement mips16 tls global addrReed Kotler
2012-10-26Add GPRPair Register class to ARM.Jakob Stoklund Olesen
2012-10-26Remove LoopDependenceAnalysis.Benjamin Kramer
2012-10-26Move target-specific BBVectorize tests into a separate directory.Hal Finkel
2012-10-26Move the target-specific tests, which require specific backends, to dirs that...Nadav Rotem
2012-10-26Change the internalize pass to internalize all symbols when given an emptyRafael Espindola
2012-10-26Fix SCEV cache invalidation in LCSSA and LoopSimplify.Benjamin Kramer
2012-10-26Fix a crash in SimpliftDemandedBits of vectors of pointers.Nadav Rotem
2012-10-26Implement carry for subtract/add for mips16Reed Kotler
2012-10-26implement large (>16 bit) constant loading.Reed Kotler
2012-10-26Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola
2012-10-26fix test setgek.ll so that it will not give false "make check" Reed Kotler
2012-10-26Port testcase to FileCheck.Rafael Espindola
2012-10-26Disable generation of pointer vectors by BBVectorize.Hal Finkel
2012-10-25Revert 166726 because it may have broken a number of SPEC tests. PR14183.Nadav Rotem
2012-10-25Fix a crash in ValueTracking. Add support for vectors of pointers.Nadav Rotem
2012-10-25Fix the cost-model test.Nadav Rotem
2012-10-25implement mips16 patterns for select nodesReed Kotler
2012-10-25Add CPU model to BBVectorize cost-model tests.Hal Finkel
2012-10-25Add the cpu model to the test.Nadav Rotem
2012-10-25Begin incorporating target information into BBVectorize.Hal Finkel
2012-10-25Also optimize large switch statements.Jakob Stoklund Olesen
2012-10-25Merge commit 'a8a0a155de16830b8fcab539ba2ec21de3145532'Derek Schuff
2012-10-25Add test for ATOM ISA SSSE3Michael Liao
2012-10-25This patch addresses a PPC64 ELF issue with passing parameters consisting ofBill Schmidt
2012-10-25Initial TOC support for PowerPC64 object creationAdhemerval Zanella
2012-10-25The test avx-intel-ocl.ll failed. I can't reproduce on any of my machines. I ...Elena Demikhovsky
2012-10-25Teach SROA how to split whole-alloca integer loads and stores intoChandler Carruth
2012-10-25Add support for additional reduction variables: AND, OR, XOR.Nadav Rotem
2012-10-24Implement a basic cost model for vector and scalar instructions. Nadav Rotem
2012-10-24Tell llvm-mc we're using intel syntax, so we don't have to use directives.Chad Rosier
2012-10-24[ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier
2012-10-24Update GVN to support vectors of pointers.Hal Finkel
2012-10-24LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem
2012-10-24Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng
2012-10-24getSmallConstantTripMultiple should never return zero.Hal Finkel
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow