1. 2b3d49b [Clang] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  2. a11d302 [clang] - An update after LLVM change. by George Rimar · 6 years ago
  3. e030827 [Bitcode] Move Bitstream to a separate library by Francis Visoiu Mistrih · 6 years ago
  4. e183340 Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef> by Fangrui Song · 6 years ago
  5. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  6. 6368818 Move CodeGenOptions from Frontend to Basic by Richard Trieu · 7 years ago
  7. 587c1cb Remove unnecessary include. by Richard Trieu · 7 years ago
  8. 55fcb4e [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs. by Adrian Prantl · 7 years ago
  9. 3538b39 [clang] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  10. c5e3647 -gmodules: Emit debug info for implicit module imports via #include. by Adrian Prantl · 8 years ago
  11. 1b88ace Simplify code (NFC) by Adrian Prantl · 8 years ago
  12. 9a1a1aa Debug Info: Set the MainFileName when generating -gmodules debug info for PCM. by Adrian Prantl · 8 years ago
  13. 60fa288 Modules: Use hash of PCM content for SIGNATURE by Duncan P. N. Exon Smith · 9 years ago
  14. 888e289 CodeGen: plumb header search down to the IAS by Saleem Abdulrasool · 9 years ago
  15. 77c89b6 Bitcode: Decouple block info block state from reader. by Peter Collingbourne · 9 years ago
  16. 028eb5a Bitcode: Change reader interface to take memory buffers. by Peter Collingbourne · 9 years ago
  17. 576b2db Support object-file-wrapped modules in clang -module-file-info. by Adrian Prantl · 9 years ago
  18. 03f8907 Frontend: Simplify ownership model for clang's output streams. by Peter Collingbourne · 9 years ago
  19. 59f7792 Use more ArrayRefs by David Majnemer · 9 years ago
  20. cfeacf5 Apply clang-tidy's misc-move-constructor-init throughout Clang. by Benjamin Kramer · 9 years ago
  21. af09f4a [modules][debuginfo] Only include imported modules when targeting LLDB by David Blaikie · 9 years ago
  22. 10a4972 revert SVN r265702, r265640 by Saleem Abdulrasool · 10 years ago
  23. 94cfc60 Basic: move CodeGenOptions from Frontend by Saleem Abdulrasool · 10 years ago
  24. 5a9a427 Module Debugging: Fix a crash when emitting debug info for nested tag types by Adrian Prantl · 10 years ago
  25. b214cbc Make TargetInfo store an actual DataLayout instead of a string. by James Y Knight · 10 years ago
  26. 8c30592 Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. by Benjamin Kramer · 10 years ago
  27. 3a2d494 Module Debugging: Canonicalize the file names used as PCH module names by Adrian Prantl · 10 years ago
  28. aa5d08d Module debugging: Create a parent DIModule with the PCH name for types by Adrian Prantl · 10 years ago
  29. 98bfc82 Fix the build by using the correct suffix for 64 bit literals by Adrian Prantl · 10 years ago
  30. ae108c4 Fix a typo in r258507 and change the PCH dwoid constant to ~1UL. by Adrian Prantl · 10 years ago
  31. c96da8f Module Debugging: Use a nonzero DWO id for precompiled headers. by Adrian Prantl · 10 years ago
  32. cd97501 Module Debugging: Make sure that anonymous tag decls that define global by Adrian Prantl · 10 years ago
  33. e5238d2 Module Debugging: Defer the emission of anonymous tag decls by Adrian Prantl · 10 years ago
  34. b3b821f Module debugging: Defer emitting tag types until their definition by Adrian Prantl · 10 years ago
  35. d43fe0b Module Debugging: Emit module debug info for types inside of Objective-C by Adrian Prantl · 10 years ago
  36. abdd6fc Remove a redundant check. NFC by Adrian Prantl · 10 years ago
  37. a5206ce Module Debugging: Use the clang module signature as the module's dwo_id by Adrian Prantl · 10 years ago
  38. 85d938a Debug Info: When building a module, emit skeleton CUs for imported modules. by Adrian Prantl · 10 years ago
  39. 9402cef Module debugging: Support submodules in the PCM/PCH debug info. by Adrian Prantl · 10 years ago
  40. 1e63b2b Further simplify the interface of PCHContainerGenerator by Adrian Prantl · 10 years ago
  41. 8bd4c13 Eliminate a redundant check. by Adrian Prantl · 10 years ago
  42. 0391406 Simplify the interface of PCHContainerGenerator and friends by Adrian Prantl · 10 years ago
  43. 54a3457 Debug Info: Remove an unnecessary debug type visitor. by Adrian Prantl · 10 years ago
  44. 7eb5464 Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  45. e89c8c8 Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  46. 60f3e1f Fix Clang-tidy misc-use-override warnings, other minor fixes by Hans Wennborg · 10 years ago
  47. 748a6cd Module Debugging: Emit debug type information into clang ObjC modules. by Adrian Prantl · 10 years ago
  48. 4aa2b3a Module Debugging: Emit debug type information into clang modules. by Adrian Prantl · 10 years ago
  49. 6b21ab2 Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1 by Adrian Prantl · 10 years ago
  50. 293534b Initialize the AST consumer as soon as we have both an ASTConsumer and an by Richard Smith · 10 years ago
  51. 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
  52. 0f99d6a [modules] PR22534: Load files specified by -fmodule-file= eagerly. In particular, this avoids the need to re-parse module map files when using such a module. by Richard Smith · 10 years ago
  53. 964a5f3 Rename DescriptionString -> DataLayoutString as it matches the actual by Eric Christopher · 10 years ago
  54. ca3cf9e LLVM API Change: the Module always owns the DataLayout by Mehdi Amini · 10 years ago
  55. fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
  56. 5a88e1a Rename ModuleContainerGenerator to PCHContainergenerator for consistency by Adrian Prantl · 10 years ago
  57. bc06858 Revert "Revert r241620 and follow-up commits" and move the initialization by Adrian Prantl · 10 years ago
  58. 142ec39 Revert r241620 and follow-up commits while investigating linux buildbot failures. by Adrian Prantl · 10 years ago
  59. 8b1e206 Cleanup: Use the C++ API to initialize the backend. by Adrian Prantl · 10 years ago
  60. e50371b Wrap clang modules and pch files in an object file container. by Adrian Prantl · 10 years ago