summaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
AgeCommit message (Expand)Author
2017-10-20[WebAssembly] MC: Fix crash when -g specified.Sam Clegg
2017-09-12[WebAssembly] Remove flags from MCSectionWasmSam Clegg
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-14Fix asm printing of associated sections.Evgeniy Stepanov
2017-02-24Disallow redefinition of section symbols.Evgeniy Stepanov
2017-02-24Initialize MCContext::InlineSrcMgr in the constructor.Evgeniy Stepanov
2017-02-22[WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman
2017-02-14[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko
2017-02-09Make it possible to set SHF_LINK_ORDER explicitly.Rafael Espindola
2017-02-08[Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda
2017-02-08Revert "[Assembler] Enable nicer diagnostics for inline assembly."Diana Picus
2017-02-08[Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda
2017-02-02Change how we handle section symbols on ELF.Rafael Espindola
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna
2016-12-06[llvm] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang
2016-12-03[MC] Generalize MCContext's SectionSymbols field.Dan Gohman
2016-12-01[llvm] Implement support for -defsym assembler optionMandeep Singh Grang
2016-09-29Tidy spelling and grammar.Eric Christopher
2016-08-26[MC] Move .cv_loc management logic out of MCContextReid Kleckner
2016-07-01Add support for allowing us to create uniquely identified "COMDAT" or "ELFEric Christopher
2016-06-17[MCContext] Don't use getenv inside class constructorIgor Laevsky
2016-05-25Revert r270569 (teach llvm-mc to generate compressed debug sections in zlibRichard Smith
2016-05-24Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sect...George Rimar
2016-05-19Temporarily revert r270070George Rimar
2016-05-19[llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.George Rimar
2016-05-02[MC] Create unique .pdata sections for every .text sectionReid Kleckner
2016-04-18[NFC] Header cleanupMehdi Amini
2016-03-28Handle section vs global name conflict.Evgeniy Stepanov
2016-03-22MC: Don't access the filesystem in MCContext's constructorJustin Bogner
2016-01-29Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner
2016-01-29Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner
2016-01-28[CodeView] Use assembler directives for line tablesReid Kleckner
2015-12-16Use std::unique_ptr. NFC.Rafael Espindola
2015-11-17[Assembler] Allow non-fatal errors after parsingOliver Stannard
2015-11-14Reduce the size of MCRelaxableFragment.Akira Hatanaka
2015-10-09Clear SectionSymbols in MCContext::ResetKeno Fischer
2015-10-07Use SpecificBumpPtrAllocator to simplify the MCSeciton destruction.Rafael Espindola
2015-09-03Sink COFF.h MC include into .cpp filesReid Kleckner
2015-08-14Revert "Centralize the information about which object format we are using."Rafael Espindola
2015-08-14Centralize the information about which object format we are using.Rafael Espindola
2015-06-23Revert r240302 ("Bring r240130 back.").Daniel Jasper
2015-06-22Bring r240130 back.Rafael Espindola
2015-06-19Revert 240130, it caused crashes (repro in PR23900).Nico Weber
2015-06-19Make all temporary symbols unnamed.Rafael Espindola
2015-06-17Use named temporaries for directional labels.Rafael Espindola
2015-06-09Allocate space for MCSymbol::Name only if required.Pete Cooper
2015-06-08Add MCSymbolMachO which will be used to hide the MCSymbolMachO flags.Pete Cooper
2015-06-08Add MCSymbolCOFF class and use it to get and set the COFF type field.Pete Cooper
2015-06-08Change MCSymbol IsELF to an enum to support future MCSymbolCOFF and MCSymbolM...Pete Cooper