[Mips] MipsTargetStreamer refactoring.
[oota-llvm.git] / lib / Target / ARM /
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...
2013-10-29 Arnold SchwaighoferARM cost model: Account for zero cost scalar SROA instr...
2013-10-28 Lang HamesReturn early from getUnconditionalBranchTargetOpValue...
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-25 Tim NorthoverARM: don't expand atomicrmw inline on Cortex-M0
2013-10-24 Jim GrosbachARM: Tweak usage of '*vfp' compiler_rt functions.
2013-10-24 David PeixottoRemove class abstraction from ARM struct byval lowering
2013-10-24 Tim NorthoverARM: Mark double-precision instructions as such
2013-10-24 Tim NorthoverARM: add a couple more NEON predicates.
2013-10-24 Tim NorthoverARM: mark various aliases with their architecture requi...
2013-10-24 Tim NorthoverARM: Use non-VFP softcalls on embedded Darwinish targets
2013-10-24 Tim NorthoverARM: fix assert on unpredictable POP instruction.
2013-10-23 Artyom SkrobovMake ARM hint ranges consistent, and add tests for...
2013-10-22 Tim NorthoverARM: provide diagnostics on more writeback LDM/STM...
2013-10-22 Jim GrosbachARM: Thumb2 copy for GPRPair needs to use thumb instruc...
2013-10-22 Jim GrosbachARM: Clean up copyPhysReg() a bit.
2013-10-18 Richard BartonPure refactoring change.
2013-10-18 Richard BartonAdd hint disassembly syntax for 16-bit Thumb hint instr...
2013-10-18 Silviu BarangaAdd hardware division as a default feature on Cortex...
2013-10-17 David Peixotto17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_...
2013-10-17 David PeixottoRefactor lowering for COPY_STRUCT_BYVAL_I32
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-15 Manman RenStruct byval: fix a copy-paste error for thumb2.
2013-10-14 Bernard OgdenAdd Cortex-A57 support
2013-10-14 Bernard OgdenAdd subtarget feature support for Cortex-A53
2013-10-11 Amara Emerson[ARM] Fix FP ABI attributes with no VFP enabled.
2013-10-10 Benjamin KramerARM: Put isV8EligibleForIT into the llvm namespace...
2013-10-10 Tim NorthoverARM: correct liveness flags during ARMLoadStoreOpt
2013-10-09 Benjamin KramerFlip the ownership of MCStreamer and MCTargetStreamer.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Manman RenStruct byval: use the correct alignment for loads gener...
2013-10-07 Amara Emerson[ARM] Improve build attributes emission.
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-10-07 Tim NorthoverARM: allow cortex-m0 to use hint instructions
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-04 Matthias BraunARM: optimizeSelect has to consider the previous regist...
2013-10-04 Matthias BraunARM: do not add a regmask for TAILJUMPs
2013-10-04 Matthias BraunARM: preserve undef flag in pseudo instruction expanders
2013-10-03 Amara Emerson[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
2013-10-01 Tim NorthoverARM: support interrupt attribute
2013-10-01 Joey Gouly[ARM] Remove an unused function from the disassembler.
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-09-30 Tilmann Scheller[ARM] Clean up ARMAsmParser::validateInstruction().
2013-09-30 Tilmann Scheller[ARM] Assembler: ARM LDRD with writeback requires the...
2013-09-30 Arnold SchwaighoferSwift model: Fix uop description on some writes
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraints for ARM...
2013-09-27 Tilmann SchellerFix comment.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraint for Thumb2...
2013-09-26 Weiming ZhaoFix PR 17372: Emitting PLD for stack address for ARM...
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...
2013-09-25 Weiming ZhaoFix PR 17368: disable vector mul distribution for squar...
2013-09-25 Andrew TrickCriticalAntiDepBreaker is no longer needed for armv7...
2013-09-23 Amara Emerson[ARM] Split A/R class into separate subtarget features.
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-18 Joey Gouly[ARMv8] Add CRC instructions.
2013-09-17 Joey Gouly[ARM] Fix the deprecation of MCR encodings that map...
2013-09-16 Benjamin KramerARM: Deduplicate ConstantPoolValues.
2013-09-15 Benjamin KramerReplace some unnecessary vector copies with references.
2013-09-14 Robert WilhelmFix spelling.
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-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-10 Jim GrosbachARM: Use the PICADD opcode calculated.
2013-09-10 Logan ChienRemove unused private member in ARMAsmPrinter.cpp.
2013-09-09 Joey Gouly[ARMv8] Prevent generation of deprecated IT blocks...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-05 Joey Gouly[ARMv8] Implement the new DMB/DSB operands.
2013-09-05 Richard BartonAdd AArch32 DCPS{1,2,3} and HLT instructions.
2013-09-05 Tilmann SchellerReverting 190043 for now.
next