summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola2011-02-16
* The change for PR9190 wasn't quite right. We need to avoid making theEric Christopher2011-02-16
* Add testcase for PR9190.Eric Christopher2011-02-16
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Teach PatternMatch that splat vectors could be floating point as well asNick Lewycky2011-02-15
* Add support for parsing [expr].Roman Divacky2011-02-15
* Ignore DBG_VALUE machine instructions while constructing instruction ranges b...Devang Patel2011-02-15
* Fix 9216 - Endless loop in InstCombine pass.Nadav Rotem2011-02-15
* Do not hoist @llvm.dbg.value. Here, @llvm.dbg.value is "referring" a value th...Devang Patel2011-02-14
* Switch llvm to using comdats. For now always use groups with a singleRafael Espindola2011-02-14
* PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.Bob Wilson2011-02-14
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-14
* fix PR9210 by implementing some type legalization logic for Chris Lattner2011-02-14
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-13
* Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,Duncan Sands2011-02-13
* Fix testNadav Rotem2011-02-13
* Fix a regression from r125393;Nadav Rotem2011-02-13
* when legalizing extremely wide shifts, make sure that Chris Lattner2011-02-13
* fix visitShift to properly zero extend the shift amount if the provided operandChris Lattner2011-02-13
* add PR#Chris Lattner2011-02-13
* implement instcombine folding for things like (x >> c) < 42.Chris Lattner2011-02-13
* teach SCEV that the scale and addition of an inbounds gep don't NSW.Chris Lattner2011-02-13
* Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.Reid Kleckner2011-02-12
* Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju2011-02-12
* SimplifyLibCalls: Add missing legalize check on various printf to puts andDaniel Dunbar2011-02-12
* tests: FileCheckizeDaniel Dunbar2011-02-12
* A fix for 9165.Nadav Rotem2011-02-12
* Also fold (A+B) == A -> B == 0 when the add is commuted.Benjamin Kramer2011-02-11
* Per discussion with Dan G, inbounds geps *certainly* can haveChris Lattner2011-02-11
* Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.Nate Begeman2011-02-11
* Fix 9173.Nadav Rotem2011-02-11
* Disable this test for now...Daniel Dunbar2011-02-11
* Fix buggy fcopysign lowering.Evan Cheng2011-02-11
* Add a test for the LSR issue exposed by r125254.Cameron Zwarich2011-02-11
* Tolerate degenerate phi nodes that can occur in the middle of optimizationNick Lewycky2011-02-10
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-10
* Add mips o32 tests again with the hope that the buildbot won't complaint againBruno Cardoso Lopes2011-02-10
* Remove the test to silence the buildbot, will check it in again with a proper...Bruno Cardoso Lopes2011-02-10
* Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...Bruno Cardoso Lopes2011-02-10
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-10
* implement the first part of PR8882: when lowering an inboundsChris Lattner2011-02-10
* Enhance a bunch of transformations in instcombine to start generatingChris Lattner2011-02-10
* Enhance the "compare with shift" and "compare with div" Chris Lattner2011-02-10
* more cleanups, notably bitcast isn't used for "signed to unsigned type Chris Lattner2011-02-10
* After 3-addressifying a two-address instruction, update the register maps; ad...Evan Cheng2011-02-10
* Do AsmMatcher operand classification per-opcode.Jim Grosbach2011-02-10
* Teach instsimplify some tricks about exact/nuw/nsw shifts.Chris Lattner2011-02-09
* merge two tests.Chris Lattner2011-02-09
* remove a small scattering of basically pointless tests. These areChris Lattner2011-02-09
* remove a broken test, this is matching nounwind on intrinsics, not the old un...Chris Lattner2011-02-09