aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Update .cvs fileDavid Greene2007-08-151-4/+5
* Don't build llvm-stub twice.Reid Spencer2007-08-131-1/+1
* Separate program name from error message with a :Reid Spencer2007-08-081-1/+1
* Terminate an error message with a newline.Reid Spencer2007-08-081-1/+1
* Make this code more efficientDavid Greene2007-08-071-4/+5
* Regenerating.Chandler Carruth2007-08-043-1398/+1680
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-28/+0
* Adjust for new CallInst constructor interface.Reid Spencer2007-08-021-6/+3
* Rename FastDSE to just DSE.Owen Anderson2007-08-012-2/+2
* Update generated files.David Greene2007-08-013-1340/+1178
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-012-13/+14
* Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman2007-07-301-1/+0
* Remove dead option.Reid Spencer2007-07-231-3/+0
* Fix a sys::Path API error caught by a gcc 4.2 warning.Reid Spencer2007-07-181-1/+1
* Turn on FastDSE by default.Owen Anderson2007-07-172-2/+2
* Change sroa threshold back.Evan Cheng2007-07-171-1/+1
* Temporarily set SROA threshold to 512.Evan Cheng2007-07-171-1/+2
* Emit correct linkage. Patch by Roman Samoilov.Anton Korobeynikov2007-07-111-2/+2
* Simplify the handling of the --*flags options. The makefile already gets itReid Spencer2007-07-101-45/+24
* Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer2007-07-101-2/+2
* finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif2007-07-061-3/+3
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-5/+2
* update the .cvs files.Chris Lattner2007-07-052-761/+761
* Here is the bulk of the sanitizing.Gabor Greif2007-07-0522-101/+101
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-051-0/+29
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-0410-148/+148
* Convert .cvsignore filesJohn Criswell2007-06-293-12/+0
* Fix PR 1526.Devang Patel2007-06-281-0/+34
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-282-3/+30
* llvm-nm must print the alias symbols.Lauro Ramos Venancio2007-06-271-5/+13
* Fix PR1525:Reid Spencer2007-06-251-4/+10
* Fix pr1448Chris Lattner2007-06-191-14/+20
* Fix PR1517:Reid Spencer2007-06-161-9/+10
* Fix PR1516:Reid Spencer2007-06-161-2/+7
* Call the correct function name. Patch from Stephane Letz.Nick Lewycky2007-06-161-1/+1
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-062-1/+3
* if internalize is disabled, don't run the pass at all!Chris Lattner2007-06-061-1/+2
* Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng2007-06-051-0/+2
* Regenerate.Reid Spencer2007-05-183-337/+381
* Initialize variable to null so it has a value in the off chance that aReid Spencer2007-05-071-1/+1
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-0611-48/+27
* remove dead optionChris Lattner2007-05-061-3/+0
* Fix a buggy conversion from bytecode to bitcodeChris Lattner2007-05-061-1/+1
* make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner2007-05-061-0/+3
* switch tools to bitcode from bytecodeChris Lattner2007-05-0611-115/+45
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-0622-236/+70
* this doesn't directly depend on bytecodeChris Lattner2007-05-061-1/+1
* add bitcode support.Chris Lattner2007-05-062-5/+12
* archive library already depends on bc readerChris Lattner2007-05-061-1/+1
* add bitcode support, optimize reading to not read all function bodies justChris Lattner2007-05-062-5/+17