aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2007-04-22Add the --host-target option.Reid Spencer
2007-04-20remove cruftChris Lattner
2007-04-16Regenerate.Reid Spencer
2007-04-16For PR1336:Reid Spencer
2007-04-16For PR1336:Reid Spencer
2007-04-16Regenerate.Reid Spencer
2007-04-16For PR1336:Reid Spencer
2007-04-11Make the generated code for ConstantInt nicer.Reid Spencer
2007-04-11Teach llvm2cpp about packed structure types.Reid Spencer
2007-04-11Fix several bugs relating to changes in the LLVM IR API or just outrightReid Spencer
2007-04-11Regenerate.Reid Spencer
2007-04-11Fix a crash-by-unknown-exception caused by attempting to use a null pointerReid Spencer
2007-04-11Fix some issues with param attrs.Reid Spencer
2007-04-11Add support for parameter attributes.Reid Spencer
2007-04-11For PR1146:Reid Spencer
2007-04-10Enable loop rotate pass.Devang Patel
2007-04-09RegenerateReid Spencer
2007-04-09For PR1146:Reid Spencer
2007-04-08Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer
2007-04-08Avoid temporary construction and potential for corrupted data access.Reid Spencer
2007-04-08Don't rely on destructed local storage. Thanks, Chris.Reid Spencer
2007-04-07For PR1291:Reid Spencer
2007-04-07Regenerate.Reid Spencer
2007-04-07For PR1312:Reid Spencer
2007-04-05run a late dce pass to clean up extra cruft.Chris Lattner
2007-04-04For PR1302:Reid Spencer
2007-04-02RegenerateReid Spencer