| Commit message (Expand) | Author | Age | Files | Lines |
* | trailing whitespace. | Jim Grosbach | 2011-03-01 | 3 | -93/+93 |
* | Generalize the register matching code in DAGISel a bit. | Jim Grosbach | 2011-03-01 | 5 | -21/+58 |
* | Narrow right shifts need to encode their immediates differently from a normal | Bill Wendling | 2011-03-01 | 7 | -5/+72 |
* | Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers. | Eli Friedman | 2011-03-01 | 2 | -1/+14 |
* | 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 | 2 | -2/+15 |
* | 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 obsolete test. | Dan Gohman | 2011-02-28 | 1 | -46/+0 |
* | Fix warning when building with clang++. | Owen Anderson | 2011-02-28 | 1 | -1/+1 |
* | Delete the GEPSplitter experiment. | Dan Gohman | 2011-02-28 | 5 | -98/+0 |
* | Delete the SimplifyHalfPowrLibCalls pass, which was unused, and | Dan Gohman | 2011-02-28 | 5 | -169/+0 |
* | Delete the LiveValues pass. I won't get get back to the project it | Dan Gohman | 2011-02-28 | 6 | -308/+0 |
* | Fix typo introduced by r126661: "Fix a typo which ..." | Jakob Stoklund Olesen | 2011-02-28 | 1 | -1/+1 |
* | [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 | 2 | -1/+16 |
* | Fix a typo which cause dag combine crash. rdar://9059537. | Evan Cheng | 2011-02-28 | 2 | -1/+15 |
* | Support for byval parameters on ARM. Will be enabled by a forthcoming | Stuart Hastings | 2011-02-28 | 5 | -9/+53 |
* | Windows codegen also dies on this, so restrict to the platform it was | Duncan Sands | 2011-02-28 | 1 | -1/+1 |
* | Add branch hinting for SPU. | Kalle Raiskila | 2011-02-28 | 4 | -5/+94 |
* | Make this test x86 specific because the ARM backend can't handle it. | Duncan Sands | 2011-02-28 | 1 | -1/+1 |
* | Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ... | Frits van Bommel | 2011-02-28 | 2 | -1/+164 |
* | 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 | 3 | -37/+5 |
* | Teach InstCombine to fold "(shr exact X, Y) == 0" --> X == 0, fixing #1 from | Nick Lewycky | 2011-02-28 | 2 | -5/+30 |
* | 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 | 11 | -10/+360 |
* | The sign of an srem instruction is the sign of its dividend (the first | Nick Lewycky | 2011-02-28 | 2 | -3/+23 |
* | Don't install libUnitTestMain.a. It might be useless without gtest headers. | NAKAMURA Takumi | 2011-02-28 | 1 | -0/+2 |
* | Update the documentation on "How to Release LLVM". It lays out a new way of | Bill Wendling | 2011-02-28 | 1 | -303/+406 |
* | add the ability to walk the scope tree and insert at not-the-current | Chris Lattner | 2011-02-27 | 1 | -11/+25 |
* | add a data() method. | Chris Lattner | 2011-02-27 | 1 | -0/+2 |
* | Gold now rescans archives as needed, so the pass-through options are not | Rafael Espindola | 2011-02-27 | 1 | -22/+0 |
* | bfd was fixed, remove the work around. | Rafael Espindola | 2011-02-27 | 1 | -12/+1 |
* | Silence enum conversion warnings. | Benjamin Kramer | 2011-02-27 | 1 | -2/+2 |
* | Legalize support for fpextend of vector. PR9309. | Duncan Sands | 2011-02-27 | 2 | -0/+9 |
* | Fix typo pointed out in pr9339. | Duncan Sands | 2011-02-27 | 1 | -1/+1 |
* | Install include/llvm/Support/LICENSE.TXT. PR9321. | Oscar Fuentes | 2011-02-27 | 1 | -0/+1 |
* | Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/... | NAKAMURA Takumi | 2011-02-27 | 2 | -18/+40 |
* | Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no... | Cameron Zwarich | 2011-02-27 | 2 | -1/+26 |
* | Give a test file a more sensible name so that it can hold more test cases. | Cameron Zwarich | 2011-02-27 | 1 | -0/+0 |
* | Fix typos in the comments. | Nadav Rotem | 2011-02-27 | 1 | -4/+7 |