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