| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MC] Implement EmitRawText in MCNullStreamer | Daniel Sanders | 2018-11-01 | 1 | -0/+4 |
| * | [MC] Error on a .zerofill directive in a non-virtual section | Francis Visoiu Mistrih | 2018-07-02 | 1 | -1/+2 |
| * | Remove redundant includes from lib/MC. | Michael Zolotukhin | 2017-12-13 | 1 | -2/+0 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [MC] Implement the COFF directives in MCNullStreamer. | Dan Gohman | 2017-02-27 | 1 | -0/+4 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -1/+1 |
| * | Remove method that is identical to the base class one. | Rafael Espindola | 2014-10-14 | 1 | -1/+0 |
| * | Merge the used symbol scanning of MCObjectStreamer and RecordStreamer. | Rafael Espindola | 2014-06-25 | 1 | -2/+0 |
| * | MCNullStreamer.cpp: Roll back a few empty methods that have been marked as un... | NAKAMURA Takumi | 2014-06-25 | 1 | -1/+2 |
| * | Move some trivial methods up to MCStreamer. | Rafael Espindola | 2014-06-25 | 1 | -45/+0 |
| * | Simplify the handling of .cfi_endproc. | Rafael Espindola | 2014-06-25 | 1 | -4/+0 |
| * | Simplify EmitLabel. | Rafael Espindola | 2014-06-24 | 1 | -5/+0 |
| * | Print a=b as an assignment. | Rafael Espindola | 2014-06-24 | 1 | -3/+0 |
| * | MCNullStreamer: assign file IDs to resolve crashes and errors | Alp Toker | 2014-06-19 | 1 | -9/+1 |
| * | Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer. | Rafael Espindola | 2014-05-12 | 1 | -5/+0 |
| * | Fix the assembler to print a better relocatable expression error | Kevin Enderby | 2014-04-22 | 1 | -1/+2 |
| * | [C++11] More 'nullptr' conversion or in some cases just using a boolean check... | Craig Topper | 2014-04-13 | 1 | -1/+1 |
| * | DebugInfo: Improve reuse of file table entries in asm debug info | David Blaikie | 2014-03-17 | 1 | -4/+4 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-08 | 1 | -61/+63 |
| * | Change MCStreamer EmitInstruction interface to take subtarget info | David Woodhouse | 2014-01-28 | 1 | -1/+1 |
| * | Construct the MCStreamer before constructing the MCTargetStreamer. | Rafael Espindola | 2014-01-26 | 1 | -1/+1 |
| * | Most streamers' InitSections just create a text section. Make that the default | Rafael Espindola | 2014-01-24 | 1 | -3/+0 |
| * | InitToTextSection is redundant with InitSections. Remove it. | Rafael Espindola | 2014-01-23 | 1 | -3/+0 |
| * | Add a MCTargetStreamer interface. | Rafael Espindola | 2013-10-08 | 1 | -1/+1 |
| * | Remove some really nasty uses of hasRawTextSupport. | Rafael Espindola | 2013-10-05 | 1 | -8/+1 |
| * | Added support for generate DWARF .debug_aranges sections automatically. | Richard Mitton | 2013-09-19 | 1 | -1/+1 |
| * | [CodeGen] prevent abnormal on invalid attributes | Saleem Abdulrasool | 2013-08-09 | 1 | -1/+3 |
| * | Remove address spaces from MC. | Rafael Espindola | 2013-07-02 | 1 | -3/+2 |
| * | Add support for subsections to the ELF assembler. Fixes PR8717. | Peter Collingbourne | 2013-04-17 | 1 | -3/+4 |
| * | Debug Info: store the files and directories for each compile unit. | Manman Ren | 2013-03-07 | 1 | -1/+1 |
| * | Give the MCStreamer class hierarchy LLVM RTTI facilities for use with | Chandler Carruth | 2013-01-31 | 1 | -1/+6 |
| * | Expose an InitToTextSection through MCStreamer. | Eli Bendersky | 2013-01-14 | 1 | -0/+3 |
| * | Add the align_to_end option to .bundle_lock in the MC implementation of aligned | Eli Bendersky | 2013-01-07 | 1 | -1/+1 |
| * | Aligned bundling support. Following the discussion here: | Eli Bendersky | 2012-12-20 | 1 | -0/+4 |
| * | This patch is needed to make c++ exceptions work for mips16. | Reed Kotler | 2012-12-16 | 1 | -1/+3 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+0 |
| * | EmitZerofill should take a 64-bit size or else it's chopping off large zero-f... | Evan Cheng | 2012-06-22 | 1 | -1/+1 |
| * | Tidy up. Trailing whitespace. | Jim Grosbach | 2012-05-11 | 1 | -3/+3 |
| * | MC: Fix the MCNullStreamer which was broken in r147763. | Daniel Dunbar | 2012-02-22 | 1 | -0/+4 |
| * | Better diagnostic for malformed .org assembly directive. | Jim Grosbach | 2012-01-27 | 1 | -2/+2 |
| * | Split Finish into Finish and FinishImpl to have a common place to do end of | Rafael Espindola | 2012-01-07 | 1 | -1/+1 |
| * | Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the | Rafael Espindola | 2011-12-17 | 1 | -0/+1 |
| * | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 1 | -1/+2 |
| * | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 1 | -2/+2 |
| * | Unfortunately several files in MC are badly violating layering rule by using | Evan Cheng | 2011-07-14 | 1 | -1/+2 |
| * | Simplify the handling of pcrel relocations on ELF. Now we do the right thing | Rafael Espindola | 2011-05-01 | 1 | -1/+1 |
| * | Remove unused argument. | Rafael Espindola | 2011-04-21 | 1 | -4/+2 |