aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-01-19add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner
2010-01-19fix parsing .comm directives on systems which do not represent alignmentsChris Lattner
2010-01-18Make opt -O3 act more like clang -O3 etc., by making the inlining thresholdsEli Friedman
2010-01-18make llvm-config more portable to windows versions of perl,Chris Lattner
2010-01-17now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner
2010-01-17Don't create a (empty) output file, and don't warn about bitcode outputDan Gohman
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2010-01-16remove obsolete comment.Chris Lattner
2010-01-16bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner
2010-01-16remove calls to dead methods.Chris Lattner
2010-01-16remove use of getMangledName.Chris Lattner
2010-01-16switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner
2010-01-15fix a bug in range information for $42, eliminate an Chris Lattner
2010-01-15extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner
2010-01-15Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman
2010-01-14add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner
2010-01-14prune #includes in TargetAsmParser.hChris Lattner
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer
2010-01-05Enable debug buffering.David Greene
2010-01-05Enable debug buffering.David Greene
2010-01-02Forward -O0 to llvm-gcc.Mikhail Glushenkov
2010-01-02Apparently, it is OK for -MT to be specified several times.Mikhail Glushenkov
2010-01-01Minor simplifactions.Mikhail Glushenkov
2010-01-01Minor simplifications.Mikhail Glushenkov
2009-12-28Mark some debug variables as 'unused' to quiet compiler and analyzer.Bill Wendling
2009-12-23Fix another -Wmismatched-tags warningDouglas Gregor
2009-12-23Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by ClangDouglas Gregor
2009-12-23Make it easier to regenerate docs when srcdir != objdir.Mikhail Glushenkov
2009-12-23Allow (set_option SwitchOption, true).Mikhail Glushenkov
2009-12-22rename HexDisassembler -> Disassembler, it works on any inputChris Lattner
2009-12-22just discard the debug output from the disassembler.Chris Lattner
2009-12-22specify what is invalid about itChris Lattner
2009-12-22reject invalid input with a caret, e.g.:Chris Lattner
2009-12-22various cleanups, make the disassemble reject lines with too muchChris Lattner
2009-12-22If you thought that it didn't make sense for the disassemblerChris Lattner
2009-12-22rewrite the file parser for the disassembler, implementing support forChris Lattner
2009-12-22don't crash on blank lines, rename some variables.Chris Lattner
2009-12-19Adding a bunch of options to the mcc16 driver.Sanjiv Gupta
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov
2009-12-17Update CMake build to include HexDisassembler.cpp.Chandler Carruth
2009-12-17Test harness for the LLVM disassembler. When invokedSean Callanan
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-15Small documentation update.Mikhail Glushenkov
2009-12-09when opt crashes, print its command line arguments as a pretty stack trace.Chris Lattner
2009-12-07Documentation update.Mikhail Glushenkov
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Pass '-msse' and friends to llc as '-mattr=+/-'.Mikhail Glushenkov
2009-12-04Forward -m32/-m64 to the linker.Mikhail Glushenkov
2009-12-04Support -march/-mtune/-mcpu.Mikhail Glushenkov