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] 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
*
[ConstantFold] Don't fold ppc_fp128 <-> int bitcasts
Hal Finkel
2015-03-28
1
-2
/
+13
*
ConstantFold: Fix big shift constant folding
David Majnemer
2015-03-13
1
-21
/
+12
*
InstCombine: fix fold "fcmp x, undef" to account for NaN
Mehdi Amini
2015-03-09
1
-8
/
+18
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
ConstantFold: Properly fold GEP indices wider than i64
David Majnemer
2015-02-16
1
-18
/
+31
*
ConstantFold: Shifting undef by zero results in undef
David Majnemer
2014-12-18
1
-0
/
+9
*
ConstantFold: Clean up X * undef code
David Majnemer
2014-12-10
1
-6
/
+8
*
ConstantFold, InstSimplify: undef >>a x can be either -1 or 0, choose 0
David Majnemer
2014-12-10
1
-2
/
+3
*
ConstantFold: an undef shift amount results in undef
David Majnemer
2014-12-10
1
-13
/
+14
*
ConstantFold: div undef, 0 should fold to undef, not zero
David Majnemer
2014-12-10
1
-9
/
+19
*
ConstantFold: Zero-sized globals might land on top of another global
David Majnemer
2014-12-08
1
-3
/
+15
*
ConstantFold: Don't optimize comparisons with weak linkage objects
David Majnemer
2014-12-06
1
-1
/
+4
*
I didn't intend to commit this change.
David Majnemer
2014-12-06
1
-1
/
+1
*
InstSimplify: Optimize away useless unsigned comparisons
David Majnemer
2014-12-06
1
-1
/
+1
*
Return undef on FP <-> Int conversions that overflow (PR21330).
Sanjay Patel
2014-10-10
1
-5
/
+14
[next]