aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.Bob Wilson2011-02-141-2/+2
* Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes2011-02-145-0/+40
* fix PR9210 by implementing some type legalization logic for Chris Lattner2011-02-141-0/+8
* Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner2011-02-132-4/+15
* Teach instsimplify that X+Y>=X+Z is the same as Y>=Z if neither side overflows,Duncan Sands2011-02-131-0/+20
* Fix testNadav Rotem2011-02-131-1/+1
* Fix a regression from r125393;Nadav Rotem2011-02-131-1/+17
* when legalizing extremely wide shifts, make sure that Chris Lattner2011-02-131-0/+12
* fix visitShift to properly zero extend the shift amount if the provided operandChris Lattner2011-02-132-3/+1
* add PR#Chris Lattner2011-02-131-0/+1
* implement instcombine folding for things like (x >> c) < 42.Chris Lattner2011-02-131-2/+11
* teach SCEV that the scale and addition of an inbounds gep don't NSW.Chris Lattner2011-02-132-4/+31
* Add encodings and mnemonics for FXSAVE64 and FXRSTOR64.Reid Kleckner2011-02-121-0/+8
* Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju2011-02-121-0/+13
* SimplifyLibCalls: Add missing legalize check on various printf to puts andDaniel Dunbar2011-02-121-7/+20
* tests: FileCheckizeDaniel Dunbar2011-02-121-3/+5
* A fix for 9165.Nadav Rotem2011-02-121-0/+32
* Also fold (A+B) == A -> B == 0 when the add is commuted.Benjamin Kramer2011-02-111-10/+18
* Per discussion with Dan G, inbounds geps *certainly* can haveChris Lattner2011-02-111-2/+2
* Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.Nate Begeman2011-02-111-0/+48
* Fix 9173.Nadav Rotem2011-02-112-0/+27
* Disable this test for now...Daniel Dunbar2011-02-111-0/+3
* Fix buggy fcopysign lowering.Evan Cheng2011-02-111-13/+40
* Add a test for the LSR issue exposed by r125254.Cameron Zwarich2011-02-111-0/+32
* Tolerate degenerate phi nodes that can occur in the middle of optimizationNick Lewycky2011-02-101-0/+24
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-1020-21/+21
* Add mips o32 tests again with the hope that the buildbot won't complaint againBruno Cardoso Lopes2011-02-101-0/+322
* Remove the test to silence the buildbot, will check it in again with a proper...Bruno Cardoso Lopes2011-02-101-321/+0
* Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...Bruno Cardoso Lopes2011-02-101-0/+321
* ptx: add passing parameter to kernel functionsChe-Liang Chiou2011-02-101-1/+8
* implement the first part of PR8882: when lowering an inboundsChris Lattner2011-02-102-2/+18
* Enhance a bunch of transformations in instcombine to start generatingChris Lattner2011-02-1010-18/+51
* Enhance the "compare with shift" and "compare with div" Chris Lattner2011-02-102-30/+99
* more cleanups, notably bitcast isn't used for "signed to unsigned type Chris Lattner2011-02-101-1/+1
* After 3-addressifying a two-address instruction, update the register maps; ad...Evan Cheng2011-02-101-10/+22
* Do AsmMatcher operand classification per-opcode.Jim Grosbach2011-02-101-1/+0
* Teach instsimplify some tricks about exact/nuw/nsw shifts.Chris Lattner2011-02-091-0/+44
* merge two tests.Chris Lattner2011-02-092-8/+9
* remove a small scattering of basically pointless tests. These areChris Lattner2011-02-0919-260/+0
* remove a broken test, this is matching nounwind on intrinsics, not the old un...Chris Lattner2011-02-091-10/+0
* Add intrinsic for setc instruction on the XCore.Richard Osborne2011-02-091-0/+14
* When removing a function from the function set and adding it to deferred, weNick Lewycky2011-02-091-0/+276
* test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH.NAKAMURA Takumi2011-02-091-1/+13
* CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...NAKAMURA Takumi2011-02-091-0/+1
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-081-1/+1
* Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer2011-02-082-0/+58
* PostRA antidependence breaker unit test for PR8986.Andrew Trick2011-02-081-0/+89
* PostRA antidependence breaker unit test for rdar://8959122.Andrew Trick2011-02-081-0/+128
* SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ...Benjamin Kramer2011-02-073-10/+30
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-072-9/+83