summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene2011-03-02
* ptx: fix lint and compiler warningsChe-Liang Chiou2011-03-02
* Add 64-bit addressing to PTX backendChe-Liang Chiou2011-03-02
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-02
* Fix some typos.Cameron Zwarich2011-03-02
* Remove some more unused code that I missed.Cameron Zwarich2011-03-02
* Eliminate the unused CodeGenPrepare option to split critical edges.Cameron Zwarich2011-03-02
* Extend initial support for primitive types in PTX backendChe-Liang Chiou2011-03-02
* Move extendRange() into SplitEditor and delete the LiveRangeMap class.Jakob Stoklund Olesen2011-03-02
* Quiet a compiler warning about unused variable 'ExtVNI'.Nick Lewycky2011-03-02
* Don't re-use existing addrec expansions if they contain casts.Dan Gohman2011-03-02
* Catch more cases where 2-address pass should 3-addressify instructions. rdar:...Evan Cheng2011-03-02
* Rename mapValue to extendRange because that is its function now.Jakob Stoklund Olesen2011-03-02
* Simplify LiveIntervals::shrinkToUses() a bit by using the new extendInBlock().Jakob Stoklund Olesen2011-03-02
* Fix typo.Jakob Stoklund Olesen2011-03-02
* Move LiveIntervalMap::extendTo into LiveInterval itself.Jakob Stoklund Olesen2011-03-02
* Delete dead code.Jakob Stoklund Olesen2011-03-01
* Move the value map from LiveIntervalMap to SplitEditor.Jakob Stoklund Olesen2011-03-01
* Delete dead code.Jakob Stoklund Olesen2011-03-01
* Drop RAGreedy::trySpillInterferences().Jakob Stoklund Olesen2011-03-01
* Fixes warnings emitted by Visual Studio 2010 compiler.Oscar Fuentes2011-03-01
* If argument numbering is encoded in metadata then emit arguments' debug info ...Devang Patel2011-03-01
* Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel2011-03-01
* Stop computing the number of uses twice per value in CodeGenPrepare's sinking ofCameron Zwarich2011-03-01
* Keep track of which stage produced a live range, and bypass earlier stages wh...Jakob Stoklund Olesen2011-03-01
* Add datalayout information for the IEEE quad precision fp128 type.Duncan Sands2011-03-01
* Revert PathV2 changes, as sys::fs::unique_file is not finished yet.Dan Gohman2011-03-01
* Added missing va_end().Talin2011-03-01
* Add a few missed unary cases when legalizing vector results. Put some casesDuncan Sands2011-03-01
* Make InstCombiner::FoldAndOfICmps create a ConstantRange that's theAnders Carlsson2011-03-01
* Optimize "icmp pred (urem X, Y), Y" --> true/false depending on pred. There'sNick Lewycky2011-03-01
* trailing whitespace.Jim Grosbach2011-03-01
* Generalize the register matching code in DAGISel a bit.Jim Grosbach2011-03-01
* Narrow right shifts need to encode their immediates differently from a normalBill Wendling2011-03-01
* Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.Eli Friedman2011-03-01
* add a noteChris Lattner2011-03-01
* Unbreak CMake build.Ted Kremenek2011-03-01
* Unbreak CMake build.Ted Kremenek2011-02-28
* Add an END_WITH_NULL accessor for ConstantStruct.Talin2011-02-28
* update cmakeChris Lattner2011-02-28
* Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bu...Renato Golin2011-02-28
* Add missing whitespace in the formatting.Kevin Enderby2011-02-28
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-28
* Use the correct shift amount type.Owen Anderson2011-02-28
* Clean whitespace.Owen Anderson2011-02-28
* fix a signed comparison warning.Chris Lattner2011-02-28
* Delete the GEPSplitter experiment.Dan Gohman2011-02-28
* Delete the SimplifyHalfPowrLibCalls pass, which was unused, andDan Gohman2011-02-28
* Delete the LiveValues pass. I won't get get back to the project itDan Gohman2011-02-28
* [AVX] Add decode support for VUNPCKLPS/D instructions, both 128-bitDavid Greene2011-02-28