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