| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout 55429 | Devang Patel | 2008-08-27 | 1 | -48/+4 |
* | Add facility to create a target. | Devang Patel | 2008-08-27 | 1 | -4/+48 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -4/+5 |
* | Don't silently ignore errors when opening output streams. | Dan Gohman | 2008-08-21 | 2 | -4/+12 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 3 | -18/+28 |
* | Link GC metadata printers by default to llc | Anton Korobeynikov | 2008-08-17 | 1 | -0/+1 |
* | Move X86 assembler printers into separate directory. This allows JIT-only use... | Anton Korobeynikov | 2008-08-17 | 2 | -1/+10 |
* | Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca... | Owen Anderson | 2008-08-15 | 2 | -2/+0 |
* | Add -fast command line option to lli. It enables fast codegen path. | Evan Cheng | 2008-08-08 | 1 | -1/+7 |
* | Improve bugpoint output a bit by outputting the actual instructions instead of | Matthijs Kooijman | 2008-07-29 | 1 | -2/+1 |
* | Identify llvm bit-code file that is causing linking failure in LTO mode. | Devang Patel | 2008-07-24 | 2 | -18/+144 |
* | Quit early, if unable to reproduce error using original input files. | Devang Patel | 2008-07-22 | 2 | -1/+86 |
* | Remove temp. files in the end. | Devang Patel | 2008-07-22 | 2 | -7/+24 |
* | Remove more tabs. | Bill Wendling | 2008-07-22 | 1 | -4/+4 |
* | Provide llvm bitcode file to native object file interface. | Devang Patel | 2008-07-21 | 4 | -9/+208 |
* | tentative definitions are default visibility | Nick Kledzik | 2008-07-19 | 1 | -1/+1 |
* | typo. | Devang Patel | 2008-07-18 | 1 | -2/+2 |
* | If all linker input files are native object files then lto-bugpoint is not us... | Devang Patel | 2008-07-18 | 4 | -8/+48 |
* | Start writing lto-bugpoint tool. | Devang Patel | 2008-07-18 | 4 | -0/+140 |
* | Name string length is end position marker - begin position marker. | Devang Patel | 2008-07-16 | 1 | -1/+1 |
* | Do not forget global definitions from inline asm code block. | Devang Patel | 2008-07-16 | 2 | -0/+40 |
* | LinkOnce definitions have default scope, like weak definitions. Otherwise, th... | Devang Patel | 2008-07-15 | 1 | -1/+2 |
* | Goodbye tail duplication (for good this time). | Evan Cheng | 2008-07-14 | 1 | -1/+0 |
* | Reformat this message to fit in 80 cols. | Dan Gohman | 2008-07-14 | 1 | -4/+4 |
* | Fix comment. | Duncan Sands | 2008-07-13 | 1 | -1/+1 |
* | Fix PR2231 - opt -internalize -std-compile-opts should run internalize first | Chris Lattner | 2008-07-13 | 1 | -8/+17 |
* | fix dangling pointer and argv off by one errors. Add support for --disable-i... | Nick Kledzik | 2008-07-08 | 3 | -17/+27 |
* | Global variables beginning with \01 have special meaning on Darwin, so we nee... | Owen Anderson | 2008-07-08 | 1 | -1/+4 |
* | add _lto_codegen_debug_options so that linker can use it | Nick Kledzik | 2008-07-07 | 1 | -0/+1 |
* | Provide a hook to set the code generation debug options to investigate lto f... | Devang Patel | 2008-07-03 | 3 | -2/+24 |
* | Use ADCE instead of just DCE. ADCE will better clean up after jump threading, | Owen Anderson | 2008-07-02 | 1 | -1/+1 |
* | Rename new lto2 tool as lto. | Devang Patel | 2008-06-30 | 8 | -4/+1 |
* | Remove old LTO interface. | Devang Patel | 2008-06-30 | 3 | -659/+0 |
* | Move dominator info printer into tool/opt/GraphPrinters.cpp | Devang Patel | 2008-06-30 | 1 | -0/+32 |
* | Since we are using GCC to assemble the program, make sure the assembly syntax... | Argyrios Kyrtzidis | 2008-06-27 | 1 | -0/+3 |
* | jump threading can introduce allocas, make sure we promote | Chris Lattner | 2008-06-25 | 1 | -0/+2 |
* | run mem2reg after the second jump threading pass in llvm-ld. | Chris Lattner | 2008-06-25 | 1 | -1/+2 |
* | remove some dead options. | Chris Lattner | 2008-06-25 | 1 | -29/+0 |
* | Fix some warnings reported by gcc-4.3. Hopefully | Duncan Sands | 2008-06-19 | 1 | -7/+8 |
* | Refactor the way to get a string containing the features of the target. | Bill Wendling | 2008-06-18 | 3 | -32/+26 |
* | If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (and | Bill Wendling | 2008-06-18 | 2 | -24/+51 |
* | Add an "exe" suffix only if the output file has no suffix at all. | Argyrios Kyrtzidis | 2008-06-15 | 1 | -8/+8 |
* | Make sure all produced executable files have "exe" suffix on Windows. | Argyrios Kyrtzidis | 2008-06-15 | 1 | -10/+16 |
* | Make sure that the current executable filename has "exe" suffix on Windows. | Argyrios Kyrtzidis | 2008-06-15 | 1 | -5/+9 |
* | Append "exe" suffix to executable files. | Argyrios Kyrtzidis | 2008-06-15 | 1 | -1/+11 |
* | Let bugpoint display generated messages on stderr only if no interpreter was | Matthijs Kooijman | 2008-06-12 | 1 | -1/+4 |
* | Add -silence-passes option to bugpoint. This option suppresses output generated | Matthijs Kooijman | 2008-06-12 | 1 | -1/+8 |
* | Make all help strings start in upper case. | Mikhail Glushenkov | 2008-05-30 | 1 | -4/+4 |
* | Fix the -opt switch and add a test case for it. | Mikhail Glushenkov | 2008-05-30 | 3 | -8/+15 |
* | Fix indentation. | Mikhail Glushenkov | 2008-05-30 | 1 | -1/+1 |