summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add support to the alignment support header for conjuring a characterChandler Carruth2012-06-16
* Lift the NumElements and NumTombstones members into the super classChandler Carruth2012-06-16
* Factor DenseMap into a base class that implements the hashtable logic,Chandler Carruth2012-06-16
* Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-15
* Implement the isSafeToDiscardIfUnused predicate and use it in globalopt andRafael Espindola2012-06-14
* SmallMap, FlatArrayMap::copyFromStepan Dyatkovskiy2012-06-14
* Group the 'unsigned' members after the pointer to avoid 4 bytes ofChandler Carruth2012-06-13
* *typo: Cyles changed to CyclesKay Tiong Khoo2012-06-13
* When linearizing a multiplication, return at once if we see a factor of zero,Duncan Sands2012-06-13
* Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper2012-06-13
* Eliminate struct TableGenBackend.Jakob Stoklund Olesen2012-06-13
* sched: Avoid trivially redundant DAG edges. Take the one with higher latency.Andrew Trick2012-06-13
* Remove use of GNU extension to resolve Clang warning.David Blaikie2012-06-12
* Now that Reassociate's LinearizeExprTree can look through arbitrary expressionDuncan Sands2012-06-12
* Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis2012-06-12
* For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis2012-06-12
* misched: When querying RegisterPressureTracker, always save current and max p...Andrew Trick2012-06-11
* 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