aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Identify llvm bit-code file that is causing linking failure in LTO mode.Devang Patel2008-07-242-18/+144
* Quit early, if unable to reproduce error using original input files.Devang Patel2008-07-222-1/+86
* Remove temp. files in the end.Devang Patel2008-07-222-7/+24
* Remove more tabs.Bill Wendling2008-07-221-4/+4
* Provide llvm bitcode file to native object file interface.Devang Patel2008-07-214-9/+208
* tentative definitions are default visibilityNick Kledzik2008-07-191-1/+1
* typo.Devang Patel2008-07-181-2/+2
* If all linker input files are native object files then lto-bugpoint is not us...Devang Patel2008-07-184-8/+48
* Start writing lto-bugpoint tool.Devang Patel2008-07-184-0/+140
* Name string length is end position marker - begin position marker.Devang Patel2008-07-161-1/+1
* Do not forget global definitions from inline asm code block.Devang Patel2008-07-162-0/+40
* LinkOnce definitions have default scope, like weak definitions. Otherwise, th...Devang Patel2008-07-151-1/+2
* Goodbye tail duplication (for good this time).Evan Cheng2008-07-141-1/+0
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-141-4/+4
* Fix comment.Duncan Sands2008-07-131-1/+1
* Fix PR2231 - opt -internalize -std-compile-opts should run internalize firstChris Lattner2008-07-131-8/+17
* fix dangling pointer and argv off by one errors. Add support for --disable-i...Nick Kledzik2008-07-083-17/+27
* Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson2008-07-081-1/+4
* add _lto_codegen_debug_options so that linker can use itNick Kledzik2008-07-071-0/+1
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-033-2/+24
* Use ADCE instead of just DCE. ADCE will better clean up after jump threading,Owen Anderson2008-07-021-1/+1
* Rename new lto2 tool as lto.Devang Patel2008-06-308-4/+1
* Remove old LTO interface.Devang Patel2008-06-303-659/+0
* Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel2008-06-301-0/+32
* Since we are using GCC to assemble the program, make sure the assembly syntax...Argyrios Kyrtzidis2008-06-271-0/+3
* jump threading can introduce allocas, make sure we promote Chris Lattner2008-06-251-0/+2
* run mem2reg after the second jump threading pass in llvm-ld.Chris Lattner2008-06-251-1/+2
* remove some dead options.Chris Lattner2008-06-251-29/+0
* Fix some warnings reported by gcc-4.3. HopefullyDuncan Sands2008-06-191-7/+8
* Refactor the way to get a string containing the features of the target.Bill Wendling2008-06-183-32/+26
* If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (andBill Wendling2008-06-182-24/+51
* Add an "exe" suffix only if the output file has no suffix at all.Argyrios Kyrtzidis2008-06-151-8/+8
* Make sure all produced executable files have "exe" suffix on Windows.Argyrios Kyrtzidis2008-06-151-10/+16
* Make sure that the current executable filename has "exe" suffix on Windows.Argyrios Kyrtzidis2008-06-151-5/+9
* Append "exe" suffix to executable files.Argyrios Kyrtzidis2008-06-151-1/+11
* Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman2008-06-121-1/+4
* Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman2008-06-121-1/+8
* Make all help strings start in upper case.Mikhail Glushenkov2008-05-301-4/+4
* Fix the -opt switch and add a test case for it.Mikhail Glushenkov2008-05-303-8/+15
* Fix indentation.Mikhail Glushenkov2008-05-301-1/+1
* Add a --dry-run option to llvmc2. Patch by Holger Schurig.Mikhail Glushenkov2008-05-302-2/+8
* Add a --save-temps option.Mikhail Glushenkov2008-05-304-7/+25
* Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov2008-05-301-0/+3
* Documentation update.Mikhail Glushenkov2008-05-301-0/+27
* Show argv[0] in error messages (like gcc).Mikhail Glushenkov2008-05-301-4/+3
* New feature: OptionList.Mikhail Glushenkov2008-05-302-13/+55
* Documentation update.Mikhail Glushenkov2008-05-302-66/+120
* A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov2008-05-302-15/+16
* Make it possible to test if the '-o' option is provided.Mikhail Glushenkov2008-05-301-0/+2
* Add support for option aliases.Mikhail Glushenkov2008-05-301-1/+2