aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+89
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+36
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+0
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-57/+26
* Merging r195677:Bill Wendling2013-12-011-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
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-151-2/+12
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-0/+4
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+1
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-4/+11
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-3/+84
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+4
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-1/+1
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-071-8/+0
* Added Mapping Symbols for ARM ELFTim Northover2012-12-071-17/+6
* Split MCELFStreamer into a header file.Logan Chien2012-12-071-107/+63
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-151-0/+8
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-041-42/+0
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-131-1/+1
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-1/+1
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+2
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-151-0/+9
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-10/+9
* Remove MCELFStreamer.h.Rafael Espindola2012-01-071-2/+121
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-2/+2
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-1/+4
* Tidy up. 80 columns.Jim Grosbach2011-11-151-4/+4