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
*
[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
*
Revert commits r237521 and r237520.
James Molloy
2015-05-16
1
-16
/
+1
*
Reapply r237453 with a fix for the test timeouts.
James Molloy
2015-05-16
1
-1
/
+16
*
Revert "Canonicalize min/max expressions correctly."
James Molloy
2015-05-15
1
-16
/
+1
*
Canonicalize min/max expressions correctly.
James Molloy
2015-05-15
1
-1
/
+16
*
[opaque pointer type] Track explicit GEP pointee type through in-memory IR
David Blaikie
2015-05-05
1
-0
/
+1
*
Limiting gep merging to fix the performance problem described in
Wei Mi
2015-04-21
1
-0
/
+5
*
Revert r235451 since it is attached to a wrong Differential Revision. Sorry.
Wei Mi
2015-04-21
1
-5
/
+0
*
Limiting gep merging to fix the performance problem described in
Wei Mi
2015-04-21
1
-0
/
+5
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
1
-19
/
+22
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-1
/
+1
*
Constrain the type of a parameter now that callers without this constraint ha...
David Blaikie
2015-03-27
1
-4
/
+2
*
Opaque Pointer Types: GEP API migrations to specify the gep type explicitly
David Blaikie
2015-03-24
1
-11
/
+19
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[InstCombine] Don't fold a GEP into itself through a PHI node
Daniel Jasper
2015-03-19
1
-0
/
+13
*
[opaque pointer type] more gep API migration
David Blaikie
2015-03-14
1
-6
/
+9
*
If a conditional branch jumps to the same target, remove the condition
Philip Reames
2015-03-10
1
-0
/
+9
*
Fix a crash in InstCombine where we could try to truncate a switch comparison...
Owen Anderson
2015-03-10
1
-1
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-96
/
+84
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-13
/
+10
*
[InstCombine] Do not insert a GEP instruction before a landingpad instruction.
Akira Hatanaka
2015-02-18
1
-4
/
+4
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
[next]