Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Analysis
/
Interval.cpp
48666a6
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
aa20915
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
by Benjamin Kramer
· 9 years ago
6c99015
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges."
by Duncan P. N. Exon Smith
· 11 years ago
d11beff
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges.
by Manuel Jacob
· 11 years ago
1305dc3
[Modules] Move CFG.h to the IR library as it defines graph traits over IR types.
by Chandler Carruth
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
91ce36c
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767
by Sylvestre Ledru
· 13 years ago
721cffd
Fix a typo 'iff' => 'if'
by Sylvestre Ledru
· 13 years ago
1362602
Change Pass::print to take a raw ostream instead of std::ostream,
by Chris Lattner
· 16 years ago
b25de3f
eliminate the "Value" printing methods that print to a std::ostream.
by Chris Lattner
· 16 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
01808ca
Remove trailing whitespace
by Misha Brukman
· 20 years ago
3c42077
Fixes for PR341
by Chris Lattner
· 21 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
44d2c35
Regularize header file comments
by Chris Lattner
· 22 years ago
be4826e
*** empty log message ***
by Chris Lattner
· 23 years ago
2675007
* Standardize how analysis results/passes as printed with the print() virtual
by Chris Lattner
· 23 years ago
78dd56f
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
by Chris Lattner
· 23 years ago
83d485b
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
by Chris Lattner
· 24 years ago
ba1c1f2
Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
by Chris Lattner
· 24 years ago
bb09a10
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
by Chris Lattner
· 24 years ago
dec727e
IntervalPartition & IntervalIterator classes have been split out into
by Chris Lattner
· 24 years ago
4c16155
Prepare for split between Interval, IntervalIterator, and IntervalIPartition
by Chris Lattner
· 24 years ago
34b62a0
Interval::HeaderNode is now accessed thorugh an accessor function
by Chris Lattner
· 24 years ago
d79faa3
Implement the new Interval::isLoop method Implement destructor to free memory
by Chris Lattner
· 24 years ago
5035efa
Add capability to build a derived interval graph
by Chris Lattner
· 24 years ago
28ae5cb
Initial Checking of Interval handling code
by Chris Lattner
· 24 years ago