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
/
test
/
Transforms
/
InstCombine
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
129
-854
/
+854
*
[InstCombine/PowerPC] Convert aligned QPX load/store intrinsics into loads/st...
Hal Finkel
2015-02-26
1
-0
/
+162
*
[InstCombine] Add a test for altivec load/store intrinsic simplification
Hal Finkel
2015-02-26
1
-0
/
+131
*
InstCombine: extract instead of shuffle when performing vector/array type pun...
JF Bastien
2015-02-25
1
-0
/
+137
*
[IC] Turn non-null MD on pointer loads to range MD on integer loads.
Charles Davis
2015-02-25
1
-4
/
+12
*
New instcombine rule: max(~a,~b) -> ~min(a, b)
Sanjoy Das
2015-02-24
1
-0
/
+68
*
[InstCombine] Remove unnecessary variable indexing into single-element arrays
Hal Finkel
2015-02-20
2
-5
/
+51
*
[InstCombine] Do not insert a GEP instruction before a landingpad instruction.
Akira Hatanaka
2015-02-18
1
-0
/
+44
*
InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val))
Mehdi Amini
2015-02-16
1
-0
/
+110
*
Tests: reformat sitofp.ll and use FileCheck
Mehdi Amini
2015-02-16
1
-20
/
+39
*
InstCombine: propagate deref via new addDereferenceableAttr
Ramkumar Ramachandra
2015-02-14
1
-0
/
+20
*
[InstCombine] When canonicalizing gep indices, prefer zext when possible
Philip Reames
2015-02-14
1
-0
/
+61
*
[InstCombine] Fix regression introduced at r227197.
Andrea Di Biagio
2015-02-13
1
-0
/
+27
*
[InstCombine] Fix a bug when combining `icmp` from `ptrtoint`
Michael Liao
2015-02-13
1
-1
/
+22
*
[IC] Fix a bug with the instcombine canonicalizing of loads and
Chandler Carruth
2015-02-13
1
-0
/
+19
*
InstCombine: Allow folding of xor into icmp by changing the predicate for vec...
Benjamin Kramer
2015-02-12
1
-0
/
+6
*
Revert r228556: InstCombine: propagate nonNull through assume
Chandler Carruth
2015-02-10
1
-37
/
+0
*
InstCombine: propagate nonNull through assume
Ramkumar Ramachandra
2015-02-09
1
-0
/
+37
*
InstCombine: Combine select sequences into a single select
Matthias Braun
2015-02-06
1
-0
/
+28
*
Move EH personality type classification to Analysis/LibCallSemantics.h
Reid Kleckner
2015-01-28
1
-0
/
+52
*
[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
Ahmed Bougacha
2015-01-27
6
-121
/
+155
*
[InstCombine] Teach how to fold a select into a cttz/ctlz with the 'is_zero_u...
Andrea Di Biagio
2015-01-27
2
-2
/
+304
*
[PM] Port instcombine to the new pass manager!
Chandler Carruth
2015-01-24
1
-0
/
+1
*
[canonicalize] Teach InstCombine to canonicalize loads which are only
Chandler Carruth
2015-01-22
2
-3
/
+53
*
InstCombine: Don't strip bitcasts off of callsites marked 'thunk'
David Majnemer
2015-01-21
1
-0
/
+11
*
For PR21145: recognise a builtin call to a known deallocation function even if
Richard Smith
2015-01-15
1
-4
/
+23
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
2
-6
/
+6
*
InstCombine: Don't take A-B<0 into A<B if A-B has other uses
David Majnemer
2015-01-14
1
-0
/
+15
*
[SimplifyLibCalls] Don't try to simplify indirect calls.
Ahmed Bougacha
2015-01-14
1
-0
/
+13
*
Fix fcmp + fabs instcombines when using the intrinsic
Matt Arsenault
2015-01-08
1
-0
/
+82
*
Fix using wrong intrinsic in test
Matt Arsenault
2015-01-06
1
-9
/
+9
*
Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
2015-01-06
1
-0
/
+454
*
InstCombine: Bitcast call arguments from/to pointer/integer type
David Majnemer
2015-01-06
2
-4
/
+43
*
InstCombine: match can find ConstantExprs, don't assume we have a Value
David Majnemer
2015-01-04
1
-0
/
+9
*
InstCombine: Detect when llvm.umul.with.overflow always overflows
David Majnemer
2015-01-02
1
-0
/
+13
*
InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
Sanjay Patel
2014-12-31
1
-0
/
+8
*
InstCombine: try to transform A-B < 0 into A < B
David Majnemer
2014-12-31
1
-0
/
+36
*
Carry facts about nullness and undef across GC relocation
Philip Reames
2014-12-29
1
-0
/
+52
*
Loading from null is valid outside of addrspace 0
Philip Reames
2014-12-29
1
-0
/
+20
*
InstCombine: Infer nuw for multiplies
David Majnemer
2014-12-26
2
-6
/
+18
*
InstCombe: Infer nsw for multiplies
David Majnemer
2014-12-26
1
-0
/
+12
*
[ValueTracking] Move GlobalAlias handling to be after the max depth check in ...
Michael Kuperstein
2014-12-23
1
-0
/
+24
*
This should have been part of r224676.
David Majnemer
2014-12-20
1
-2
/
+2
*
InstCombine: Squash an icmp+select into bitwise arithmetic
David Majnemer
2014-12-20
1
-0
/
+33
*
Reapply: [InstCombine] Fix visitSwitchInst to use right operand types for sub...
Bruno Cardoso Lopes
2014-12-19
1
-0
/
+30
*
use -0.0 when creating an fneg instruction
Sanjay Patel
2014-12-19
1
-1
/
+1
*
Revert "[InstCombine] Fix visitSwitchInst to use right operand types for sub ...
Bruno Cardoso Lopes
2014-12-19
1
-30
/
+0
*
[InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr
Bruno Cardoso Lopes
2014-12-19
1
-0
/
+30
*
Strength reduce intrinsics with overflow into regular arithmetic operations i...
Erik Eckstein
2014-12-17
1
-12
/
+91
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
11
-74
/
+74
[next]