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
/
JumpThreading.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ValueTracking] Add parameters to isImpliedCondition; NFC
Sanjoy Das
2015-11-06
1
-1
/
+3
*
[JumpThreading] Use dominating conditions to prove implications
Sanjoy Das
2015-10-28
1
-2
/
+40
*
Recommit r250345, it was reverted in r250366 to investigate a bot failure.
Manman Ren
2015-10-15
1
-5
/
+116
*
Temporarily revert r250345 to sort out bot failure.
Manman Ren
2015-10-15
1
-116
/
+5
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-14
1
-5
/
+116
*
Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.
Manman Ren
2015-10-14
1
-118
/
+5
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-13
1
-5
/
+118
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-12
/
+12
*
Revert 250089 due to bot failure. It failed when building clang itself with PGO.
Manman Ren
2015-10-13
1
-118
/
+5
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-12
1
-5
/
+118
*
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...
Larisse Voufo
2015-09-18
1
-3
/
+4
*
Test commit: Fixed a few typos in the comments.
David L Kreitzer
2015-09-16
1
-6
/
+6
*
Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoade...
Larisse Voufo
2015-09-15
1
-4
/
+3
*
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...
Larisse Voufo
2015-09-12
1
-3
/
+4
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[JumpThreading] make jump threading respect convergent annotation.
Jingyue Wu
2015-08-31
1
-1
/
+1
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+5
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
1
-3
/
+3
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-1
/
+2
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-2
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-1
/
+2
*
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
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Move logic from JumpThreading into LazyValue info to simplify caller.
Philip Reames
2015-06-16
1
-51
/
+17
*
[JumpThreading] Simplify comparisons when simplifying branches
Philip Reames
2015-05-07
1
-0
/
+11
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-6
/
+6
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
[PM] Replace the Pass argument to SplitEdge with specific analyses used
Chandler Carruth
2015-01-19
1
-1
/
+1
*
[PM] Pull the analyses used for another utility routine into its API
Chandler Carruth
2015-01-18
1
-3
/
+3
*
[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
*
Standardize {pred,succ,use,user}_empty()
Ramkumar Ramachandra
2015-01-13
1
-2
/
+2
*
fix typo; NFC
Sanjay Patel
2015-01-13
1
-1
/
+1
*
Revert r220349 to re-instate r220277 with a fix for PR21330 -- quite
Chandler Carruth
2014-11-25
1
-4
/
+4
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Revert "Teach the load analysis to allow finding available values which requi...
Hans Wennborg
2014-10-21
1
-4
/
+4
*
Teach the load analysis to allow finding available values which require
Chandler Carruth
2014-10-21
1
-4
/
+4
*
Fix a somewhat subtle pair of issues with JumpThreading I introduced in
Chandler Carruth
2014-10-20
1
-3
/
+6
*
Teach the load analysis driving core instcombine logic and other bits of
Chandler Carruth
2014-10-20
1
-1
/
+10
*
Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Michael Liao
2014-09-24
1
-7
/
+10
*
Make use of @llvm.assume from LazyValueInfo
Hal Finkel
2014-09-07
1
-25
/
+46
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-9
/
+11
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-8
/
+15
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-15
/
+8
*
Fix an issue with the MergeBasicBlockIntoOnlyPred() helper function where it did
Owen Anderson
2014-07-12
1
-5
/
+0
*
Updated comments as suggested by Rafael. Thanks.
Dinesh Dwivedi
2014-06-19
1
-1
/
+7
*
Fixed jump threading going to infinite loop.
Dinesh Dwivedi
2014-06-17
1
-0
/
+3
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-18
/
+18
[next]