index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
ExtractFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Global variables beginning with \01 have special meaning on Darwin, so we nee...
Owen Anderson
2008-07-08
1
-1
/
+4
*
several multiple-retval fixes for bugpoint.
Chris Lattner
2008-04-28
1
-1
/
+3
*
Fix PR1797
Chris Lattner
2008-01-08
1
-0
/
+3
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Allow the block extractor take to take a list of basic blocks to not extract
Nick Lewycky
2007-11-14
1
-3
/
+47
*
Deleting redundant copy of block extractor pass. See also PR1775.
Gordon Henriksen
2007-11-05
1
-51
/
+2
*
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-07-04
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
For PR411:
Reid Spencer
2007-02-05
1
-5
/
+5
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-3
/
+3
*
For PR950:
Reid Spencer
2006-12-31
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-27
1
-1
/
+1
*
completely revert patrick's enhancement to bugpoint. Though it makes bugpoint
Chris Lattner
2006-11-09
1
-123
/
+15
*
For PR950:
Reid Spencer
2006-10-20
1
-3
/
+3
*
Code cleanups, no functionality change.
Chris Lattner
2006-08-29
1
-36
/
+30
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...
Patrick Jenkins
2006-07-28
1
-5
/
+0
*
This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...
Patrick Jenkins
2006-07-28
1
-15
/
+132
*
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-16
1
-1
/
+1
*
Remove dead return value.
Chris Lattner
2006-05-12
1
-1
/
+1
*
Fix a really annoying bug in bugpoint that made reducing C++ testcases
Chris Lattner
2006-03-08
1
-4
/
+89
*
add explicit #includes of iostream
Chris Lattner
2006-01-22
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-5
/
+5
*
Replace more a*'s with arg_*'s, thanks to Gabor Greif!
Chris Lattner
2005-03-15
1
-2
/
+2
*
Fix a bugpoint crash that JeffC noticed, looking like this:
Chris Lattner
2005-02-23
1
-1
/
+2
*
remove debugging code
Chris Lattner
2004-11-18
1
-5
/
+3
*
Make this code not depend on LinkModules leaving the second argument unmolested.
Chris Lattner
2004-11-16
1
-1
/
+10
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-3
/
+3
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
If the block extractor fails, actually emit the bc file that failed to extract
Chris Lattner
2004-08-12
1
-1
/
+5
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Implement basic block extraction for the miscompilation debugger. This still...
Chris Lattner
2004-05-11
1
-0
/
+67
*
Minor speedup
Chris Lattner
2004-04-02
1
-10
/
+5
*
Fix a fairly nasty bug that prevented bugpoint from working quite right when
Chris Lattner
2004-04-02
1
-1
/
+3
*
Fix an inverted condition that causes us to think that loop extraction
Chris Lattner
2004-03-17
1
-1
/
+1
*
After reducing a miscompiled program down to the functions which are being
Chris Lattner
2004-03-14
1
-1
/
+5
*
Refactor to use a new method
Chris Lattner
2004-03-14
1
-39
/
+15
*
Refactor and clean up a bunch more code. No major functionality changes.
Chris Lattner
2004-03-14
1
-2
/
+4
*
Add a method to extract a loop
Chris Lattner
2004-03-14
1
-1
/
+37
*
add a fixme
Chris Lattner
2004-03-14
1
-0
/
+5
*
Refactor all of the "splitting a module into two pieces" code to avoid
Chris Lattner
2004-03-14
1
-0
/
+50
*
Fix the "infinite looping unless you disable adce" bug
Chris Lattner
2004-03-13
1
-6
/
+0
*
Make more stuff public. Make the instruction argument to
Chris Lattner
2004-02-18
1
-10
/
+11
*
Do not leave a bunch of crud lying around
Chris Lattner
2003-12-07
1
-0
/
+2
*
Do not DESTROY programs by default. No wonder bugpoint was not being useful ...
Chris Lattner
2003-11-23
1
-11
/
+7
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+11
*
I hate it when bugpoint is all ready to give me a bytecode file, then crashes
Chris Lattner
2003-11-05
1
-20
/
+30
[next]