Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related...
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCAsmInfo.cpp
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-02-27 Renato GolinEqually to NetBSD, Bitrig/ARM uses the Itanium-ABI.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-04-27 Saleem AbdulrasoolARM: Support SingleParameterDotFile on WoA
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-12 Hans WennborgAdd comment pointing to the binutils bugzilla entry
2014-03-12 Hans Wennborg[ARM] Use DWARF register numbers for CFI directives...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-07 Renato GolinRemove -arm-disable-ehabi option
2014-01-29 Renato GolinEnable EHABI by default
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...