Merging r261368:
[oota-llvm.git] / test / CodeGen / ARM /
2016-01-29 Tim NorthoverMerging r259228:
2016-01-20 Hans WennborgMerging r257940:
2016-01-19 Hans WennborgMerging r257925, r257929, r257930, and r257997:
2016-01-19 Hans WennborgMerging r257902 (and r257775)
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-13 Ana PazosGuard fabs to bfc convert with V6T2 flag
2016-01-13 Quentin Colombet[ARM] Mark VMOV with immediate: isAsCheapAsMove.
2016-01-12 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2016-01-11 Manman RenCXX_FAST_TLS calling convention: Add support for ARM...
2016-01-08 Weiming ZhaoRBIT Instruction only available for ARMv6t2 and above.
2016-01-08 Pirama Arumuga NainarDo not ASSERTZEXT for i16 result of bitcast from f16...
2016-01-08 Eric ChristopherAdd some testing for thumb1 and thumb2 inline asm immed...
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2016-01-07 Tim NorthoverARM: support TLS accesses on Darwin platforms
2016-01-05 MinSeong Kim[AArch64] Add support for Samsung Exynos-M1
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2015-12-21 Adrian PrantlConvert the CodeGen/ARM/sched-it-debug-nodes.ll testcas...
2015-12-20 Weiming ZhaoFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-12-19 Keno FischerHopefully fix debug-info-blocks.ll test on win32 bot
2015-12-19 Keno FischerClean up the processing of dbg.value in various places
2015-12-17 Cong HouFix PR25838.
2015-12-15 Cong HouImprove the successor list update in TailDuplication...
2015-12-15 Quentin Colombet[ShrinkWrapping] Do not choose restore point inside...
2015-12-13 Saleem AbdulrasoolARM: only emit EABI attributes on EABI targets
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 Justin BognerAsmPrinter: Use emitGlobalConstantFP to emit elements...
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-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 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 Skrobov[ARM] Generate ABI_optimization_goals build attribute...
2015-11-26 Martell MaloneARM: address WOA unsigned division overflow crash
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-23 Martell MaloneARM: address WoA division overflow crash
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 David Majnemer[llvm-objdump] Use the COFF export table for additional...
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 Dan GohmanUse TargetRegisterInfo for printing MachineOperand...
2015-11-17 Charlie Turner[ARM] Match VABDL from log2 shuffles.
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-16 James MolloyProperly check if a CMPZ node is in fact comparing...
2015-11-13 James Molloy[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
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 James Molloy[ARM] Combine BFIs together
2015-11-10 James MolloyReapply "[ARM] Combine CMOV into BFI where possible"
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 Oliver Stannard[CodeGen] Always promote f16 if not legal
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-04 James Molloy[ARM] Combine CMOV into BFI where possible
2015-10-30 Tim NorthoverARM: add extra test for watchOS ABI
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-27 Charlie Turner[ARM] Expand ROTL and ROTR of vector value types
2015-10-26 Tim NorthoverARM: make sure VFP loads and stores are properly aligned.
2015-10-26 Peter CollingbourneFix tests.
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-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-22 Pirama Arumuga NainarFix incorrect target triple in fp16-promote.ll
2015-10-22 Pete CooperAdd missing load/store flags to thumb2 instructions.
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-19 Asiri RathnayakeFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-10-15 Quentin Colombet[ARM] Make sure we do not dereference the end iterator...
2015-10-09 Saleem AbdulrasoolARM: tweak WoA frame lowering
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-07 Oliver Stannard[ARM] Use correct half-precision functions in EABI...
2015-10-07 Chad Rosier[ARM] Prevent PerformVDIVCombine from combining a vcvt...
2015-10-07 Jeroen Ketema[ARM][AArch64] Only lower to interleaved load/store...
2015-10-06 Chad Rosier[ARM] Simplify tests and make checks more rigid. NFC.
2015-10-05 Scott Douglass[ARM] Modify codegen for memcpy intrinsic to prefer...
2015-10-01 Scott Douglass[ARM] More care with Thumb1 writeback in ARMLoadStoreOp...
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-09-26 Ahmed Bougacha[ARM] Don't generate clrex for pre-v7 targets.
2015-09-25 Saleem AbdulrasoolARM: address WoA division limitation
2015-09-24 Matt ArsenaultIntroduce target hook for optimizing register copies
2015-09-23 Tim NorthoverARM: fix folding stack adjustment (again again again...)
2015-09-22 Ahmed Bougacha[ARM] Emit clrex in the expanded cmpxchg fail block.
2015-09-21 Jeroen Ketema[ARM] Do not scale vext with a factor
2015-09-18 Cong HouUpdate edge weights properly when merging blocks in...
2015-09-18 Eric ChristopherLimit the range of processors supported by ARM fast...
2015-09-18 Cong HouScaling up values in ARMBaseInstrInfo::isProfitableToIf...
2015-09-17 Quentin Colombet[ShrinkWrap] Refactor the handling of infinite loop...
next