| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhance the "compare with shift" and "compare with div" | Chris Lattner | 2011-02-10 | 2 | -30/+99 |
* | more cleanups, notably bitcast isn't used for "signed to unsigned type | Chris Lattner | 2011-02-10 | 1 | -1/+1 |
* | After 3-addressifying a two-address instruction, update the register maps; ad... | Evan Cheng | 2011-02-10 | 1 | -10/+22 |
* | Do AsmMatcher operand classification per-opcode. | Jim Grosbach | 2011-02-10 | 1 | -1/+0 |
* | Teach instsimplify some tricks about exact/nuw/nsw shifts. | Chris Lattner | 2011-02-09 | 1 | -0/+44 |
* | merge two tests. | Chris Lattner | 2011-02-09 | 2 | -8/+9 |
* | remove a small scattering of basically pointless tests. These are | Chris Lattner | 2011-02-09 | 19 | -260/+0 |
* | remove a broken test, this is matching nounwind on intrinsics, not the old un... | Chris Lattner | 2011-02-09 | 1 | -10/+0 |
* | Add intrinsic for setc instruction on the XCore. | Richard Osborne | 2011-02-09 | 1 | -0/+14 |
* | When removing a function from the function set and adding it to deferred, we | Nick Lewycky | 2011-02-09 | 1 | -0/+276 |
* | test/lit.cfg: Seek sane tools(and bash) in directories and set to $PATH. | NAKAMURA Takumi | 2011-02-09 | 1 | -1/+13 |
* | CMake: Add the new option LLVM_LIT_TOOLS_DIR. It can specify "Path to GnuWin3... | NAKAMURA Takumi | 2011-02-09 | 1 | -0/+1 |
* | Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ... | Owen Anderson | 2011-02-08 | 1 | -1/+1 |
* | Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe... | Benjamin Kramer | 2011-02-08 | 2 | -0/+58 |
* | PostRA antidependence breaker unit test for PR8986. | Andrew Trick | 2011-02-08 | 1 | -0/+89 |
* | PostRA antidependence breaker unit test for rdar://8959122. | Andrew Trick | 2011-02-08 | 1 | -0/+128 |
* | SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ... | Benjamin Kramer | 2011-02-07 | 3 | -10/+30 |
* | Add support for parsing dmb/dsb instructions | Bruno Cardoso Lopes | 2011-02-07 | 2 | -9/+83 |
* | Fix an obvious typo which caused an isel assertion. rdar://8964854. | Evan Cheng | 2011-02-07 | 1 | -0/+17 |
* | Reduce test case, smaller is better. | Devang Patel | 2011-02-07 | 1 | -789/+33 |
* | Add codegen support for using post-increment NEON load/store instructions. | Bob Wilson | 2011-02-07 | 11 | -0/+381 |
* | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner | 2011-02-07 | 2 | -1/+46 |
* | Teach ARM/MC/ELF about gcc compatible reloc output to get past odd linkage | Jason W Kim | 2011-02-07 | 3 | -0/+220 |
* | Rework some .ARM.attribute work for improved gcc compatibility. | Jason W Kim | 2011-02-07 | 2 | -17/+35 |
* | teach instsimplify to transform (X / Y) * Y to X | Chris Lattner | 2011-02-06 | 1 | -0/+20 |
* | rename test. | Chris Lattner | 2011-02-06 | 1 | -0/+0 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 2 | -0/+27 |
* | When loading from a constant, fold inttoptr if the integer type and the resul... | Anders Carlsson | 2011-02-06 | 1 | -0/+17 |
* | Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enou... | NAKAMURA Takumi | 2011-02-05 | 4 | -20/+17 |
* | Move a test that ended up in the wrong place. | Bob Wilson | 2011-02-05 | 2 | -18/+18 |
* | Merge .debug_loc entries whenever possible to reduce debug_loc size. | Devang Patel | 2011-02-04 | 1 | -0/+827 |
* | Mark that the return is using EAX so that we don't use it for some other | Nick Lewycky | 2011-02-04 | 1 | -0/+14 |
* | Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to | Jason W Kim | 2011-02-04 | 1 | -0/+13 |
* | Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps. | Jason W Kim | 2011-02-04 | 1 | -1/+1 |
* | DebugLoc associated with a machine instruction is used to emit location entri... | Devang Patel | 2011-02-04 | 2 | -2/+72 |
* | SimplifyCFG: Also transform switches that represent a range comparison but ar... | Benjamin Kramer | 2011-02-03 | 1 | -0/+40 |
* | Add XCore intrinsics for resource instructions. | Richard Osborne | 2011-02-03 | 1 | -0/+97 |
* | Improve threading of comparisons over select instructions (spotted by my | Duncan Sands | 2011-02-03 | 1 | -0/+35 |
* | test/Makefile: "check-all" should update tools/clang/test/Unit/lit.site.cfg, ... | NAKAMURA Takumi | 2011-02-03 | 1 | -1/+1 |
* | Add -march to fix the bots. | Rafael Espindola | 2011-02-03 | 1 | -1/+1 |
* | Fix PR9127 by reversing the operands even if they have more then one use. | Rafael Espindola | 2011-02-03 | 1 | -0/+12 |
* | Reenable the transform "(X*Y)/Y->X" when the multiplication is known not to | Duncan Sands | 2011-02-02 | 1 | -0/+4 |
* | SimplifyCFG: Turn switches into sub+icmp+branch if possible. | Benjamin Kramer | 2011-02-02 | 2 | -22/+7 |
* | Add support for trampolines on the XCore. | Richard Osborne | 2011-02-02 | 1 | -0/+37 |
* | Fix reassociate to clear optional flags, such as nsw. | Dan Gohman | 2011-02-02 | 1 | -0/+22 |
* | Given a pair of floating point load and store, if there are no other uses of | Evan Cheng | 2011-02-02 | 1 | -0/+28 |
* | Have m_One also match constant vectors for which every element is 1. | Duncan Sands | 2011-02-01 | 1 | -0/+8 |
* | Correctly merge available_externally and regular definitions when they have | Rafael Espindola | 2011-02-01 | 2 | -0/+9 |
* | Fix test for non-darwin targets. | Evan Cheng | 2011-02-01 | 1 | -2/+2 |
* | Remove stale test that has never worked, afaik. | Devang Patel | 2011-02-01 | 1 | -60/+0 |