| Commit message (Expand) | Author | Age | Files | Lines |
* | Run dead type elimination after dead argument elimination. | Dan Gohman | 2010-06-07 | 1 | -1/+2 |
* | Use ->isVoidTy(). | Dan Gohman | 2010-06-07 | 3 | -5/+4 |
* | Misc cleanups to the gold plugin. | Rafael Espindola | 2010-06-07 | 1 | -15/+16 |
* | No need to special-case structs here; structs are first-class now. | Dan Gohman | 2010-06-05 | 1 | -3/+1 |
* | No need to special-case structs here; structs are first-class now. | Dan Gohman | 2010-06-04 | 1 | -3/+1 |
* | Add a emit-llvm option to the plugin and make the path argument to also-emit-... | Rafael Espindola | 2010-06-03 | 1 | -2/+23 |
* | Perfer !string.empty() over string != "". | Nick Lewycky | 2010-06-03 | 1 | -2/+2 |
* | Whitespace cleanup. | Nick Lewycky | 2010-06-03 | 1 | -5/+5 |
* | Don't preserve all symbols in a .so and instead trust gold to know what is | Rafael Espindola | 2010-06-03 | 1 | -12/+10 |
* | Eliminate some unnessary Path::exists() calls. | Dan Gohman | 2010-05-27 | 3 | -19/+10 |
* | When handling raw_ostream errors manually, use clear_error() so that | Dan Gohman | 2010-05-27 | 1 | -1/+3 |
* | Don't special-case stdout in llvm::WriteBitcodeToFile; just consider | Dan Gohman | 2010-05-27 | 1 | -2/+6 |
* | Don't create an output stream when output is disabled. | Dan Gohman | 2010-05-27 | 1 | -19/+21 |
* | Avoid calling outs() and fouts() when the stream isn't really needed. | Dan Gohman | 2010-05-27 | 3 | -10/+15 |
* | Apply timeouts and memory limits in more places. In particular, when | Duncan Sands | 2010-05-24 | 3 | -21/+40 |
* | MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches. | Daniel Dunbar | 2010-05-23 | 1 | -0/+7 |
* | Currently, createMachOStreamer() is invoked directly in llvm-mc which | Matt Fleming | 2010-05-21 | 1 | -1/+2 |
* | Remove dead option. | Daniel Dunbar | 2010-05-21 | 1 | -3/+0 |
* | Avoid renaming loadable modules at install time. Now the gold plugin is named | Rafael Espindola | 2010-05-16 | 1 | -1/+1 |
* | Use regular PassManager instead of FunctionPassManager in opt, since it | Dan Gohman | 2010-05-14 | 1 | -12/+8 |
* | Fix complete badness in bugpoint's IsARMArchitecture() function. | Jakob Stoklund Olesen | 2010-05-13 | 1 | -3/+2 |
* | Add an also-emit-llvm option to the gold plugin. | Rafael Espindola | 2010-05-13 | 1 | -0/+14 |
* | Fix PR6951 by fixing Module leaks in bugpoint. | Jeffrey Yasskin | 2010-05-11 | 1 | -7/+7 |
* | Remove the "WantsWholeFile" concept, as it's no longer needed. CBE | Dan Gohman | 2010-05-11 | 1 | -67/+26 |
* | Extended the edis "IsBranch" property to call | Sean Callanan | 2010-05-11 | 2 | -1/+8 |
* | The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a | Bill Wendling | 2010-05-11 | 2 | -4/+6 |
* | Add command line option --gcc to bugpoint. | Kalle Raiskila | 2010-05-10 | 3 | -17/+30 |
* | don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) | Chris Lattner | 2010-05-07 | 1 | -2/+0 |
* | make -filetype=obj default to emitting its output to foo.obj | Chris Lattner | 2010-05-06 | 1 | -3/+8 |
* | Fixed a sign-extension bug in the X86 disassembler | Sean Callanan | 2010-05-05 | 1 | -0/+2 |
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 1 | -14/+0 |
* | The llc -f flag was removed. | Nick Lewycky | 2010-04-29 | 2 | -2/+1 |
* | llc no longer requires the -f option to overwrite files. | Dan Gohman | 2010-04-29 | 1 | -1/+1 |
* | Remove dead option. | Daniel Dunbar | 2010-04-29 | 1 | -3/+0 |
* | r98363 deleted a '!' when cleaning up whitespace. This caused globals which are | Bill Wendling | 2010-04-27 | 1 | -1/+1 |
* | Fixed edis to tokenize instructions with no | Sean Callanan | 2010-04-24 | 1 | -3/+5 |
* | Fixes to edis that mark x86 call targets as | Sean Callanan | 2010-04-23 | 1 | -0/+3 |
* | Fixed EDOperand to use the operand type, not the | Sean Callanan | 2010-04-23 | 1 | -1/+3 |
* | Support .a files directly (without -l). | Mikhail Glushenkov | 2010-04-19 | 1 | -1/+2 |
* | Fix more -Wcast-qual warnings. | Dan Gohman | 2010-04-17 | 2 | -2/+2 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 1 | -5/+4 |
* | Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't | Nick Lewycky | 2010-04-16 | 1 | -4/+2 |
* | Create an exports file, so that the plugin only exports the onload symbol. | Dan Gohman | 2010-04-16 | 2 | -0/+3 |
* | Make things static that don't need to be referenced from outside the file. | Dan Gohman | 2010-04-16 | 1 | -12/+12 |
* | Make the export files absolute paths, and change Makefile.rules | Dan Gohman | 2010-04-15 | 2 | -2/+2 |
* | Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with | Dan Gohman | 2010-04-15 | 4 | -62/+63 |
* | Simplify ".bc" detection. | Benjamin Kramer | 2010-04-15 | 1 | -2/+1 |
* | Remove unnecessary uses of <iostream>. | Daniel Dunbar | 2010-04-15 | 2 | -5/+3 |
* | fix a crash on "lli ex" or any other file whose name is exactly two | Chris Lattner | 2010-04-15 | 1 | -1/+2 |
* | Don't forget cmake! | Nick Lewycky | 2010-04-14 | 1 | -1/+0 |