summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Remove dead debug option -disable-rematerialization.Jakob Stoklund Olesen2012-06-061-4/+0
* Stop leaking RegScavengers from TailDuplication.Benjamin Kramer2012-06-061-3/+4
* Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen2012-06-054-47/+54
* Don't print register names in LiveIntervalUnion::print().Jakob Stoklund Olesen2012-06-053-5/+2
* Suppress -Wunused-variable in -Asserts buildMatt Beaumont-Gay2012-06-051-0/+1
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-054-48/+19
* Add experimental support for register unit liveness.Jakob Stoklund Olesen2012-06-051-0/+130
* Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen2012-06-053-2/+103
* MachineInstr::eraseFromParent fix for removing bundled instrs.Andrew Trick2012-06-051-1/+2
* misched: API for minimum vs. expected latency.Andrew Trick2012-06-054-99/+100
* Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames2012-06-051-0/+21
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-052-5/+5
* sdsched: Use the right heuristics when -mcpu is not provided and we have no i...Andrew Trick2012-06-051-13/+12
* misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick2012-06-051-6/+12
* misched: comments from code review.Andrew Trick2012-06-051-3/+3
* Remove the last remat-related code from LiveIntervalAnalysis.Jakob Stoklund Olesen2012-06-051-95/+0
* Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen2012-06-051-9/+24
* Delete dead code.Jakob Stoklund Olesen2012-06-041-8/+0
* Switch LiveIntervals member variable to LLVM naming standards.Jakob Stoklund Olesen2012-06-041-57/+57
* Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen2012-06-043-55/+45
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-041-12/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-029-14/+14
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-021-3/+3
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-021-1/+1
* Fix a bug in the code which custom-lowers truncating stores in LegalizeDAG.Akira Hatanaka2012-06-021-2/+3
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-0130-203/+180
* Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.Jakob Stoklund Olesen2012-06-011-29/+3
* Simplify some more getAliasSet callers.Jakob Stoklund Olesen2012-06-013-27/+15
* Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen2012-06-015-80/+36
* ARM: properly handle alignment for struct byval.Manman Ren2012-06-011-0/+24
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-011-1/+1
* quick fix for PR13006, will check in testcase later.Chris Lattner2012-06-011-1/+3
* enhance the logic for looking through tailcalls to look through transparent c...Chris Lattner2012-06-011-1/+21
* enhance getNoopInput to know about vector<->vector bitcasts of legalChris Lattner2012-06-011-10/+38
* rearrange some logic, no functionality change.Chris Lattner2012-06-011-24/+32
* Add support for enum forward declarations.Eric Christopher2012-06-011-6/+7
* X86: replace SUB with CMP if possibleManman Ren2012-05-311-0/+1
* Prioritize smaller register classes for urgent evictions.Jakob Stoklund Olesen2012-05-301-1/+7
* Switch the canonical FMA term operand order to match both the comment I wrote...Owen Anderson2012-05-301-1/+1
* Teach DAGCombine to canonicalize the position of a constant in the term opera...Owen Anderson2012-05-301-0/+4
* Remove extra space.Chad Rosier2012-05-301-1/+1
* Remove some redundant tests.Jakob Stoklund Olesen2012-05-301-3/+1
* Teach taildup to update livein set. rdar://11538365Evan Cheng2012-05-301-0/+25
* If-converter models predicated defs as read + write. The read should be marke...Evan Cheng2012-05-301-1/+2
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-303-0/+49
* Optional def can be either a def or a use (of reg0).Evan Cheng2012-05-291-1/+1
* Clear the entering, exiting and internal ranges of a bundle before collectingLang Hames2012-05-291-0/+3
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-291-2/+2
* Add llvm.fabs intrinsic.Peter Collingbourne2012-05-281-0/+5
* PR1255: Case RangesStepan Dyatkovskiy2012-05-281-2/+5
OpenPOWER on IntegriCloud