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