1. 0354253 Driver: do not strip file extensions when printing diagnostics. by Benjamin Kramer · 11 years ago
  2. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 12 years ago
  3. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  4. a16355c [driver] Refactor the driver so that a failing commands doesn't prevent by Chad Rosier · 12 years ago
  5. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 12 years ago
  6. 0234179 We want the dwarf AT_producer for assembly source files to match clang's by Kevin Enderby · 12 years ago
  7. 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 12 years ago
  8. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  9. a57b3b4 Produce an actual error before attempting to attach notes to it when bailing out by Richard Smith · 12 years ago
  10. 27e2b98 Add support for passing the main file name down to the assembler by Eric Christopher · 12 years ago
  11. d566df6 Fix PR14625 by teaching the driver to detect PWD for assembly files. by Chandler Carruth · 12 years ago
  12. fc2929f Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user by Roman Divacky · 12 years ago
  13. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 12 years ago
  14. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 12 years ago
  15. 5af8de8 If we encounter a fatal error, exit with status 70. For BSD systems this is by Chad Rosier · 12 years ago
  16. b0afe83 If we encounter a fatal error, call the interrupt handler to ensure any by Chad Rosier · 12 years ago
  17. 1d489cf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 12 years ago
  18. 7c3f8b3 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 12 years ago
  19. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  20. 25a6a84 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  21. f9361b5 Follow up on llvm r164132. by Roman Divacky · 12 years ago
  22. a74e4af Just revert r163605 for now. It broke the build and had some by Chandler Carruth · 12 years ago
  23. 6d445a6 Select the correct, or, failing that, compatible, dialect when invoked as cc, by David Chisnall · 12 years ago
  24. 2193012 Tweak link order to hopefully resolve a buildbot failure. by Ted Kremenek · 12 years ago
  25. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  26. 675a4e1 CMake: clang should depend on clang-headers, or bin/clang would not work better. by NAKAMURA Takumi · 12 years ago
  27. df9b933 [Win32] Rework crash-report since r145389. by NAKAMURA Takumi · 12 years ago
  28. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  29. f95d412 Fix a big layering violation introduced by r158771. by Chandler Carruth · 12 years ago
  30. e3bbfca Fix cmake build. by Rafael Espindola · 12 years ago
  31. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
  32. 92ecfe9 Allow MCCodeEmitter access to the target MCRegisterInfo. by Jim Grosbach · 12 years ago
  33. bfd7a52 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 12 years ago
  34. 80ec127 Add a little hack to emulate a clang crash, so the diagnostics generator can be by Chad Rosier · 12 years ago
  35. ba8be8c Kill the last vestiges of clangIndex by Douglas Gregor · 12 years ago
  36. 99d43b4 Fix build by passing in the needed variable after r153860. by Bill Wendling · 12 years ago
  37. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 12 years ago
  38. 30660a8 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 13 years ago
  39. a187c5c Add MCRegisterInfo to the MCInstPrinter factory function interface. by Jim Grosbach · 13 years ago
  40. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  41. 36d5927 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 13 years ago
  42. 1e4c01b drop more llvm:: prefixes on OwningPtr<> by Dylan Noblesmith · 13 years ago
  43. fc30829 Have the driver pass CPU and target feature information to cc1as. by Jim Grosbach · 13 years ago
  44. 3d9000d cmake: create a relative symlink to clang, not absolute by Dylan Noblesmith · 13 years ago
  45. 6bd17d2 Make use of const-correct ParseCommandLineOptions by David Blaikie · 13 years ago
  46. 6a9a6d2 Pass the SourceMgr to the MCContext for cc1as. by Jim Grosbach · 13 years ago
  47. ada4fa7 [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fails. by Argyrios Kyrtzidis · 13 years ago
  48. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  49. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  50. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  51. 89ea416 driver: fix unused variable warning by Dylan Noblesmith · 13 years ago
  52. 8fdb6de Let CompilerInvocation initialization indicate failure by Dylan Noblesmith · 13 years ago
  53. 1770e0d remove unneeded config.h includes by Dylan Noblesmith · 13 years ago
  54. 567003e Last part of support for generating dwarf for assembly source files. This gets by Kevin Enderby · 13 years ago
  55. 82c3460 Create the clang++ symlink as a POST_BUILD custom command on clang. by Peter Collingbourne · 13 years ago
  56. 5d8b954 rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 13 years ago
  57. f358c8a Add LinkAllPasses to clang by Tobias Grosser · 13 years ago
  58. 22a7dfe Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 13 years ago
  59. ea523d7 Wire up support for the controlling the extended dwarf .file directive. With by Nick Lewycky · 13 years ago
  60. 10a82cd Rip out flags for controlling C++ "production mode" separately. by Bob Wilson · 13 years ago
  61. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  62. 066d502 Fix up MCInstPrinter creation to take the new SubtargetInfo parameter (see LLVM r139237) by James Molloy · 13 years ago
  63. a6b4045 Match LLVM change: TargetRegistry and TargetSelect have been moved to Support. by Evan Cheng · 13 years ago
  64. 09190be Update createMCAsmParser() to match r137735. by Jim Grosbach · 13 years ago
  65. 2b81910 When the compiler crashes, the compiler driver now produces diagnostic by Chad Rosier · 13 years ago
  66. ccb21e4 Assembler really doesn't need to create TargetMachine anymore. by Evan Cheng · 13 years ago
  67. 7b6def7 Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to createMCObjectStreamer. by Evan Cheng · 13 years ago
  68. 3771235 Rename createAsmParser to createMCAsmParser. by Evan Cheng · 13 years ago
  69. 21118dc Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. by Evan Cheng · 13 years ago
  70. 75d8c91 Assembler doesn't need to initialize TargetMachine's anymore. by Evan Cheng · 13 years ago
  71. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  72. 3db87b8 Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong. by Evan Cheng · 13 years ago
  73. d99d3e1 Match LLVM API change. by Evan Cheng · 13 years ago
  74. d7a3ba0 Temporarily revert r135614 while I fix the cmake build. by Chad Rosier · 13 years ago
  75. 2da13b1 When the compiler crashes, the compiler driver now produces diagnostic information by Chad Rosier · 13 years ago
  76. 66488ed Match MCContext change. by Evan Cheng · 13 years ago
  77. 36fc3aa Match LLVM API change. by Evan Cheng · 13 years ago
  78. 2860e30 Match createTargetMachine API change. by Evan Cheng · 13 years ago
  79. 884744b MCContext now takes MCRegisterInfo. by Evan Cheng · 13 years ago
  80. e27eb59 Match llvm API change. by Evan Cheng · 13 years ago
  81. 74e1332 Match createCodeEmitter change. by Evan Cheng · 13 years ago
  82. 8db0990 Unbreak -cc1as mode after MC subtarget changes by Joerg Sonnenberger · 13 years ago
  83. f073324 cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-errors.c by Evan Cheng · 13 years ago
  84. bb36ed9 createAsmParser API change. by Evan Cheng · 13 years ago
  85. 4d6980b Update the creation of the TargetAsmParser based on API change in r134678. by Chandler Carruth · 13 years ago
  86. ca02643 Slightly improve the code to derive target from program name to not by Joerg Sonnenberger · 13 years ago
  87. 24c9db6 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 13 years ago
  88. 368691e createTargetMachine now takes a CPU string. by Evan Cheng · 13 years ago
  89. 3963cef Revert unintentional commit. by Eli Friedman · 13 years ago
  90. 0c05122 Merge some calls to FoldingSetNodeID::AddInteger; assuming my measurements aren't completely off, roughly a 1% speedup on SingleSource/UnitTests/ObjC/trivial-interface.m . by Eli Friedman · 13 years ago
  91. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  92. d793350 Support -fatal-warnings for the assembler frontend by Joerg Sonnenberger · 13 years ago
  93. 1bf3902 Update API. by Rafael Espindola · 13 years ago
  94. e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 13 years ago
  95. c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 13 years ago
  96. 402adc3 Frontend/cc1as: Add support for -L. by Daniel Dunbar · 13 years ago
  97. 7f9fc3f switch a few Driver APIs to use llvm::ArrayRef, cleaning up code. by Chris Lattner · 13 years ago
  98. ad3dfbe Pass in the TargetMachine parameter to the inst printer. by Bill Wendling · 13 years ago
  99. 0ce89c6 Refactor program name logic. Extend it to infer the target triple from by Joerg Sonnenberger · 13 years ago
  100. 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 14 years ago