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