Age | Commit message (Expand) | Author |
2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
2010-06-23 | Add an extra-library-path option to the plugin. This is used to support | Rafael Espindola |
2010-06-21 | add_input_file and add_input_library now take const arguments, remove the | Rafael Espindola |
2010-06-21 | Save more temps with -save-temps. | Rafael Espindola |
2010-06-18 | Add a pass-through option to the plugin. The use case for this option is to | Rafael Espindola |
2010-06-14 | Don't produce output only if *all* files are unused. | Rafael Espindola |
2010-06-11 | llvm-mc: Don't set NO_INSTALL on llvm-mc. | Daniel Dunbar |
2010-06-09 | Change another reference to the "indirect callgraph node" to | Duncan Sands |
2010-06-09 | Output "external node" rather than "Indirect CallGraph node" when printing | Duncan Sands |
2010-06-07 | Plug a leak in the non-error case by removing one level of indirection. | Nick Lewycky |
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 |