aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-281-2/+13
* 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 the GEPSplitter experiment.Dan Gohman2011-02-283-96/+0
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-282-161/+0
* Delete the LiveValues pass. I won't get get back to the project itDan Gohman2011-02-282-201/+0
* [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-281-1/+13
* Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng2011-02-281-1/+1
* Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings2011-02-284-9/+49
* Add branch hinting for SPU. Kalle Raiskila2011-02-284-5/+94
* Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ...Frits van Bommel2011-02-281-1/+26
* Fix comment.Nick Lewycky2011-02-281-1/+1
* srem doesn't actually have the same resulting sign as its numerator, you couldNick Lewycky2011-02-282-22/+0
* Teach InstCombine to fold "(shr exact X, Y) == 0" --> X == 0, fixing #1 fromNick Lewycky2011-02-281-5/+13
* 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-285-10/+131
* The sign of an srem instruction is the sign of its dividend (the firstNick Lewycky2011-02-281-3/+13
* Silence enum conversion warnings.Benjamin Kramer2011-02-271-2/+2
* Legalize support for fpextend of vector. PR9309.Duncan Sands2011-02-271-0/+2
* Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...NAKAMURA Takumi2011-02-271-17/+39
* Fix typos in the comments.Nadav Rotem2011-02-271-4/+7
* RegionPrinter: Ignore back edges when layouting the graphTobias Grosser2011-02-271-0/+26
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-272-2/+4
* Support: Add llvm::AreStatisticsEnabled().Daniel Dunbar2011-02-261-0/+4
* Add some DAGCombines for (adde 0, 0, glue), which are useful to optimize lega...Benjamin Kramer2011-02-262-37/+38
* Trailing whitespace.Jim Grosbach2011-02-251-5/+5
* Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson2011-02-2522-253/+278
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-2518-128/+6
* Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap."Benjamin Kramer2011-02-251-5/+3
* Add patterns to use post-increment addressing for Neon VST1-lane instructions.Bob Wilson2011-02-253-11/+39
* Fix formatting of debug helper string.Jim Grosbach2011-02-251-1/+1
* Fix typo.Evan Cheng2011-02-251-1/+1
* Set NumSignBits to 1 if KnownZero/KnownOne are being zero extended. In theory itCameron Zwarich2011-02-251-0/+1
* We only want to zero extend the existing information if the bit width isCameron Zwarich2011-02-251-1/+1
* Try harder to get the hint by preferring to evict hint interference.Jakob Stoklund Olesen2011-02-252-0/+5
* Each prologue may have multiple vpush instructions to store callee-savedEvan Cheng2011-02-251-2/+14
* SimplifyCFG: GEPs with just one non-constant index are also cheap.Benjamin Kramer2011-02-241-3/+5
* Tweak the register allocator priority queue some more.Jakob Stoklund Olesen2011-02-241-10/+22
* Remove dead variable.Nick Lewycky2011-02-241-1/+1
* SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon...Benjamin Kramer2011-02-241-0/+5