summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.Andrew Trick2012-06-07
* Add internal read flags to MachineInstrBuilder and hook them into the Machine...Pete Cooper2012-06-07
* Revert r157755.Manman Ren2012-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
* 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
* 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
* Remove dead function.Jakob Stoklund Olesen2012-06-05
* IntegersSubsetMapping: added exclude operation, that allows to exclude subset...Stepan Dyatkovskiy2012-06-05
* IntegersSubsetMapping:Stepan Dyatkovskiy2012-06-05
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick2012-06-05
* whitespaceAndrew 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
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* getAllOnesValue also works for vectors of integers.Duncan Sands2012-06-04
* IntRange: Restore the copy constuctor explicitly to appase buildbot.NAKAMURA Takumi2012-06-03
* Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper2012-06-03
* Added unittests for IntegersSubset and IntegersSubsetMapping.Stepan Dyatkovskiy2012-06-02
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-02
* Add move semantics to APInt.Benjamin Kramer2012-06-02
* Additional change for 157881. Forget to fix another IntegerSubset constructor.Stepan Dyatkovskiy2012-06-02
* Small fix due to buildbot failures on mingw32. Fixed call of parent construct...Stepan Dyatkovskiy2012-06-02
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-02
* Remove the old register list functions from MCRegisterInfo.Jakob Stoklund Olesen2012-06-01
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* ARM: properly handle alignment for struct byval.Manman Ren2012-06-01
* Provide move semantics for (Small)BitVector.Benjamin Kramer2012-06-01
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-01
* Remove noisy semicolons.Benjamin Kramer2012-06-01
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-01
* Add support for enum forward declarations.Eric Christopher2012-06-01
* IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.Benjamin Kramer2012-05-31
* X86: replace SUB with CMP if possibleManman Ren2012-05-31
* Add a PrintRegUnit helper similar to PrintReg.Jakob Stoklund Olesen2012-05-31
* Emit register unit root tables.Jakob Stoklund Olesen2012-05-31
* Add intrinsic for pclmulqdq instruction.Craig Topper2012-05-31
* Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer2012-05-30
* Add MCRegisterInfo::RegListIterator.Jakob Stoklund Olesen2012-05-30
* Mark insertq/extrq intrinsic readnone.Benjamin Kramer2012-05-30