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
...
*
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
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Consistent use of the noduplicate attribute.
Eli Bendersky
2014-03-17
1
-1
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-10
/
+8
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-6
/
+6
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Don't eliminate a partially redundant load if it's in a landing pad.
Bill Wendling
2013-10-21
1
-1
/
+6
*
JumpThreading: Turn a select instruction into branching if it allows to threa...
Benjamin Kramer
2013-08-07
1
-0
/
+83
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
1
-2
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-1
/
+5
*
Teach the jump threading optimization to stop scanning the basic block when c...
Nadav Rotem
2012-12-03
1
-5
/
+10
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-13
/
+13
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-3
/
+3
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-1
/
+1
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-3
/
+3
*
Fix assertion in jump threading (PR13405).
Richard Osborne
2012-07-20
1
-0
/
+2
[prev]
[next]