1. 05da2fe Sink all InitializePasses.h includes by Reid Kleckner · 6 years ago
  2. 14359ef [opaque pointer types] Pass value type to LoadInst creation. by James Y Knight · 7 years ago
  3. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  4. f78650a Remove trailing space by Fangrui Song · 7 years ago
  5. 618c555 [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  6. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  7. 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  8. ddfdba3 [tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during unwinding), LLVM part by Kuba Brecka · 9 years ago
  9. 3195500 [GC] Consolidate all built in GCs into a single file [NFC] by Philip Reames · 10 years ago
  10. 6e98cd3 CodeGen: Avoid more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  11. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  12. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  13. 7fddecc Move the personality function from LandingPadInst to Function by David Majnemer · 10 years ago
  14. 4a2e73b [opaque pointer type] API migration for GEP constant factories by David Blaikie · 11 years ago
  15. 75e0c4b Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  16. 86ecb1b [opaque pointer type] IRBuilder gep migration progress by David Blaikie · 11 years ago
  17. 71f308a Re-sort #include lines using my handy dandy ./utils/sort_includes.py by Chandler Carruth · 11 years ago
  18. 23cf2e2 Remove gc.root's performCustomLowering by Philip Reames · 11 years ago