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