summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* Reland r298901 with modifications (reverted in r298932)Weiming Zhao2017-04-031-0/+10
* Revert "Dont emit Mapping symbols for sections that contain only data."Weiming Zhao2017-03-281-10/+0
* Dont emit Mapping symbols for sections that contain only data.Weiming Zhao2017-03-281-0/+10
* Simplify/make more explicit (by making less explicit in some ways) some funct...David Blaikie2017-03-161-1/+1
* MC: De-duplicate the object streamer implementations of EmitFileDirective int...Peter Collingbourne2017-03-031-7/+0
* [MC] Factor out non-COFF handling of COFF-specific directives.Dan Gohman2017-02-271-16/+0
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-4/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-20/+18
* Change how we handle section symbols on ELF.Rafael Espindola2017-02-021-10/+1
* [MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman2016-12-011-2/+2
* Fix instance of -Wdelete-incompleteReid Kleckner2016-06-221-0/+1
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-031-4/+0
* [Object] Make .alt_entry directive parsing MachO specific.Lang Hames2016-04-111-1/+1
* [Object] Report an error if .alt_entry is used with ELF or COFF.Lang Hames2016-04-081-1/+1
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-0/+3
* [MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu2016-02-101-2/+2
* Don't create empty sections just to look like gas.Rafael Espindola2015-11-031-10/+0
* Delete dead code.Rafael Espindola2015-11-031-6/+0
* Simplify local common output.Rafael Espindola2015-11-031-20/+14
* Move code out of a loop and use a range loop.Rafael Espindola2015-11-031-10/+8
* Fix pr24486.Rafael Espindola2015-10-051-7/+3
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-2/+0
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Devirtualize and pack MCFragment to reduce memory usage.Pete Cooper2015-06-171-1/+1
* [MC] Common symbols weren't being checked for redeclaration which allowed an ...Colin LeMahieu2015-06-061-1/+3
* Test commit access.Gabor Ballabas2015-06-041-1/+1
* Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.Rafael Espindola2015-06-041-2/+1
* Convert BindingExplicitlySet into a MCSymbolELF field.Rafael Espindola2015-06-031-6/+1
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-35/+30
* Create a MCSymbolELF.Rafael Espindola2015-06-021-2/+4
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-2/+2
* Remove getData.Rafael Espindola2015-05-291-10/+7
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-3/+3
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-9/+12
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-30/+32
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-1/+1
* Move SymbolSize from MCSymbolData to MCSymbol.Rafael Espindola2015-05-291-3/+2
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-1/+1
* Rename and move getCurrentSectionData.Rafael Espindola2015-05-271-7/+7
* There is only one current section.Rafael Espindola2015-05-271-4/+7
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-261-4/+3
* Have getCurrentSectionData return a MCSection.Rafael Espindola2015-05-261-14/+7
* Pass a MCSection to getCurrentSectionData.Rafael Espindola2015-05-261-9/+11
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-1/+1
* Store a MCSection in MCFragment.Rafael Espindola2015-05-251-2/+3
* Move HasInstructions to MCSection.Rafael Espindola2015-05-251-5/+8
* Move bundle info from MCSectionData to MCSection.Rafael Espindola2015-05-251-11/+14