aboutsummaryrefslogtreecommitdiff
path: root/tools/driver
AgeCommit message (Expand)Author
2013-04-04cmake: mark clang as needing exported symbol.Rafael Espindola
2013-03-27Update the error handing static functions for r178161.Chad Rosier
2013-03-26Remove a FIXME that's not planned to be fixed. We only generated crashChad Rosier
2013-03-26Manually specify the link dependencies. Turns out that all the work onChandler Carruth
2013-03-26The IRReader header is now part of its own library. Update the includeChandler Carruth
2013-03-10Driver: do not strip file extensions when printing diagnostics.Benjamin Kramer
2013-02-21[driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGSChad Rosier
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-01-29[driver] Refactor the driver so that a failing commands doesn't preventChad Rosier
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-17We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-15[driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-25Produce an actual error before attempting to attach notes to it when bailing outRichard Smith
2012-12-18Add support for passing the main file name down to the assemblerEric Christopher
2012-12-17Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth
2012-12-13Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-11-27Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola
2012-11-12If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier
2012-11-12If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier
2012-11-01Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith
2012-11-01Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-18Follow up on llvm r164132.Roman Divacky
2012-09-11Just revert r163605 for now. It broke the build and had someChandler Carruth
2012-09-11Select the correct, or, failing that, compatible, dialect when invoked as cc,David Chisnall
2012-09-01Tweak link order to hopefully resolve a buildbot failure.Ted Kremenek
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-07-20CMake: clang should depend on clang-headers, or bin/clang would not work better.NAKAMURA Takumi
2012-07-17[Win32] Rework crash-report since r145389.NAKAMURA Takumi
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Fix cmake build.Rafael Espindola
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2012-04-20Add a little hack to emulate a clang crash, so the diagnostics generator can beChad Rosier
2012-04-13Kill the last vestiges of clangIndexDouglas Gregor
2012-04-02Fix build by passing in the needed variable after r153860.Bill Wendling
2012-03-13[driver] Parse diagnostic args in the driver.Chad Rosier
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-03-05Add MCRegisterInfo to the MCInstPrinter factory function interface.Jim Grosbach
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-13drop more llvm:: prefixes on SmallString<>Dylan Noblesmith
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith
2012-02-10Have the driver pass CPU and target feature information to cc1as.Jim Grosbach
2012-02-09cmake: create a relative symlink to clang, not absoluteDylan Noblesmith
2012-02-07Make use of const-correct ParseCommandLineOptionsDavid Blaikie