1. 9941da4 Sink BuryPointer from Clang into LLVM for reuse there by David Blaikie · 7 years ago
  2. 4eab1ba cc1_main: fix -Wsign-compare on FreeBSD by Fangrui Song · 7 years ago
  3. 0a7b297 Factor out Clang's desired 8MB stack size constant from the various by Richard Smith · 7 years ago
  4. d637c05 IWYU for llvm-config.h in clang. See r331124 for details. by Nico Weber · 7 years ago
  5. 49db68d Disable a silly GCC diagnostic for combining a scanf length specifier with the by Richard Smith · 9 years ago
  6. f80a27e [linux] When pre-reserving stack pages to work around broken address space by Richard Smith · 9 years ago
  7. a6b39ab driver: Support checking for rlimits via cmake (when bootstrapping) by Chris Bieneman · 9 years ago
  8. 8a4d2ddd [Driver] Remove unused #include of llvm/Support/config.h by Vedant Kumar · 9 years ago
  9. c33b837 Use __has_include rather than a configure-time macro to determine if by Richard Smith · 9 years ago
  10. 4222373 Revert "[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds" by Vedant Kumar · 9 years ago
  11. 7b6b1bd [Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds by Vedant Kumar · 9 years ago
  12. 525ce25 Add missing close brace to fix Windows bots. Oops :( by Richard Smith · 9 years ago
  13. 194b6a3 If possible, set the stack rlimit to at least 8MiB on cc1 startup, and work by Richard Smith · 9 years ago
  14. 7005a92 cc1_main: Do not print statistics twice in -disable_free mode. by Matthias Braun · 9 years ago
  15. dfed58a Update to match LLVM r272232. by Richard Smith · 9 years ago
  16. fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
  17. bc06858 Revert "Revert r241620 and follow-up commits" and move the initialization by Adrian Prantl · 10 years ago
  18. 142ec39 Revert r241620 and follow-up commits while investigating linux buildbot failures. by Adrian Prantl · 10 years ago
  19. e50371b Wrap clang modules and pch files in an object file container. by Adrian Prantl · 10 years ago
  20. bb165fb Introduce a PCHContainerOperations interface (NFC). by Adrian Prantl · 10 years ago
  21. 3c13a7f One other BuryPointer of a unique_ptr cleanup. by David Blaikie · 11 years ago
  22. 070cd2d ArrayRef'ize by Sean Silva · 11 years ago
  23. 17fac04 static link polly by Sebastian Pop · 12 years ago
  24. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  25. 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
  26. ce2c726 Bury leaked pointers in a global array to silence a leak detector in --disable-free mode by Kostya Serebryany · 12 years ago
  27. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
  28. 05c71aa Update the error handing static functions for r178161. Part of rdar://13296693 by Chad Rosier · 13 years ago
  29. f1b49e2 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
  30. cc0694c Sort #include lines for tools/... by Chandler Carruth · 13 years ago
  31. ad6e96d If we encounter a fatal error, exit with status 70. For BSD systems this is by Chad Rosier · 13 years ago
  32. 7ea7397 If we encounter a fatal error, call the interrupt handler to ensure any by Chad Rosier · 13 years ago
  33. 33fd551 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 13 years ago
  34. 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
  35. a3c85b8 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 13 years ago
  36. c95d819 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  37. 1cd1069 drop more llvm:: prefixes on OwningPtr<> by Dylan Noblesmith · 14 years ago
  38. be6d89d [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fails. by Argyrios Kyrtzidis · 14 years ago
  39. e99b27f Let CompilerInvocation initialization indicate failure by Dylan Noblesmith · 14 years ago
  40. 1a5307c Add LinkAllPasses to clang by Tobias Grosser · 14 years ago
  41. 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
  42. 494eb06 Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. by Evan Cheng · 14 years ago
  43. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  44. c391a58 Match LLVM API change. by Evan Cheng · 14 years ago
  45. 3f37dd0 Match createTargetMachine API change. by Evan Cheng · 14 years ago
  46. 6d188f5 Match llvm API change. by Evan Cheng · 14 years ago
  47. 7b15d18 cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-errors.c by Evan Cheng · 14 years ago
  48. 6e15215 Fix an obvious typo. by Benjamin Kramer · 15 years ago
  49. 160fc36 cc1: Fix stats printing by default when using -mllvm -stats. by Daniel Dunbar · 15 years ago
  50. 8f5cf74 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 15 years ago
  51. a6d2bff Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 15 years ago
  52. 14a552b Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 15 years ago
  53. d004064 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 15 years ago
  54. 85dd0bd Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 15 years ago
  55. 2dd19f1 Simplify the ownership model for DiagnosticClients, which was really by Douglas Gregor · 15 years ago
  56. b37af7d Call llvm::remove_fatal_error_handler before deallocating objects by Dan Gohman · 15 years ago
  57. e9e91b0 Frontend: Move the bulk of the cc1_main() processing into by Daniel Dunbar · 15 years ago
  58. 1cdf04c clang -cc1: Move real diagnostics client initialization to earlier. by Daniel Dunbar · 15 years ago
  59. 2be9674 Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance object by Daniel Dunbar · 15 years ago
  60. 67ca40c Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 15 years ago
  61. af82e35 Introduce a new lexer function to compute the "preamble" of a file, by Douglas Gregor · 15 years ago
  62. 7c995e8 Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Straszheim! by Daniel Dunbar · 15 years ago
  63. c1b1729 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 15 years ago
  64. 4c77a64 Driver/Frontend: Add -emit-codegen-only, for running irgen + codegen but not the by Daniel Dunbar · 15 years ago
  65. 2fcaa54 Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. by Daniel Dunbar · 15 years ago
  66. 542ad31 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 15 years ago
  67. 145f3f1 Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
  68. 76fa840 Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. by Daniel Dunbar · 15 years ago
  69. 8ee6760 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 15 years ago
  70. 1f054ec update for api change. by Chris Lattner · 15 years ago
  71. 6d67213 reduce indentation, tidy. by Chris Lattner · 15 years ago
  72. 61955ab inline in MC assembly parsers. clang -integrated-as now works with inline asm! by Chris Lattner · 15 years ago
  73. 171b780 Teach Clang's -cc1 option -print-stats to print LLVM statistics. by Douglas Gregor · 15 years ago
  74. 09f8cc8 make -ftime-report work even in -disable-free mode. Woo, finally. by Chris Lattner · 15 years ago
  75. 30b24e9 Frontend: Don't free the CompilerInstance or FrontendActions when running under by Daniel Dunbar · 16 years ago
  76. 1c201fb clang -cc1: Kill off -empty-input only, and replace with -init-only which is an by Daniel Dunbar · 16 years ago
  77. cea0c70 Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer. by Daniel Dunbar · 16 years ago
  78. 43b464c Remove unused includes. by Daniel Dunbar · 16 years ago
  79. e922d9b CompilerInstance: Move LLVMContext member out of constructor. by Daniel Dunbar · 16 years ago
  80. aced322 Switch clang to use its own LLVMContext (not the global one). by Daniel Dunbar · 16 years ago
  81. 62d311f Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 16 years ago
  82. 92db0fb clang -cc1: Wire up -emit-obj, for emitting object files. by Daniel Dunbar · 16 years ago
  83. 4f2bc55 cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the by Daniel Dunbar · 16 years ago
  84. 7d38d4d cc1: Lift creation of the FrontendAction higher. by Daniel Dunbar · 16 years ago
  85. 55e74a1 Remove RewriteBlocks. It has been superseded by RewriteObjC by Kovarththanan Rajaratnam · 16 years ago
  86. 282c9b9 Fix pretty stack traces. by Daniel Dunbar · 16 years ago
  87. a5a166d Add -resource-dir to clang -cc1, this allows the base directory for compiler by Daniel Dunbar · 16 years ago
  88. d613677 CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation::CreateFromArgs. by Daniel Dunbar · 16 years ago
  89. 1615d45 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 16 years ago
  90. f72bdf7 Implement clang -cc1. by Daniel Dunbar · 16 years ago
  91. 1c39f3c Put CompilerInvocation testing code in clang-cc instead of clang for now, I can't bear to link all of clang into 'clang' yet. :) by Daniel Dunbar · 16 years ago
  92. fcb9caa Change CompilerInvocation::CreateFromArgs to report errors using a proper diagnostic engine. by Daniel Dunbar · 16 years ago
  93. 65ca1c6 Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of main (or something in the main executable) so it can find the builtin compiler files. by Daniel Dunbar · 16 years ago
  94. a604639 Switch CompilerInvocation::CreateFromArgs to take const char** arguments until Driver itself switches to StringRef. by Daniel Dunbar · 16 years ago
  95. 84e8a24 Fix some default in the option classes, and some CompilerInvocation argification by Daniel Dunbar · 16 years ago
  96. 51cd8f0 Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. by Daniel Dunbar · 16 years ago