Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.cpp
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-17 Eric ChristopherMake the ARM AsmPrinter independent of global subtarget
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-05 Charlie TurnerEmit the build attribute Tag_conformance.
2014-12-12 Charlie TurnerEmit Tag_ABI_FP_16bit_format build attribute.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-05 Charlie TurnerAdd missing FP build attribute tests.
2014-12-04 Jonathan RoelofsFix thumbv4t indirect calls
2014-12-03 Charlie TurnerEmit ABI_FP_rounding attribute.
2014-12-02 Charlie TurnerEmit Tag_ABI_FP_denormal correctly in fast-math mode.
2014-11-13 Tim NorthoverARM: add @llvm.arm.space intrinsic for testing Constant...
2014-10-08 Renato GolinEmit unaligned access build attribute for ARM
2014-10-01 Oliver Stannard[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-25 Amara Emerson[ARM] Emit ABI_PCS_R9_use build attribute.
2014-07-25 Akira Hatanaka[ARM] In thumb mode, emit directive ".code 16" before...
2014-07-07 Saleem AbdulrasoolARM: correctly mangle dllimport symbols
2014-07-07 Saleem AbdulrasoolARM: unify symbol name retrieval
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-05-27 Amara Emerson[ARM] Emit correct build attributes for the relocation...
2014-05-01 Joerg SonnenbergerIf necessary for indirect encodings, emit stubs.
2014-04-30 Joerg SonnenbergerPrepare support of Itanium ABI on ARM as opposed to...
2014-04-30 Saleem AbdulrasoolARM: print COFF function header for Windows on ARM
2014-04-29 Tim NorthoverARM: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-19 Alp TokerRemove some empty statements
2014-04-03 Jim GrosbachTidy up. Trailing whitespace.
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-07 Renato GolinRemove -arm-disable-ehabi option
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
2014-01-29 Renato GolinEnable EHABI by default
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-27 Rafael EspindolaRemove dead code.
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-20 Adrian PrantlDebug info: On ARM ensure that all __TEXT sections...
2014-01-20 Adrian PrantlRevert "Debug info: On ARM ensure that the data section...
2014-01-20 Artyom Skrobov[ARM] Do not generate Tag_DIV_use=AllowDIVExt when...
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-10 Artyom SkrobovMust not produce Tag_CPU_arch_profile for pre-ARMv7...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-23 Adrian PrantlDebug info: On ARM ensure that the data sections come...
2013-12-06 Ana PazosAdded support for mcpu krait
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-12-02 Rafael EspindolaRemove dead code.
2013-11-25 Tim NorthoverFix indentation typo
2013-11-25 Tim NorthoverARM: remove special cases for Darwin dynamic-no-pic...
2013-11-12 Bradley Smith[ARM] Add support for FP_HP_extension build attribute
2013-11-01 Bradley Smith[ARM] Add Virtualization subtarget feature and more...
2013-11-01 Bradley Smith[ARM] Fix Tag_ABI_HardFP_use build attribute
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-11 Amara Emerson[ARM] Fix FP ABI attributes with no VFP enabled.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Amara Emerson[ARM] Improve build attributes emission.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-09-13 Joey Gouly[ARMv8] Emit the proper .fpu directive.
2013-09-10 Logan ChienRemove unused private member in ARMAsmPrinter.cpp.
2013-08-22 Tim NorthoverARM: respect tied 64-bit inlineasm operands when printing
2013-06-28 Weiming ZhaoBug 13662: Enable GPRPair for all i64 operands of inlin...
2013-06-27 Joey GoulyAdd a Subtarget feature 'v8fp' to the ARM backend.
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-06-26 Joey GoulyRemove the 'generic' CPU from the ARM eabi attributes...
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-18 David BlaikieReduce indentation.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-03-15 Benjamin KramerARM: Fix an old refacto.
2013-02-14 Weiming ZhaoRe-apply r175088 for bug fix 13622: Add paired register...
2013-02-13 Weiming Zhaotemporarily revert the patch due to some conflicts
2013-02-13 Weiming ZhaoBug fix 13622: Add paired register support for inline...
2013-01-31 Chandler CarruthSwitch the code added in r173885 to use the new, shiny...
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-26 Benjamin KramerDecouple MCInstBuilder from the streamer per Eli's...
2012-11-26 Benjamin KramerAdd MCInstBuilder, a utility class to simplify MCInst...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
next