aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-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
2012-10-24Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky
2012-10-24Add a testcase that would have noticed the typo fixed in commit 166475.Duncan Sands
2012-10-24Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))Michael Liao
2012-10-24Add custom conversion from v2u32 to v2f32 in 32-bit modeMichael Liao
2012-10-24[mips] Make sure sret argument is returned in register V0.Akira Hatanaka
2012-10-24Change x86_fastcallcc to require inreg markers. This allows it to knownRafael Espindola
2012-10-23Fix PR14161Michael Liao
2012-10-23Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and...Nadav Rotem
2012-10-23Ignore unreachable blocks when doing memory dependence analysis on non-localBill Wendling
2012-10-23Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1Michael Liao
2012-10-23Transform code like thisDuncan Sands
2012-10-23implement setXX patternsReed Kotler
2012-10-22When a block ends in an indirect branch, add its successors to the machine ba...Bill Wendling