summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Separate program name from error message with a :Reid Spencer2007-08-08
* Terminate an error message with a newline.Reid Spencer2007-08-08
* Make this code more efficientDavid Greene2007-08-07
* Regenerating.Chandler Carruth2007-08-04
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Adjust for new CallInst constructor interface.Reid Spencer2007-08-02
* Rename FastDSE to just DSE.Owen Anderson2007-08-01
* Update generated files.David Greene2007-08-01
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman2007-07-30
* Remove dead option.Reid Spencer2007-07-23
* Fix a sys::Path API error caught by a gcc 4.2 warning.Reid Spencer2007-07-18
* Turn on FastDSE by default.Owen Anderson2007-07-17
* Change sroa threshold back.Evan Cheng2007-07-17
* Temporarily set SROA threshold to 512.Evan Cheng2007-07-17
* 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