summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* even more range_of tweaksdevel/ssa-rangeAndrew Macleod2019-09-103-21/+12
* more grange/parameter cleanupsAndrew Macleod2019-09-104-124/+24
* range_of_grange tweaksAndrew Macleod2019-09-092-57/+8
* Move from grange c++ interface to gimple_range accessor interface remove...Andrew Macleod2019-09-058-385/+233
* pull range_of_ssa_nme out of range_of_expr, then combine get_tree_range with...Andrew Macleod2019-09-046-104/+120
* split ssa-ranger into stmt-ranger and cfg related stuff move get_tree_range a...Andrew Macleod2019-09-047-363/+349
* Move gimple_edge code ito grange remove switch cache...Andrew Macleod2019-09-049-332/+177
* Cleanups to bring branch more in line with trunk.Aldy Hernandez2019-08-2711-238/+153
* Pull in wide_int_binop_overflow into range-op.cc as wi_binop_overflow.Aldy Hernandez2019-08-271-11/+106
* New versions of wi_includes_zero_p and wi_zero_p in range-op.cc.Aldy Hernandez2019-08-271-24/+32
* Inline wide_int_range* into range-op.cc.Aldy Hernandez2019-08-263-188/+623
* remove old fortrsn boolean hackAndrew Macleod2019-08-231-5/+0
* Rename all uses of irange to value_range_base in range-op.*.Aldy Hernandez2019-08-223-555/+736
* Move range self tests to range-op.cc.Aldy Hernandez2019-08-222-518/+514
* Remove cast() from irange API and implement it in range-ops.Aldy Hernandez2019-08-229-181/+81
* Minor formatting fixes.Aldy Hernandez2019-08-213-4/+4
* Make range_operator::wi_fold protected.Aldy Hernandez2019-08-211-5/+5
* Implement new range-ops API.Aldy Hernandez2019-08-218-446/+444
* typeless undefineAldy Hernandez2019-08-1911-156/+175
* Rangeops reworkAndrew Macleod2019-08-198-1105/+1210
* Fix fallout from merge.Aldy Hernandez2019-08-182-2/+1
* Merge branch 'trunk-at-merge' into ranger-mergeAldy Hernandez2019-08-183162-101684/+216318
|\
| * Add type to VR_VARYING.Aldy Hernandez2019-08-168-89/+221
| * require trampolines for pr85044Alexandre Oliva2019-08-162-0/+3
| * i386/asm-4 test: use amd64's natural addressing mode on all OSsAlexandre Oliva2019-08-162-1/+4
| * use __builtin_alloca, drop non-standard alloca.hAlexandre Oliva2019-08-166-10/+15
| * Match ld besides collect2 in gcov testAlexandre Oliva2019-08-162-1/+7
| * address changeAlexandre Oliva2019-08-162-4/+8
| * Daily bump.GCC Administrator2019-08-161-1/+1
| * re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p...Thomas Koenig2019-08-1515-41/+202
| * PR c++/90393 - ICE with thow in ?:Jason Merrill2019-08-158-20/+85
| * i386: Separate costs of pseudo registers from hard registersH.J. Lu2019-08-154-537/+835
| * PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely2019-08-155-9/+126
| * Add r274540 to LOCAL_PATCHES.Martin Liska2019-08-152-0/+5
| * Reapply missing patch for libsanitizer.Martin Liska2019-08-152-0/+5
| * Remove TARGET_SETUP_INCOMING_VARARG_BOUNDSRichard Sandiford2019-08-157-62/+10
| * [libsanitizer] Fix PR bootstrap/91455Iain Sandoe2019-08-1512-977/+519
| * MSP430: Fix lines over 80 characters long in config/msp430/*.{c,h} filesJozef Lawrynowicz2019-08-156-82/+196
| * MSP430: Fix whitespace errors and incorrect indentation in config/msp430/*.{c...Jozef Lawrynowicz2019-08-155-870/+927
| * re PR target/91454 (ICE in get_attr_avx_partial_xmm_update, at config/i386/i3...Richard Biener2019-08-152-14/+30
| * Implement P0848R3, Conditionally Trivial Special Member Functions.Jason Merrill2019-08-159-20/+233
| * re PR tree-optimization/91445 (After memset, logical && operator produces fal...Richard Biener2019-08-152-0/+27
| * function.c (assign_parm_setup_reg): Handle misaligned stack arguments.Bernd Edlinger2019-08-152-1/+22
| * Clean up dead condition for operators in DCE.Martin Liska2019-08-152-16/+12
| * c-common.c (c_stddef_cpp_builtins): When the GIMPLE FE is enabled, define __S...Richard Biener2019-08-154-5/+14
| * * config/i386/i386.c (convertible_comparison_p): Fix argument declaration.Uros Bizjak2019-08-151-1/+1
| * i386-features.c (general_scalar_chain::convert_insn): Revert 2019-08-14 change.Uros Bizjak2019-08-152-12/+23
| * Enforce canonicalization in value_range.Aldy Hernandez2019-08-154-99/+247
| * Add missing check for BUILT_IN_MD (PR 91444)Richard Sandiford2019-08-152-1/+8
| * [AArch64] Add a aarch64_sve_mode_p queryRichard Sandiford2019-08-153-6/+17