index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
IR
/
ConstantFold.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ConstantFold: Handle gep nonnull, undef as well
Daniel Berlin
2017-05-08
1
-3
/
+4
*
ConstantFold: Fold getelementptr (i32, i32* null, i64 undef) to null.
Daniel Berlin
2017-05-08
1
-1
/
+2
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-1
/
+1
*
Fix constant folding of fp2int to large integers
Simon Pilgrim
2017-03-19
1
-5
/
+4
*
[ConstantFold] vector div/rem with any zero element in divisor is undef
Sanjay Patel
2017-03-09
1
-4
/
+9
*
[ConstantFold] Fix defect in constant folding computation for GEP
Javed Absar
2017-03-08
1
-1
/
+2
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-7
/
+7
*
IR: Move NumElements field from {Array,Vector}Type to SequentialType.
Peter Collingbourne
2016-12-02
1
-7
/
+2
*
IR: Change PointerType to derive from Type rather than SequentialType.
Peter Collingbourne
2016-12-02
1
-7
/
+1
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-21
/
+12
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-23
/
+32
*
[IR] Clang-format my previous commit. NFCI.
Davide Italiano
2016-10-28
1
-2
/
+2
*
[ConstantFold] Get the correct vector type when folding a getelementptr.
Davide Italiano
2016-10-28
1
-6
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[ConstantFold] Don't incorrectly infer inbounds on array GEP
David Majnemer
2016-07-13
1
-42
/
+59
*
[ConstantFold] NFC cleanup after previous change.
Adam Nemet
2016-05-26
1
-40
/
+39
*
[ConstantFold] Fix incorrect index rewrites for GEPs
Adam Nemet
2016-05-26
1
-1
/
+1
*
Fix constant folding of addrspacecast of null
Matt Arsenault
2016-05-21
1
-1
/
+2
*
[ConstantFold] Don't try to strip fp -> int bitcasts to simplify icmps
Hal Finkel
2016-05-04
1
-0
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
fix documentation comments; NFC
Sanjay Patel
2016-04-05
1
-39
/
+34
*
Don't fold double constant to an integer if dest type not integral
Teresa Johnson
2016-04-04
1
-0
/
+4
*
[InstCombine] Ensure all undef operands are handled before binary instruction...
Simon Pilgrim
2016-03-21
1
-2
/
+16
*
Strip trailing whitespace.
Simon Pilgrim
2016-03-10
1
-66
/
+66
*
IR: Make the X / undef -> undef fold match the comment
Justin Bogner
2016-02-25
1
-1
/
+1
*
[ConstantFolding] Reduce APInt and APFloat copying.
Benjamin Kramer
2016-02-13
1
-7
/
+7
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-19
/
+3
*
Fix constant folding of constant vector GEPs with undef or null as pointer ar...
Manuel Jacob
2016-01-19
1
-9
/
+13
*
Rename Variable `Ptr` to `PtrTy`. NFC.
Manuel Jacob
2016-01-19
1
-6
/
+6
*
Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
Craig Topper
2015-12-15
1
-4
/
+7
*
[ConstantFold] Fix bitcast to gep constant folding transform.
David Majnemer
2015-12-14
1
-1
/
+1
*
Remove roundingMode argument in APFloat::mod
Stephen Canon
2015-09-21
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2015-09-12
1
-4
/
+4
*
Add comment as follow up to r245712
David Blaikie
2015-08-21
1
-0
/
+1
*
Remove an unnecessary use of pointee types introduced in r194220
David Blaikie
2015-08-21
1
-3
/
+2
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-5
/
+5
*
Refix a use of explicit pointer types in GEP constant folding
David Blaikie
2015-06-12
1
-4
/
+4
*
[ConstantFold] Don't skip the first gep index when folding geps
David Majnemer
2015-06-04
1
-3
/
+3
*
[opaque pointer type] Pass explicit pointee type in another case of GEP const...
David Blaikie
2015-05-21
1
-1
/
+1
*
As r237678 was reverted, this is no longer needed.
Yaron Keren
2015-05-19
1
-2
/
+1
*
Fix Visual C++ errors C2784, C2780, C2782 after r237678.
Yaron Keren
2015-05-19
1
-1
/
+2
*
[opaque pointer type] Use GlobalVariable::getValueType rather than accessing ...
David Blaikie
2015-05-13
1
-1
/
+1
*
[opaque pointer type] Constant Folding: Use GEPOperator to access the pointee...
David Blaikie
2015-05-13
1
-2
/
+2
*
Recommit r236670: [opaque pointer type] Pass explicit pointer type through GE...
David Blaikie
2015-05-07
1
-7
/
+23
*
Revert "[opaque pointer type] Pass explicit pointer type through GEP constant...
David Blaikie
2015-05-06
1
-23
/
+7
*
[opaque pointer type] Pass explicit pointer type through GEP constant folding
David Blaikie
2015-05-06
1
-7
/
+23
*
Constfold insertelement to undef when index is out-of-bounds
Pawel Bylica
2015-04-27
1
-7
/
+14
*
Correct extractelement constant folding
Pawel Bylica
2015-04-24
1
-3
/
+2
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-9
/
+9
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-2
/
+4
[prev]
[next]