summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Fix a problem with the reverse bundle iterators.Jakob Stoklund Olesen2012-06-11
* Add intrinsics for immediate form of XOP vprot instructions. Use i128mem inst...Craig Topper2012-06-10
* Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper2012-06-09
* Hashing: Remove outdated comment. Support for reserved hash values was remove...Benjamin Kramer2012-06-09
* Register pressure: added getPressureAfterInstr.Andrew Trick2012-06-09
* Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen2012-06-09
* Convert comments to proper Doxygen comments.Dmitri Gribenko2012-06-09
* Removing strange "using" declarations form TargetInstrInfo.Andrew Trick2012-06-08
* Reintroduce VirtRegRewriter.Jakob Stoklund Olesen2012-06-08
* TargetInstrInfo hooks implemented in codegen should be declared pure virtual.Andrew Trick2012-06-08
* Sched itinerary fix: Avoid static initializers.Andrew Trick2012-06-08
* 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