summaryrefslogtreecommitdiffstats
path: root/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-221-0/+8
* Create the clang++ symlink as a POST_BUILD custom command on clang.Peter Collingbourne2011-11-211-5/+3
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-012-3/+3
* Add LinkAllPasses to clangTobias Grosser2011-11-011-0/+1
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-302-2/+3
* Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky2011-10-171-1/+3
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-042-17/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-253-11/+12
* Fix up MCInstPrinter creation to take the new SubtargetInfo parameter (see LL...James Molloy2011-09-071-1/+1
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-243-7/+7
* Update createMCAsmParser() to match r137735.Jim Grosbach2011-08-161-1/+1
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-2/+8
* Assembler really doesn't need to create TargetMachine anymore.Evan Cheng2011-07-261-24/+6
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-6/+6
* Rename createAsmParser to createMCAsmParser.Evan Cheng2011-07-261-3/+4
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-7/+6
* Assembler doesn't need to initialize TargetMachine's anymore.Evan Cheng2011-07-251-2/+0
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-232-25/+25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-2/+2
* Match LLVM API change.Evan Cheng2011-07-222-8/+2
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-8/+2
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-2/+8
* Match MCContext change.Evan Cheng2011-07-201-4/+3
* Match LLVM API change.Evan Cheng2011-07-201-1/+7
* Match createTargetMachine API change.Evan Cheng2011-07-192-0/+2
* MCContext now takes MCRegisterInfo.Evan Cheng2011-07-181-1/+6
* Match llvm API change.Evan Cheng2011-07-142-1/+3
* Match createCodeEmitter change.Evan Cheng2011-07-111-7/+11
* Unbreak -cc1as mode after MC subtarget changesJoerg Sonnenberger2011-07-101-0/+1
* cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-...Evan Cheng2011-07-091-0/+1
* createAsmParser API change.Evan Cheng2011-07-091-3/+6