aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Removing strange "using" declarations form TargetInstrInfo.Andrew Trick2012-06-081-4/+0
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-082-0/+5
* TargetInstrInfo hooks implemented in codegen should be declared pure virtual.Andrew Trick2012-06-081-6/+26
* Sched itinerary fix: Avoid static initializers.Andrew Trick2012-06-081-3/+13
* Continue factoring computeOperandLatency. Use it for ARM hasHighOperandLatency.Andrew Trick2012-06-071-0/+9
* Add internal read flags to MachineInstrBuilder and hook them into the Machine...Pete Cooper2012-06-072-3/+9
* Revert r157755.Manman Ren2012-06-061-8/+0
* Move RegisterClassInfo.h.Andrew Trick2012-06-061-0/+132
* Move RegisterPressure.h.Andrew Trick2012-06-061-0/+255
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-3/+1
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-061-4/+1
* Simplify LiveInterval::print().Jakob Stoklund Olesen2012-06-051-1/+1
* Add experimental support for register unit liveness.Jakob Stoklund Olesen2012-06-051-3/+41
* Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen2012-06-051-0/+5
* misched: API for minimum vs. expected latency.Andrew Trick2012-06-054-22/+51
* Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames2012-06-052-0/+12
* Remove dead function.Jakob Stoklund Olesen2012-06-051-6/+0
* IntegersSubsetMapping: added exclude operation, that allows to exclude subset...Stepan Dyatkovskiy2012-06-051-0/+59
* IntegersSubsetMapping:Stepan Dyatkovskiy2012-06-052-12/+15
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-052-8/+86
* misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick2012-06-051-0/+2
* whitespaceAndrew Trick2012-06-051-4/+5
* Remove the last remat-related code from LiveIntervalAnalysis.Jakob Stoklund Olesen2012-06-051-20/+0
* Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen2012-06-051-0/+4
* Delete dead code.Jakob Stoklund Olesen2012-06-041-4/+0
* Switch LiveIntervals member variable to LLVM naming standards.Jakob Stoklund Olesen2012-06-041-41/+41
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+2
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-041-10/+2
* getAllOnesValue also works for vectors of integers.Duncan Sands2012-06-041-2/+2
* IntRange: Restore the copy constuctor explicitly to appase buildbot.NAKAMURA Takumi2012-06-031-1/+3
* Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...Craig Topper2012-06-031-33/+33
* Added unittests for IntegersSubset and IntegersSubsetMapping.Stepan Dyatkovskiy2012-06-022-20/+43
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-0210-10/+10
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-023-35/+41
* Add move semantics to APInt.Benjamin Kramer2012-06-021-0/+23
* Additional change for 157881. Forget to fix another IntegerSubset constructor.Stepan Dyatkovskiy2012-06-021-3/+1
* Small fix due to buildbot failures on mingw32. Fixed call of parent construct...Stepan Dyatkovskiy2012-06-021-1/+4
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-022-37/+40
* Remove the old register list functions from MCRegisterInfo.Jakob Stoklund Olesen2012-06-011-36/+0
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-012-7/+11
* ARM: properly handle alignment for struct byval.Manman Ren2012-06-011-0/+9
* Provide move semantics for (Small)BitVector.Benjamin Kramer2012-06-012-0/+40
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-012-116/+140
* Remove noisy semicolons.Benjamin Kramer2012-06-011-26/+26
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-013-94/+138
* Add support for enum forward declarations.Eric Christopher2012-06-011-1/+3
* IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.Benjamin Kramer2012-05-311-30/+2
* X86: replace SUB with CMP if possibleManman Ren2012-05-311-0/+8
* Add a PrintRegUnit helper similar to PrintReg.Jakob Stoklund Olesen2012-05-311-0/+23
* Emit register unit root tables.Jakob Stoklund Olesen2012-05-311-1/+46