summaryrefslogtreecommitdiff
path: root/lib/MC/MCELFStreamer.cpp
Commit message (Expand)AuthorAge
* Print a=b as an assignment.Rafael Espindola2014-06-24
* Remove an always true argument.Rafael Espindola2014-05-12
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-20
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* Use the default values.Rafael Espindola2014-02-04
* 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