MachineRegisterInfo: Introduce isPhysRegUsed()
[oota-llvm.git] / lib / CodeGen / ExecutionDepsFix.cpp
2015-08-18 Matthias BraunMachineRegisterInfo: Introduce isPhysRegUsed()
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-15 Sanjay Patelremove function names from comments; NFC
2015-03-15 Sanjay Patelfix typo: NFC
2015-03-06 Matthias BraunExecutionDepsFix: Indizes -> Indices.
2015-03-06 Eric ChristopherFix typo.
2014-12-17 Matthias BraunExecutionDepsFix: Correctly handle wide registers.
2014-12-16 Aaron BallmanFixing -Wsign-compare warnings; NFC.
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-10-14 Eric ChristopherRemove unnecessary TargetMachine.h includes.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-05-20 Eric ChristopherClean up language and grammar.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-12-14 Juergen RibutzkaConvert register liveness tracking to work on a sub...
2013-12-13 Andrew Trickcomment typo.
2013-12-13 Andrew TrickRevert "Convert liveness tracking to work on a sub...
2013-12-13 Andrew TrickConvert liveness tracking to work on a sub-register...
2013-10-15 Andrew TrickImprove on r192635, ExeDepsFix for avx, and add a test...
2013-10-14 Andrew TrickFix the ExecutionDepsFix pass to handle AVX instructions.
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-17 Jakob Stoklund OlesenMerge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
2012-10-03 Silviu BarangaFixed a bug in the ExecutionDependencyFix pass that...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-01 Jakob Stoklund OlesenSwitch all register list clients to the new MC*Iterator...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2011-12-21 Jakob Stoklund OlesenMove common code into an MRI function.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-23 Jakob Stoklund OlesenFix PR11422.
2011-11-15 Jakob Stoklund OlesenCheck all overlaps when looking for used registers.
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-11-15 Jakob Stoklund OlesenTrack register ages more accurately.
2011-11-09 Jakob Stoklund OlesenCollapse DomainValues across loop back-edges.
2011-11-09 Jakob Stoklund OlesenLink to the live DomainValue after merging.
2011-11-08 Jakob Stoklund OlesenTrack reference count independently from clear().
2011-11-08 Jakob Stoklund OlesenCall release() directly when cleaning up the remaining...
2011-11-08 Jakob Stoklund OlesenRename all methods to follow style guide.
2011-11-08 Jakob Stoklund OlesenHandle reference counts in one function: release().
2011-11-08 Jakob Stoklund OlesenClear old DomainValue after merging.
2011-11-07 Jakob Stoklund OlesenKill and collapse outstanding DomainValues.
2011-11-07 Jakob Stoklund OlesenUse a reverse post order instead of a DFS order.
2011-11-07 Jakob Stoklund OlesenExtract two methods. No functional change.
2011-11-07 Jakob Stoklund OlesenMBB doesn't need to be a class member.
2011-11-07 Jakob Stoklund OlesenFix pass name after the source was moved.
2011-09-28 Jakob Stoklund OlesenRename class and clean up source.
2011-09-28 Jakob Stoklund OlesenRename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.