projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
AVX-512: fixed a bug in i1 vectors lowering
[oota-llvm.git]
/
lib
/
Analysis
/
CFGPrinter.cpp
2015-03-27
Yaron Keren
Remove superfluous .str() and replace std::string conca...
blob
|
commitdiff
|
raw
2014-08-25
Rafael Espindola
Modernize raw_fd_ostream's constructor a bit.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-20
Eric Christopher
Clean up language and grammar.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-24
Rafael Espindola
Replace the F_Binary flag with a F_Text one.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-24
Rafael Espindola
Don't make F_None the default.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Benjamin Kramer
Remove all remaining uses of Value::getNameStr().
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Benjamin Kramer
Twinify GraphWriter a little bit.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Owen Anderson
Get rid of static constructors for pass registration...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
Owen Anderson
Now with fewer extraneous semicolons!
blob
|
commitdiff
|
raw
|
diff to current
2010-09-04
Chris Lattner
zap dead code.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Owen Anderson
Now that PassInfo and Pass::ID have been separated...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Reapply r110396, with fixes to appease the Linux buildb...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Revert r110396 to fix buildbots.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Owen Anderson
Don't use PassInfo* as a type identifier for passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Owen Anderson
Add INSTANTIATE_AG_PASS, which combines RegisterPass...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Owen Anderson
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Nick Lewycky
Remove includes of Support/Compiler.h that are no longe...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-25
Nick Lewycky
Remove VISIBILITY_HIDDEN from class/struct found inside...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-18
Chris Lattner
make DOTGraphTraits public, patch by Tobias Grosser!
blob
|
commitdiff
|
raw
|
diff to current
2009-09-19
Duncan Sands
The flag "--dot-cfg-only" is at the moment equivalent...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-25
Dan Gohman
Make LLVM command-line tools overwrite their output...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
convert LoopInfo.h and GraphWriter.h to use raw_ostream
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
Change Pass::print to take a raw ostream instead of...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
eliminate the "Value" printing methods that print to...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Daniel Dunbar
Switch to getNameStr().
blob
|
commitdiff
|
raw
|
diff to current
2009-06-24
Owen Anderson
Get rid of the global CFGOnly flag by threading a Short...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-23
Duncan Sands
Rationalize the names of passes that print information:
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Dan Gohman
Tidy up several unbeseeming casts from pointer to intptr_t.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-13
Dan Gohman
Clean up the use of static and anonymous namespaces...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Devang Patel
Restore isCFGOnly property of various analysis passes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Devang Patel
PassInfo keep tracks whether a pass is an analysis...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Devang Patel
Do not use virtual function to identify an analysis...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-18
Devang Patel
Identify Analysis pass.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Dan Gohman
Add explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-05
Devang Patel
Fix PR 1497
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Dan Gohman
Add passes -view-cfg and -view-cfg-only that are like...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Nick Lewycky
Fix typo in comment.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Devang Patel
Drop 'const'
blob
|
commitdiff
|
raw
|
diff to current
2007-05-02
Devang Patel
Use 'static const char' instead of 'static const int'.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-01
Devang Patel
Do not use typeinfo to identify pass in pass manager.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-05
Reid Spencer
Make classes in anonymous namespaces use VISIBILITY_HID...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Bill Wendling
Changed llvm_ostream et all to OStream. llvm_cerr,...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-06
Chris Lattner
Remove the 'printname' argument to WriteAsOperand....
blob
|
commitdiff
|
raw
|
diff to current
2006-11-28
Bill Wendling
Removed some of the iostream #includes. Moved towards...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Bill Wendling
Needs the iostream include.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-27
Chris Lattner
Eliminate RegisterAnalysis. RegisterPass now does...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
Reid Spencer
For PR801:
blob
|
commitdiff
|
raw
|
diff to current
2006-06-05
Reid Spencer
For PR798:
blob
|
commitdiff
|
raw
|
diff to current
2005-08-04
Misha Brukman
* Unbreak optimized build (noticed by Eric van Riet...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-03
Chris Lattner
add support for Graphviz when viewing CFGs
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2004-12-07
Reid Spencer
For PR387:\
blob
|
commitdiff
|
raw
|
diff to current
2004-09-01
Reid Spencer
Changes For Bug 352
blob
|
commitdiff
|
raw
|
diff to current
2004-07-29
Misha Brukman
Fix #includes of i*.h => Instructions.h as per PR403.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-05
Brian Gaeke
Move the stuff that fixes the size, orientation & fonts...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-29
Misha Brukman
Reorder #includes as per style guide.
blob
|
commitdiff
|
raw
|
diff to current
2004-04-26
Brian Gaeke
Add functions that return instances of these printer...
blob
|
commitdiff
|
raw
|
diff to current
2003-12-11
Chris Lattner
Finegrainify namespacification
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Brian Gaeke
Put all LLVM code into the llvm namespace, as per bug...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-22
Chris Lattner
Make sure to print labels on nodes without names
blob
|
commitdiff
|
raw
|
diff to current
2003-10-22
Chris Lattner
If the basic block has no name, make sure to print...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-22
Chris Lattner
Implement the Function::viewCFG* methods, for use in...
blob
|
commitdiff
|
raw
|
diff to current