aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-06-23Add an extra-library-path option to the plugin. This is used to supportRafael Espindola
2010-06-21add_input_file and add_input_library now take const arguments, remove theRafael Espindola
2010-06-21Save more temps with -save-temps.Rafael Espindola
2010-06-18Add a pass-through option to the plugin. The use case for this option is toRafael Espindola
2010-06-14Don't produce output only if *all* files are unused.Rafael Espindola
2010-06-11llvm-mc: Don't set NO_INSTALL on llvm-mc.Daniel Dunbar
2010-06-09Change another reference to the "indirect callgraph node" toDuncan Sands
2010-06-09Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands
2010-06-07Plug a leak in the non-error case by removing one level of indirection.Nick Lewycky
2010-06-07Run dead type elimination after dead argument elimination.Dan Gohman
2010-06-07Use ->isVoidTy().Dan Gohman
2010-06-07Misc cleanups to the gold plugin.Rafael Espindola
2010-06-05No need to special-case structs here; structs are first-class now.Dan Gohman
2010-06-04No need to special-case structs here; structs are first-class now.Dan Gohman
2010-06-03Add a emit-llvm option to the plugin and make the path argument to also-emit-...Rafael Espindola
2010-06-03Perfer !string.empty() over string != "".Nick Lewycky
2010-06-03Whitespace cleanup.Nick Lewycky
2010-06-03Don't preserve all symbols in a .so and instead trust gold to know what isRafael Espindola
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman
2010-05-27When handling raw_ostream errors manually, use clear_error() so thatDan Gohman
2010-05-27Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman
2010-05-27Don't create an output stream when output is disabled.Dan Gohman
2010-05-27Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman
2010-05-24Apply timeouts and memory limits in more places. In particular, whenDuncan Sands
2010-05-23MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar
2010-05-21Currently, createMachOStreamer() is invoked directly in llvm-mc whichMatt Fleming
2010-05-21Remove dead option.Daniel Dunbar
2010-05-16Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola
2010-05-14Use regular PassManager instead of FunctionPassManager in opt, since itDan Gohman
2010-05-13Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen
2010-05-13Add an also-emit-llvm option to the gold plugin.Rafael Espindola
2010-05-11Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin
2010-05-11Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman
2010-05-11Extended the edis "IsBranch" property to callSean Callanan
2010-05-11The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling
2010-05-10Add command line option --gcc to bugpoint.Kalle Raiskila
2010-05-07don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090)Chris Lattner
2010-05-06make -filetype=obj default to emitting its output to foo.obj Chris Lattner
2010-05-05Fixed a sign-extension bug in the X86 disassemblerSean Callanan
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2010-04-29The llc -f flag was removed.Nick Lewycky
2010-04-29llc no longer requires the -f option to overwrite files.Dan Gohman
2010-04-29Remove dead option.Daniel Dunbar
2010-04-27r98363 deleted a '!' when cleaning up whitespace. This caused globals which areBill Wendling
2010-04-24Fixed edis to tokenize instructions with noSean Callanan
2010-04-23Fixes to edis that mark x86 call targets asSean Callanan
2010-04-23Fixed EDOperand to use the operand type, not theSean Callanan
2010-04-19Support .a files directly (without -l).Mikhail Glushenkov
2010-04-17Fix more -Wcast-qual warnings.Dan Gohman