summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Delete redundant alignment update from MCELFStreamer::EmitCommonSymbol. NFCFangrui Song2019-12-161-4/+0
* MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.James Y Knight2019-11-161-2/+3
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* [AIX]Emit function descriptor csect in assemblyXiangling Liao2019-09-261-0/+3
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-131-2/+2
* [X86] Fix x86-64 call *foo@tlsdesc(%rax) and support R_386_TLSGOTDESC R_386_T...Fangrui Song2019-05-291-0/+2
* [MC] Teach the MachO object writer about N_FUNC_COLDVedant Kumar2019-01-251-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-1/+2
* [PowerPC] Add support for high and higha symbol modifiers on tls modifers.Sean Fertile2018-06-151-0/+4
* [MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]Peter Smith2018-06-151-0/+1
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-8/+22
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+38
* MC: Remove dead code. NFCI.Peter Collingbourne2018-05-221-11/+0
* MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne2018-05-211-7/+2
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-4/+5
* Delay creating an alias for @@@.Rafael Espindola2018-03-091-3/+2
* Don't treat .symver as a regular alias definition.Rafael Espindola2018-03-091-0/+6
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-4/+7
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+8
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-4/+5
* 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
OpenPOWER on IntegriCloud