summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver/cc1as_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea2020-02-121-1/+2
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+3
* [Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328.Volodymyr Sapsai2019-09-181-0/+1
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-041-9/+9
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* [clang] Add no-warn support for WaBrian Cain2019-08-081-0/+5
* [llvm-mc] Add reportWarning() to MCContextBrian Cain2019-08-081-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-6/+6
* Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ...Eric Christopher2019-05-141-1/+2
* Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song2019-05-101-2/+1
* [RISCV] Pass -target-abi to -cc1asRoger Ferrer Ibanez2019-03-261-4/+9
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-1/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Driver] Add support for -fembed-bitcode for assembly fileSteven Wu2018-12-121-0/+23
* [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song2018-10-101-1/+2
* Support -fdebug-prefix-map for assembler source (pass to cc1as). ThisPaul Robinson2018-07-101-0/+7
* Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne2018-05-221-14/+23
* Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson2018-05-221-23/+14
* CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne2018-05-211-14/+23
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-0/+3
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-3/+0
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-0/+3
* [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave2018-04-271-13/+18
* [Driver] Add "did you mean?" suggestions to -cc1asBrian Gesiak2018-01-131-1/+7
* Update clang cc1as for createMCAsmBackend change in r321692Alex Bradbury2018-01-031-3/+2
* Update cc1as_main for MCCodeEmitter ownership change in r315531.Lang Hames2017-10-111-1/+1
* Update cc1as_main for MCAsmBackend ownership change in r315410.Lang Hames2017-10-111-2/+2
* Update for llvm change.Rafael Espindola2017-08-021-1/+1
* Update after LLVM change r309087George Rimar2017-07-261-1/+2
* 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
OpenPOWER on IntegriCloud