| Commit message (Expand) | Author | Age | Files | Lines |
* | [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error... | Alexandre Ganea | 2020-02-12 | 1 | -1/+2 |
* | [Mips] Use appropriate private label prefix based on Mips ABI | Mirko Brkusanin | 2019-10-23 | 1 | -2/+3 |
* | [Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328. | Volodymyr Sapsai | 2019-09-18 | 1 | -0/+1 |
* | [Driver] Use shared singleton instance of DriverOptTable | Ilya Biryukov | 2019-09-04 | 1 | -9/+9 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -4/+4 |
* | [clang] Add no-warn support for Wa | Brian Cain | 2019-08-08 | 1 | -0/+5 |
* | [llvm-mc] Add reportWarning() to MCContext | Brian Cain | 2019-08-08 | 1 | -2/+2 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | [Clang] Rename -split-dwarf-file to -split-dwarf-output | Aaron Puchert | 2019-06-15 | 1 | -6/+6 |
* | Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ... | Eric Christopher | 2019-05-14 | 1 | -1/+2 |
* | Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM... | Fangrui Song | 2019-05-10 | 1 | -2/+1 |
* | [RISCV] Pass -target-abi to -cc1as | Roger Ferrer Ibanez | 2019-03-26 | 1 | -4/+9 |
* | [DWARF] Make -g with empty assembler source work better. | Paul Robinson | 2019-03-01 | 1 | -1/+10 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Driver] Add support for -fembed-bitcode for assembly file | Steven Wu | 2018-12-12 | 1 | -0/+23 |
* | [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..." | Fangrui Song | 2018-10-10 | 1 | -1/+2 |
* | Support -fdebug-prefix-map for assembler source (pass to cc1as). This | Paul Robinson | 2018-07-10 | 1 | -0/+7 |
* | Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ... | Peter Collingbourne | 2018-05-22 | 1 | -14/+23 |
* | Revert "CodeGen, Driver: Start using direct split dwarf emission in clang." | Amara Emerson | 2018-05-22 | 1 | -23/+14 |
* | CodeGen, Driver: Start using direct split dwarf emission in clang. | Peter Collingbourne | 2018-05-21 | 1 | -14/+23 |
* | MC: Change the streamer ctors to take an object writer instead of a stream. N... | Peter Collingbourne | 2018-05-18 | 1 | -2/+4 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -1/+1 |
* | [MC] Change AsmParser to leverage Assembler during evaluation | Nirav Dave | 2018-04-30 | 1 | -0/+3 |
* | [MC] Undo spurious commit added into r331052. | Nirav Dave | 2018-04-27 | 1 | -3/+0 |
* | [MC] Provide default value for IsResolved. | Nirav Dave | 2018-04-27 | 1 | -0/+3 |
* | [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI. | Nirav Dave | 2018-04-27 | 1 | -13/+18 |
* | [Driver] Add "did you mean?" suggestions to -cc1as | Brian Gesiak | 2018-01-13 | 1 | -1/+7 |
* | Update clang cc1as for createMCAsmBackend change in r321692 | Alex Bradbury | 2018-01-03 | 1 | -3/+2 |
* | Update cc1as_main for MCCodeEmitter ownership change in r315531. | Lang Hames | 2017-10-11 | 1 | -1/+1 |
* | Update cc1as_main for MCAsmBackend ownership change in r315410. | Lang Hames | 2017-10-11 | 1 | -2/+2 |
* | Update for llvm change. | Rafael Espindola | 2017-08-02 | 1 | -1/+1 |
* | Update after LLVM change r309087 | George Rimar | 2017-07-26 | 1 | -1/+2 |
* | Revert "Revert r305164/5/7." | Saleem Abdulrasool | 2017-06-23 | 1 | -3/+16 |
* | Revert r305164/5/7. | Daniel Jasper | 2017-06-12 | 1 | -16/+3 |
* | Driver: add support for `-gz` and `-gz=` | Saleem Abdulrasool | 2017-06-11 | 1 | -3/+16 |
* | Represent debug information compression type fully | Saleem Abdulrasool | 2017-06-09 | 1 | -4/+6 |
* | Fix a leak in tools/driver/cc1as_main.cpp | Kostya Serebryany | 2017-04-19 | 1 | -2/+2 |
* | Cleanup: use range-based for rather than separate calls to begin and end. | Richard Smith | 2017-02-18 | 1 | -6/+4 |
* | [clang] Fix D26214: Move error handling out of MC and to the callers. | Mandeep Singh Grang | 2016-12-06 | 1 | -4/+7 |
* | [clang] Implement support for -defsym assembler option | Mandeep Singh Grang | 2016-12-01 | 1 | -0/+12 |
* | [cc1as] Add MCTargetOptions argument to createAsmBackend | Joel Jones | 2016-07-25 | 1 | -2/+4 |
* | Update to match LLVM r272232. | Richard Smith | 2016-06-09 | 1 | -7/+0 |
* | Handle -Wa,--mrelax-relocations=[no|yes]. | Rafael Espindola | 2016-05-29 | 1 | -0/+4 |
* | Update for following LLVM commit. | George Rimar | 2016-05-27 | 1 | -1/+1 |
* | Update for llvm change. | Rafael Espindola | 2016-05-18 | 1 | -6/+5 |
* | cc1as: Don't crash when CIE is requested and no DWARF version is specified. | Adrian Prantl | 2016-04-19 | 1 | -1/+1 |
* | Update for LLVM change. | Benjamin Kramer | 2016-01-27 | 1 | -1/+1 |
* | [clang-cl] Add support for /Brepro | David Majnemer | 2015-12-21 | 1 | -3/+8 |
* | Always pass a -dwarf-version argument to integrated as. | Douglas Katzman | 2015-10-13 | 1 | -1/+1 |
* | Stop messing with the 'g' group of options in CompilerInvocation. | Douglas Katzman | 2015-10-08 | 1 | -8/+3 |