Dmitri Gribenko
|
c4f5e8c3e2
|
Silence the new -Wempty-body warning. It appeared because the next statement
after the `for(...) ;' has more indentation than for itself.
llvm-svn: 150516
|
2012-02-14 22:17:14 +00:00 |
|
Gabor Greif
|
dfe6dea95f
|
typoes
llvm-svn: 113647
|
2010-09-10 22:25:58 +00:00 |
|
Dan Gohman
|
fab42b8e7b
|
Add an isReachableFromEntry to MachineDominators, following the one
in Dominators.
llvm-svn: 100454
|
2010-04-05 19:16:38 +00:00 |
|
Evan Cheng
|
4ec2795a0c
|
Add a WriteAsOperand for MachineBasicBlock so MachineLoopInfo dump looks sane.
llvm-svn: 89130
|
2009-11-17 19:19:59 +00:00 |
|
Chris Lattner
|
1c0452caeb
|
Change Pass::print to take a raw ostream instead of std::ostream,
update all code that this affects.
llvm-svn: 79830
|
2009-08-23 06:03:38 +00:00 |
|
Chris Lattner
|
ea2bfd7a9f
|
eliminate the std::ostream form of WriteAsOperand and update clients.
This also updates dominator related stuff.
llvm-svn: 79825
|
2009-08-23 05:17:37 +00:00 |
|
David Greene
|
1c25fc3544
|
Add missing includes.
llvm-svn: 79468
|
2009-08-19 21:19:41 +00:00 |
|
Dan Gohman
|
8271066844
|
Tidy up #includes, deleting a bunch of unnecessary #includes.
llvm-svn: 61715
|
2009-01-05 17:59:02 +00:00 |
|
Chris Lattner
|
e0b1ee937a
|
Don't attribute in file headers anymore. See llvmdev for the
discussion of this change. Boy are my fingers tired. ;-)
llvm-svn: 45411
|
2007-12-29 19:59:42 +00:00 |
|
Owen Anderson
|
7133e76b12
|
Get rid of an unneeded #include.
llvm-svn: 45337
|
2007-12-23 20:34:06 +00:00 |
|
Owen Anderson
|
5db3336e50
|
Add GraphTraits specializations for machine dominators.
llvm-svn: 45333
|
2007-12-23 15:16:46 +00:00 |
|
Owen Anderson
|
67929e6873
|
Add accessor for getting the underlying templated type. This is necessary for templated LoopInfo.
llvm-svn: 44347
|
2007-11-27 03:33:40 +00:00 |
|
Owen Anderson
|
1e15f3cd4f
|
Fix MachineDominators' getAnalysisUsage.
llvm-svn: 43868
|
2007-11-08 01:22:53 +00:00 |
|
Duncan Sands
|
c945dfa9af
|
Add a newline at the end of the file.
llvm-svn: 43550
|
2007-10-31 08:49:24 +00:00 |
|
Owen Anderson
|
4314cf9d58
|
Some fixes to get MachineDomTree working better.
llvm-svn: 43541
|
2007-10-31 03:30:14 +00:00 |
|
Owen Anderson
|
229333c94b
|
Add a first attempt at dominator information for MBB's. Use with caution: this has been tested to compile. It has not yet been confirmed to generate correct analysis.
llvm-svn: 43438
|
2007-10-29 04:50:50 +00:00 |
|