aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-10-22Don't crash if the load/store pointer is not a GEP.Nadav Rotem
2012-10-22Add a testcase for the previous commit.Nadav Rotem
2012-10-22Revert r166407 because it caused analyzer tests to crash and broke self-host ...Argyrios Kyrtzidis
2012-10-22BBVectorize should ignore unreachable blocks.Hal Finkel
2012-10-22Vectorizer: optimize the generation of selects. If the condition is uniform, ...Nadav Rotem
2012-10-22Reapply r166405, teaching tailcallelim to be smarter about nocapture, with aNick Lewycky
2012-10-22Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ...NAKAMURA Takumi
2012-10-21Teach TailRecursionElimination to consider 'nocapture' when deciding whetherNick Lewycky