summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1as_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for llvm api change.Rafael Espindola2014-05-071-1/+0
* Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov2014-04-231-1/+5
* Comment necessity of early initializationDavid Blaikie2014-03-311-3/+5
* DebugInfo compression: Enable compression before any sections are created.David Blaikie2014-03-311-2/+4
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-271-0/+4
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-15/+16
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Update for llvm api change.Rafael Espindola2014-02-051-1/+0
* Update for llvm api change.Rafael Espindola2014-01-261-1/+1
* Fix up fallout from r187156.Bob Wilson2013-09-261-1/+1
* Fix the MCTargetAsmParser API change.Joey Gouly2013-09-121-1/+1
* Update to the new API interface which requires the MCRegisterInfo object. <rd...Bill Wendling2013-09-091-2/+3
* Don't forward all assembler arguments untouched to -cc1asDavid Blaikie2013-07-251-4/+2
* 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
OpenPOWER on IntegriCloud