|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 | 
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 | 
| * | [CFG Printer] Add support for writing the dot files with a custom | Chandler Carruth | 2018-10-09 | 1 | -4/+10 | 
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 | 
| * | Add an option to specify the name of | Xinliang David Li | 2018-07-25 | 1 | -0/+11 | 
| * | Revert "Extend CFGPrinter and CallPrinter with Heat Colors" | Sean Fertile | 2018-06-29 | 1 | -199/+51 | 
| * | Extend CFGPrinter and CallPrinter with Heat Colors | Sean Fertile | 2018-06-29 | 1 | -51/+199 | 
| * | [CFGVPrinter] Fix -dot-cfg-only | Francis Visoiu Mistrih | 2017-12-19 | 1 | -4/+4 | 
| * | [PM] Port CFGViewer and CFGPrinter to the new Pass Manager | Sriraman Tallam | 2016-09-15 | 1 | -46/+65 | 
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -4/+4 | 
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -4/+4 | 
| * | Remove superfluous .str() and replace std::string concatenation with Twine. | Yaron Keren | 2015-03-27 | 1 | -2/+2 | 
| * | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola | 2014-08-25 | 1 | -8/+8 | 
| * | Clean up language and grammar. | Eric Christopher | 2014-05-20 | 1 | -2/+2 | 
| * | raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne... | Benjamin Kramer | 2014-04-29 | 1 | -0/+1 | 
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -4/+4 | 
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -13/+13 | 
| * | Replace the F_Binary flag with a F_Text one. | Rafael Espindola | 2014-02-24 | 1 | -2/+2 | 
| * | Don't make F_None the default. | Rafael Espindola | 2014-02-24 | 1 | -2/+2 | 
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+0 | 
| * | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 1 | -2/+2 | 
| * | Twinify GraphWriter a little bit. | Benjamin Kramer | 2011-11-15 | 1 | -2/+2 | 
| * | Get rid of static constructors for pass registration.  Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -4/+13 | 
| * | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -4/+4 | 
| * | zap dead code. | Chris Lattner | 2010-09-04 | 1 | -2/+0 | 
| * | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -5/+5 | 
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -6/+6 | 
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -6/+6 | 
| * | Don't use PassInfo* as a type identifier for passes.  Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -6/+6 | 
| * | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson | 2010-07-21 | 1 | -3/+2 | 
| * | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+1 | 
| * | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 | 
| * | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -4/+4 | 
| * | make DOTGraphTraits public, patch by Tobias Grosser! | Chris Lattner | 2009-10-18 | 1 | -61/+2 | 
| * | The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg". | Duncan Sands | 2009-09-19 | 1 | -1/+1 | 
| * | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 1 | -2/+2 | 
| * | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 1 | -11/+14 | 
| * | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -7/+4 | 
| * | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -8/+10 | 
| * | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 1 | -6/+6 | 
| * | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 1 | -20/+17 | 
| * | Rationalize the names of passes that print information: | Duncan Sands | 2008-09-23 | 1 | -3/+3 | 
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -5/+5 | 
| * | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -14/+21 | 
| * | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 1 | -4/+4 | 
| * | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -7/+7 | 
| * | Do not use virtual function to identify an analysis pass. | Devang Patel | 2008-03-19 | 1 | -16/+3 | 
| * | Identify Analysis pass. | Devang Patel | 2008-03-18 | 1 | -0/+13 | 
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| * | Add explicit keywords. | Dan Gohman | 2007-07-02 | 1 | -1/+1 |