[ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-optional:...
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.cpp
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...
2012-11-10 Evan ChengDisable the Thumb no-return call optimization:
2012-11-08 Amara EmersonRecommit modified r167540.
2012-11-07 Amara EmersonRevert r167540 until regression tests are updated.
2012-11-07 Amara EmersonImprove ARM build attribute emission for architectures...
2012-10-09 Craig TopperRemove some dead code from ARMAsmPrinter. Add virtual...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-08-14 Eric ChristopherThis needs braces. Spotted by Bill.
2012-08-13 Eric ChristopherAdd support for the %H output modifier.
2012-08-04 Anton KorobeynikovSkip impdef regs during eabi save/restore list emission...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-05-30 Jakob Stoklund OlesenAvoid depending on list orders and register numbering.
2012-05-21 Jim GrosbachARM: .end_data_region mismatch in Thumb2.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-04-11 Evan ChengClean up ARM fused multiply + add/sub support some...
2012-04-07 Bob WilsonFix Thumb __builtin_longjmp with integrated assembler...
2012-04-06 Jim GrosbachTidy up. 80 columns.
2012-04-06 Jakob Stoklund OlesenDeduplicate ARM call-related instructions.
2012-03-26 Craig TopperPrune includes and replace uses of ARMRegisterInfo...
2012-03-17 Craig TopperReorder includes to match coding standards. Fix an...
2012-03-05 Sebastian Popupdated patch for the ARM fused multiply add/sub
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2012-02-15 Bill WendlingStrip the pointer casts from the constants here.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 NAKAMURA TakumiARMAsmPrinter.cpp: Try to fix up r148686. EnableARMEHAB...
2012-01-22 Anton KorobeynikovAdd fused multiple+add instructions from VFPv4.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-19 Evgeniy StepanovEmit ARM EHABI unwinding instructions for 3 more Thumb...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-12 Bob WilsonImplement 'e' and 'f' modifiers for Neon inline asm...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-06 Jakob Stoklund OlesenAlign ARM constant pool islands via their basic block.
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-10-01 Bill WendlingUse the ARMConstantPoolMBB class to handle the MBB...
2011-10-01 Bill WendlingUse the new ARMConstantPoolSymbol class to handle exter...
2011-10-01 Bill WendlingSwitch over to using ARMConstantPoolConstant for global...
2011-09-29 Bill WendlingCreate a machine basic block in the constant pool and...
2011-09-21 Andrew TrickLower ARM adds/subs to add/sub after adding optional...
next