Fix thumbv4t indirect calls
[oota-llvm.git] / test / CodeGen / AArch64 /
2014-12-03 Tim NorthoverAArch64: fix wrong-endian parameter passing.
2014-12-02 Tim NorthoverAArch64: strengthen Darwin ABI alignment assumptions
2014-12-02 Tim NorthoverAArch64: don't be too greedy when folding :lo12: access...
2014-12-02 Lang Hames[AArch64][Stackmaps] Optimize stackmap shadows on AArch64.
2014-12-02 Ahmed Bougacha[MachineCSE] Clear kill-flag on registers imp-def'd...
2014-12-02 Tim NorthoverAArch64: make register block rules apply to vector...
2014-12-01 Ahmed Bougacha[AArch64] Don't combine "select (setcc i1 LHS, RHS...
2014-12-01 Ahmed Bougacha[AArch64] Fix v2i8->i16 bitcast legalization.
2014-12-01 Ahmed Bougacha[MachineVerifier] Accept a MBB with a single landing...
2014-11-27 Tim NorthoverAArch64: treat [N x Ty] as a block during procedure...
2014-11-26 Will NewtonUpdate AArch64 ELF relocations to ABI 1.0
2014-11-25 Juergen Ributzka[FastISel][AArch64] Fix and extend the tbz/tbnz pattern...
2014-11-21 Hao LiuDAGCombiner: Allow the DAGCombiner to combine multiple...
2014-11-19 Hao Liu[AArch64] Enable SeparateConstOffsetFromGEP, EarlyCSE...
2014-11-19 Weiming Zhao[Aarch64] Customer lowering of CTPOP to SIMD should...
2014-11-18 Chad Rosier[FastISel][AArch64] Also allow folding of sign-/zero...
2014-11-18 Chad Rosier[FastISel][AArch64] Also allow folding of sign-/zero...
2014-11-18 Juergen Ributzka[FastISel][AArch64] Follow-up fix for "Fix shift-immedi...
2014-11-18 Juergen Ributzka[FastISel][AArch64] Fix shift-immediate emission for...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Don't bail during simple GEP instru...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Optimize select when one of the...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Fold the cmp into the select when...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Extend 'select' lowering to support...
2014-11-11 Juergen Ributzka[FastISel][AArch64] Add support for fabs intrinsic.
2014-11-10 Juergen Ributzka[AArch64][FastISel] Fix kill flags for integer extends.
2014-11-07 Ahmed Bougacha[AArch64] Keep flags on condition vreg when instantiati...
2014-11-04 Juergen Ributzka[AArch64] Use the correct register class for ORR.
2014-11-04 Arnaud A. de Grand... [PBQP] Callee saved regs should have a higher cost...
2014-11-04 Benjamin KramerAArch64: Pattern match integer vector abs like we do...
2014-11-03 Oliver Stannard[AArch64] Fix miscompile of comparison with 0xfffffffff...
2014-10-31 Chad Rosier[AArch64] CondOpt pass is missing FCMP instructions...
2014-10-31 Hao LiuPR20557: Fix the bug that bogus cpu parameter crashes...
2014-10-30 Ahmed Bougacha[SelectionDAG] When scalarizing trunc, don't assert...
2014-10-30 Louis GerbargFix incorrect invariant check in DAG Combine
2014-10-28 Tim NorthoverAArch64: enable Cortex-A57 FP balancing on Cortex-A53.
2014-10-27 Juergen Ributzka[FastISel][AArch64] Emit immediate version of icmp...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Optimize compare-and-branch for...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Use 'cbz' also for null values...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Don't fold the 'and' instruction...
2014-10-27 Juergen Ributzka[FastISel][AArch64] Fix load/store with frame indices.
2014-10-24 Oliver Stannard[AArch64] Fix fast-isel of cbz of i1, i8, i16
2014-10-24 Ahmed BougachaMake test for r220533 more robust by using GPR pattern.
2014-10-23 Ahmed Bougacha[SelectionDAG] Teach the vector scalarizer about FP...
2014-10-22 Arnaud A. de Grand... [AArch64] Cleanup A57PBQPConstraints
2014-10-21 Arnaud A. de Grand... [PBQP] Teach PassConfig to tell if the default register...
2014-10-21 Arnaud A. de Grand... [PBQP] Add a testcase for r220302: Fix coalescing benefits
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-21 Rafael EspindolaMake this test a bit more strict.
2014-10-20 Gerolf Hoflehner[AArch64] test case for compfail fixed by r219748
2014-10-17 James Molloy[AArch64] Fix a silent codegen fault in BUILD_VECTOR...
2014-10-16 Juergen Ributzka[AArch64] Fix miscompile of sdiv-by-power-of-2.
2014-10-15 Juergen RibutzkaReapply "[FastISel][AArch64] Add custom lowering for...
2014-10-15 Juergen RibutzkaRevert "[FastISel][AArch64] Add custom lowering for...
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-14 Juergen Ributzka[FastISel][AArch64] Add custom lowering for GEPs.
2014-10-14 Juergen Ributzka[FastISel][AArch64] Fix sign-/zero-extend folding when...
2014-10-14 Bradley Smith[AArch64] Fix crash with empty/pseudo-only blocks in...
2014-10-14 Hao Liu[AArch64]Select wide immediate offset into [Base+XReg...
2014-10-13 Bradley Smith[AArch64] Add workaround for Cortex-A53 erratum (835769)
2014-10-12 NAKAMURA Takumillvm/test/CodeGen: Some tests don't REQUIRE asserts...
2014-10-08 Chad Rosier[AArch64] Generate vector signed/unsigned mul and mla...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Teach the address computation code...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Teach the address computation to...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Fix "Fold sign-/zero-extends into...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Jingyue WuRevert r216862 due to a performance regression
2014-10-01 Asiri RathnayakeAdd missing natual vector cast.
2014-09-30 Juergen RibutzkaRecommit r218010 [FastISel][AArch64] Fold bit test...
2014-09-30 Juergen Ributzka[FastISel][AArch64] Fold sign-/zero-extends into the...
2014-09-27 James Molloy[AArch64] Redundant store instructions should be remove...
2014-09-26 David XuRevert patch of r218493, delete the test case
2014-09-26 David XuRedundant store instructions should be removed as dead...
2014-09-22 Juergen Ributzka[FastISel][AArch64] Also allow folding of sign-/zero...
2014-09-19 Juergen Ributzka[FastIsel][AArch64] Fix a think-o in address computation.
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-09-18 Juergen RibutzkaRevert "[FastISel][AArch64] Fold bit test and branch...
2014-09-18 Juergen RibutzkaFix previous commit: [FastISel][AArch64] Simplify XALU...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Simplify XALU multiplies.
2014-09-18 Juergen Ributzka[FastISel][AArch64] Followup commit for 218031 to handl...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Try to fold the offset into the...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Fold 'AND' instruction during the...
2014-09-18 Juergen Ributzka[FastISel][AArch64] Fold bit test and branch into TBZ...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Custom lower sdiv by power-of-2.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Simplify mul to shift when possible.
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold mul into add/sub and logical...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold mul into the address computati...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Fold compare with zero and branch...
2014-09-17 Juergen Ributzka[FastISel][AArch64] Improve branch selection to support...
2014-09-16 Juergen Ributzka[FastISel][AArch64] Add vector support to argument...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add missing test case for previous...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Lower sin/cos/pow to runtime lib...
2014-09-15 Juergen Ributzka[FastISel][AArch64] Add lowering support for frem.
2014-09-15 Juergen Ributzka[FastISel][AArch64] Improve floating-point compare...
2014-09-13 Juergen Ributzka[FastISel][AArch64] Add support for non-native types...
2014-09-12 Chad Rosier[AArch64] Enable post-RA MI scheduler.
next