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
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
2003-04-24
Make sure to create a target data that matches the Module's target properties.
Chris Lattner
2003-04-24
Remove support for "target data" pass ctors
Chris Lattner
2003-04-16
Don't support codegen passes in opt
Chris Lattner
2003-04-16
Give verbose error messages if bytecode file cannot be parsed
Chris Lattner
2003-02-26
Rename -no-* to -disable-*
Chris Lattner
2003-02-12
Add new -no-verify option
Chris Lattner
2003-02-12
Add a new -no-output option, useful for -aa-eval tests.
Chris Lattner
2002-10-29
Rename Sparc.h TargetMachineImpls.h
Chris Lattner
2002-09-16
Add support for optimization passes that use a TargetMachine object.
Vikram S. Adve
2002-07-31
Change command line option message on -q to make it more accurate
Chris Lattner
2002-07-30
Print the tool name when an error comes from so that I can tell which
Chris Lattner
2002-07-26
Factor PassNamePArser out into llvm/Support/PassNameParser.h
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-23
Use the pass registration mechanism to populate command line options for
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-12
added emitfuncs pass, and disabled reassociate pass (needs fixing)
Anand Shukla
2002-06-30
*** empty log message ***
Chris Lattner
2002-06-25
Changes for 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-21
Expose cfg simplification pass
Chris Lattner
2002-05-10
expose LICM pass
Chris Lattner
2002-05-10
Expose the lowerallocs pass
Chris Lattner
2002-05-10
Expose the pi node insertion pass.
Chris Lattner
[next]