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
  Eugene Zelenko 16ffaf8e76 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 8 years ago
  Matthias Braun 9262f00f1a Timer: Track name and description. 8 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
  Quentin Colombet 9d60e0ff0a [RegAllocGreedy] Introduce a late pass to repair broken hints. 10 years ago
  Benjamin Kramer 00e08fcaa0 Canonicalize header guards into a common format. 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
  Ahmed Charles f4ccd11075 Replace OwningPtr<T> with std::unique_ptr<T>. 11 years ago
  Juergen Ributzka 354362524a [weak vtables] Remove a bunch of weak vtables 11 years ago
  Alexey Samsonov b21ab43cfc Revert r194865 and r194874. 11 years ago
  Juergen Ributzka 5a364c5561 [weak vtables] Remove a bunch of weak vtables 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
  Mark Lacey 1feb5854ae Track new virtual registers by register number. 12 years ago
  Jakob Stoklund Olesen be6a376b95 LiveIntervalUnion is not used in RegAllocBase. 12 years ago
  Craig Topper 8de25f031d Make constant string pointer into an array to remove a pointer lookup for every access. 12 years ago
  Chandler Carruth a1514e24cc Sort includes for all of the .h files under the 'lib' tree. These were 12 years ago
  Jakob Stoklund Olesen 1ead68d769 Make the LiveRegMatrix analysis available to targets. 12 years ago
  Jakob Stoklund Olesen d4348a2dc2 Remove LiveIntervalUnions from RegAllocBase. 13 years ago
  Jakob Stoklund Olesen 812cda9a5c Convert RABasic to using LiveRegMatrix interference checking. 13 years ago
  Jakob Stoklund Olesen fe17bdbb50 Also compute MBB live-in lists in the new rewriter pass. 13 years ago
  Andrew Trick 1525260b3e Move RegisterClassInfo.h. 13 years ago
  Jakob Stoklund Olesen 0e5a60b4eb Move LiveUnionArray into LiveIntervalUnion.h 13 years ago
  Jakob Stoklund Olesen 9384111e90 Make data structures private. 13 years ago
  Jakob Stoklund Olesen a8bd9a68f7 Sink spillInterferences into RABasic. 13 years ago
  Jakob Stoklund Olesen 078203f301 Cleanup. 13 years ago