aboutsummaryrefslogtreecommitdiff
path: root/tools/driver/cc1as_main.cpp
AgeCommit message (Expand)Author
2018-12-12[Driver] Add support for -fembed-bitcode for assembly fileSteven Wu
2018-10-10[Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song
2018-07-10Support -fdebug-prefix-map for assembler source (pass to cc1as). ThisPaul Robinson
2018-05-22Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne
2018-05-22Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson
2018-05-21CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30[MC] Change AsmParser to leverage Assembler during evaluationNirav Dave
2018-04-27[MC] Undo spurious commit added into r331052.Nirav Dave
2018-04-27[MC] Provide default value for IsResolved.Nirav Dave
2018-04-27[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave
2018-01-13[Driver] Add "did you mean?" suggestions to -cc1asBrian Gesiak
2018-01-03Update clang cc1as for createMCAsmBackend change in r321692Alex Bradbury
2017-10-11Update cc1as_main for MCCodeEmitter ownership change in r315531.Lang Hames
2017-10-11Update cc1as_main for MCAsmBackend ownership change in r315410.Lang Hames
2017-08-02Update for llvm change.Rafael Espindola
2017-07-26Update after LLVM change r309087George Rimar
2017-06-23Revert "Revert r305164/5/7."Saleem Abdulrasool
2017-06-12Revert r305164/5/7.Daniel Jasper
2017-06-11Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool
2017-06-09Represent debug information compression type fullySaleem Abdulrasool
2017-04-19Fix a leak in tools/driver/cc1as_main.cppKostya Serebryany
2017-02-18Cleanup: use range-based for rather than separate calls to begin and end.Richard Smith
2016-12-06[clang] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang
2016-12-01[clang] Implement support for -defsym assembler optionMandeep Singh Grang
2016-07-25[cc1as] Add MCTargetOptions argument to createAsmBackendJoel Jones
2016-06-09Update to match LLVM r272232.Richard Smith
2016-05-29Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola
2016-05-27Update for following LLVM commit.George Rimar
2016-05-18Update for llvm change.Rafael Espindola
2016-04-19cc1as: Don't crash when CIE is requested and no DWARF version is specified.Adrian Prantl
2016-01-27Update for LLVM change.Benjamin Kramer
2015-12-21[clang-cl] Add support for /BreproDavid Majnemer
2015-10-13Always pass a -dwarf-version argument to integrated as.Douglas Katzman
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-18Pass the relocation model to LLVM for assembler files.Joerg Sonnenberger
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders
2015-07-24Fix the cc1as crash when it outputs assemblySteven Wu
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-21ArrayRef-ify ParseArgsDavid Blaikie
2015-06-16Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders
2015-06-15Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders
2015-06-15Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.Daniel Sanders
2015-06-09range-for'ify Args->filtered_begin(...) loopsSean Silva