summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-051-1/+1
* Use the default values.Rafael Espindola2014-02-041-3/+3
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-1/+1
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-281-3/+5
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-6/+4
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-241-1/+1
* Inline functions that are only called once.Rafael Espindola2014-01-241-17/+8
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-231-4/+0
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-231-18/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-041-3/+0
* ARM integrated assembler generates incorrect nop opcodeDavid Peixotto2013-11-251-0/+4
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-291-10/+4
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-1/+16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-9/+6
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-4/+12
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-1/+1
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-4/+6
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-091-0/+2
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-021-2/+0
* Remove address spaces from MC.Rafael Espindola2013-07-021-3/+2
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+1
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+22
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-10/+10
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-5/+8
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-101-6/+34
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-091-1/+1
* Fix PR15359.Bill Schmidt2013-02-261-0/+13
* ELF symbol table field st_other support, Jack Carter2013-02-191-0/+4
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-151-3/+4
* Add AArch64 as an experimental target.Tim Northover2013-01-311-1/+3
OpenPOWER on IntegriCloud