1. 964a5f3 Rename DescriptionString -> DataLayoutString as it matches the actual by Eric Christopher · 10 years ago
  2. ede6030 Rangify for loops, NFC. by Yaron Keren · 10 years ago
  3. e74f525 Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule. by Adrian Prantl · 10 years ago
  4. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  5. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  6. 4914d3a Update for llvm api change. by Rafael Espindola · 10 years ago
  7. cb08299 CodeGen: Avoid a reserved name and fix the naming style of some arguments. NFC by Justin Bogner · 10 years ago
  8. ed0577c Fixed double-free in case of module loading error. by Artem Belevich · 10 years ago
  9. 86f884e Fix BackendConsumer::EmitOptimizationMessage() by Diego Novillo · 10 years ago
  10. 61ea057 Implemented support for testing the ASTImporter's by Sean Callanan · 11 years ago
  11. 2f16bc1 Use raw_pwrite_stream in clang. by Rafael Espindola · 11 years ago
  12. 15b385f Add InlineAsmDiagnosticHandler for bitcode input by Steven Wu · 11 years ago
  13. 6cf2df2 Make a codegen warning a real warning instead of a getCustomDiagID(). by Nico Weber · 11 years ago
  14. 8afb37e Remove unused parameter, followup to r179639. No behavior change. by Nico Weber · 11 years ago
  15. b6a5d05 Remove ASTConsumer::HandleVTable()'s bool parameter. by Nico Weber · 11 years ago
  16. 0d9593d [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py by Chandler Carruth · 11 years ago
  17. 2f5ec2f Initialize BackendConsumer::Context in constructor. by Yaron Keren · 11 years ago
  18. 37ad134 Update for LLVM API change. by Rafael Espindola · 11 years ago
  19. c008c64 Use the newer/simple API for passing a diagnostic handler to the IR linker. by Rafael Espindola · 11 years ago
  20. a885796 Make VFS and FileManager match the current MemoryBuffer API. by Benjamin Kramer · 11 years ago
  21. 0706548 Update for LLVM api change. by Rafael Espindola · 11 years ago
  22. b8a7053 Unique_ptrify PPCallbacks ownership. by Craig Topper · 11 years ago
  23. efde5a7 Update for LLVM api change. by Rafael Espindola · 11 years ago
  24. 50a5f97 unique_ptrify SourceManager::createFileID by David Blaikie · 11 years ago
  25. 780dd3b unique_ptrify clang::BackendConsumer::takeModule by David Blaikie · 11 years ago
  26. d87f8d7 Update for LLVM api change. by Rafael Espindola · 11 years ago
  27. f26596d Update for llvm api change. by Rafael Espindola · 11 years ago
  28. 3232773 Update for llvm api change by Rafael Espindola · 11 years ago
  29. 6406f7b Return a std::unique_ptr from getBufferForFile. NFC. by Rafael Espindola · 11 years ago
  30. ef872a8 Update for llvm api change. by Rafael Espindola · 11 years ago
  31. e833730 Move the body out of line to try to fix a buildbot. by Rafael Espindola · 11 years ago
  32. a296664 Update for llvm api change. by Rafael Espindola · 11 years ago
  33. 69f3528 Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around a non-owning raw_ostream in CodeGenAction::CreateASTConsumer" by NAKAMURA Takumi · 11 years ago
  34. 3b0e32b unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around a non-owning raw_ostream in CodeGenAction::CreateASTConsumer by David Blaikie · 11 years ago
  35. 037e75b Follow up to r215323 - avoid llvm::make_unique in this particular case that's causing GCC on some buildbots some confusion. by David Blaikie · 11 years ago
  36. 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
  37. ee02499 Add coverage mapping generation. by Alex Lorenz · 11 years ago
  38. f8a767d Recommit: Handle diagnostic warnings in Frontend diagnostic handler. by Tyler Nowicki · 11 years ago
  39. 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
  40. a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
  41. 5c37d70 Revert "Handle diagnostic warnings in Frontend diagnostic handler." by Alp Toker · 11 years ago
  42. e470771 Handle diagnostic warnings in Frontend diagnostic handler. by Tyler Nowicki · 11 years ago
  43. 7b463d5 CodeGenAction::ExecuteAction(): check for invalid LLVM source locations by Alp Toker · 11 years ago
  44. 66cc07b Remove 'const' from MemoryBuffers used through the SourceManager by David Blaikie · 11 years ago
  45. 895a23f const_cast the memory MemoryBuffer following LLVM r211883 by Alp Toker · 11 years ago
  46. aa0dd5a Add a FIXME for an unfortunate issue in ConvertBackendLocation() by Alp Toker · 11 years ago
  47. dc2c475 CodeGenAction: don't duplicate entire .ll/.bc files into memory by Alp Toker · 11 years ago
  48. 913690c Add new debug kind LocTrackingOnly. by Diego Novillo · 11 years ago
  49. b304699 Prefix another use of error_code. by Rafael Espindola · 11 years ago
  50. 2750627 Provide fallback locations for backend remarks by Alp Toker · 11 years ago
  51. fb8d02b Implement -Wframe-larger-than backend diagnostic by Alp Toker · 11 years ago
  52. 5798b26 When an inline-asm diagnostic is reported by the backend, report it with the by Joey Gouly · 11 years ago
  53. ea04672 Fix leak from r210059 by Alp Toker · 11 years ago
  54. cf2048b Fix -emit-codegen-only to not generate binaries by Alp Toker · 11 years ago
  55. d23ec94 Add flags -Rpass-missed and -Rpass-analysis. by Diego Novillo · 11 years ago
  56. 9c89ff1 Fix spurious remarks when -Weverything is used. by Diego Novillo · 11 years ago
  57. 583db19 Reverting 209503 - Breaks asan blacklists by Warren Hunt · 11 years ago
  58. a926d84 Emit used/dllexport inline method definitions in nested classes (PR19743, PR11170) by Hans Wennborg · 11 years ago
  59. 57dd5cf Fix '-main-file-name <name>' so that it is used for the ModuleID. by Robert Lytton · 11 years ago
  60. 8a13c41 [C++11] Use 'nullptr'. CodeGen edition. by Craig Topper · 11 years ago
  61. 6ac2cd0 Rename SourceManager::createFileIDForMemBuffer() by Alp Toker · 11 years ago
  62. 6dc9c48 Fix segmentation fault when mixing -Rpass with #line. by Diego Novillo · 11 years ago
  63. 25c4e67 Small formatting change. by Eric Christopher · 12 years ago
  64. b344224 Use a manipulator to add a value to the current diagnostic flag. by Diego Novillo · 12 years ago
  65. 9f23997 Allow adding a value to a flag in diagnostics. by Diego Novillo · 12 years ago
  66. 829b170 Add support for optimization reports. by Diego Novillo · 12 years ago
  67. 4f12f10 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  68. dfca6f9 [C++11] Replace OwningPtr include with <memory>. by Ahmed Charles · 12 years ago
  69. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  70. 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
  71. 00fa3f7 [Layering] Update include of Linker.h to match its move to a Linker by Chandler Carruth · 12 years ago
  72. 7416024 Add 'remark' diagnostic type in 'clang' by Tobias Grosser · 12 years ago
  73. bd25beb Fix typo by Tobias Grosser · 12 years ago
  74. 728c554 Wired-up the new LLVM diagnostic system into clang diagnostic system. by Quentin Colombet · 12 years ago
  75. 6b6004a Update for getLazyBitcodeModule API change. by Rafael Espindola · 12 years ago
  76. e83b906 Verify that clang TargetInfo descriptions match DataLayout strings from LLVM by Alp Toker · 12 years ago
  77. bc043f2 Fix getCustomDiagID() usage in CodeGen and TextDiagnosticBuffer by Alp Toker · 12 years ago
  78. d5e81e5 Override the datalayout in a module with -triple. by Rafael Espindola · 12 years ago
  79. 666a2ab clang-format parts of the file. by Rafael Espindola · 12 years ago
  80. 48ad6dc PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info by David Blaikie · 12 years ago
  81. 5d041be Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 12 years ago
  82. e43f0fe Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 12 years ago
  83. b45836a The IRReader header is now part of its own library. Update the include by Chandler Carruth · 13 years ago
  84. c86a2f3 Pass the target options through to code generation. by Bill Wendling · 13 years ago
  85. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  86. ffd5551 Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 13 years ago
  87. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  88. 873c858 Turn FrontendInputFile into an immutable class and have it also accept by Argyrios Kyrtzidis · 13 years ago
  89. d612566 Have the parser initialize Sema before it consumes the first by Douglas Gregor · 13 years ago
  90. 778b8b8 Escape % in diagnostic message when compiling LLVM IR. by Benjamin Kramer · 14 years ago
  91. df88f6f Replace MarkVarRequired with a more generic by Rafael Espindola · 14 years ago
  92. 189fa74 Fix a small difference in sema and codegen views of what needs to be output. by Rafael Espindola · 14 years ago
  93. e277899 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  94. a11b35a Revert r149363 which was part a series of commits that were reverted in llvm by Argyrios Kyrtzidis · 14 years ago
  95. f4a4bec ConstantArray::get() (for strings) is going away, use by Chris Lattner · 14 years ago
  96. 68e081d Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  97. 1332d9b Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 14 years ago
  98. c4399f7 Add frontend flags to enable bitcode verifier pass. by Chad Rosier · 14 years ago
  99. de3ef50 Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 14 years ago
  100. 841dd88 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 14 years ago