summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Emit correct linkage. Patch by Roman Samoilov.Anton Korobeynikov2007-07-11
* Simplify the handling of the --*flags options. The makefile already gets itReid Spencer2007-07-10
* Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer2007-07-10
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-06
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-06
* update the .cvs files.Chris Lattner2007-07-05
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-05
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* 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