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
/
opt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-3
/
+147
*
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-16
1
-1
/
+1
*
For PR780:
Reid Spencer
2006-06-07
1
-0
/
+1
*
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-3
/
+3
*
Use binary mode for reading/writing bytecode files
Jeff Cohen
2005-01-22
1
-3
/
+6
*
Get the #ifdef right on LinkAllPasses.h.
Jeff Cohen
2005-01-06
1
-1
/
+0
*
Fix minor mistakes
Jeff Cohen
2005-01-06
1
-0
/
+1
*
Add project opt to Visual Studio.
Jeff Cohen
2005-01-06
1
-0
/
+1
*
Make opt honor the quiet option when printing the bytecode warning.
Reid Spencer
2005-01-05
1
-1
/
+1
*
Move the code for printing out a warning about bytecode output to a console
Reid Spencer
2005-01-01
1
-7
/
+1
*
For PR351:
Reid Spencer
2004-12-30
1
-86
/
+93
*
Fix usage of changed function prototype
Reid Spencer
2004-11-14
1
-1
/
+1
*
Fix hyphenation and quoting style for great justice
Misha Brukman
2004-10-15
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-08-29
1
-2
/
+2
*
Prune unused #include
Chris Lattner
2004-07-11
1
-1
/
+0
*
Add -load option
Chris Lattner
2004-07-11
1
-0
/
+1
*
Neuter the -q option. Stop printing the "program modified" message, ever
Chris Lattner
2004-05-27
1
-3
/
+2
*
Re-introduce the -q option and make opt always return 0, even if the
Reid Spencer
2004-05-27
1
-3
/
+7
*
Removed the -q option and the default message written to stderr. The
Reid Spencer
2004-05-27
1
-6
/
+3
*
Header file moved
Chris Lattner
2004-05-27
1
-1
/
+1
*
Fix wonky header
Chris Lattner
2004-04-02
1
-2
/
+14
*
Make sure to print a stack trace whenever an error signal is delivered to the
Chris Lattner
2004-02-19
1
-0
/
+1
*
Make 'opt -o -' work correctly instead of creating a file named './-'
Chris Lattner
2003-12-10
1
-2
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+1
*
Removed extraneous comment line.
John Criswell
2003-10-20
1
-1
/
+0
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Fix grammar.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Kill using declarations
Chris Lattner
2003-05-22
1
-15
/
+13
*
Make sure to create a target data that matches the Module's target properties.
Chris Lattner
2003-04-24
1
-0
/
+3
*
Remove support for "target data" pass ctors
Chris Lattner
2003-04-24
1
-5
/
+0
*
Don't support codegen passes in opt
Chris Lattner
2003-04-16
1
-0
/
+2
*
Give verbose error messages if bytecode file cannot be parsed
Chris Lattner
2003-04-16
1
-2
/
+7
*
Rename -no-* to -disable-*
Chris Lattner
2003-02-26
1
-2
/
+3
*
Add new -no-verify option
Chris Lattner
2003-02-12
1
-1
/
+5
*
Add a new -no-output option, useful for -aa-eval tests.
Chris Lattner
2003-02-12
1
-1
/
+5
*
Rename Sparc.h TargetMachineImpls.h
Chris Lattner
2002-10-29
1
-1
/
+1
*
Add support for optimization passes that use a TargetMachine object.
Vikram S. Adve
2002-09-16
1
-5
/
+16
*
Change command line option message on -q to make it more accurate
Chris Lattner
2002-07-31
1
-1
/
+1
*
Print the tool name when an error comes from so that I can tell which
Chris Lattner
2002-07-30
1
-5
/
+6
*
Factor PassNamePArser out into llvm/Support/PassNameParser.h
Chris Lattner
2002-07-26
1
-63
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-1
/
+1
*
Use the pass registration mechanism to populate command line options for
Chris Lattner
2002-07-23
1
-142
/
+77
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-8
/
+22
*
added emitfuncs pass, and disabled reassociate pass (needs fixing)
Anand Shukla
2002-07-12
1
-2
/
+5
[next]