summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCFragment.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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