| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Mips] Use appropriate private label prefix based on Mips ABI | Mirko Brkusanin | 2019-10-23 | 1 | -2/+3 |
| * | [WebAssembly] Allow multivalue types in block signature operands | Thomas Lively | 2019-10-15 | 1 | -2/+2 |
| * | [Tools] Mark output of tools as text if it is text | Kai Nacke | 2019-10-08 | 1 | -4/+7 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -3/+3 |
| * | [llvm-mc] Add reportWarning() to MCContext | Brian Cain | 2019-08-08 | 1 | -3/+3 |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | [MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyle | Fangrui Song | 2019-07-25 | 1 | -1/+1 |
| * | [DWARF] Make -g with empty assembler source work better. | Paul Robinson | 2019-03-01 | 1 | -12/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MC] Separate masm integer literal lexer support from inline asm | Reid Kleckner | 2018-10-24 | 1 | -0/+5 |
| * | [ADT] Normalize empty triple components | Petr Hosek | 2018-08-08 | 1 | -1/+0 |
| * | Support -fdebug-prefix-map in llvm-mc. This is useful to omit the | Paul Robinson | 2018-07-10 | 1 | -0/+9 |
| * | [DWARFv5] llvm-mc -dwarf-version does not imply -g. | Paul Robinson | 2018-06-12 | 1 | -1/+1 |
| * | MC: Introduce an ELF dwo object writer and teach llvm-mc about it. | Peter Collingbourne | 2018-05-21 | 1 | -13/+30 |
| * | MC: Change the streamer ctors to take an object writer instead of a stream. N... | Peter Collingbourne | 2018-05-18 | 1 | -3/+4 |
| * | [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 | -9/+10 |
| * | [llvm-mc] Make error handling more consistent. | Jonas Devlieghere | 2018-04-22 | 1 | -11/+14 |
| * | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -7/+2 |
| * | Rename *CommandFlags.def to *CommandFlags.inc | David Blaikie | 2018-04-11 | 1 | -1/+1 |
| * | Reapply "[DWARFv5] Emit file 0 to the line table." | Paul Robinson | 2018-03-29 | 1 | -0/+12 |
| * | Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" | Alexander Potapenko | 2018-03-28 | 1 | -12/+0 |
| * | Reapply "[DWARFv5] Emit file 0 to the line table." | Paul Robinson | 2018-03-27 | 1 | -0/+12 |
| * | Revert "Reapply "[DWARFv5] Emit file 0 to the line table."" | Alexander Kornienko | 2018-03-07 | 1 | -12/+0 |
| * | Reapply "[DWARFv5] Emit file 0 to the line table." | Paul Robinson | 2018-03-06 | 1 | -0/+12 |
| * | [Asm] Refactor debug printing of AsmToken | Oliver Stannard | 2018-03-06 | 1 | -137/+3 |
| * | Revert "[DWARFv5] Emit file 0 to the line table." | Paul Robinson | 2018-03-06 | 1 | -11/+0 |
| * | [DWARFv5] Emit file 0 to the line table. | Paul Robinson | 2018-03-06 | 1 | -0/+11 |
| * | Thread MCSubtargetInfo through Target::createMCAsmBackend | Alex Bradbury | 2018-01-03 | 1 | -3/+2 |
| * | Remove redundant includes from tools. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he... | David Blaikie | 2017-11-27 | 1 | -1/+1 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -2/+4 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -2/+2 |
| * | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner | 2017-09-23 | 1 | -4/+4 |
| * | Don't pass the code model to MC | Rafael Espindola | 2017-08-02 | 1 | -15/+5 |
| * | sink DebugCompressionType into MC for exposing to clang | Saleem Abdulrasool | 2017-06-09 | 1 | -12/+10 |
| * | [DWARFv5] llvm-mc support for new unit header. | Paul Robinson | 2017-02-28 | 1 | -1/+1 |
| * | [llvm] Fix D26214: Move error handling out of MC and to the callers. | Mandeep Singh Grang | 2016-12-06 | 1 | -2/+15 |
| * | [llvm] Implement support for -defsym assembler option | Mandeep Singh Grang | 2016-12-01 | 1 | -16/+3 |
| * | [MC] Make llvm-mc fail cleanly on invalid output asm variant. | Nirav Dave | 2016-10-31 | 1 | -0/+8 |
| * | Turn cl::values() (for enum) from a vararg function to using C++ variadic tem... | Mehdi Amini | 2016-10-08 | 1 | -8/+4 |
| * | Fix a typo, depricated -> deprecated | Martin Storsjo | 2016-09-27 | 1 | -1/+1 |
| * | Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una... | Daniel Sanders | 2016-08-08 | 1 | -0/+72 |
| * | Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ... | Daniel Sanders | 2016-08-08 | 1 | -72/+0 |
| * | [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%... | Daniel Sanders | 2016-08-08 | 1 | -0/+72 |
| * | MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC | Joel Jones | 2016-07-25 | 1 | -2/+3 |
| * | Provide support for preserving assembly comments | Nirav Dave | 2016-07-11 | 1 | -0/+5 |
| * | Change the default of -relax-relocations. | Rafael Espindola | 2016-06-17 | 1 | -3/+3 |