aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2007-05-17Regenerate these for the release. They weren't up to date and wouldReid Spencer
2007-05-07Initialize variable to null so it has a value in the off chance that aReid Spencer
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06remove dead optionChris Lattner
2007-05-06Fix a buggy conversion from bytecode to bitcodeChris Lattner
2007-05-06make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06this doesn't directly depend on bytecodeChris Lattner
2007-05-06add bitcode support.Chris Lattner
2007-05-06archive library already depends on bc readerChris Lattner
2007-05-06add bitcode support, optimize reading to not read all function bodies justChris Lattner
2007-05-06use an auto_ptr to avoid an explicit deleteChris Lattner
2007-05-06add bitcode supportChris Lattner
2007-05-06Remove the -emit-bytecode option. Noone in the llvm tree uses it, and thisChris Lattner
2007-05-06add bitcode reading support to llvm-nmChris Lattner
2007-05-06bitcodify, remove eh cruftChris Lattner
2007-05-06debugger depends on bcreader, not llvm-dbChris Lattner
2007-05-06remove EH cruft, add bitcode supportChris Lattner
2007-05-06add bitcode reading support, remove eh stuffChris Lattner
2007-05-06add bitcode reading support. Remove EH cruft.Chris Lattner
2007-05-06bitcodifyChris Lattner
2007-05-06simplify codeChris Lattner
2007-05-06add support to llvm-prof for reading from a bitcode fileChris Lattner
2007-05-06if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner
2007-05-06add inline asm codeChris Lattner
2007-05-06add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner
2007-05-05emit spiffy little histograms of codes, if enabled. Don't print averages ifChris Lattner
2007-05-05do not charge subblock sizes to the parent block.Chris Lattner
2007-05-05update to new APIs, make output a bit (haha) nicerChris Lattner
2007-05-04add support for new codes/blockChris Lattner
2007-05-03Added -rsh-host and -rsh-user to support remote execution.Evan Cheng
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-05-01add phiChris Lattner
2007-04-29Augment the verbose output to print out the sub-commands executed.Reid Spencer
2007-04-29Implement much expanded dumper support. We now print stuff like:Chris Lattner
2007-04-29add some simple per-block statisticsChris Lattner
2007-04-29Implement support to read an arbitrary bitcode file. Next up, dumping theChris Lattner
2007-04-29very early support for analyzing a bitstream. This opens the file, startsChris Lattner
2007-04-29Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner
2007-04-29fit in 80 colsChris Lattner
2007-04-27reset errno to zero on entry to the application's main function. This fixesChris Lattner
2007-04-22Add new option to usage help.Jeff Cohen
2007-04-22don't break reading from stdinChris Lattner
2007-04-22link in bitwriter libraryChris Lattner
2007-04-22teach llvm-dis to read bitcode filesChris Lattner
2007-04-22add a temporary -bitcode option, which instructs llvm-as to produce a bitcode...Chris Lattner
2007-04-22For PR1146:Reid Spencer