Keep comment with 'Subtarget' ivar.
[oota-llvm.git] / lib / Target / ARM /
2013-12-30 Bill WendlingKeep comment with 'Subtarget' ivar.
2013-12-29 Saleem AbdulrasoolARM IAS: fix after r198172
2013-12-29 Saleem AbdulrasoolARM: provide VFP aliases for pre-V6 mnemonics
2013-12-29 Saleem AbdulrasoolARM: fix a few typos in comments
2013-12-29 Saleem AbdulrasoolARM: fix typo in VFP instruction definition
2013-12-29 Bill WendlingStore the global variable that's created so that it...
2013-12-28 Saleem AbdulrasoolARM IAS: handle errors more appropriately
2013-12-28 Andrew TrickNew machine model for cortex-a9. Schedule for resources...
2013-12-28 Andrew TrickThe Cortex-A9 machine model is incomplete. Mark it...
2013-12-28 Saleem AbdulrasoolARMAsmParser: fix typo in comment
2013-12-26 Joerg SonnenbergerRecognize armv7a and friends as aliases for armv7-a...
2013-12-26 Saleem AbdulrasoolARM IAS: support .even directive
2013-12-23 Adrian PrantlDebug info: On ARM ensure that the data sections come...
2013-12-23 Saleem AbdulrasoolARM: bkpt has an implicit immediate constant 0
2013-12-20 Lang HamesARM AnalyzeBranch should ignore DEBUG_VALUES while...
2013-12-20 Saleem AbdulrasoolARM IAS: add support for the .pool directive
2013-12-19 David PeixottoEnsure deterministic when printing ARM assembler consta...
2013-12-19 David PeixottoImplement the .ltorg directive for ARM assembly
2013-12-19 David PeixottoImplement the ldr-pseudo opcode for ARM assembly
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-19 Rafael EspindolaSynchronize the NaCl DataLayout strings with the ones...
2013-12-18 Weiming Zhao[aarch32] fix bug 18268: Incorrect condition of vsel
2013-12-18 Rafael EspindolaCorrectly handle the degenerated triple "thumb".
2013-12-18 Logan Chien[arm] Rename Tag_VFP_arch to Tag_FP_arch.
2013-12-18 Tim NorthoverARM: update comment to match reality
2013-12-18 Tim NorthoverARM: set default float ABI based on triple.
2013-12-17 Rafael EspindolaOn APCS, only try to align aggregates to 32 bits instea...
2013-12-17 Rafael EspindolaHandle i64 first for clarity. No functionality change.
2013-12-16 Rafael EspindolaOne last cleanup of LLVM's DataLayout strings.
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Evgeniy StepanovFix Android regression in r197332.
2013-12-15 Joerg SonnenbergerReplace string matching with a switch on Triple::getEnv...
2013-12-13 Kevin EnderbyFixed a bug in getARMFixupKindMachOInfo() where three...
2013-12-13 Joerg SonnenbergerEnabling thumb2 mode used to force support for armv6t2...
2013-12-12 Rafael EspindolaSimplify the datalayout string of ARM and AArch64.
2013-12-11 Logan Chien[arm] Implement ARM .arch directive.
2013-12-11 Tim NorthoverARM: constrain register-class in fast-isel
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-12-10 NAKAMURA TakumiAdd proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-10 Rafael EspindolaAdd comments documenting the ARM datalayout string.
2013-12-10 Rafael EspindolaSimplify further.
2013-12-09 Rafael EspindolaRefactor the construction of the DataLayout string...
2013-12-08 Tim NorthoverARM: fix folding of stack-adjustment (yet again).
2013-12-06 Ana PazosAdded support for mcpu krait
2013-12-06 Weiming ZhaoBug 18149: [AArch32] VSel instructions has no ARMCC...
2013-12-05 Andrew TrickMI-Sched: handle latency of in-order operations with...
2013-12-05 Andrew TrickFix the A9 machine model. VTRN writes two registers.
2013-12-05 Tim NorthoverARM: fix yet another stack-folding bug
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-04 Chad RosierUpdate the UseFusedMAC definition to directly specify...
2013-12-03 James MolloyAddrspacecasts are no-ops on ARM.
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Tim NorthoverARM: decide whether to use movw/movt based on "minsize...
2013-12-02 Tim NorthoverARM: add pseudo-instructions for lit-pool global materi...
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-12-01 Tim NorthoverARM: fix bug in -Oz stack adjustment folding
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-26 Tim NorthoverDarwin-ARM: use movw/movt for static relocations
2013-11-25 Tim NorthoverFix indentation typo
2013-11-25 Tim NorthoverARM: remove special cases for Darwin dynamic-no-pic...
2013-11-25 Tim NorthoverARM: remove unused patterns.
2013-11-25 Amara Emerson[ARM] Enable FeatureMP for Cortex-A5 by default.
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-22 Lang HamesFix a typo where we were creating <def,kill> operands...
2013-11-21 Artyom Skrobov[ARM] add basic Cortex-A7 support to LLVM backend
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-14 Tim NorthoverARM: produce friendly error for invalid inline asm
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-12 Tim NorthoverARM: diagnose invalid system LDM/STM
2013-11-12 Bradley Smith[ARM] Add support for FP_HP_extension build attribute
2013-11-11 Artyom Skrobov[ARM] Add support for MVFR2 which is new in ARMv8
2013-11-09 Benjamin KramerRemove some unnecessary temporary strings.
2013-11-09 Logan Chien[arm] Refine ARMBuildAttrs.h.
2013-11-08 Tim NorthoverARM: fold prologue/epilogue sp updates into push/pop...
2013-11-08 Artyom Skrobov[ARM] Handling for coprocessor instructions that are...
2013-11-08 Artyom Skrobov[ARM] Handling for coprocessor instructions that are...
2013-11-08 Artyom Skrobov[ARM] In ARMAsmParser, MatchCoprocessorOperandName...
2013-11-05 Tim NorthoverARM: permit bare dmb/dsb/isb aliases on Cortex-M0
2013-11-04 Tim NorthoverARM: remove unnecessary state-tracking during frame...
2013-11-03 Bob WilsonEnable optimization of sin / cos pair into call to...
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-31 Jim GrosbachLegalize: Improve legalization of long vector extends.
2013-10-30 Artyom Skrobov[ARM] NEON instructions were erroneously decoded from...
2013-10-29 Manman RenStruct byval cleanup: add helper functions to reduce...
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Amara Emerson[ARM] Make sure HasCRC is initialized to false in Subta...
2013-10-29 Bernard OgdenARM: Add subtarget feature for CRC
2013-10-29 Arnold SchwaighoferARM cost model: Unaligned vectorized double stores...
next