summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1as_main.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update for llvm API change.Rafael Espindola2013-07-161-2/+2
* Don't use PathV1.h in cc1as_main.cpp.Rafael Espindola2013-06-261-2/+2
* Update to pass in pointers intead of references.Bill Wendling2013-06-181-1/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-6/+8
* Don't depend on the transitive inclusion of PathV1.h.Rafael Espindola2013-06-131-0/+1
* Use the sys::RemoveFileOnSignal that takes a StringRef.Rafael Espindola2013-06-131-1/+1
* Update for LLVM interface change in r181680.Rafael Espindola2013-05-131-3/+3
* Update the error handing static functions for r178161.Chad Rosier2013-03-271-1/+2
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-171-0/+4
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* 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
* Sort #include lines for tools/...Chandler Carruth2012-12-041-9/+9
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-2/+2
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-3/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Follow up on llvm r164132.Roman Divacky2012-09-181-2/+2
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-2/+2
* Fix build by passing in the needed variable after r153860.Bill Wendling2012-04-021-1/+2
* Add MCRegisterInfo to the MCInstPrinter factory function interface.Jim Grosbach2012-03-051-1/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-1/+1
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-101-4/+25
* 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: fix unused variable warningDylan Noblesmith2011-12-261-1/+1
* Let CompilerInvocation initialization indicate failureDylan Noblesmith2011-12-231-8/+20
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-221-0/+8
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-011-2/+2
* Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky2011-10-171-1/+3
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-6/+7
* 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-241-4/+4
* Update createMCAsmParser() to match r137735.Jim Grosbach2011-08-161-1/+1
* 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
* 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-221-5/+1
* 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-191-0/+1
* MCContext now takes MCRegisterInfo.Evan Cheng2011-07-181-1/+6
* Match llvm API change.Evan Cheng2011-07-141-1/+2
* Match createCodeEmitter change.Evan Cheng2011-07-111-7/+11
* Unbreak -cc1as mode after MC subtarget changesJoerg Sonnenberger2011-07-101-0/+1
* createAsmParser API change.Evan Cheng2011-07-091-3/+6
* Update the creation of the TargetAsmParser based on API change in r134678.Chandler Carruth2011-07-081-1/+3
OpenPOWER on IntegriCloud