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
/
RegionPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RegionInfo] Add debug-time region viewer functions
Michael Kruse
2015-08-10
1
-0
/
+41
*
[RegionInfo] Use RegionInfo* instead of RegionInfoPass* as graph type
Michael Kruse
2015-08-10
1
-56
/
+62
*
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
*
One more -Wrange-loop-analysis cleanup.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Templatify RegionInfo so it works on MachineBasicBlocks
Matt Arsenault
2014-07-19
1
-24
/
+27
*
Use unique_ptr to manage ownership of child Regions within llvm::Region
David Blaikie
2014-04-15
1
-11
/
+11
*
[C++11] Add a basic block range view for RegionInfo
Tobias Grosser
2014-03-03
1
-4
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
Rename the Region::block_iterator to Region::block_node_iterator, and
Chandler Carruth
2012-05-04
1
-5
/
+3
*
RegionPrinter: Ignore back edges when layouting the graph
Tobias Grosser
2011-02-27
1
-0
/
+26
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-4
/
+12
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-4
/
+4
*
Move the pass initialization helper functions into the llvm namespace, and add
Owen Anderson
2010-10-07
1
-8
/
+8
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-4
/
+4
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-4
/
+4
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-4
/
+4
*
Fix namespace polution.
Dan Gohman
2010-08-02
1
-0
/
+4
*
Add new RegionInfo pass.
Tobias Grosser
2010-07-22
1
-0
/
+182