summaryrefslogtreecommitdiff
path: root/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAge
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Inline functions that are only called once.Rafael Espindola2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-23
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* ARM integrated assembler generates incorrect nop opcodeDavid Peixotto2013-11-25
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-09
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-02
* Remove address spaces from MC.Rafael Espindola2013-07-02
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-21
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-10
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-09
* Fix PR15359.Bill Schmidt2013-02-26
* ELF symbol table field st_other support, Jack Carter2013-02-19
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-15
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-15
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-09
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Split MCELFStreamer into a header file.Logan Chien2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-15
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-13
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-15
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Remove MCELFStreamer.h.Rafael Espindola2012-01-07
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07