Historia zmian

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