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
/
LoopSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
1
-1
/
+1
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
1
-1
/
+1
*
[LoopSimplify] Analyses do not need to be member variables.
Davide Italiano
2016-06-15
1
-9
/
+6
*
[LoopSimplify] Preserve LCSSA when merging exit blocks.
Michael Zolotukhin
2016-06-08
1
-2
/
+21
*
[PM] LoopSimplify. Remove unneeded pass dependencies. NFCI.
Davide Italiano
2016-06-08
1
-3
/
+0
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
1
-1
/
+1
*
[LoopSimplify] Reuse changeToUnreachable
David Majnemer
2016-01-24
1
-6
/
+1
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-29
/
+17
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-6
/
+5
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-1
/
+10
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-2
/
+3
*
Drive-by fixes for LandingPad -> EHPad
David Majnemer
2015-08-04
1
-5
/
+3
*
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
-28
/
+19
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-3
/
+0
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-1
/
+0
*
[LoopSimplify] Set proper debug location in loop backedge blocks.
Alexey Samsonov
2015-06-29
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
*
[BasicBlockUtils] Set debug locations for instructions created in SplitBlockP...
Alexey Samsonov
2015-06-09
1
-2
/
+0
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-9
/
+11
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+2
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
Teach SplitBlockPredecessors how to handle landingpad blocks.
Philip Reames
2015-01-28
1
-18
/
+4
*
[PM] Lift the analyses into the interface for
Chandler Carruth
2015-01-19
1
-4
/
+3
*
[PM] Pull the analyses used for another utility routine into its API
Chandler Carruth
2015-01-18
1
-6
/
+21
*
[PM] Now that LoopInfo isn't in the Pass type hierarchy, it is much
Chandler Carruth
2015-01-18
1
-1
/
+1
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-4
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-17
/
+17
*
Revert earlier change removing setPreservesCFG from instcombine (r221223) and
Mark Heffernan
2014-11-04
1
-2
/
+2
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-10
/
+19
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-8
/
+7
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-10
/
+21
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-21
/
+10
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer
Hal Finkel
2014-07-10
1
-5
/
+12
*
Fix a typo in comment
Michael Zolotukhin
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-15
/
+16
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
remove some dead code
Nuno Lopes
2014-04-17
1
-6
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-3
/
+3
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[LPM] Make LoopSimplify no longer a LoopPass and instead both a utility
Chandler Carruth
2014-01-23
1
-377
/
+426
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-4
/
+4
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...
Andrew Trick
2014-01-06
1
-7
/
+14
*
Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...
Alp Toker
2014-01-04
1
-17
/
+10
*
Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.
Andrew Trick
2014-01-04
1
-10
/
+17
*
Rename LoopSimplify.h to LoopUtils.h
Hal Finkel
2013-05-20
1
-1
/
+1
[prev]
[next]