AMDGPU/SI: Test commit
[oota-llvm.git] / lib / Target / ARM /
2015-12-16 Reid KlecknerRevert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
2015-12-16 Oliver Stannard[ARM] Add ARMv8.2-A FP16 vector instructions
2015-12-16 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2015-12-13 Cong HouNormalize MBB's successors' probabilities in several...
2015-12-13 Saleem AbdulrasoolARM: only emit EABI attributes on EABI targets
2015-12-11 Hal FinkelRevert r248483, r242546, r242545, and r242409 - absdiff...
2015-12-11 Matthias BraunCodeGen: Redo analyzePhysRegs() and computeRegisterLive...
2015-12-09 Tim NorthoverARM: don't use a deleted node as the BaseReg in complex...
2015-12-09 Ahmed Bougacha[AArch64][ARM] Don't base interleaved op legality on...
2015-12-08 Artyom SkrobovFix ARMv4T (Thumb1) epilogue generation
2015-12-08 Renato Golin[ARM] Allowing SP/PC for AND/BIC mod_imm_not
2015-12-07 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-12-07 Bradley Smith[ARM] Flag vcvt{t,b} with an f16 type specifier as...
2015-12-05 Craig TopperReplace uint16_t with the MCPhysReg typedef in many...
2015-12-04 Quentin Colombet[ARM] When a bitcast is about to be turned into a VMOVD...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-02 Christof Douma[AArch64]: Add support for Cortex-A35
2015-12-01 Matthias BraunARM: Change ArchCheck field to uint64_t
2015-12-01 Artyom SkrobovFix Thumb1 epilogue generation
2015-12-01 Oliver Stannard[ARM] Add ARMv8.2-A to TargetParser
2015-12-01 Oliver Stannard[ARM] Add subtarget features for ARMv8.2-A
2015-12-01 Craig Topper[ARM] Use range-based for loops to avoid the need for...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Quentin Colombet[ARM] For old thumb ISA like v4t, we cannot use PC...
2015-11-28 Renato GolinRevert "[ARM] Generate ABI_optimization_goals build...
2015-11-27 Artyom SkrobovFollow-up fix for r254201
2015-11-27 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-11-26 Martell MaloneARM: address WOA unsigned division overflow crash
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-23 Martell MaloneARM: address WoA division overflow crash
2015-11-21 Matthias BraunARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC
2015-11-20 Vinicius TintiTest commit
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Tim NorthoverARM: make sure backend is consistent about exception...
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-18 Quentin Colombet[ARM] Enable shrink-wrapping by default.
2015-11-17 Charlie Turner[ARM] Don't pessimize i32 vselect.
2015-11-17 Bradley Smith[ARM] Default to ARMv4t in favour of adding Other to...
2015-11-17 Charlie Turner[ARM] Match VABDL from log2 shuffles.
2015-11-17 Bradley Smith[ARM] Properly initialize ARMArch in the ARM subtarget
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-16 Petr Pavlu[ARM] Prevent use of a value pointed by end() iterator...
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location of asm constant...
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location for values in assem...
2015-11-16 Artyom SkrobovHandle ARMv6KZ naming
2015-11-16 Bradley Smith[ARM] Introduce subtarget features per ARM architecture.
2015-11-16 James MolloyProperly check if a CMPZ node is in fact comparing...
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-13 James Molloy[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-11-12 James Molloy[ARM] CMOV->BFI combining: handle both senses of CMPZ
2015-11-12 Renato GolinRevert "[ARM] Enable shrink-wrapping by default."
2015-11-11 Quentin Colombet[ARM] Enable shrink-wrapping by default.
2015-11-11 Diego NovilloProperly fix unused variable in disable-assert builds.
2015-11-11 Diego NovilloRemove unused variable in disable-assert builds. NFC.
2015-11-11 James Molloy[ARM] Combine BFIs together
2015-11-10 Sanjay Patel[ARM] add overrides for isCheapToSpeculateCttz() and...
2015-11-10 James MolloyReapply "[ARM] Combine CMOV into BFI where possible"
2015-11-10 Akira Hatanaka[ARM] Handle t2ADDri in ARMAsmPrinter::EmitUnwindingIns...
2015-11-09 Renato Golin[EABI] Add LLVM support for -meabi flag
2015-11-09 Renato GolinRevert "[ARM] Combine CMOV into BFI where possible"
2015-11-09 Colin LeMahieu[AsmParser] Backends can parameterize ASM tokenization.
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-11-05 James Molloy[ARM] Compute known bits for ARMISD::CMOV
2015-11-05 Rafael EspindolaGo back to producing relocations for out of range symbols.
2015-11-04 Rafael EspindolaSlightly saner handling of thumb branches.
2015-11-04 James Molloy[ARM] Combine CMOV into BFI where possible
2015-11-02 Tim NorthoverWatchOS: update default CPU for triple after t2dsp...
2015-10-29 Artyom SkrobovRecognize that ARM1176JZ[F]-S support TrustZone
2015-10-28 Tim NorthoverARM: add support for WatchOS's compact unwind information.
2015-10-28 Tim NorthoverARM: teach backend about WatchOS and TvOS libcalls.
2015-10-28 Tim NorthoverARM: add backend support for the ABI used in WatchOS
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-28 Artyom Skrobov[ARM] Allow SP in rGPR, starting from ARMv8
2015-10-28 Craig TopperRemove templates from CostTableLookup functions. All...
2015-10-27 Charlie Turner[ARM] Expand ROTL and ROTR of vector value types
2015-10-27 Craig TopperConvert cost table lookup functions to return a pointer...
2015-10-26 Tim NorthoverARM: make sure VFP loads and stores are properly aligned.
2015-10-26 Peter CollingbourneARM/ELF: Restore original (pre-r251322) logic for decid...
2015-10-26 Peter CollingbourneARM/ELF: Better codegen for global variable addresses.
2015-10-26 James Molloy[ARM] Handle the inline asm constraint type 'o'
2015-10-25 Benjamin KramerConvert assert(false) into llvm_unreachable where it...
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-22 Craig TopperChange makeLibCall to take an ArrayRef<SDValue> instead...
2015-10-22 Pete CooperAdd missing load/store flags to thumb2 instructions.
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-19 Duncan P. N. Exon... ARM: Remove implicit ilist iterator conversions, NFC
2015-10-19 Asiri RathnayakeFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-17 Craig TopperRemove unnecessary 'const' pointed out by David Blaikie.
next