aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2007-07-17Temporarily set SROA threshold to 512.Evan Cheng
2007-07-11Emit correct linkage. Patch by Roman Samoilov.Anton Korobeynikov
2007-07-10Simplify the handling of the --*flags options. The makefile already gets itReid Spencer
2007-07-10Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05update the .cvs files.Chris Lattner
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-07-05Fix PR1539. Add LoopPassPrinter.Devang Patel
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-28Fix PR 1526.Devang Patel
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
2007-06-27llvm-nm must print the alias symbols.Lauro Ramos Venancio
2007-06-25Fix PR1525:Reid Spencer
2007-06-19Fix pr1448Chris Lattner
2007-06-16Fix PR1517:Reid Spencer
2007-06-16Fix PR1516:Reid Spencer
2007-06-16Call the correct function name. Patch from Stephane Letz.Nick Lewycky
2007-06-06Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio
2007-06-06if internalize is disabled, don't run the pass at all!Chris Lattner
2007-06-05Commit first round work of PR1373. "noalias" is now fully supported inZhou Sheng
2007-05-18Regenerate.Reid Spencer
2007-05-07Initialize variable to null so it has a value in the off chance that aReid Spencer
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06remove dead optionChris Lattner
2007-05-06Fix a buggy conversion from bytecode to bitcodeChris Lattner
2007-05-06make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06this doesn't directly depend on bytecodeChris Lattner
2007-05-06add bitcode support.Chris Lattner
2007-05-06archive library already depends on bc readerChris Lattner
2007-05-06add bitcode support, optimize reading to not read all function bodies justChris Lattner
2007-05-06use an auto_ptr to avoid an explicit deleteChris Lattner
2007-05-06add bitcode supportChris Lattner
2007-05-06Remove the -emit-bytecode option. Noone in the llvm tree uses it, and thisChris Lattner
2007-05-06add bitcode reading support to llvm-nmChris Lattner
2007-05-06bitcodify, remove eh cruftChris Lattner
2007-05-06debugger depends on bcreader, not llvm-dbChris Lattner
2007-05-06remove EH cruft, add bitcode supportChris Lattner
2007-05-06add bitcode reading support, remove eh stuffChris Lattner
2007-05-06add bitcode reading support. Remove EH cruft.Chris Lattner
2007-05-06bitcodifyChris Lattner
2007-05-06simplify codeChris Lattner
2007-05-06add support to llvm-prof for reading from a bitcode fileChris Lattner
2007-05-06if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner
2007-05-06add inline asm codeChris Lattner
2007-05-06add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner
2007-05-05emit spiffy little histograms of codes, if enabled. Don't print averages ifChris Lattner