summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1as_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update for llvm api change.Rafael Espindola2014-10-151-3/+2
* Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger2014-08-261-1/+4
* Update for llvm api change.Rafael Espindola2014-08-251-7/+6
* Update Clang for LLVM API change to use unique_ptr in SourceManager::AddNewSo...David Blaikie2014-08-211-1/+1
* ArrayRef'izeSean Silva2014-08-151-9/+8
* Remove dead code from r212620Alp Toker2014-07-091-35/+3
* cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker2014-07-091-12/+48
* Update for llvm api change.Rafael Espindola2014-07-061-5/+6
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-1/+2
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-4/+4
* cc1as: invert return bool to indicate failureAlp Toker2014-05-311-20/+13
* cc1as: fix a potential leak and unremoved output file in error conditionsAlp Toker2014-05-311-13/+17
* Pass -gdwarf-N options to integrated assemblerOliver Stannard2014-05-191-0/+9
* 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
OpenPOWER on IntegriCloud