summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCFragment.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Reorder MCFragment members to decrease paddingFangrui Song2020-01-051-2/+2
* [MC] Delete MCFragment::isDummy. NFCFangrui Song2020-01-051-1/+1
* [NFC] Style cleanupsShengchen Kan2019-12-231-11/+11
* Align branches within 32-Byte boundary (NOP padding)Philip Reames2019-12-201-0/+17
* [MC] Delete MCCodePadderFangrui Song2019-12-091-17/+0
* [MC] Make MCFragment trivially destructibleFangrui Song2019-11-111-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] - Fix build bot.George Rimar2018-12-051-2/+2
* Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug...George Rimar2018-12-051-1/+1
* Fix typoed cast to avoid assertion in MCFragment::dump.Nirav Dave2018-06-181-1/+1
* [MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]Peter Smith2018-06-151-9/+9
* [MC] Move MCAssembler::dump into the correct cpp file. NFCSam Clegg2018-06-141-22/+0
* [MC] Relax .fill size requirementsNirav Dave2018-05-181-1/+2
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* NFC: Rename MCSafeSEHFragment to MCSymbolIdFragmentAdrian McCarthy2017-11-081-5/+5
* [MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas2017-10-241-0/+17
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [llvm] Fix some typos. NFC.Mandeep Singh Grang2017-09-151-1/+1
* [MC] Fix const qualifier warningEkaterina Vaartis2017-06-221-2/+2
* MC: Fix dumping of MCFragment valuesSam Clegg2017-06-221-2/+4
* Mark dump() methods as const. NFCSam Clegg2017-06-211-4/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-17/+14
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* [Assembler] Improve error when unable to evaluate expression.Chad Rosier2017-01-191-4/+3
* ADT: Split ilist_node_traits into alloc and callback, NFCDuncan P. N. Exon Smith2016-08-301-3/+1
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-0/+1
* ADT: Remove ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-221-4/+0
* [MC] Remove guard(s). NFCI.Davide Italiano2016-08-221-2/+0
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [MC] Add support for encoding CodeView variable definition rangesDavid Majnemer2016-02-051-0/+14
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-3/+11
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-2/+2
* Simplify MCFillFragment.Rafael Espindola2016-01-191-2/+1
* [ptr-traits] Split the MCFragment type hierarchy out of the MCAssemblerChandler Carruth2015-12-291-0/+458
OpenPOWER on IntegriCloud