summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use debug-prefix-map for AT_NAMEJonas Devlieghere2018-07-111-11/+18
* Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson2018-07-101-0/+20
* [DWARFv5] Allow ".loc 0" to refer to the root file.Paul Robinson2018-06-221-3/+5
* [WebAssembly] MC: Add compile-twice test and fix corresponding bugSam Clegg2018-05-301-0/+1
* [WebAssembly] Create section start symbols automatically for all sectionsSam Clegg2018-05-101-5/+8
* [WebAssembly] MC: Create and use first class section symbolsSam Clegg2018-05-021-2/+4
* [codeview] Ignore .cv_loc directives at the end of a functionReid Kleckner2018-04-251-0/+5
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-2/+4
* [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler filesPaul Robinson2018-02-221-4/+6
* [WebAssemlby] MC: Don't write COMDAT symbols as global importsSam Clegg2018-01-111-1/+3
* [DWARFv5] MC support for MD5 file checksumsPaul Robinson2018-01-091-2/+3
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-6/+4
* [WebAssembly] Remove flags from MCSectionWasmSam Clegg2017-09-121-38/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* Fix asm printing of associated sections.Evgeniy Stepanov2017-03-141-7/+7
* Disallow redefinition of section symbols.Evgeniy Stepanov2017-02-241-1/+5
* Initialize MCContext::InlineSrcMgr in the constructor.Evgeniy Stepanov2017-02-241-2/+3
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-1/+79
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-141-15/+18
* Make it possible to set SHF_LINK_ORDER explicitly.Rafael Espindola2017-02-091-2/+3
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-6/+8
* Revert "[Assembler] Enable nicer diagnostics for inline assembly."Diana Picus2017-02-081-8/+6
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-6/+8
* Change how we handle section symbols on ELF.Rafael Espindola2017-02-021-31/+42
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-1/+3
* [llvm] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang2016-12-061-14/+5
* [MC] Generalize MCContext's SectionSymbols field.Dan Gohman2016-12-031-3/+3
* [llvm] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-0/+16
* Tidy spelling and grammar.Eric Christopher2016-09-291-1/+1
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-8/+0
* Add support for allowing us to create uniquely identified "COMDAT" or "ELFEric Christopher2016-07-011-7/+15
* [MCContext] Don't use getenv inside class constructorIgor Laevsky2016-06-171-1/+9
* Revert r270569 (teach llvm-mc to generate compressed debug sections in zlibRichard Smith2016-05-251-0/+16
* Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...George Rimar2016-05-241-16/+0
* Temporarily revert r270070George Rimar2016-05-191-0/+16
* [llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.George Rimar2016-05-191-16/+0
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-021-12/+21
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+1
* Handle section vs global name conflict.Evgeniy Stepanov2016-03-281-14/+7
* MC: Don't access the filesystem in MCContext's constructorJustin Bogner2016-03-221-5/+0
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-0/+17
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-17/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-0/+17
* Use std::unique_ptr. NFC.Rafael Espindola2015-12-161-3/+0
* [Assembler] Allow non-fatal errors after parsingOliver Stannard2015-11-171-5/+17
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-0/+5
* Clear SectionSymbols in MCContext::ResetKeno Fischer2015-10-091-0/+1
* Use SpecificBumpPtrAllocator to simplify the MCSeciton destruction.Rafael Espindola2015-10-071-14/+11
* Sink COFF.h MC include into .cpp filesReid Kleckner2015-09-031-0/+1
OpenPOWER on IntegriCloud