index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
ExtractFunction.cpp
Age
Commit message (
Expand
)
Author
2009-07-24
Switch to getNameStr().
Daniel Dunbar
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-16
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-13
#include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.
Dan Gohman
2009-07-13
Fix the build.
Owen Anderson
2009-07-13
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-08
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-04-22
Use CloneModule's ValueMap in more places, instead of looking
Dan Gohman
2009-01-15
Add the private linkage.
Rafael Espindola
2008-07-08
Global variables beginning with \01 have special meaning on Darwin, so we nee...
Owen Anderson
2008-04-28
several multiple-retval fixes for bugpoint.
Chris Lattner
2008-01-08
Fix PR1797
Chris Lattner
2007-12-29
remove attributions from tools.
Chris Lattner
2007-11-14
Allow the block extractor take to take a list of basic blocks to not extract
Nick Lewycky
2007-11-05
Deleting redundant copy of block extractor pass. See also PR1775.
Gordon Henriksen
2007-07-04
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-02-05
For PR411:
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-09
completely revert patrick's enhancement to bugpoint. Though it makes bugpoint
Chris Lattner
2006-10-20
For PR950:
Reid Spencer
2006-08-29
Code cleanups, no functionality change.
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-07-28
Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...
Patrick Jenkins
2006-07-28
This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...
Patrick Jenkins
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-05-12
Remove dead return value.
Chris Lattner
2006-03-08
Fix a really annoying bug in bugpoint that made reducing C++ testcases
Chris Lattner
2006-01-22
add explicit #includes of iostream
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-03-15
Replace more a*'s with arg_*'s, thanks to Gabor Greif!
Chris Lattner
2005-02-23
Fix a bugpoint crash that JeffC noticed, looking like this:
Chris Lattner
2004-11-18
remove debugging code
Chris Lattner
2004-11-16
Make this code not depend on LinkModules leaving the second argument unmolested.
Chris Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-12
If the block extractor fails, actually emit the bc file that failed to extract
Chris Lattner
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-05-11
Implement basic block extraction for the miscompilation debugger. This still...
Chris Lattner
2004-04-02
Minor speedup
Chris Lattner
2004-04-02
Fix a fairly nasty bug that prevented bugpoint from working quite right when
Chris Lattner
2004-03-17
Fix an inverted condition that causes us to think that loop extraction
Chris Lattner
[prev]
[next]