summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1as_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* cc1as: Don't crash when CIE is requested and no DWARF version is specified.Adrian Prantl2016-04-191-1/+1
* Update for LLVM change.Benjamin Kramer2016-01-271-1/+1
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-211-3/+8
* Always pass a -dwarf-version argument to integrated as.Douglas Katzman2015-10-131-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-8/+3
* Pass the relocation model to LLVM for assembler files.Joerg Sonnenberger2015-09-181-2/+17
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-6/+5
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-5/+6
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-6/+5
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-5/+6
* Fix the cc1as crash when it outputs assemblySteven Wu2015-07-241-0/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-37/+37
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-3/+2
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-161-2/+2
* Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders2015-06-151-2/+2
* Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders2015-06-151-2/+2
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-4/+2
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-3/+12
* Propagate usage of std:unique_ptr a bit. NFC.Rafael Espindola2015-04-091-5/+5
* Update for LLVM api changes.Rafael Espindola2015-04-091-10/+9
* Update for llvm commit r233648.Eric Christopher2015-03-311-3/+2
* Update for llvm api change.Rafael Espindola2015-03-201-1/+2
* Update for llvm API change.Rafael Espindola2015-03-161-2/+3
* Update clang for llvm r231861.Eric Christopher2015-03-101-2/+2
* 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
OpenPOWER on IntegriCloud