summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Change the SplitEditor interface to a single instance can be shared for multi...Jakob Stoklund Olesen2011-03-03
* Only run the updateSSA loop when we have actually seen multiple values.Jakob Stoklund Olesen2011-03-03
* Fix PHI handling in LiveIntervals::shrinkToUses().Jakob Stoklund Olesen2011-03-03
* Avoid exponential blow-up when printing DAGs.Bob Wilson2011-03-02
* Turn the Edit member into a pointer so it can change dynamically.Jakob Stoklund Olesen2011-03-02
* Fixes an assertion failure while disassembling ARM rsbs reg/reg form.Kevin Enderby2011-03-02
* Transfer simply defined values directly without recomputing liveness and SSA.Jakob Stoklund Olesen2011-03-02
* Extract a method. No functional change.Jakob Stoklund Olesen2011-03-02
* Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.Renato Golin2011-03-02
* Remove DIFactory. Patch by Devang.Duncan Sands2011-03-02
* Can't introduce floating-point immediate constants after legalization.Stuart Hastings2011-03-02
* Add Win64 thiscall calling convention.Tilmann Scheller2011-03-02
* [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