aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner
2010-04-16Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky
2010-04-16Create an exports file, so that the plugin only exports the onload symbol.Dan Gohman
2010-04-16Make things static that don't need to be referenced from outside the file.Dan Gohman
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman
2010-04-15Simplify ".bc" detection.Benjamin Kramer
2010-04-15Remove unnecessary uses of <iostream>.Daniel Dunbar
2010-04-15fix a crash on "lli ex" or any other file whose name is exactly twoChris Lattner
2010-04-14Don't forget cmake!Nick Lewycky