summaryrefslogtreecommitdiff
path: root/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAge
* 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
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Tidy up. 80 columns.Jim Grosbach2011-11-15
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-25
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-27
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-16
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-10
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Fix handling of @IDNTPOFF relocations, they need to get STT_TLS.Joerg Sonnenberger2011-03-17
* Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin2011-03-03
* Make all static functions become static class methods. Move shared (duplicate...Jan Sjödin2011-02-28
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Remove more duplicated code.Rafael Espindola2011-01-23
* Remove duplicated code.Rafael Espindola2011-01-23
* Add basic support for .cfi_personality.Rafael Espindola2010-12-26
* 1. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim2010-12-16