summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-16
* Remove final verification in RABasic.Jakob Stoklund Olesen2012-06-15
* Print out register number in InlineSpiller.Jakob Stoklund Olesen2012-06-15
* Accept null PhysReg arguments to checkRegMaskInterference.Jakob Stoklund Olesen2012-06-15
* Remove assignments which aren't used afterwards.Bill Wendling2012-06-15
* Use regunit liveness in RegisterCoalescer when it is available.Jakob Stoklund Olesen2012-06-15
* Make machine verifier check the first instruction of the last bundle instead ofAkira Hatanaka2012-06-14
* Make comment slightly more helpful.Lang Hames2012-06-14
* misched: disable SSA check pending PR13112.Andrew Trick2012-06-14
* sched: fix latency of memory dependence chain edges for consistency.Andrew Trick2012-06-13
* sched: Avoid trivially redundant DAG edges. Take the one with higher latency.Andrew Trick2012-06-13
* misched: When querying RegisterPressureTracker, always save current and max p...Andrew Trick2012-06-11
* misched: regpressure getMaxPressureDelta, revert accidental checkin.Andrew Trick2012-06-11
* Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer2012-06-09
* Register pressure: added getPressureAfterInstr.Andrew Trick2012-06-09
* Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen2012-06-09
* Also compute MBB live-in lists in the new rewriter pass.Jakob Stoklund Olesen2012-06-09
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-08
* Start implementing pre-ra if-converter: using speculation and selects to elim...Evan Cheng2012-06-08
* TargetInstrInfo hooks implemented in codegen should be declared pure virtual.Andrew Trick2012-06-08
* Fix Target->Codegen dependence.Andrew Trick2012-06-08
* Move terminator machine verification to check MachineBasicBlock::instr_iterat...Pete Cooper2012-06-07
* Revert r157755.Manman Ren2012-06-06
* Properly verify liveness with bundled machine instructions.Jakob Stoklund Olesen2012-06-06
* Move RegisterClassInfo.h.Andrew Trick2012-06-06
* Move RegisterPressure.h.Andrew Trick2012-06-06
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Remove dead debug option -disable-rematerialization.Jakob Stoklund Olesen2012-06-06
* Stop leaking RegScavengers from TailDuplication.Benjamin Kramer2012-06-06
* Move LiveUnionArray into LiveIntervalUnion.hJakob Stoklund Olesen2012-06-05
* Don't print register names in LiveIntervalUnion::print().Jakob Stoklund Olesen2012-06-05
* Suppress -Wunused-variable in -Asserts buildMatt Beaumont-Gay2012-06-05
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-05
* Add experimental support for register unit liveness.Jakob Stoklund Olesen2012-06-05
* Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen2012-06-05
* MachineInstr::eraseFromParent fix for removing bundled instrs.Andrew Trick2012-06-05
* misched: API for minimum vs. expected latency.Andrew Trick2012-06-05
* Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames2012-06-05
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* sdsched: Use the right heuristics when -mcpu is not provided and we have no i...Andrew Trick2012-06-05
* misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick2012-06-05
* misched: comments from code review.Andrew Trick2012-06-05
* Remove the last remat-related code from LiveIntervalAnalysis.Jakob Stoklund Olesen2012-06-05
* Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen2012-06-05
* Delete dead code.Jakob Stoklund Olesen2012-06-04
* Switch LiveIntervals member variable to LLVM naming standards.Jakob Stoklund Olesen2012-06-04
* Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen2012-06-04
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02