index
:
external_llvm.git
replicant-6.0
Android's llvm
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
*
Remove the default value for ConstantStruct::get's isPacked parameter and
Nick Lewycky
2009-09-19
1
-2
/
+2
*
Add -output-prefix option to bugpoint (to change the default output name).
Daniel Dunbar
2009-09-07
1
-1
/
+2
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
1
-2
/
+1
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-0
/
+1
*
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-23
1
-3
/
+2
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-2
/
+3
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-1
/
+2
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-1
/
+1
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-1
/
+1
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+1
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
1
-1
/
+1
*
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-27
1
-1
/
+1
*
Remove Value::setName(const char*, unsigned).
Daniel Dunbar
2009-07-26
1
-2
/
+2
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-1
/
+1
*
Switch to getNameStr().
Daniel Dunbar
2009-07-24
1
-1
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+1
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-10
/
+11
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-7
/
+7
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-4
/
+5
*
#include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.
Dan Gohman
2009-07-13
1
-0
/
+1
*
Fix the build.
Owen Anderson
2009-07-13
1
-0
/
+1
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-1
/
+1
*
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
1
-4
/
+4
*
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-08
1
-2
/
+4
*
Use CloneModule's ValueMap in more places, instead of looking
Dan Gohman
2009-04-22
1
-14
/
+18
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+1
*
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
[next]