summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a isBundleLocked helper to MCELFStreamer.Rafael Espindola2015-05-251-14/+17
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-6/+5
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-6/+6
* MC: Use MCSymbol in LocalCommon, NFCDuncan P. N. Exon Smith2015-05-201-4/+3
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* [MC] When using bundle aligment, align sections to bundle sizeDerek Schuff2015-04-211-0/+15
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* [MC] Write padding into fragments when -mc-relax-all flag is usedPetr Hosek2015-04-121-2/+88
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-0/+1
* Make constant arrays that are passed to functions as const.Benjamin Kramer2015-03-071-5/+4
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-7/+3
* Add STB_GNU_UNIQUE to the ELF writer.Rafael Espindola2015-01-231-1/+7
* Add back commits r219835 and a fixed version of r219829.Rafael Espindola2014-10-171-2/+11
* Revert commit r219835 and r219829.Rafael Espindola2014-10-171-11/+2
* Correctly handle references to section symbols.Rafael Espindola2014-10-151-2/+11
* [MC] Make bundle alignment mode setting idempotent and support nested bundlesDerek Schuff2014-10-151-11/+14
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-8/+11
* Print a=b as an assignment.Rafael Espindola2014-06-241-4/+0
* Remove an always true argument.Rafael Espindola2014-05-121-1/+1
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-271-4/+0
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-2/+3
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-1/+1
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-201-1/+1
* Look through variables when computing relocations.Rafael Espindola2014-03-201-3/+2
OpenPOWER on IntegriCloud