Commit History

Author SHA1 Message Date
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Serge Pavlov 06c71d8a6f Report fatal error in the case of out of memory 7 years ago
  Serge Pavlov 165fd931ac Revert r325224 "Report fatal error in the case of out of memory" 7 years ago
  Serge Pavlov ca451d02e4 Report fatal error in the case of out of memory 7 years ago
  Francis Visoiu Mistrih accb337c76 [CodeGen] Rename functions PrintReg* to printReg* 7 years ago
  David Blaikie e3a9b4ce3a Fix a bunch more layering of CodeGen headers that are in Target 7 years ago
  Chandler Carruth e3e43d9d57 Sort the remaining #include lines in include/... and lib/.... 8 years ago
  Matthias Braun a9e2ca030f LIU:::Query: Query LiveRange instead of LiveInterval; NFC 8 years ago
  Eugene Zelenko ad3a5404cb [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 8 years ago
  David Majnemer 975248e4fb Use the range variant of find instead of unpacking begin/end 9 years ago
  Matthias Braun 7b54b4de26 LiveIntervalUnion: Allow specification of liverange when unifying/extracting. 10 years ago
  Chandler Carruth 8677f2ff9a [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 11 years ago
  Craig Topper 4ba844388c [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 11 years ago
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 years ago
  Jakob Stoklund Olesen 1ead68d769 Make the LiveRegMatrix analysis available to targets. 12 years ago
  Jakub Staszak af650354a1 Remove unused MachineLoopRanges analysis. 12 years ago
  Jakob Stoklund Olesen 0e5a60b4eb Move LiveUnionArray into LiveIntervalUnion.h 13 years ago
  Jakob Stoklund Olesen 2fd0923593 Don't print register names in LiveIntervalUnion::print(). 13 years ago
  Lang Hames b638c789be Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header include to LiveIntervalUnion.cpp file. 13 years ago
  Jakob Stoklund Olesen 9b7ff12dd1 Simplify the interference checking code a bit. 14 years ago
  Jakob Stoklund Olesen fe026e1829 Eliminate the last use of InterferenceResult. 14 years ago
  Jakob Stoklund Olesen 9942ba9c0e Remove more dead code. 14 years ago
  Jakob Stoklund Olesen bb688cec09 Remove some dead code. 14 years ago
  Jakob Stoklund Olesen 51458ed09e Be more aggressive about following hints. 14 years ago
  Jakob Stoklund Olesen 3f5bedf5cb Speed up eviction by stopping collectInterferingVRegs as soon as the spill 14 years ago
  Jakob Stoklund Olesen 11983cd861 Speed up LiveIntervalUnion::unify by handling end insertion specially. 14 years ago
  Jakob Stoklund Olesen 4f6364fd3f Add tags to live interval unions to avoid using stale queries. 14 years ago
  Jakob Stoklund Olesen 4314268128 Replace TargetRegisterInfo::printReg with a PrintReg class that also works without a TRI instance. 14 years ago
  Jakob Stoklund Olesen 8d12140437 Avoid dereferencing end() in collectInterferingVRegs() when there is no 14 years ago
  Jakob Stoklund Olesen ff2e9b4225 Provide LiveIntervalUnion::Query::checkLoopInterference. 14 years ago