index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineDominators.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-72
/
+2
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-1
/
+141
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-6
/
+6
*
Add even more constatness in MachineDominators.h.
Jakub Staszak
2013-02-16
1
-3
/
+3
*
Add some constantness in Machine Dominators.
Jakub Staszak
2013-02-16
1
-6
/
+8
*
Remove trailing spaces.
Jakub Staszak
2013-02-16
1
-24
/
+24
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Silence the new -Wempty-body warning. It appeared because the next statement
Dmitri Gribenko
2012-02-14
1
-1
/
+2
*
typoes
Gabor Greif
2010-09-10
1
-1
/
+1
*
Add an isReachableFromEntry to MachineDominators, following the one
Dan Gohman
2010-04-05
1
-2
/
+7
*
Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.
Evan Cheng
2009-11-17
1
-2
/
+0
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-1
/
+1
*
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-23
1
-4
/
+2
*
Add missing includes.
David Greene
2009-08-19
1
-0
/
+2
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-22
/
+5
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Get rid of an unneeded #include.
Owen Anderson
2007-12-23
1
-1
/
+3
*
Add GraphTraits specializations for machine dominators.
Owen Anderson
2007-12-23
1
-0
/
+27
*
Add accessor for getting the underlying templated type. This is necessary fo...
Owen Anderson
2007-11-27
1
-4
/
+6
*
Fix MachineDominators' getAnalysisUsage.
Owen Anderson
2007-11-08
1
-4
/
+5
*
Add a newline at the end of the file.
Duncan Sands
2007-10-31
1
-1
/
+1
*
Some fixes to get MachineDomTree working better.
Owen Anderson
2007-10-31
1
-2
/
+16
*
Add a first attempt at dominator information for MBB's. Use with caution: th...
Owen Anderson
2007-10-29
1
-0
/
+170