summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAssembler.h
Commit message (Expand)AuthorAge
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Remove unused method and default values.Rafael Espindola2013-04-09
* This patch reworks how llvm targets set Jack Carter2013-01-30
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* Replace virtual hasFixups with explicit fragment type checksEli Bendersky2013-01-16
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-15
* Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSizeEli Bendersky2013-01-08
* 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
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* Cleanup formatting, comments and naming.Eli Bendersky2012-12-10
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-07
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky2012-12-05
* Remove unused methodsEli Bendersky2012-12-05
* Remove the non-const getInst accessor. It wasn't being used, and isn't veryEli Bendersky2012-12-05
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove unnecessary classof()'sSean Silva2012-10-11
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames2012-08-23
* MCInstFragment constructor should take by-reference MCInst.Jim Grosbach2012-08-22
* Fix an overzealous assertion. It is legitimate for a target to have multiple...Owen Anderson2012-07-05
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Tidy up. 80 columns.Jim Grosbach2011-12-06
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-06
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Relax address updates in the eh_frame section.Rafael Espindola2010-12-28
* Don't relax org or align. They change size as the relaxation happens, but theyRafael Espindola2010-12-21
* Layout one section until no relaxations are done and then move to the nextRafael Espindola2010-12-21
* MC/Assembler: Strip out object writer arguments, now that it is always availableDaniel Dunbar2010-12-17
* MC/Assembler: Make the MCObjectWriter available through the lifetime of theDaniel Dunbar2010-12-17
* Relax alignment fragments.Rafael Espindola2010-12-15
* ARM Fixups relative to thumb functions need to have the low bit of the valueJim Grosbach2010-12-14
* Layout each section independently. With the testcase in PR8711:Rafael Espindola2010-12-07
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola2010-12-06
* Remove the getAddress getter, initialize Ordinal in the constructor and useRafael Espindola2010-12-06
* Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2010-12-04
* The sections that the ELF object writer has to create are very simple andRafael Espindola2010-12-02
* Remove unused argument.Rafael Espindola2010-12-01
* Merge System into Support.Michael J. Spencer2010-11-29