| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MC] Reorder MCFragment members to decrease padding | Fangrui Song | 2020-01-05 | 1 | -2/+2 |
| * | [MC] Delete MCFragment::isDummy. NFC | Fangrui Song | 2020-01-05 | 1 | -1/+1 |
| * | [NFC] Style cleanups | Shengchen Kan | 2019-12-23 | 1 | -11/+11 |
| * | Align branches within 32-Byte boundary (NOP padding) | Philip Reames | 2019-12-20 | 1 | -0/+17 |
| * | [MC] Delete MCCodePadder | Fangrui Song | 2019-12-09 | 1 | -17/+0 |
| * | [MC] Make MCFragment trivially destructible | Fangrui Song | 2019-11-11 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MC] - Fix build bot. | George Rimar | 2018-12-05 | 1 | -2/+2 |
| * | Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug... | George Rimar | 2018-12-05 | 1 | -1/+1 |
| * | Fix typoed cast to avoid assertion in MCFragment::dump. | Nirav Dave | 2018-06-18 | 1 | -1/+1 |
| * | [MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC] | Peter Smith | 2018-06-15 | 1 | -9/+9 |
| * | [MC] Move MCAssembler::dump into the correct cpp file. NFC | Sam Clegg | 2018-06-14 | 1 | -22/+0 |
| * | [MC] Relax .fill size requirements | Nirav Dave | 2018-05-18 | 1 | -1/+2 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment | Adrian McCarthy | 2017-11-08 | 1 | -5/+5 |
| * | [MC] Adding code padding for performance stability - infrastructure. NFC. | Omer Paparo Bivas | 2017-10-24 | 1 | -0/+17 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | [llvm] Fix some typos. NFC. | Mandeep Singh Grang | 2017-09-15 | 1 | -1/+1 |
| * | [MC] Fix const qualifier warning | Ekaterina Vaartis | 2017-06-22 | 1 | -2/+2 |
| * | MC: Fix dumping of MCFragment values | Sam Clegg | 2017-06-22 | 1 | -2/+4 |
| * | Mark dump() methods as const. NFC | Sam Clegg | 2017-06-21 | 1 | -4/+4 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-07 | 1 | -17/+14 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -0/+2 |
| * | [Assembler] Improve error when unable to evaluate expression. | Chad Rosier | 2017-01-19 | 1 | -4/+3 |
| * | ADT: Split ilist_node_traits into alloc and callback, NFC | Duncan P. N. Exon Smith | 2016-08-30 | 1 | -3/+1 |
| * | [MC] Move .cv_loc management logic out of MCContext | Reid Kleckner | 2016-08-26 | 1 | -0/+1 |
| * | ADT: Remove ilist_*sentinel_traits, NFC | Duncan P. N. Exon Smith | 2016-08-22 | 1 | -4/+0 |
| * | [MC] Remove guard(s). NFCI. | Davide Italiano | 2016-08-22 | 1 | -2/+0 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
| * | [MC] Add support for encoding CodeView variable definition ranges | David Majnemer | 2016-02-05 | 1 | -0/+14 |
| * | [codeview] Wire up the .cv_inline_linetable directive | Reid Kleckner | 2016-02-02 | 1 | -3/+11 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -2/+2 |
| * | Simplify MCFillFragment. | Rafael Espindola | 2016-01-19 | 1 | -2/+1 |
| * | [ptr-traits] Split the MCFragment type hierarchy out of the MCAssembler | Chandler Carruth | 2015-12-29 | 1 | -0/+458 |