projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
LegalizeTypes support for scalarizing a vector store
[oota-llvm.git]
/
tools
/
opt
/
2007-12-29
Chris Lattner
remove attributions from tools.
tree
|
commitdiff
2007-12-29
Chris Lattner
remove attributions from tools/utils makefiles.
tree
|
commitdiff
2007-10-08
Dan Gohman
Move the space in overview output for commands out...
tree
|
commitdiff
2007-09-08
Owen Anderson
Turn GVN on by default.
tree
|
commitdiff
2007-09-04
Devang Patel
Enable loop index split pass.
tree
|
commitdiff
2007-08-01
Owen Anderson
Rename FastDSE to just DSE.
tree
|
commitdiff
2007-07-30
Dan Gohman
Remove a FIXME comment that wasn't removed when the...
tree
|
commitdiff
2007-07-17
Owen Anderson
Turn on FastDSE by default.
tree
|
commitdiff
2007-07-17
Evan Cheng
Change sroa threshold back.
tree
|
commitdiff
2007-07-17
Evan Cheng
Temporarily set SROA threshold to 512.
tree
|
commitdiff
2007-07-05
Gabor Greif
Here is the bulk of the sanitizing.
tree
|
commitdiff
2007-07-05
Devang Patel
Fix PR1539. Add LoopPassPrinter.
tree
|
commitdiff
2007-06-28
Devang Patel
Fix PR 1526.
tree
|
commitdiff
2007-05-06
Chris Lattner
use the new MemoryBuffer interfaces to simplify error...
tree
|
commitdiff
2007-05-06
Chris Lattner
make sure the ofstream for opt's output file is destroy...
tree
|
commitdiff
2007-05-06
Chris Lattner
switch tools to bitcode from bytecode
tree
|
commitdiff
2007-05-06
Chris Lattner
add support to llvm-prof for reading from a bitcode...
tree
|
commitdiff
2007-05-06
Chris Lattner
if -bitcode is specified, read and write a bitcode...
tree
|
commitdiff
2007-05-03
Devang Patel
Drop 'const'
tree
|
commitdiff
2007-05-02
Devang Patel
Use 'static const char' instead of 'static const int'.
tree
|
commitdiff
2007-05-01
Devang Patel
Do not use typeinfo to identify pass in pass manager.
tree
|
commitdiff
2007-04-20
Chris Lattner
remove cruft
tree
|
commitdiff
2007-04-10
Devang Patel
Enable loop rotate pass.
tree
|
commitdiff
2007-03-07
Devang Patel
Now LoopUnswitch is a LoopPass.
tree
|
commitdiff
2007-02-07
Chris Lattner
push bytecode decompressor out through APIs. Now the...
tree
|
commitdiff
2007-02-05
Reid Spencer
For PR411:
tree
|
commitdiff
2007-02-03
Reid Spencer
For PR1072:
tree
|
commitdiff
2007-02-02
Reid Spencer
For PR1152:
tree
|
commitdiff
2007-01-31
Chris Lattner
shutdown at end of run
tree
|
commitdiff
2007-01-30
Reid Spencer
For PR1136: Rename GlobalVariable::isExternal as isDecl...
tree
|
commitdiff
2007-01-21
Chris Lattner
default to emiting an uncompressed .bc file
tree
|
commitdiff
2006-12-13
John Criswell
Remove DSA.
tree
|
commitdiff
2006-12-07
Bill Wendling
Changed llvm_ostream et all to OStream. llvm_cerr,...
tree
|
commitdiff
2006-12-06
Chris Lattner
make all llvm tools call llvm_shutdown when they exit...
tree
|
commitdiff
2006-12-05
Chris Lattner
This needs the callgraph data structure to stick around...
tree
|
commitdiff
2006-12-01
Chris Lattner
target constructors are never used
tree
|
commitdiff
2006-12-01
Nick Lewycky
Fix opt -o option. Don't pass a pointer to an auto...
tree
|
commitdiff
2006-11-29
Bill Wendling
Replacing std::iostreams with llvm iostreams. Some...
tree
|
commitdiff
2006-11-28
Bill Wendling
Convert to using llvm streams instead of iostreams.
tree
|
commitdiff
2006-11-17
Bill Wendling
Need iostream to be included for the time being.
tree
|
commitdiff
2006-11-02
Reid Spencer
For PR786:
tree
|
commitdiff
2006-09-04
Chris Lattner
Use LINK_COMPONENTS to specify *components* to link...
tree
|
commitdiff
2006-08-28
Chris Lattner
Add a --disable-compression option like llvm-link/llvm...
tree
|
commitdiff
2006-08-28
Reid Spencer
For PR387:
tree
|
commitdiff
2006-08-27
Chris Lattner
-analyze mode shouldn't output a .bc file.
tree
|
commitdiff
2006-08-27
Chris Lattner
Eliminate RegisterAnalysis. RegisterPass now does...
tree
|
commitdiff
2006-08-27
Chris Lattner
Merge the 'analyze' mode code with the 'opt' mode code...
tree
|
commitdiff
2006-08-21
Reid Spencer
For PR885:
tree
|
commitdiff
2006-08-21
Nate Begeman
Fix a build failure
tree
|
commitdiff
2006-08-21
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-18
Reid Spencer
For PR797:
tree
|
commitdiff
2006-08-18
Reid Spencer
For PR872:
tree
|
commitdiff
2006-07-07
Chris Lattner
Tools require EH for their top-level try blocks.
tree
|
commitdiff
2006-06-16
Chris Lattner
Don't pass target name into TargetData anymore, it...
tree
|
commitdiff
2006-06-07
Reid Spencer
For PR780:
tree
|
commitdiff
2006-06-01
Reid Spencer
Use archive libraries instead of object files for VMCor...
tree
|
commitdiff
2006-05-24
Chris Lattner
Patches to make the LLVM sources more -pedantic clean...
tree
|
commitdiff
2006-05-12
Owen Anderson
Refactor a bunch of includes so that TargetMachine...
tree
|
commitdiff
2006-04-18
Andrew Lenharth
fix printing call graphs
tree
|
commitdiff
2006-02-22
Chris Lattner
reorder some libraries
tree
|
commitdiff
2005-12-22
Chris Lattner
Fix test/Regression/Other/2002-01-31-CallGraph.ll after...
tree
|
commitdiff
2005-10-27
John Criswell
Move some constant folding code shared by Analysis...
tree
|
commitdiff
2005-10-26
John Criswell
1. Remove libraries no longer created from the list...
tree
|
commitdiff
2005-10-24
Chris Lattner
Remove a now-unneeded library
tree
|
commitdiff
2005-10-24
Chris Lattner
Use archive versions of these libraries, using the...
tree
|
commitdiff
2005-04-22
Reid Spencer
Two changes:
tree
|
commitdiff
2005-04-22
Misha Brukman
Remove trailing whitespace
tree
|
commitdiff
2005-04-21
Misha Brukman
Remove trailing whitespace
tree
|
commitdiff
2005-01-22
Jeff Cohen
Use binary mode for reading/writing bytecode files
tree
|
commitdiff
2005-01-06
Jeff Cohen
Get the #ifdef right on LinkAllPasses.h.
tree
|
commitdiff
2005-01-06
Jeff Cohen
Fix minor mistakes
tree
|
commitdiff
2005-01-06
Jeff Cohen
Add project opt to Visual Studio.
tree
|
commitdiff
2005-01-05
Reid Spencer
Make opt honor the quiet option when printing the bytec...
tree
|
commitdiff
2005-01-01
Reid Spencer
Move the code for printing out a warning about bytecode...
tree
|
commitdiff
2004-12-30
Reid Spencer
For PR351:
tree
|
commitdiff
2004-12-07
Reid Spencer
For PR387:\
tree
|
commitdiff
2004-11-25
Reid Spencer
Add LLVMbzip2 library, now required.
tree
|
commitdiff
2004-11-14
Reid Spencer
Fix usage of changed function prototype
tree
|
commitdiff
2004-10-27
Reid Spencer
Change Library Names Not To Conflict With Others When...
tree
|
commitdiff
2004-10-22
Reid Spencer
We're not doing automake any more
tree
|
commitdiff
2004-10-22
Reid Spencer
We won't use automake
tree
|
commitdiff
2004-10-18
Reid Spencer
Initial automake generated Makefile template
tree
|
commitdiff
2004-10-15
Misha Brukman
Fix hyphenation and quoting style for great justice
tree
|
commitdiff
2004-10-13
Reid Spencer
Update to reflect changes in Makefile rules.
tree
|
commitdiff
2004-10-10
Reid Spencer
Initial version of automake Makefile.am file.
tree
|
commitdiff
2004-09-20
Chris Lattner
'Pass' should now not be derived from by clients. ...
tree
|
commitdiff
2004-09-20
Chris Lattner
Finegrainify namespacification
tree
|
commitdiff
2004-09-01
Reid Spencer
Changes For Bug 352
tree
|
commitdiff
2004-08-29
Reid Spencer
Add the LLVMsystem.a library as it is now used for...
tree
|
commitdiff
2004-08-29
Reid Spencer
The functions in Signal.h are now in the llvm::sys...
tree
|
commitdiff
2004-07-18
Chris Lattner
Remove this printer
tree
|
commitdiff
2004-07-18
Reid Spencer
bug 122:
tree
|
commitdiff
2004-07-11
Chris Lattner
Prune unused #include
tree
|
commitdiff
2004-07-11
Chris Lattner
Add -load option
tree
|
commitdiff
2004-07-04
Reid Spencer
Add #include <iostream> since Value.h does not include...
tree
|
commitdiff
2004-07-04
Reid Spencer
Add #include <iostream> since Value.h does not #include...
tree
|
commitdiff
2004-06-25
Chris Lattner
Make sure to link all IPA's into opt, so that it has...
tree
|
commitdiff
2004-05-27
Chris Lattner
Neuter the -q option. Stop printing the "program modif...
tree
|
commitdiff
2004-05-27
Reid Spencer
Re-introduce the -q option and make opt always return...
tree
|
commitdiff
2004-05-27
Reid Spencer
Removed the -q option and the default message written...
tree
|
commitdiff
next