GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
IR
/
ConstantRangeTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC][ConstantRange] Add 'icmp' helper method
Roman Lebedev
2021-04-10
1
-1
/
+48
*
Revert "[NFC][ConstantRange] Add 'icmp' helper method"
Roman Lebedev
2021-04-10
1
-48
/
+1
*
[NFC][ConstantRange] Add 'icmp' helper method
Roman Lebedev
2021-04-10
1
-1
/
+48
*
[ConstantRange] Handle wrapping ranges in min/max (PR48643)
Nikita Popov
2021-02-20
1
-6
/
+39
*
[ConstantRange] Handle wrapping range in binaryNot()
Nikita Popov
2021-02-20
1
-5
/
+3
*
[ConstantRangeTest] Print detailed information on failure (NFC)
Nikita Popov
2021-02-20
1
-14
/
+27
*
[ConstantRangeTest] Make exhaustive testing more principled (NFC)
Nikita Popov
2021-02-20
1
-230
/
+209
*
Fix gcc braces warning. NFCI.
Simon Pilgrim
2020-11-04
1
-1
/
+2
*
Revert "[NFCI][IR] ConstantRangeTest: add basic scaffolding for next-gen prec...
Reid Kleckner
2020-09-24
1
-88
/
+2
*
[NFCI][IR] ConstantRangeTest: add basic scaffolding for next-gen precision/co...
Roman Lebedev
2020-09-25
1
-2
/
+88
*
[NFCI][IR] ConstantRangeTest: refactor operation range gatherers
Roman Lebedev
2020-09-25
1
-140
/
+137
*
[ConstantRange] Introduce getMinSignedBits() method
Roman Lebedev
2020-09-22
1
-0
/
+26
*
[ConstantRange] Introduce getActiveBits() method
Roman Lebedev
2020-09-22
1
-0
/
+27
*
[ConstantRange] binaryXor(): special-case binary complement case - the result...
Roman Lebedev
2020-09-22
1
-0
/
+18
*
[ConstantRange] Support abs with poison flag
Nikita Popov
2020-07-30
1
-23
/
+39
*
[ConstantRange] Add initial support for binaryXor.
Florian Hahn
2020-03-24
1
-0
/
+16
*
[ConstantRange] Respect destination bitwidth for cast results.
Florian Hahn
2019-12-27
1
-0
/
+22
*
[ConstantRange] Add umul_sat()/smul_sat() methods
Roman Lebedev
2019-11-08
1
-0
/
+16
*
[ConstantRange] Add `ushl_sat()`/`sshl_sat()` methods.
Roman Lebedev
2019-11-08
1
-0
/
+16
*
[ConstantRange] Add `subWithNoWrap()` method
Roman Lebedev
2019-11-07
1
-0
/
+28
*
[ConstantRange] TestAddWithNo*WrapExhaustive: check that all overflow means e...
Roman Lebedev
2019-11-07
1
-0
/
+13
*
[ConstantRange] makeGuaranteedNoWrapRegion(): `shl` support
Roman Lebedev
2019-10-20
1
-0
/
+78
*
[ConstantRange] Optimize nowrap region test, remove redundant tests; NFC
Nikita Popov
2019-10-20
1
-103
/
+23
*
[ConstantRange] [NFC] replace addWithNoSignedWrap with addWithNoWrap.
Chen Zheng
2019-10-08
1
-26
/
+0
*
[ConstantRange] add helper function addWithNoWrap().
Chen Zheng
2019-09-30
1
-0
/
+256
*
[ConstantRange] Add sdiv() support
Nikita Popov
2019-06-03
1
-0
/
+58
*
[ValueTracking][ConstantRange] Distinguish low/high always overflow
Nikita Popov
2019-05-28
1
-22
/
+43
*
[ConstantRange] Add srem() support
Nikita Popov
2019-05-06
1
-8
/
+91
*
Fix compilation warnings when compiling with GCC 7.3
Alexandre Ganea
2019-05-06
1
-0
/
+1
*
[ConstantRange] Add makeExactNoWrapRegion()
Nikita Popov
2019-04-28
1
-2
/
+10
*
[ConstantRange] Add abs() support
Nikita Popov
2019-04-26
1
-0
/
+26
*
[ConstantRange] [a, b) udiv a full range is [0, umax(b)).
Florian Hahn
2019-04-25
1
-0
/
+10
*
[ConstantRange] Add urem support
Nikita Popov
2019-04-23
1
-8
/
+54
*
[ConstantRangeTest] Move helper methods; NFC
Nikita Popov
2019-04-23
1
-54
/
+54
*
Revert "[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapRegion() NFC"
Nikita Popov
2019-04-22
1
-40
/
+40
*
[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapRegion() NFC
Nikita Popov
2019-04-22
1
-40
/
+40
*
[ConstantRange] Add saturating add/sub methods
Nikita Popov
2019-04-21
1
-0
/
+94
*
[ConstantRange] Simplify unittests after getSetSize was removed
Fangrui Song
2019-04-14
1
-28
/
+9
*
[ConstantRange] Fix unittest after rL358347
Fangrui Song
2019-04-14
1
-63
/
+60
*
[ConstantRange] Disallow NUW | NSW in makeGuaranteedNoWrapRegion()
Nikita Popov
2019-04-13
1
-106
/
+0
*
[ConstantRange] Clarify makeGuaranteedNoWrapRegion() guarantees; NFC
Nikita Popov
2019-04-12
1
-0
/
+70
*
[ConstantRange] Add unsignedMulMayOverflow()
Nikita Popov
2019-04-11
1
-0
/
+12
*
[ConstantRangeTest] Fix typos in test names; NFC
Nikita Popov
2019-04-11
1
-4
/
+4
*
[ConstantRange] Add signed/unsigned unionWith()
Nikita Popov
2019-04-07
1
-0
/
+11
*
[ConstantRangeTest] Generalize intersection testing code; NFC
Nikita Popov
2019-04-07
1
-8
/
+17
*
[ConstantRange] Add unsigned and signed intersection types
Nikita Popov
2019-04-07
1
-8
/
+47
*
[ConstantRange] Add isAllNegative() and isAllNonNegative() methods
Nikita Popov
2019-04-07
1
-15
/
+52
*
[ConstantRange] Shl considers full-set shifting to last bit position.
Marcello Maggioni
2019-04-07
1
-0
/
+6
*
[ConstantRangeTest] Add exhaustive intersectWith() test
Nikita Popov
2019-03-27
1
-59
/
+156
*
[ConstantRange] Add isWrappedSet() and isUpperSignWrapped()
Nikita Popov
2019-03-27
1
-5
/
+28
[next]