summaryrefslogtreecommitdiffstats
path: root/tools/driver/cc1as_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-3/+16
* Revert r305164/5/7.Daniel Jasper2017-06-121-16/+3
* Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool2017-06-111-3/+16
* Represent debug information compression type fullySaleem Abdulrasool2017-06-091-4/+6
* Fix a leak in tools/driver/cc1as_main.cppKostya Serebryany2017-04-191-2/+2
* Cleanup: use range-based for rather than separate calls to begin and end.Richard Smith2017-02-181-6/+4
* [clang] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang2016-12-061-4/+7
* [clang] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-0/+12
* [cc1as] Add MCTargetOptions argument to createAsmBackendJoel Jones2016-07-251-2/+4
* Update to match LLVM r272232.Richard Smith2016-06-091-7/+0
* Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola2016-05-291-0/+4
* Update for following LLVM commit.George Rimar2016-05-271-1/+1
* Update for llvm change.Rafael Espindola2016-05-181-6/+5
* 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