aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trailing whitespace.Jim Grosbach2011-03-013-93/+93
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-015-21/+58
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-017-5/+72
* Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.Eli Friedman2011-03-012-1/+14
* add a noteChris Lattner2011-03-011-0/+15
* Unbreak CMake build.Ted Kremenek2011-03-011-5/+4
* Unbreak CMake build.Ted Kremenek2011-02-281-1/+0
* Add an END_WITH_NULL accessor for ConstantStruct.Talin2011-02-282-2/+15
* update cmakeChris Lattner2011-02-281-1/+0
* Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bu...Renato Golin2011-02-281-4/+38
* Add missing whitespace in the formatting.Kevin Enderby2011-02-281-1/+1
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-285-138/+203
* Use the correct shift amount type.Owen Anderson2011-02-281-1/+1
* Clean whitespace.Owen Anderson2011-02-281-3/+3
* fix a signed comparison warning.Chris Lattner2011-02-281-1/+1
* Delete obsolete test.Dan Gohman2011-02-281-46/+0
* Fix warning when building with clang++.Owen Anderson2011-02-281-1/+1
* Delete the GEPSplitter experiment.Dan Gohman2011-02-285-98/+0
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-285-169/+0
* Delete the LiveValues pass. I won't get get back to the project itDan Gohman2011-02-286-308/+0
* Fix typo introduced by r126661: "Fix a typo which ..."Jakob Stoklund Olesen2011-02-281-1/+1
* [AVX] Add decode support for VUNPCKLPS/D instructions, both 128-bitDavid Greene2011-02-284-30/+120
* Fix the arm's disassembler for blx that was building an MCInst without theKevin Enderby2011-02-282-1/+16
* Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng2011-02-282-1/+15
* Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings2011-02-285-9/+53
* Windows codegen also dies on this, so restrict to the platform it wasDuncan Sands2011-02-281-1/+1
* Add branch hinting for SPU. Kalle Raiskila2011-02-284-5/+94
* Make this test x86 specific because the ARM backend can't handle it.Duncan Sands2011-02-281-1/+1
* Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ...Frits van Bommel2011-02-282-1/+164
* Fix comment.Nick Lewycky2011-02-281-1/+1
* srem doesn't actually have the same resulting sign as its numerator, you couldNick Lewycky2011-02-283-37/+5
* Teach InstCombine to fold "(shr exact X, Y) == 0" --> X == 0, fixing #1 fromNick Lewycky2011-02-282-5/+30
* Teach value tracking to make use of flags in more situations.Nick Lewycky2011-02-281-0/+25
* Teach ValueTracking to look at the dividend when determining the sign bit of anNick Lewycky2011-02-281-0/+12
* Add preliminary support for .f32 in the PTX backend.Che-Liang Chiou2011-02-2811-10/+360
* The sign of an srem instruction is the sign of its dividend (the firstNick Lewycky2011-02-282-3/+23
* Don't install libUnitTestMain.a. It might be useless without gtest headers.NAKAMURA Takumi2011-02-281-0/+2
* Update the documentation on "How to Release LLVM". It lays out a new way ofBill Wendling2011-02-281-303/+406
* add the ability to walk the scope tree and insert at not-the-currentChris Lattner2011-02-271-11/+25
* add a data() method.Chris Lattner2011-02-271-0/+2
* Gold now rescans archives as needed, so the pass-through options are notRafael Espindola2011-02-271-22/+0
* bfd was fixed, remove the work around.Rafael Espindola2011-02-271-12/+1
* Silence enum conversion warnings.Benjamin Kramer2011-02-271-2/+2
* Legalize support for fpextend of vector. PR9309.Duncan Sands2011-02-272-0/+9
* Fix typo pointed out in pr9339.Duncan Sands2011-02-271-1/+1
* Install include/llvm/Support/LICENSE.TXT. PR9321.Oscar Fuentes2011-02-271-0/+1
* Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...NAKAMURA Takumi2011-02-272-18/+40
* Fix PR9324 / <rdar://problem/9052489> by handling the case where a PHI has no...Cameron Zwarich2011-02-272-1/+26
* Give a test file a more sensible name so that it can hold more test cases.Cameron Zwarich2011-02-271-0/+0
* Fix typos in the comments.Nadav Rotem2011-02-271-4/+7