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
/
Transforms
/
InstCombine
/
InstructionCombining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-1
/
+1
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-5
/
+5
*
InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2
Matthias Braun
2016-03-09
1
-9
/
+17
*
Reland r262337 "calculate builtin_object_size if arg is a removable pointer"
Petar Jovanovic
2016-03-09
1
-8
/
+25
*
Perform InstructioinCombiningPass before SampleProfile pass.
Dehao Chen
2016-03-01
1
-20
/
+0
*
Revert "calculate builtin_object_size if argument is a removable pointer"
Petar Jovanovic
2016-03-01
1
-19
/
+6
*
calculate builtin_object_size if argument is a removable pointer
Petar Jovanovic
2016-03-01
1
-6
/
+19
*
[AA] Preserve the AA results wrapper pass as well as BasicAA in a few
Chandler Carruth
2016-02-19
1
-0
/
+4
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-02-01
1
-31
/
+31
*
simplify; NFC
Sanjay Patel
2016-01-31
1
-8
/
+5
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
[InstCombine, SCCP] Consolidate code used to remove instructions
David Majnemer
2016-01-24
1
-18
/
+3
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-12
/
+11
*
[opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the sour...
Manuel Jacob
2016-01-17
1
-1
/
+1
*
[InstructionCombining] prepareICWorklistFromFunction halts in infinite loop w...
Chen Li
2016-01-04
1
-3
/
+2
*
Instcombine: destructor loads of structs that do not contains padding
Mehdi Amini
2015-12-15
1
-3
/
+4
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-1
/
+1
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
[InstCombine] fix propagation of fast-math-flags
Sanjay Patel
2015-11-24
1
-10
/
+5
*
use ternary ops; NFC
Sanjay Patel
2015-11-21
1
-8
/
+2
*
remove unnecessary temp variables; NFC
Sanjay Patel
2015-11-21
1
-4
/
+2
*
[EH] Keep filter clauses for types that have been caught.
Andrew Kaylor
2015-11-17
1
-4
/
+18
*
Fixed GEP visitor in the InstCombine pass.
Elena Demikhovsky
2015-11-15
1
-5
/
+10
*
[InstCombine] Don't RAUW tokens with undef
David Majnemer
2015-11-06
1
-2
/
+3
*
InstCombine: fix sinking of convergent calls
Fiona Glaser
2015-11-03
1
-0
/
+6
*
[InstCombine] Teach instcombine not to create extra PHI nodes when folding GEPs
Silviu Baranga
2015-10-26
1
-1
/
+6
*
Handle non-constant shifts in computeKnownBits, and use computeKnownBits for ...
Hal Finkel
2015-10-23
1
-0
/
+21
*
Use ArrayRef instead of pointer and size. NFC
Craig Topper
2015-10-22
1
-2
/
+1
*
InstCombine: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-16
/
+18
*
[WinEH] Recognize CoreCLR personality function
Joseph Tremoulet
2015-10-06
1
-0
/
+1
*
add ShouldChangeType() variant that takes bitwidths
Sanjay Patel
2015-09-21
1
-6
/
+15
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-09-21
1
-62
/
+57
*
typo; NFC
Sanjay Patel
2015-09-11
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-3
/
+6
*
use minSize wrapper; NFCI
Sanjay Patel
2015-08-18
1
-3
/
+1
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
[InstCombine] Don't try to sink EH pad instructions
David Majnemer
2015-08-08
1
-2
/
+2
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-2
/
+2
*
[InstCombine] Generalize sub of selects optimization to all BinaryOperators
David Majnemer
2015-07-14
1
-0
/
+27
*
[InstSimplify] Teach InstSimplify how to simplify extractvalue
David Majnemer
2015-07-13
1
-10
/
+3
*
[InstCombine] Employ AliasAnalysis in FindAvailableLoadedValue
Bjorn Steinbrink
2015-07-10
1
-5
/
+11
*
fix typo; NFC
Sanjay Patel
2015-06-23
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-4
/
+6
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-5
/
+5
*
[InstCombine] Don't eagerly propagate nsw for A*B+A*C => A*(B+C)
David Majnemer
2015-05-22
1
-3
/
+16
*
Reapply r237539 with a fix for the Chromium build.
James Molloy
2015-05-20
1
-1
/
+16
*
Revert r237539: "Reapply r237520 with another fix for infinite looping"
Hans Wennborg
2015-05-19
1
-16
/
+1
*
Reapply r237520 with another fix for infinite looping
James Molloy
2015-05-17
1
-1
/
+16
[next]