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
/
opt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the space in overview output for commands out of each of the
Dan Gohman
2007-10-08
1
-1
/
+1
*
Turn GVN on by default.
Owen Anderson
2007-09-08
1
-2
/
+1
*
Enable loop index split pass.
Devang Patel
2007-09-04
1
-0
/
+1
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-1
/
+1
*
Remove a FIXME comment that wasn't removed when the code it accompanied
Dan Gohman
2007-07-30
1
-1
/
+0
*
Turn on FastDSE by default.
Owen Anderson
2007-07-17
1
-1
/
+1
*
Change sroa threshold back.
Evan Cheng
2007-07-17
1
-1
/
+1
*
Temporarily set SROA threshold to 512.
Evan Cheng
2007-07-17
1
-1
/
+2
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-5
/
+5
*
Fix PR1539. Add LoopPassPrinter.
Devang Patel
2007-07-05
1
-0
/
+29
*
Fix PR 1526.
Devang Patel
2007-06-28
1
-0
/
+34
*
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
1
-7
/
+4
*
make sure the ofstream for opt's output file is destroyed, so that the bits
Chris Lattner
2007-05-06
1
-0
/
+3
*
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
2
-30
/
+12
*
add support to llvm-prof for reading from a bitcode file
Chris Lattner
2007-05-06
1
-6
/
+2
*
if -bitcode is specified, read and write a bitcode file instead of a bytecode...
Chris Lattner
2007-05-06
2
-5
/
+31
*
Drop 'const'
Devang Patel
2007-05-03
4
-16
/
+16
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
4
-16
/
+16
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
4
-4
/
+31
*
remove cruft
Chris Lattner
2007-04-20
1
-3
/
+0
*
Enable loop rotate pass.
Devang Patel
2007-04-10
1
-0
/
+1
*
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-03-07
1
-0
/
+1
*
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
1
-1
/
+2
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+0
*
For PR1072:
Reid Spencer
2007-02-03
2
-3
/
+1
*
For PR1152:
Reid Spencer
2007-02-02
1
-2
/
+100
*
shutdown at end of run
Chris Lattner
2007-01-31
1
-0
/
+1
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-1
/
+1
*
default to emiting an uncompressed .bc file
Chris Lattner
2007-01-21
1
-1
/
+1
*
Remove DSA.
John Criswell
2006-12-13
1
-1
/
+1
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-23
/
+21
*
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-12-06
1
-0
/
+2
*
This needs the callgraph data structure to stick around as long as the
Chris Lattner
2006-12-05
1
-1
/
+1
*
target constructors are never used
Chris Lattner
2006-12-01
1
-4
/
+1
*
Fix opt -o option. Don't pass a pointer to an auto variable which is going
Nick Lewycky
2006-12-01
1
-4
/
+3
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
1
-2
/
+5
*
Convert to using llvm streams instead of iostreams.
Bill Wendling
2006-11-28
1
-15
/
+16
*
Need iostream to be included for the time being.
Bill Wendling
2006-11-17
1
-0
/
+1
*
For PR786:
Reid Spencer
2006-11-02
1
-3
/
+2
*
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-09-04
1
-4
/
+2
*
Add a --disable-compression option like llvm-link/llvm-as etc have
Chris Lattner
2006-08-28
1
-1
/
+3
*
For PR387:
Reid Spencer
2006-08-28
1
-0
/
+1
*
-analyze mode shouldn't output a .bc file.
Chris Lattner
2006-08-27
1
-2
/
+1
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
3
-6
/
+6
*
Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the
Chris Lattner
2006-08-27
2
-76
/
+26
*
For PR885:
Reid Spencer
2006-08-21
1
-1
/
+1
*
Fix a build failure
Nate Begeman
2006-08-21
1
-1
/
+1
*
For PR797:
Reid Spencer
2006-08-21
1
-2
/
+1
*
For PR797:
Reid Spencer
2006-08-18
1
-9
/
+5
*
For PR872:
Reid Spencer
2006-08-18
2
-7
/
+151
[next]