summaryrefslogtreecommitdiff
path: root/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* [driver] Refactor the driver so that a failing commands doesn't preventChad Rosier2013-01-291-8/+24
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+1
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-171-0/+4
* [driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier2013-01-151-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Produce an actual error before attempting to attach notes to it when bailing outRichard Smith2012-12-251-2/+5
* Add support for passing the main file name down to the assemblerEric Christopher2012-12-181-0/+4
* Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth2012-12-171-0/+4
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-131-6/+16
* Sort #include lines for tools/...Chandler Carruth2012-12-043-20/+19
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-272-11/+1
* If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier2012-11-122-4/+7
* If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier2012-11-121-0/+5
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-2/+2
* Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith2012-11-011-77/+0
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-233-12/+16
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Follow up on llvm r164132.Roman Divacky2012-09-181-2/+2
* Just revert r163605 for now. It broke the build and had someChandler Carruth2012-09-111-26/+11
* Select the correct, or, failing that, compatible, dialect when invoked as cc,David Chisnall2012-09-111-11/+26
* Tweak link order to hopefully resolve a buildbot failure.Ted Kremenek2012-09-011-1/+1
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-012-2/+4
* CMake: clang should depend on clang-headers, or bin/clang would not work better.NAKAMURA Takumi2012-07-201-0/+2
* [Win32] Rework crash-report since r145389.NAKAMURA Takumi2012-07-171-0/+8
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-19/+19
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+1
* Fix cmake build.Rafael Espindola2012-06-201-1/+0
* Structured comment parsing, first step.Dmitri Gribenko2012-06-202-1/+2
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-2/+2
* Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy2012-05-012-4/+4
* Add a little hack to emulate a clang crash, so the diagnostics generator can beChad Rosier2012-04-201-0/+4
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-132-2/+1
* Fix build by passing in the needed variable after r153860.Bill Wendling2012-04-021-1/+2
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-1/+22
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-062-1/+3
* Add MCRegisterInfo to the MCInstPrinter factory function interface.Jim Grosbach2012-03-051-1/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-203-3/+3
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-133-4/+4
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-101-4/+25
* cmake: create a relative symlink to clang, not absoluteDylan Noblesmith2012-02-091-3/+4
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-071-1/+1
* Pass the SourceMgr to the MCContext for cc1as.Jim Grosbach2012-02-021-1/+1
* [driver] Do emit the diagnostics when CompilerInvocation::CreateFromArgs() fa...Argyrios Kyrtzidis2012-01-251-2/+2
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-2/+2
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-2/+2
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-2/+2
* driver: fix unused variable warningDylan Noblesmith2011-12-261-1/+1
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-232-14/+31
* remove unneeded config.h includesDylan Noblesmith2011-12-221-1/+0