| Commit message (Expand) | Author | Age | Files | Lines |
* | add a note | Chris Lattner | 2011-03-01 | 1 | -0/+15 |
* | Unbreak CMake build. | Ted Kremenek | 2011-03-01 | 1 | -5/+4 |
* | Unbreak CMake build. | Ted Kremenek | 2011-02-28 | 1 | -1/+0 |
* | Add an END_WITH_NULL accessor for ConstantStruct. | Talin | 2011-02-28 | 1 | -2/+13 |
* | update cmake | Chris Lattner | 2011-02-28 | 1 | -1/+0 |
* | Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bu... | Renato Golin | 2011-02-28 | 1 | -4/+38 |
* | Add missing whitespace in the formatting. | Kevin Enderby | 2011-02-28 | 1 | -1/+1 |
* | Make all static functions become static class methods. Move shared (duplicate... | Jan Sjödin | 2011-02-28 | 5 | -138/+203 |
* | Use the correct shift amount type. | Owen Anderson | 2011-02-28 | 1 | -1/+1 |
* | Clean whitespace. | Owen Anderson | 2011-02-28 | 1 | -3/+3 |
* | fix a signed comparison warning. | Chris Lattner | 2011-02-28 | 1 | -1/+1 |
* | Delete the GEPSplitter experiment. | Dan Gohman | 2011-02-28 | 3 | -96/+0 |
* | Delete the SimplifyHalfPowrLibCalls pass, which was unused, and | Dan Gohman | 2011-02-28 | 2 | -161/+0 |
* | Delete the LiveValues pass. I won't get get back to the project it | Dan Gohman | 2011-02-28 | 2 | -201/+0 |
* | [AVX] Add decode support for VUNPCKLPS/D instructions, both 128-bit | David Greene | 2011-02-28 | 4 | -30/+120 |
* | Fix the arm's disassembler for blx that was building an MCInst without the | Kevin Enderby | 2011-02-28 | 1 | -1/+13 |
* | Fix a typo which cause dag combine crash. rdar://9059537. | Evan Cheng | 2011-02-28 | 1 | -1/+1 |
* | Support for byval parameters on ARM. Will be enabled by a forthcoming | Stuart Hastings | 2011-02-28 | 4 | -9/+49 |
* | Add branch hinting for SPU. | Kalle Raiskila | 2011-02-28 | 4 | -5/+94 |
* | Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ... | Frits van Bommel | 2011-02-28 | 1 | -1/+26 |
* | Fix comment. | Nick Lewycky | 2011-02-28 | 1 | -1/+1 |
* | srem doesn't actually have the same resulting sign as its numerator, you could | Nick Lewycky | 2011-02-28 | 2 | -22/+0 |
* | Teach InstCombine to fold "(shr exact X, Y) == 0" --> X == 0, fixing #1 from | Nick Lewycky | 2011-02-28 | 1 | -5/+13 |
* | Teach value tracking to make use of flags in more situations. | Nick Lewycky | 2011-02-28 | 1 | -0/+25 |
* | Teach ValueTracking to look at the dividend when determining the sign bit of an | Nick Lewycky | 2011-02-28 | 1 | -0/+12 |
* | Add preliminary support for .f32 in the PTX backend. | Che-Liang Chiou | 2011-02-28 | 5 | -10/+131 |
* | The sign of an srem instruction is the sign of its dividend (the first | Nick Lewycky | 2011-02-28 | 1 | -3/+13 |
* | Silence enum conversion warnings. | Benjamin Kramer | 2011-02-27 | 1 | -2/+2 |
* | Legalize support for fpextend of vector. PR9309. | Duncan Sands | 2011-02-27 | 1 | -0/+2 |
* | Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/... | NAKAMURA Takumi | 2011-02-27 | 1 | -17/+39 |
* | Fix typos in the comments. | Nadav Rotem | 2011-02-27 | 1 | -4/+7 |
* | RegionPrinter: Ignore back edges when layouting the graph | Tobias Grosser | 2011-02-27 | 1 | -0/+26 |
* | Pass the graph to the DOTGraphTraits.getEdgeAttributes(). | Tobias Grosser | 2011-02-27 | 2 | -2/+4 |
* | Support: Add llvm::AreStatisticsEnabled(). | Daniel Dunbar | 2011-02-26 | 1 | -0/+4 |
* | Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega... | Benjamin Kramer | 2011-02-26 | 2 | -37/+38 |
* | Trailing whitespace. | Jim Grosbach | 2011-02-25 | 1 | -5/+5 |
* | Allow targets to specify a the type of the RHS of a shift parameterized on th... | Owen Anderson | 2011-02-25 | 22 | -253/+278 |
* | Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. | Cameron Zwarich | 2011-02-25 | 18 | -128/+6 |
* | Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap." | Benjamin Kramer | 2011-02-25 | 1 | -5/+3 |
* | Add patterns to use post-increment addressing for Neon VST1-lane instructions. | Bob Wilson | 2011-02-25 | 3 | -11/+39 |
* | Fix formatting of debug helper string. | Jim Grosbach | 2011-02-25 | 1 | -1/+1 |
* | Fix typo. | Evan Cheng | 2011-02-25 | 1 | -1/+1 |
* | Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory it | Cameron Zwarich | 2011-02-25 | 1 | -0/+1 |
* | We only want to zero extend the existing information if the bit width is | Cameron Zwarich | 2011-02-25 | 1 | -1/+1 |
* | Try harder to get the hint by preferring to evict hint interference. | Jakob Stoklund Olesen | 2011-02-25 | 2 | -0/+5 |
* | Each prologue may have multiple vpush instructions to store callee-saved | Evan Cheng | 2011-02-25 | 1 | -2/+14 |
* | SimplifyCFG: GEPs with just one non-constant index are also cheap. | Benjamin Kramer | 2011-02-24 | 1 | -3/+5 |
* | Tweak the register allocator priority queue some more. | Jakob Stoklund Olesen | 2011-02-24 | 1 | -10/+22 |
* | Remove dead variable. | Nick Lewycky | 2011-02-24 | 1 | -1/+1 |
* | SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon... | Benjamin Kramer | 2011-02-24 | 1 | -0/+5 |