summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAsmBackend.h
Commit message (Expand)AuthorAge
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-14
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-12
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-29
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Prune some includes and forward declarations.Craig Topper2012-03-26
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-18
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25