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
/
Utils
/
BasicBlockUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-17
/
+9
*
Reverting [JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
1
-14
/
+4
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
1
-4
/
+14
*
loop-rotate: eliminate duplicate debug intrinsics after splicing.
Adrian Prantl
2017-11-01
1
-1
/
+26
*
Revert r317105 to investigate bot breakage.
Adrian Prantl
2017-11-01
1
-23
/
+1
*
loop-rotate: eliminate duplicate debug intrinsics after splicing.
Adrian Prantl
2017-11-01
1
-1
/
+23
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
1
-10
/
+21
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-2
/
+2
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-2
/
+2
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-2
/
+2
*
[BasicBlockUtils] Check for nullptr before updating LoopInfo.
Michael Kruse
2017-03-06
1
-3
/
+4
*
[BasicBlockUtils] Use getFirstNonPHIOrDbg to set debugloc for instructions cr...
Taewook Oh
2017-02-14
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-24
/
+12
*
improve documentation comments; NFC
Sanjay Patel
2016-04-23
1
-111
/
+3
*
[LV] Preserve LoopInfo when store predication is used
Adam Nemet
2016-03-15
1
-5
/
+10
*
[PM] Port memdep to the new pass manager.
Chandler Carruth
2016-03-10
1
-2
/
+2
*
[SplitLandingPadPredecessors] Create a PHINode for the original landingpad on...
Chen Li
2016-01-06
1
-5
/
+11
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+5
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-3
/
+8
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-14
/
+13
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-2
/
+0
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-2
/
+0
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-3
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-2
/
+3
*
Let llvm::ReplaceInstWithInst copy debug location from old to new instruction.
Alexey Samsonov
2015-06-23
1
-2
/
+5
*
[BasicBlockUtils] Set debug locations for instructions created in SplitBlockP...
Alexey Samsonov
2015-06-09
1
-2
/
+5
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
2015-01-28
1
-5
/
+20
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
1
-12
/
+4
*
[PM] Remove the Pass argument from all of the critical edge splitting
Chandler Carruth
2015-01-19
1
-7
/
+14
*
[PM] Lift the analyses into the interface for
Chandler Carruth
2015-01-19
1
-10
/
+4
*
[PM] Pull the analyses used for another utility routine into its API
Chandler Carruth
2015-01-18
1
-43
/
+53
*
[PM] Sink the specific analyses preserved by SplitBlock into its
Chandler Carruth
2015-01-18
1
-15
/
+16
*
[PM] Replace another Pass argument with specific analyses that are
Chandler Carruth
2015-01-18
1
-25
/
+19
*
[PM] Lift the actual analyses used into the inferface rather than
Chandler Carruth
2015-01-18
1
-10
/
+7
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-3
/
+3
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-6
/
+9
*
Introduce llvm::SplitAllCriticalEdges
Kostya Serebryany
2014-11-19
1
-0
/
+12
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-1
/
+4
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-4
/
+1
*
Give SplitBlockAndInsertIfThen the ability to update a domtree.
Peter Collingbourne
2014-07-15
1
-1
/
+16
*
Fix rampant quadratic behavior in UpdatePHINodes. The operation of
Chandler Carruth
2014-04-28
1
-23
/
+40
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-26
/
+26
*
Set debug info for instructions inserted in SplitBlockAndInsertIfThen.
Evgeniy Stepanov
2014-03-19
1
-0
/
+5
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-12
/
+16
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[asan] don't unpoison redzones on function exit in use-after-return mode.
Kostya Serebryany
2013-12-23
1
-0
/
+33
[prev]
[next]