index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2008-06-15
Make sure that the current executable filename has "exe" suffix on Windows.
Argyrios Kyrtzidis
2008-06-15
Append "exe" suffix to executable files.
Argyrios Kyrtzidis
2008-06-12
Let bugpoint display generated messages on stderr only if no interpreter was
Matthijs Kooijman
2008-06-12
Add -silence-passes option to bugpoint. This option suppresses output generated
Matthijs Kooijman
2008-05-30
Make all help strings start in upper case.
Mikhail Glushenkov
2008-05-30
Fix the -opt switch and add a test case for it.
Mikhail Glushenkov
2008-05-30
Fix indentation.
Mikhail Glushenkov
2008-05-30
Add a --dry-run option to llvmc2. Patch by Holger Schurig.
Mikhail Glushenkov
2008-05-30
Add a --save-temps option.
Mikhail Glushenkov
2008-05-30
Add a check for side effect-free options (specified only in the OptionList).
Mikhail Glushenkov
2008-05-30
Documentation update.
Mikhail Glushenkov
2008-05-30
Show argv[0] in error messages (like gcc).
Mikhail Glushenkov
2008-05-30
New feature: OptionList.
Mikhail Glushenkov
2008-05-30
Documentation update.
Mikhail Glushenkov
2008-05-30
A small optimization: use static char* array instead of StrVector.
Mikhail Glushenkov
2008-05-30
Make it possible to test if the '-o' option is provided.
Mikhail Glushenkov
2008-05-30
Add support for option aliases.
Mikhail Glushenkov
2008-05-30
Fix some headers.
Mikhail Glushenkov
2008-05-30
New tests for the 'case' expression: not_empty, in_language.
Mikhail Glushenkov
2008-05-30
-E should print to stdout.
Mikhail Glushenkov
2008-05-30
Make it possible to have multiple input languages for a single tool.
Mikhail Glushenkov
2008-05-30
Rename StringVector to StrVector (to be consistent with LLVMCConfigurationEmi...
Mikhail Glushenkov
2008-05-30
Minor error message fixes.
Mikhail Glushenkov
2008-05-30
Documentation and examples improvements
Mikhail Glushenkov
2008-05-30
Do not generate empty 'if's for the output_suffix property.
Mikhail Glushenkov
2008-05-30
Update documentation, add examples.
Mikhail Glushenkov
2008-05-30
Rename LLVMC-Tutorial.rst to LLVMC-Reference.rst
Mikhail Glushenkov
2008-05-30
Make it possible to change the output file suffix based on command-line options.
Mikhail Glushenkov
2008-05-30
Add support for user-provided hooks and environment variable reads to the cmd...
Mikhail Glushenkov
2008-05-30
Enable the response file ('llvmc @file') support.
Mikhail Glushenkov
2008-05-30
Update the code to the fact that StringSet now lives in llvm/ADT.
Mikhail Glushenkov
2008-05-30
Make it possible to use the generalised 'case' construct in the cmd_line prop...
Mikhail Glushenkov
2008-05-30
Add a generalised 'case' construct.
Mikhail Glushenkov
2008-05-30
remove the StripSymbolsPass. This should not be done by default in libLTO.dy...
Nick Kledzik
2008-05-29
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-29
Re-enable the newly simplified ADCE. This fixes a regression on
Owen Anderson
2008-05-28
use space insted of tabs
Nick Kledzik
2008-05-27
fix infinite recursion if a global's initializer references the global
Nick Kledzik
2008-05-27
Add instcombine after global optimizations.
Devang Patel
2008-05-27
Use IPSCCPPass instead of IPConstantPropagationPass.
Devang Patel
2008-05-27
Remove ADCE from the optimization pipeline.
Owen Anderson
2008-05-23
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
Make LTO expect common and weak to be represented differently.
Dale Johannesen
2008-05-21
Rename -no-lazy to -disable-lazy-compilation.
Evan Cheng
2008-05-16
Add CommonLinkage, in a way that preserves the
Dale Johannesen
2008-05-16
Add CommonLinkage to lto (treated same as weak AFAICT)
Dale Johannesen
2008-05-16
Re-enable tail duplication pass (now with default threshold down to 1 instruc...
Evan Cheng
2008-05-15
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
Remove tail duplication pass.
Evan Cheng
2008-05-14
Recover nestedloop regression reported by nightly tester.
Devang Patel
[next]