커밋 기록

작성자 SHA1 메시지 날짜
  Jonas Devlieghere 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique 6 년 전
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 년 전
  Philip Reames 4606305565 [GC][NFC] Simplify code now that we only have one safepoint kind 6 년 전
  Philip Reames b884de47c5 [GC] Remove so called PreCall safepoints 6 년 전
  Fangrui Song af7b1832a0 Remove trailing space 7 년 전
  Eugene Zelenko 643c0a4367 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). 8 년 전
  Mehdi Amini 67f335d992 Use StringRef in Pass/PassManager APIs (NFC) 9 년 전
  Alexander Kornienko cd52a7a381 Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 10 년 전
  Alexander Kornienko cf0db29df2 Fixed/added namespace ending comments using clang-tidy. NFC 10 년 전
  Philip Reames c4ab95d900 Make the message associated with a fatal error slightly more helpful 10 년 전
  Philip Reames 57bea4161b [gcroot] Remove unused items from an enum 10 년 전
  Chandler Carruth 02d6288667 Re-sort #include lines using my handy dandy ./utils/sort_includes.py 10 년 전
  Philip Reames 2bdb23849b Revert GCStrategy ownership changes 10 년 전
  Philip Reames 999412767a clang-format all the GC related files (NFC) 10 년 전
  Philip Reames 07fbc5c1c6 Move ownership of GCStrategy objects to LLVMContext 10 년 전
  Philip Reames 5e62b8471d GCStrategy should not own GCFunctionInfo 10 년 전
  Philip Reames 3490d23337 Remove the Module pointer from GCStrategy and GCMetadataPrinter 10 년 전
  David Blaikie 1d4f28c6bc Remove StringMap::GetOrCreateValue in favor of StringMap::insert 10 년 전
  David Blaikie 9c94042083 Use unique_ptr for the result of Registry entries. 11 년 전
  David Blaikie 5a21a893c0 Use unique_ptr to manage ownership of GCStrategy objects in GCMetadata 11 년 전
  Craig Topper 4ba844388c [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 11 년 전
  Craig Topper 9f998de891 [C++11] Add 'override' keyword to virtual methods that override their base class. 11 년 전
  Benjamin Kramer 063337309e Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris. 12 년 전
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR 12 년 전
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 년 전
  Chandler Carruth 732f05c41f Add 'llvm_unreachable' to passify GCC's understanding of the constraints 13 년 전
  David Blaikie 2bd335470f Remove unnecessary default cases in switches that cover all enum values. 13 년 전
  Benjamin Kramer a7b0cb7594 Remove all remaining uses of Value::getNameStr(). 13 년 전
  Owen Anderson 081c34b725 Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which 15 년 전
  Owen Anderson ce665bd2e2 Now with fewer extraneous semicolons! 15 년 전