index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
opt
/
opt.cpp
Age
Commit message (
Expand
)
Author
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-02-03
For PR1072:
Reid Spencer
2007-02-02
For PR1152:
Reid Spencer
2007-01-31
shutdown at end of run
Chris Lattner
2007-01-21
default to emiting an uncompressed .bc file
Chris Lattner
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-12-01
target constructors are never used
Chris Lattner
2006-12-01
Fix opt -o option. Don't pass a pointer to an auto variable which is going
Nick Lewycky
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-28
Convert to using llvm streams instead of iostreams.
Bill Wendling
2006-11-02
For PR786:
Reid Spencer
2006-08-28
Add a --disable-compression option like llvm-link/llvm-as etc have
Chris Lattner
2006-08-27
-analyze mode shouldn't output a .bc file.
Chris Lattner
2006-08-27
Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the
Chris Lattner
2006-08-21
For PR885:
Reid Spencer
2006-08-21
Fix a build failure
Nate Begeman
2006-08-21
For PR797:
Reid Spencer
2006-08-18
For PR797:
Reid Spencer
2006-08-18
For PR872:
Reid Spencer
2006-06-16
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-07
For PR780:
Reid Spencer
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2005-04-22
Remove trailing whitespace
Misha Brukman
2005-01-22
Use binary mode for reading/writing bytecode files
Jeff Cohen
2005-01-06
Get the #ifdef right on LinkAllPasses.h.
Jeff Cohen
2005-01-06
Fix minor mistakes
Jeff Cohen
2005-01-06
Add project opt to Visual Studio.
Jeff Cohen
2005-01-05
Make opt honor the quiet option when printing the bytecode warning.
Reid Spencer
2005-01-01
Move the code for printing out a warning about bytecode output to a console
Reid Spencer
2004-12-30
For PR351:
Reid Spencer
2004-11-14
Fix usage of changed function prototype
Reid Spencer
2004-10-15
Fix hyphenation and quoting style for great justice
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-07-11
Prune unused #include
Chris Lattner
2004-07-11
Add -load option
Chris Lattner
2004-05-27
Neuter the -q option. Stop printing the "program modified" message, ever
Chris Lattner
2004-05-27
Re-introduce the -q option and make opt always return 0, even if the
Reid Spencer
2004-05-27
Removed the -q option and the default message written to stderr. The
Reid Spencer
2004-05-27
Header file moved
Chris Lattner
2004-04-02
Fix wonky header
Chris Lattner
2004-02-19
Make sure to print a stack trace whenever an error signal is delivered to the
Chris Lattner
2003-12-10
Make 'opt -o -' work correctly instead of creating a file named './-'
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Removed extraneous comment line.
John Criswell
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-10
Fix grammar.
Misha Brukman
2003-05-22
Kill using declarations
Chris Lattner
[next]