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
/
Analysis
/
LoopPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+4
*
Fix assertion in LICM doFinalization()
David Peixotto
2014-09-24
1
-0
/
+11
*
Add back functionality removed in r210497.
Richard Trieu
2014-06-21
1
-2
/
+4
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-0
/
+1
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
1
-0
/
+3
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Constify the Optnone checks in IR passes.
Paul Robinson
2014-02-26
1
-2
/
+2
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+14
*
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
2014-01-12
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Comment: try to clarify loop iteration order.
Andrew Trick
2013-07-20
1
-0
/
+4
*
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-06-26
1
-3
/
+7
*
Take out the debug info probe stuff. It's making some changes to
Eric Christopher
2012-03-23
1
-21
/
+2
*
Reapply r138695. Fix PassManager stack depths.
Andrew Trick
2011-08-29
1
-4
/
+4
*
Reverting r138695 to see if it fixes clang self host.
Andrew Trick
2011-08-27
1
-4
/
+4
*
Fix PassManager stack depths.
Andrew Trick
2011-08-27
1
-4
/
+4
*
Reapplying r136844.
Andrew Trick
2011-08-10
1
-50
/
+6
*
Reverting r136884 updateUnloop, which crashed a linux builder.
Andrew Trick
2011-08-04
1
-6
/
+50
*
An algorithm for incrementally updating LoopInfo within a
Andrew Trick
2011-08-03
1
-50
/
+6
*
whitespace
Andrew Trick
2011-08-03
1
-28
/
+28
*
Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...
Devang Patel
2011-03-10
1
-2
/
+21
*
zap dead code.
Chris Lattner
2010-09-04
1
-1
/
+0
*
Revert r111199; it breaks -debug-pass=Structure output.
Dan Gohman
2010-08-19
1
-1
/
+1
*
Make dumpPassStructure be a PMDataManager abstraction, rather than
Dan Gohman
2010-08-16
1
-1
/
+1
*
Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*
Dan Gohman
2010-08-11
1
-5
/
+5
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-3
/
+3
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-3
/
+3
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-3
/
+3
*
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
1
-0
/
+40
*
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
1
-40
/
+0
*
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-02
1
-0
/
+40
*
Revert r100143.
Eric Christopher
2010-04-01
1
-40
/
+0
*
Add some switches helpful for debugging:
David Greene
2010-04-01
1
-0
/
+40
*
s/getNameStr/getName/
Benjamin Kramer
2010-03-31
1
-3
/
+3
*
reapply my timer rewrite with a change for PassManager to store
Chris Lattner
2010-03-30
1
-5
/
+7
*
revert r99862 which is causing FNT failures.
Chris Lattner
2010-03-30
1
-7
/
+5
*
fairly major rewrite of various timing related stuff.
Chris Lattner
2010-03-30
1
-5
/
+7
*
eliminate a bunch more unneeded dynamic_cast's.
Chris Lattner
2010-01-22
1
-27
/
+18
*
Fix this debug output to handle the case where the loop has been deleted.
Dan Gohman
2009-09-28
1
-1
/
+2
*
Include the name of the loop header in debug messages.
Dan Gohman
2009-09-28
1
-4
/
+9
*
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
1
-4
/
+12
*
Move this assert to check the condition as soon as it is known.
Dan Gohman
2009-09-28
1
-1
/
+1
*
Extend the StartPassTimer and StopPassTimer functions so that the
Dan Gohman
2009-09-28
1
-2
/
+2
*
Fix an old copy+pasto.
Dan Gohman
2009-09-27
1
-1
/
+1
*
Extract the code for inserting a loop into the loop queue into
Dan Gohman
2009-09-27
1
-3
/
+7
[next]