summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* misched: Compress pairs returned by getUnderlyingObjectsForInstr.Benjamin Kramer2013-06-29
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-28
* DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'David Blaikie2013-06-28
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-28
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-28
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-28
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Remove unused variable.Benjamin Kramer2013-06-27
* Fixed a comment.Elena Demikhovsky2013-06-26
* Optimized integer vector multiplication operation by replacing it with shift/...Elena Demikhovsky2013-06-26
* Remove unused code. No functionality change.Manman Ren2013-06-25
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-25
* 80-column and tab character fixes.Eric Christopher2013-06-24
* Formatting.Eric Christopher2013-06-24
* Use const references instead of pointers to references that areEric Christopher2013-06-24
* Fix tail merging to assign the (more) correct BasicBlock when splitting.Andrew Trick2013-06-24
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-23
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-22
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Prevent LiveRangeEdit from deleting bundled instructions.Andrew Trick2013-06-22
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-21
* Fix PR16360Michael Liao2013-06-21
* Update physreg live intervals during remat.Andrew Trick2013-06-21
* Added -precompute-phys-liveness for testing LiveIntervals updates.Andrew Trick2013-06-21
* Handle more cases in LiveRangeEdit::eliminateDeadDefs.Andrew Trick2013-06-21
* Refactor LiveRangeEdit::eliminateDeadDefs.Andrew Trick2013-06-21
* whitespaceAndrew Trick2013-06-21
* Fix a -join-globalcopies bug; handle undef operands.Andrew Trick2013-06-21
* Modify the -join-globalcopies option (off by default).Andrew Trick2013-06-21
* Make rematerialization in the coalescer less sensitive to LRG order.Andrew Trick2013-06-21
* MI-Sched: cleanup DEBUG output.Andrew Trick2013-06-21
* MI-Sched: Adjust regpressure limits for reserved regs.Andrew Trick2013-06-21
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-20
* This is now a duplicate.Bill Wendling2013-06-19
* Make the comparison operators non-member functions.Bill Wendling2013-06-19
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Don't cache the TLI object since we have access to it through TargetMachine a...Bill Wendling2013-06-19
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-18
* Hopefully fix the MSVS build after r184105Timur Iskhodzhanov2013-06-18
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Simplify some of the code. No functionality change.Bill Wendling2013-06-18
* MI-Sched: handle ReadAdvance latencies as used by Swift.Andrew Trick2013-06-17
* Give RegMax higher priority.Andrew Trick2013-06-17
* Remove compareRPDelta.Andrew Trick2013-06-17
* MI Sched: fix a typo in RegPressure heuristics.Andrew Trick2013-06-17
* MI-Sched: Remove another heuristic that is sensitive to queue order.Andrew Trick2013-06-17