summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Merge MCSymbol and MCSymbolData.Rafael Espindola2015-05-291-12/+0
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-296-27/+37
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-4/+3
* Move Flags from MCSymbolData to MCSymbol.Rafael Espindola2015-05-296-49/+38
* Fix build without asserts.Rafael Espindola2015-05-291-0/+2
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-293-71/+75
* Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola2015-05-292-2/+2
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-299-27/+22
* Store MCSymbols in PendingLabels.Rafael Espindola2015-05-291-2/+3
* Move SymbolSize from MCSymbolData to MCSymbol.Rafael Espindola2015-05-292-5/+4
* Fix crash in MCExpr::print.Pete Cooper2015-05-291-1/+1
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-292-3/+9
* Simplify now that symbols contain the correct section.Rafael Espindola2015-05-291-9/+4
* Fix ELFObjectWriter::isLocal for signature symbols.Rafael Espindola2015-05-291-8/+8
* Don't special case undefined symbol when deciding the symbol order.Rafael Espindola2015-05-281-9/+1
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-289-20/+19
* Inline trivial method. NFC.Rafael Espindola2015-05-281-14/+2
* Revert r238427 - [mips] Make TTypeEncoding indirect to allow .eh_frame to be ...Daniel Sanders2015-05-281-10/+3
* Remove structure field that can be computed just before use.Rafael Espindola2015-05-281-14/+15
* Avoid warnings when building without asserts.Rafael Espindola2015-05-281-7/+2
* Move these vectors to the only function where they are used.Rafael Espindola2015-05-281-6/+4
* Merge redundant loops. NFC.Rafael Espindola2015-05-281-18/+11
* Simplify LastLocalSymbolIndex computation. NFC.Rafael Espindola2015-05-281-4/+2
* Use range loops. NFC.Rafael Espindola2015-05-281-7/+3
* Remove temporary FileSymbolData. NFC.Rafael Espindola2015-05-281-12/+8
* [llvm] Parameterizing the output stream for dumpbytes and outputting directly...Colin LeMahieu2015-05-281-0/+9
* Use range loops for accessing file names. NFC.Rafael Espindola2015-05-282-10/+9
* Merge computeSymbolTable and writeSymbolTable.Rafael Espindola2015-05-281-94/+80
* Don't create an unused _GLOBAL_OFFSET_TABLE_.Rafael Espindola2015-05-281-43/+1
* [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders2015-05-281-3/+10
* [MC] Replace custom string join function with the one from StringExtras.Benjamin Kramer2015-05-281-22/+2
* Don't call utostr in Twine/raw_ostream contexts.Benjamin Kramer2015-05-281-3/+2
* Rename and move getCurrentSectionData.Rafael Espindola2015-05-273-12/+12
* There is only one current section.Rafael Espindola2015-05-277-22/+30
* Fix NDEBUG build.Rafael Espindola2015-05-271-0/+2
* Delete MCSectionData.Rafael Espindola2015-05-275-54/+37
* Delete dead code. NFC.Rafael Espindola2015-05-271-4/+0
* Stop using MCSectionData in WinCOFFObjectWriter.cpp.Rafael Espindola2015-05-271-15/+8
* clang-format WinCOFFObjectWriter.cpp. NFC.Rafael Espindola2015-05-271-82/+102
* Remove uses of MCSectionData from MachObjectWriter.cpp.Rafael Espindola2015-05-271-6/+4
* Move getSubsectionInsertionPoint to MCSection.Rafael Espindola2015-05-273-33/+33
* Remove uses of MCSectionData from ELFObjectWriter. NFC.Rafael Espindola2015-05-271-9/+7
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-273-6/+4
* We always have an InstPrinter.Rafael Espindola2015-05-271-8/+6
* Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...Daniel Sanders2015-05-271-14/+3
* MCSymbol: Make print() robust against empty namesMatthias Braun2015-05-271-0/+4
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-264-13/+10
* Have getCurrentSectionData return a MCSection.Rafael Espindola2015-05-263-21/+16
* Pass a MCSection to getCurrentSectionData.Rafael Espindola2015-05-261-9/+11
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-263-14/+20
OpenPOWER on IntegriCloud