summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "Centralize the information about which object format we are using."Rafael Espindola2015-08-141-6/+4
* Centralize the information about which object format we are using.Rafael Espindola2015-08-141-4/+6
* Revert r240302 ("Bring r240130 back.").Daniel Jasper2015-06-231-13/+15
* Bring r240130 back.Rafael Espindola2015-06-221-15/+13
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-191-13/+15
* Make all temporary symbols unnamed.Rafael Espindola2015-06-191-15/+13
* Use named temporaries for directional labels.Rafael Espindola2015-06-171-9/+10
* Allocate space for MCSymbol::Name only if required.Pete Cooper2015-06-091-5/+6
* Add MCSymbolMachO which will be used to hide the MCSymbolMachO flags.Pete Cooper2015-06-081-1/+2
* Add MCSymbolCOFF class and use it to get and set the COFF type field.Pete Cooper2015-06-081-3/+11
* Change MCSymbol IsELF to an enum to support future MCSymbolCOFF and MCSymbolM...Pete Cooper2015-06-081-1/+1
OpenPOWER on IntegriCloud