cleanup: scc_iterator consumers should use isAtEnd
[oota-llvm.git] / test / CodeGen / ARM /
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-02-04 Tim NorthoverARM & AArch64: merge NEON absolute compare intrinsics
2014-02-04 Tim NorthoverARM: fix fast-isel assertion failure
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2014-02-03 Tim NorthoverAArch64 & ARM: refactor crypto intrinsics to take scalars
2014-02-01 Josh Magee[stackprotector] Implement the sspstrong rules for...
2014-01-31 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-30 Evgeniy StepanovReenable ARM EHABI on Android.
2014-01-29 Manman RenPGO branch weight: update edge weights in IfConverter.
2014-01-29 Renato GolinEnable EHABI by default
2014-01-29 David Woodhouse[ARM] Remove superfluous inline asm mode switch test
2014-01-28 David WoodhouseTests for mode switching
2014-01-27 David PeixottoFix unsupported addressing mode assertion for pld
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Alp TokerFix known typos
2014-01-24 Rafael EspindolaDon't use "llc -filetype=obj" now that the codepath...
2014-01-23 Weiming Zhao[Thumbv8] Fix the value of BLXOperandIndex of isV8Eligi...
2014-01-23 Tim NorthoverARM: use litpools for normal i32 imms when compiling...
2014-01-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
2014-01-20 James MolloyRemove the useless pseudo instructions VDUPfdf and...
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-16 Amara EmersonMove the xscale build attribute test to the proper...
2014-01-16 Jiangning LiuFor ARM, fix assertuib failures for some ld/st 3/4...
2014-01-15 Weiming ZhaoPR 18466: Fix ARM Pseudo Expansion
2014-01-14 Tim NorthoverARM: correctly determine final tBX_LR in Thumb1 functions
2014-01-14 Tim NorthoverARM: add constraint that RdLo != Rn != RdHi for v5...
2014-01-13 Tim NorthoverARM: add test for r199108. Oops.
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-10 Artyom SkrobovMust not produce Tag_CPU_arch_profile for pre-ARMv7...
2014-01-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-06 Tim NorthoverARM: keep special non-AEABIness of "-darwin-eabi" tripl...
2014-01-02 Rafael EspindolaMake the ARM ABI selectable via SubtargetFeature.
2013-12-29 Bill WendlingUn-XFAILify some tests which are now passing.
2013-12-28 Andrew TrickNew machine model for cortex-a9. Schedule for resources...
2013-12-19 Josh MageeUnbreak ARM buildbots after r197653 by forcing the...
2013-12-19 Rafael EspindolaAdd a triple so that this passes on OS X.
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-18 Weiming Zhao[aarch32] fix bug 18268: Incorrect condition of vsel
2013-12-18 Tim NorthoverARM: force soft-float ABI for tests depending on it.
2013-12-18 Tim NorthoverARM: set default float ABI based on triple.
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-13 Joerg SonnenbergerEnabling thumb2 mode used to force support for armv6t2...
2013-12-11 Tim NorthoverARM: constrain register-class in fast-isel
2013-12-08 Tim NorthoverARM: fix folding of stack-adjustment (yet again).
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 Tim NorthoverARM: fix yet another stack-folding bug
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-03 James MolloyAddrspacecasts are no-ops on ARM.
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-01 Tim NorthoverARM: fix bug in -Oz stack adjustment folding
2013-11-26 Tim NorthoverDarwin-ARM: use movw/movt for static relocations
2013-11-25 Amara Emerson[ARM] Enable FeatureMP for Cortex-A5 by default.
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-11-22 Tim NorthoverARM: use CHECK-LABEL on a test.
2013-11-22 Richard BartonAdd support for Cortex-A12.
2013-11-21 Artyom Skrobov[ARM] add the overlooked tests for Cortex-A7 build...
2013-11-18 NAKAMURA Takumi[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak...
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-14 Tim NorthoverARM: produce friendly error for invalid inline asm
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-11-12 Bradley Smith[ARM] Add support for FP_HP_extension build attribute
2013-11-08 Quentin Colombet[VirtRegMap] Fix for PR17825. Do not ignore noreturn...
2013-11-08 Tim NorthoverARM: fold prologue/epilogue sp updates into push/pop...
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-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-25 Tim NorthoverARM: don't expand atomicrmw inline on Cortex-M0
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-24 Jim GrosbachARM: Test r193381 a bit more thoroughly.
2013-10-24 Jim GrosbachARM: Tweak usage of '*vfp' compiler_rt functions.
2013-10-24 Tim NorthoverARM: Use non-VFP softcalls on embedded Darwinish targets
2013-10-17 David Peixotto17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_...
2013-10-16 Rafael EspindolaPort to FileCheck.
2013-10-15 Manman RenStruct byval: fix a copy-paste error for thumb2.
2013-10-14 Will DietzMachineSink: Fix and tweak critical-edge breaking heuri...
2013-10-14 Bernard OgdenAdd Cortex-A57 support
2013-10-14 Bernard OgdenAdd subtarget feature support for Cortex-A53
2013-10-11 Matthias BraunRemove kill flags after if conversion if necessary
2013-10-11 Matthias BraunRevert "Tests: Be less dependent on a specific schedule...
2013-10-11 Amara Emerson[ARM] Fix FP ABI attributes with no VFP enabled.
2013-10-11 Matthias BraunTests: Be less dependent on a specific schedule/regalloc
2013-10-11 Amara Emerson[ARM] Add a test case for disabled neon/fpu features.
2013-10-10 Matthias BraunTests: Use CHECK-LABEL where possible
2013-10-10 Tim NorthoverARM: correct liveness flags during ARMLoadStoreOpt
2013-10-07 Manman RenStruct byval: use the correct alignment for loads gener...
next