summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* LinkOnce definitions have default scope, like weak definitions. Otherwise, th...Devang Patel2008-07-15
* Goodbye tail duplication (for good this time).Evan Cheng2008-07-14
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-14
* Fix comment.Duncan Sands2008-07-13
* Fix PR2231 - opt -internalize -std-compile-opts should run internalize firstChris Lattner2008-07-13
* fix dangling pointer and argv off by one errors. Add support for --disable-i...Nick Kledzik2008-07-08
* Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson2008-07-08
* add _lto_codegen_debug_options so that linker can use itNick Kledzik2008-07-07
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-03
* Use ADCE instead of just DCE. ADCE will better clean up after jump threading,Owen Anderson2008-07-02
* Rename new lto2 tool as lto.Devang Patel2008-06-30
* Remove old LTO interface.Devang Patel2008-06-30
* Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel2008-06-30
* Since we are using GCC to assemble the program, make sure the assembly syntax...Argyrios Kyrtzidis2008-06-27
* jump threading can introduce allocas, make sure we promote Chris Lattner2008-06-25
* run mem2reg after the second jump threading pass in llvm-ld.Chris Lattner2008-06-25
* remove some dead options.Chris Lattner2008-06-25
* Fix some warnings reported by gcc-4.3. HopefullyDuncan Sands2008-06-19
* Refactor the way to get a string containing the features of the target.Bill Wendling2008-06-18
* If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (andBill Wendling2008-06-18
* Add an "exe" suffix only if the output file has no suffix at all.Argyrios Kyrtzidis2008-06-15
* Make sure all produced executable files have "exe" suffix on Windows.Argyrios Kyrtzidis2008-06-15
* Make sure that the current executable filename has "exe" suffix on Windows.Argyrios Kyrtzidis2008-06-15
* Append "exe" suffix to executable files.Argyrios Kyrtzidis2008-06-15
* Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman2008-06-12
* Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman2008-06-12
* Make all help strings start in upper case.Mikhail Glushenkov2008-05-30
* Fix the -opt switch and add a test case for it.Mikhail Glushenkov2008-05-30
* Fix indentation.Mikhail Glushenkov2008-05-30
* Add a --dry-run option to llvmc2. Patch by Holger Schurig.Mikhail Glushenkov2008-05-30
* Add a --save-temps option.Mikhail Glushenkov2008-05-30
* Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov2008-05-30
* Documentation update.Mikhail Glushenkov2008-05-30
* Show argv[0] in error messages (like gcc).Mikhail Glushenkov2008-05-30
* New feature: OptionList.Mikhail Glushenkov2008-05-30
* Documentation update.Mikhail Glushenkov2008-05-30
* A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov2008-05-30
* Make it possible to test if the '-o' option is provided.Mikhail Glushenkov2008-05-30
* Add support for option aliases.Mikhail Glushenkov2008-05-30
* Fix some headers.Mikhail Glushenkov2008-05-30
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-30
* -E should print to stdout.Mikhail Glushenkov2008-05-30
* Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov2008-05-30
* Rename StringVector to StrVector (to be consistent with LLVMCConfigurationEmi...Mikhail Glushenkov2008-05-30
* Minor error message fixes.Mikhail Glushenkov2008-05-30
* Documentation and examples improvementsMikhail Glushenkov2008-05-30
* Do not generate empty 'if's for the output_suffix property.Mikhail Glushenkov2008-05-30
* Update documentation, add examples.Mikhail Glushenkov2008-05-30
* Rename LLVMC-Tutorial.rst to LLVMC-Reference.rstMikhail Glushenkov2008-05-30
* Make it possible to change the output file suffix based on command-line options.Mikhail Glushenkov2008-05-30