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
/
Scalar
/
LoopUnswitch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix use after free
Xin Tong
2017-01-06
1
-1
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-7
/
+20
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-20
/
+7
*
[Loop Unswitch] Patch to selective unswitch only the reachable branch instruc...
Abhilash Bhandari
2016-11-25
1
-1
/
+36
*
Cleanup : Use metadata preserving API for branch creation
Xinliang David Li
2016-09-03
1
-9
/
+4
*
Possible fix of test failures on win bots
Xinliang David Li
2016-08-23
1
-3
/
+3
*
[Profile] refactor meta data copying/swapping code
Xinliang David Li
2016-08-23
1
-37
/
+8
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Preserve the assumption cache more often
David Majnemer
2016-08-16
1
-6
/
+7
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-10
/
+8
*
[LoopUnswitch] Unswitch on conditions feeding into guards
Sanjoy Das
2016-06-26
1
-7
/
+33
*
[LoopUnswitch] Avoid exponential behavior
Sanjoy Das
2016-06-25
1
-4
/
+22
*
Disable MSan-hostile loop unswitching.
Evgeniy Stepanov
2016-06-10
1
-0
/
+18
*
[LoopUnroll] Unroll loops which have exit blocks to EH pads
David Majnemer
2016-05-03
1
-0
/
+5
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC
Duncan P. N. Exon Smith
2016-04-07
1
-1
/
+1
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-14
/
+4
*
LoopPass: Simplify the API for adding a new loop. NFC
Justin Bogner
2015-10-22
1
-5
/
+4
*
[LoopUnswitch] Correct misleading comments.
Chen Li
2015-10-14
1
-2
/
+1
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-9
/
+11
*
Generalize convergent check to handle invokes as well as calls.
Owen Anderson
2015-10-09
1
-4
/
+4
*
Teach LoopUnswitch not to perform non-trivial unswitching on loops containing...
Owen Anderson
2015-10-09
1
-0
/
+14
*
[LoopUnswitch] Add block frequency analysis to recognize hot/cold regions
Chen Li
2015-09-29
1
-0
/
+48
*
[LoopUnswitch] Require DominatorTree info.
Michael Zolotukhin
2015-09-22
1
-11
/
+7
*
Fix UB: can't bind a reference to nullptr (NFC)
Mehdi Amini
2015-09-21
1
-1
/
+1
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
[LoopUnswitch] Check OptimizeForSize before traversing over all basic blocks ...
Chen Li
2015-08-13
1
-7
/
+6
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-08-11
1
-39
/
+34
*
fix 80-cols; NFC
Sanjay Patel
2015-08-11
1
-19
/
+22
*
[LoopUnswitch] Preserve make.implicit metadata for unswitched conditions
Chen Li
2015-08-05
1
-0
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
[LoopUnswitch] Improve loop unswitch pass to find trivial unswitch conditions...
Chen Li
2015-07-25
1
-20
/
+60
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-2
/
+1
*
[LoopUnswitch] Code refactoring to separate trivial loop unswitch and non-tri...
Chen Li
2015-07-22
1
-96
/
+112
*
[LoopUnswitch] Add an else clause to IsTrivialUnswitchCondition() when checki...
Chen Li
2015-07-15
1
-1
/
+2
*
This change fixes three bugs in loop unswitching. This change causes an 81% s...
Mark Heffernan
2015-06-23
1
-40
/
+65
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fix PR13851: Preserve metadata for the unswitched branch
Weiming Zhao
2015-06-23
1
-20
/
+67
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+3
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-3
/
+1
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+2
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-4
/
+5
*
Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
2015-01-28
1
-10
/
+3
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
1
-3
/
+3
*
[PM] Cleanup a dead option to critical edge splitting that I noticed
Chandler Carruth
2015-01-19
1
-3
/
+1
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
1
-2
/
+5
[prev]
[next]