Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
[oota-llvm.git] / include / llvm / MC / MCAsmBackend.h
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-09-16 Joe AbbeyARMAsmBackend uses a factory method to generate binary...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
2014-01-13 Duncan P. N. Exon... Remove extra } in documentation comment
2013-09-11 Bill WendlingUse the appropriate return type for the compact unwind...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-07 Bill WendlingRun clang-format on these header files. Part of a WIP.
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-08-29 Owen AndersonAllow targets to specify a minimum supported NOP size...
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...