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
*
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
*
Don't promote asynch EH invokes of nounwind functions to calls
Reid Kleckner
2015-02-11
1
-1
/
+2
*
Move EH personality type classification to Analysis/LibCallSemantics.h
Reid Kleckner
2015-01-28
1
-28
/
+14
*
[PM] Port instcombine to the new pass manager!
Chandler Carruth
2015-01-24
1
-35
/
+64
*
[PM] Rename InstCombine.h to InstCombineInternal.h in preparation for
Chandler Carruth
2015-01-22
1
-1
/
+1
*
[PM] Refactor the InstCombiner interface to use an external worklist.
Chandler Carruth
2015-01-21
1
-196
/
+195
*
[PM] Simplify (ha! ha!) the way that instcombine calls the
Chandler Carruth
2015-01-21
1
-6
/
+0
*
[PM] Replace an abuse of inheritance to override a single function with
Chandler Carruth
2015-01-21
1
-20
/
+4
*
[PM] Separate the InstCombiner from its pass.
Chandler Carruth
2015-01-20
1
-39
/
+75
*
[PM] Move the LoopInfo analysis pointer into the InstCombiner class
Chandler Carruth
2015-01-20
1
-3
/
+3
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-1
/
+2
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-8
/
+7
*
Reapply: [InstCombine] Fix visitSwitchInst to use right operand types for sub...
Bruno Cardoso Lopes
2014-12-19
1
-3
/
+10
[next]