summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* Add intrinsic for setc instruction on the XCore.Richard Osborne2011-02-09
* When removing a function from the function set and adding it to deferred, weNick Lewycky2011-02-09
* test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH.NAKAMURA Takumi2011-02-09
* CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3...NAKAMURA Takumi2011-02-09
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-08
* Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe...Benjamin Kramer2011-02-08
* PostRA antidependence breaker unit test for PR8986.Andrew Trick2011-02-08
* PostRA antidependence breaker unit test for rdar://8959122.Andrew Trick2011-02-08
* SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ...Benjamin Kramer2011-02-07
* Add support for parsing dmb/dsb instructionsBruno Cardoso Lopes2011-02-07
* Fix an obvious typo which caused an isel assertion. rdar://8964854.Evan Cheng2011-02-07
* Reduce test case, smaller is better.Devang Patel2011-02-07
* Add codegen support for using post-increment NEON load/store instructions.Bob Wilson2011-02-07
* implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner2011-02-07
* Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkageJason W Kim2011-02-07
* Rework some .ARM.attribute work for improved gcc compatibility.Jason W Kim2011-02-07
* teach instsimplify to transform (X / Y) * Y to XChris Lattner2011-02-06
* rename test.Chris Lattner2011-02-06
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* When loading from a constant, fold inttoptr if the integer type and the resul...Anders Carlsson2011-02-06
* Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou...NAKAMURA Takumi2011-02-05
* Move a test that ended up in the wrong place.Bob Wilson2011-02-05
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-04
* Mark that the return is using EAX so that we don't use it for some otherNick Lewycky2011-02-04
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.Jason W Kim2011-02-04
* DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel2011-02-04
* SimplifyCFG: Also transform switches that represent a range comparison but ar...Benjamin Kramer2011-02-03
* Add XCore intrinsics for resource instructions.Richard Osborne2011-02-03
* Improve threading of comparisons over select instructions (spotted by myDuncan Sands2011-02-03
* test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ...NAKAMURA Takumi2011-02-03
* Add -march to fix the bots.Rafael Espindola2011-02-03
* Fix PR9127 by reversing the operands even if they have more then one use.Rafael Espindola2011-02-03