aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an obvious typo which caused an isel assertion. rdar://8964854.Evan Cheng2011-02-071-0/+17
* Reduce test case, smaller is better.Devang Patel2011-02-071-789/+33
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-0711-0/+381
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-072-1/+46
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-073-0/+220
* Rework some .ARM.attribute work for improved gcc compatibility.Jason W Kim2011-02-072-17/+35
* teach instsimplify to transform (X / Y) * Y to XChris Lattner2011-02-061-0/+20
* rename test.Chris Lattner2011-02-061-0/+0
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-062-0/+27
* When loading from a constant, fold inttoptr if the integer type and the resul...Anders Carlsson2011-02-061-0/+17
* Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...NAKAMURA Takumi2011-02-054-20/+17
* Move a test that ended up in the wrong place.Bob Wilson2011-02-052-18/+18
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-041-0/+827
* Mark that the return is using EAX so that we don't use it for some otherNick Lewycky2011-02-041-0/+14
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-041-0/+13
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-041-1/+1
* DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel2011-02-042-2/+72
* SimplifyCFG: Also transform switches that represent a range comparison but ar...Benjamin Kramer2011-02-031-0/+40
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-031-0/+97
* Improve threading of comparisons over select instructions (spotted by myDuncan Sands2011-02-031-0/+35
* test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ...NAKAMURA Takumi2011-02-031-1/+1
* Add -march to fix the bots.Rafael Espindola2011-02-031-1/+1
* Fix PR9127 by reversing the operands even if they have more then one use.Rafael Espindola2011-02-031-0/+12
* Reenable the transform "(X*Y)/Y->X" when the multiplication is known not toDuncan Sands2011-02-021-0/+4
* SimplifyCFG: Turn switches into sub+icmp+branch if possible.Benjamin Kramer2011-02-022-22/+7
* Add support for trampolines on the XCore.Richard Osborne2011-02-021-0/+37
* Fix reassociate to clear optional flags, such as nsw.Dan Gohman2011-02-021-0/+22
* Given a pair of floating point load and store, if there are no other uses ofEvan Cheng2011-02-021-0/+28
* Have m_One also match constant vectors for which every element is 1.Duncan Sands2011-02-011-0/+8
* Correctly merge available_externally and regular definitions when they haveRafael Espindola2011-02-012-0/+9
* Fix test for non-darwin targets.Evan Cheng2011-02-011-2/+2
* Remove stale test that has never worked, afaik.Devang Patel2011-02-011-60/+0
* Keep track of incoming argument's location while emitting LiveIns.Devang Patel2011-01-311-0/+84
* Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.Richard Osborne2011-01-311-0/+10
* Recognize and simplifyAnders Carlsson2011-01-301-0/+16
* Commit 124487 broke 254.gap. See if disabling the part that might be triggeredDuncan Sands2011-01-301-4/+0
* Transform (X/Y)*Y into X if the division is exact. Instcombine already knows...Duncan Sands2011-01-301-0/+18
* Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...Benjamin Kramer2011-01-301-0/+9
* Add the select optimization recently added to instcombine to constant folding.Nick Lewycky2011-01-291-0/+9
* Move InstCombine's knowledge of fdiv to SimplifyInstruction().Frits van Bommel2011-01-291-0/+17