summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma2013-02-04
* Disable a couple more vector splat optimizations on PPC.Benjamin Kramer2013-02-04
* X86: Open up some opportunities for constant folding by postponing shift lowe...Benjamin Kramer2013-02-04
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-04
* Update debugging test for change in expected metadata.Tim Northover2013-02-04
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-04
* ARM cost model: Penalize insertelement into D subregistersArnold Schwaighofer2013-02-04
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Start static relocation implementation for mips16.Reed Kotler2013-02-02
* Removing ssp and uwtable from the testcaseManman Ren2013-02-02
* rdar://13126763Shuxin Yang2013-02-02
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-01
* LLVM enablement for some older PowerPC CPUsBill Schmidt2013-02-01
* Add a testcase for some past-the-end address subtleties.Dan Gohman2013-02-01
* Two changes relevant to LEA and x32:David Sehr2013-02-01
* Hexagon: Test case to confirm generation of indexed loads with zero offset.Jyotsna Verma2013-02-01
* InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer2013-02-01
* Add explicit triples to AArch64 testsTim Northover2013-02-01
* Revert r174152. The shift amount may overflow and in that case this transform...Nadav Rotem2013-02-01
* Optimize shift lefts of a constant by a value plus constant into a single shift.Nadav Rotem2013-02-01
* Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman2013-02-01
* An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman2013-01-31
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-31
* R600: Fold clamp, neg, absTom Stellard2013-01-31
* Linker: correctly link in dbg.declareManman Ren2013-01-31
* When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames2013-01-31
* [MC] bundle alignment: prevent padding instructions from crossing bundle boun...Derek Schuff2013-01-31
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen2013-01-31
* Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov2013-01-31
* Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman2013-01-31
* Check and allow floating point registers to select the size of theEric Christopher2013-01-31
* Replace some more greps with FileChecks in testsEli Bendersky2013-01-31
* Rewrite this test properly with a FileCheck instead of grepsEli Bendersky2013-01-31
* Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman2013-01-31
* PPC QPX requires a 32-byte aligned stackHal Finkel2013-01-30
* Forgot the test case before.Evan Cheng2013-01-30
* Add definitions for the PPC a2q core marked as having QPX availableHal Finkel2013-01-30
* Linker: correctly link in dbg.declareManman Ren2013-01-30
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* Add missing header and test cases for r173939.Logan Chien2013-01-30
* InstCombine: canonicalize sext-and --> selectNadav Rotem2013-01-30
* build: add --with-python optionSaleem Abdulrasool2013-01-30
* This patch implements runtime ARM specificJack Carter2013-01-30
* This patch implements runtime Mips specificJack Carter2013-01-30
* This patch reworks how llvm targets set Jack Carter2013-01-30
* [mips] Test case for r173862.Akira Hatanaka2013-01-30
* Adding simple cast cost to ARMRenato Golin2013-01-29
* [MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer2013-01-29
* LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen2013-01-29