summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Make the generated code for ConstantInt nicer.Reid Spencer2007-04-11
* Teach llvm2cpp about packed structure types.Reid Spencer2007-04-11
* Fix several bugs relating to changes in the LLVM IR API or just outrightReid Spencer2007-04-11
* Regenerate.Reid Spencer2007-04-11
* Fix a crash-by-unknown-exception caused by attempting to use a null pointerReid Spencer2007-04-11
* Fix some issues with param attrs.Reid Spencer2007-04-11
* Add support for parameter attributes.Reid Spencer2007-04-11
* For PR1146:Reid Spencer2007-04-11
* Enable loop rotate pass.Devang Patel2007-04-10
* RegenerateReid Spencer2007-04-09
* For PR1146:Reid Spencer2007-04-09
* Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer2007-04-08
* Avoid temporary construction and potential for corrupted data access.Reid Spencer2007-04-08
* Don't rely on destructed local storage. Thanks, Chris.Reid Spencer2007-04-08