summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Clarify when we can avoid creating names for temp symbols.Rafael Espindola2015-06-021-9/+11
* Pass a MCSymbolELF to a few ELF only functions. NFC.Rafael Espindola2015-06-021-5/+5
* Create a MCSymbolELF.Rafael Espindola2015-06-021-9/+16
* [MC] Simplify code. No functionality change intended.Benjamin Kramer2015-05-311-7/+2
* Move MCSection destruction to MCContext::reset.Rafael Espindola2015-05-261-8/+8
* Call the destructors of the MCSections.Rafael Espindola2015-05-261-0/+8
* MC: Shave a pointer off of MCSymbol::NameDuncan P. N. Exon Smith2015-05-221-4/+3
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-35/+35
* Avoid unnecessary section switching. NFC.Rafael Espindola2015-05-211-2/+1
* Remove yet another method of creating begin and end symbol for sections.Rafael Espindola2015-05-211-19/+9
* [WinEH] Store pointers to the LSDA in the exception registration objectReid Kleckner2015-05-201-0/+5
* MC: clang-format MCContext. NFC.Jim Grosbach2015-05-181-8/+9
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-15/+15
* MC: Skip names of temporary symbols in object streamerDuncan P. N. Exon Smith2015-05-061-0/+3
OpenPOWER on IntegriCloud