| Commit message (Expand) | Author | Age | Files | Lines |
* | * cgraph.h: Flatten. Remove all include files. | amacleod | 2014-10-28 | 1 | -0/+4 |
* | 2014-10-27 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-27 | 1 | -0/+9 |
* | gcc/ | rsandifo | 2014-10-22 | 1 | -4/+1 |
* | [ARM] Add missing '\' in macro define. | jiwang | 2014-10-22 | 1 | -1/+1 |
* | [ARM] Add ACLE 2.0 predefined marco __ARM_FEATURE_IDIV | jiwang | 2014-10-22 | 1 | -1/+4 |
* | 2014-10-16 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-16 | 1 | -0/+5 |
* | [PATCH][ARM] Disable store_minmaxsi pattern for arm_restrict_i | ktkachov | 2014-10-01 | 1 | -1/+1 |
* | 2014-09-30 Terry Guo <terry.guo@arm.com> | xguo | 2014-09-30 | 7 | -13/+29 |
* | 2014-09-22 Zhenqiang Chen <zhenqiang.chen@arm.com> | zqchen | 2014-09-22 | 1 | -10/+11 |
* | [ARM] Fix insn type of movmisalign neon load pattern. | ktkachov | 2014-09-18 | 1 | -1/+1 |
* | Disallow -mfpu=neon for unsuitable architectures. | ams | 2014-09-17 | 1 | -0/+3 |
* | Fix PR target/63209. | davidxl | 2014-09-10 | 1 | -2/+8 |
* | single_set takes an insn | dmalcolm | 2014-09-09 | 2 | -8/+9 |
* | recog_memoized works on an rtx_insn * | dmalcolm | 2014-09-09 | 2 | -13/+13 |
* | [ARM] Enable auto-vectorization for copysignf | jiwang | 2014-09-09 | 3 | -7/+60 |
* | [ARM][7/7] Convert FP mnemonics to UAL | f{ld,st}m -> v{ld,st}m | ktkachov | 2014-09-09 | 4 | -5/+13 |
* | [ARM][6/7] Convert FP mnemonics to UAL | movcc_vfp (fmstat) | ktkachov | 2014-09-09 | 1 | -1/+1 |
* | [ARM][5/7] Convert FP mnemonics to UAL | sqrt and FP compare patterns | ktkachov | 2014-09-09 | 1 | -10/+13 |
* | [ARM][4/7] Convert FP mnemonics to UAL | vcvt patterns | ktkachov | 2014-09-09 | 1 | -10/+10 |
* | [3/7] Convert FP mnemonics to UAL | mul+add patterns | ktkachov | 2014-09-09 | 1 | -12/+12 |
* | [ARM][2/7] Convert FP mnemonics to UAL | add/sub/div/abs patterns. | ktkachov | 2014-09-09 | 1 | -10/+10 |
* | [ARM][1/7] Convert FP mnemonics to UAL | mov patterns. | ktkachov | 2014-09-09 | 3 | -106/+85 |
* | Remove no-longer-needed fp-bit target macros. | jsm28 | 2014-09-08 | 1 | -3/+0 |
* | [ARM/AArch64] Add scheduling info for ARMv8-A FPU new instructions in Cortex-... | ktkachov | 2014-09-05 | 1 | -1/+2 |
* | [ARM/AArch64] Schedule alu_ext for Cortex-A53. | ktkachov | 2014-09-05 | 1 | -1/+1 |
* | PR target/55701 | amker | 2014-09-05 | 3 | -18/+594 |
* | * config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint. | amker | 2014-09-05 | 1 | -1/+1 |
* | * config/arm/arm.c (output_move_neon): Handle REG explicitly. | amker | 2014-09-05 | 1 | -8/+15 |
* | use rtx_code_label more | tbsaunde | 2014-09-03 | 1 | -3/+3 |
* | [2/2] Vectorise lroundf, lfloorf, lceilf using the new ARMv8-A vcvt* instruct... | ktkachov | 2014-09-02 | 4 | -0/+59 |
* | [ARM][1/2] Implement lceil, lfloor, lround optabs with new ARMv8-A instructions. | ktkachov | 2014-09-02 | 2 | -0/+24 |
* | NEXT_INSN and PREV_INSN take a const rtx_insn | dmalcolm | 2014-08-28 | 1 | -7/+7 |
* | Use rtx_insn for various target.def hooks | dmalcolm | 2014-08-27 | 1 | -6/+6 |
* | Fix ARM ICE for register var asm ("pc") (PR target/60606). | jsm28 | 2014-08-26 | 1 | -0/+6 |
* | Strengthen haifa_sched_info callbacks and 3 scheduler hooks | dmalcolm | 2014-08-25 | 1 | -6/+6 |
* | config/arm: Use rtx_insn and rtx_code_label | dmalcolm | 2014-08-25 | 2 | -46/+51 |
* | IPA C++ refactoring 4/N | marxin | 2014-08-25 | 1 | -1/+1 |
* | 2014-08-20 Terry Guo <terry.guo@arm.com> | xguo | 2014-08-20 | 1 | -1/+1 |
* | Make tablejump_p accept a rtx_jump_table_data ** | dmalcolm | 2014-08-19 | 1 | -4/+4 |
* | ChangeLog: | zqchen | 2014-08-14 | 1 | -0/+4 |
* | Fix PR target/61413 | ramana | 2014-08-12 | 1 | -2/+2 |
* | Fix PR target/62098 | ramana | 2014-08-12 | 1 | -6/+4 |
* | [ARM] Delete f_sels, f_seld types, use fcsel instead. | ktkachov | 2014-08-07 | 2 | -4/+1 |
* | 2014-08-07 Marat Zakirov <m.zakirov@samsung.com> | mzakirov | 2014-08-07 | 1 | -2/+2 |
* | 2014-08-07 Marat Zakirov <m.zakirov@samsung.com> | mzakirov | 2014-08-07 | 2 | -4/+4 |
* | gcc/ | kugan | 2014-08-07 | 1 | -3/+3 |
* | [ARM/AArch64] Add CRC32 scheduling information to Cortex-A53 and Cortex-A57. | ktkachov | 2014-08-05 | 2 | -2/+5 |
* | [ARM] Adjust clz, rbit and rev patterns for -mrestrict-it. | ktkachov | 2014-08-05 | 1 | -0/+4 |
* | PR target/61948 | cbaylis | 2014-07-31 | 1 | -2/+6 |
* | Fix Thumb2 testsuite fallout. | ramana | 2014-07-30 | 1 | -1/+1 |