summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Convert .cvsignore filesJohn Criswell2007-06-29
* Fix PR 1526.Devang Patel2007-06-28
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-28
* llvm-nm must print the alias symbols.Lauro Ramos Venancio2007-06-27
* Fix PR1525:Reid Spencer2007-06-25
* Fix pr1448Chris Lattner2007-06-19
* Fix PR1517:Reid Spencer2007-06-16
* Fix PR1516:Reid Spencer2007-06-16
* Call the correct function name. Patch from Stephane Letz.Nick Lewycky2007-06-16
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-06
* if internalize is disabled, don't run the pass at all!Chris Lattner2007-06-06
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-05
* Regenerate.Reid Spencer2007-05-18
* Initialize variable to null so it has a value in the off chance that aReid Spencer2007-05-07
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* remove dead optionChris Lattner2007-05-06
* Fix a buggy conversion from bytecode to bitcodeChris Lattner2007-05-06
* make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner2007-05-06
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* 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