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
  Daniil Fukalov 5bcb2da70c [RegAllocGreedy] avoid using physreg candidates that cannot be correctly spilled 7 years ago
  Fangrui Song af7b1832a0 Remove trailing space 7 years ago
  Fangrui Song 7d88286b7c [CodeGen] Fix inconsistent declaration parameter name 7 years ago
  Matthias Braun ffc6b4654a SplitKit: Fix liveness recomputation in some remat cases. 7 years ago
  Eugene Zelenko 7cf6af50d7 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 8 years ago
  Matthias Braun 94ebfcba48 SplitKit: Correctly implement partial subregister copies 8 years ago
  Krzysztof Parzyszek f5fef36d3a Check proper live range in extendPHIRanges 8 years ago
  Krzysztof Parzyszek 31a5f885bf Create subranges for new intervals resulting from live interval splitting 9 years ago
  Wei Mi 4eae2788ea Allow dead insts to be kept in DeadRemat only when they are rematerializable. 9 years ago
  Wei Mi 14a29ca2bb InsertPointAnalysis: Move current live interval from being a class member 9 years ago
  Wei Mi 723d45a0c7 [NFC] Extract LastSplitPoint computation from SplitAnalysis to a new class 9 years ago
  Eric Christopher 4449a75f85 Spelling and grammar corrections in comments. 9 years ago
  Wei Mi 815b02e9ce Recommit r265547, and r265610,r265639,r265657 on top of it, plus 9 years ago
  Hans Wennborg d8b70fb72f Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug happened" 9 years ago
  Wei Mi 1145b58255 Recommit r265309 after fixed an invalid memory reference bug happened 9 years ago
  Wei Mi e19a68b607 Revert r265309 and r265312 because they caused some errors I need to investigate. 9 years ago
  Wei Mi d31cb9b5c5 Replace analyzeSiblingValues with new algorithm to fix its compile 9 years ago
  Benjamin Kramer b453775cc2 [CodeGen] Reduce visibility of implementation details 10 years ago
  Alexander Kornienko cd52a7a381 Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 10 years ago
  Alexander Kornienko cf0db29df2 Fixed/added namespace ending comments using clang-tidy. NFC 10 years ago
  Jim Grosbach 000564c01a Fix spelling. 10 years ago
  Benjamin Kramer 00e08fcaa0 Canonicalize header guards into a common format. 11 years ago
  Eric Christopher 68c7a1cb98 Clean up language and grammar. 11 years ago
  Craig Topper 695aa80f07 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 11 years ago
  Benjamin Kramer 55c06ae7af Revert "Give internal classes hidden visibility." 12 years ago
  Benjamin Kramer 15f387c93e Give internal classes hidden visibility. 12 years ago
  Benjamin Kramer 4eed756153 Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo. 12 years ago
  Jakob Stoklund Olesen b20b518f80 Make SplitAnalysis::UseSlots private. 13 years ago
  Jakob Stoklund Olesen 74c4f97a46 Exclusively use SplitAnalysis::getLastSplitPoint(). 13 years ago