Add some doxygen comments to llvm-c/Core.h.
[oota-llvm.git] / tools / bugpoint /
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-14 Nick LewyckyAllow the block extractor take to take a list of basic...
2007-11-05 Gordon HenriksenDeleting redundant copy of block extractor pass. See...
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-06-06 Lauro Ramos VenancioFix bugpoint to run -llc-safe with -Xlinker.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris LattnerFix a buggy conversion from bytecode to bitcode
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-05-03 Evan ChengAdded -rsh-host and -rsh-user to support remote execution.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-19 Chris Lattnerremove use of deprecated apis
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-13 Chris Lattnereliminate use of vector-related ctors
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Reid SpencerFor PR1072:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-07 Chris Lattnerrelax type
2007-01-06 Reid SpencerFor PR411:
2007-01-03 Evan ChengA bit more debugging printf's.
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-13 John CriswellRemove DSA.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Reid SpencerAdd an -append-exit-code option to bugpoint. This will...
2006-11-27 Reid SpencerFor PR950:
2006-11-17 Bill WendlingNeed <iostream> for the time being.
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Reid SpencerAdd a -disable-loop-extraction option to bugpoint.
2006-11-09 Chris Lattnercompletely revert patrick's enhancement to bugpoint...
2006-11-09 Chris Lattneradd a new bugpoint mode -llc-safe. This uses LLC for...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-02 Reid SpencerFor PR786:
2006-10-27 Bill WendlingForgot a }
2006-10-27 Bill WendlingRe-added the part where it tries to remove all global...
2006-10-25 Bill WendlingFix for PR960. Improves bugpoint so that it removes...
2006-10-20 Reid SpencerFor PR950:
2006-10-10 Chris LattnerMake the bugpoint reduction heuristics more effective...
2006-10-09 Chris LattnerRemove a dead var noticed by Yorion
2006-09-15 Chris Lattnercomment out debug code
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-09-14 Nick LewyckyFix --enable-valgrind. Add room for the new arguments...
2006-09-14 Nick LewyckyAdd --enable-valgrind option to run optimizations throu...
2006-09-07 Chris LattnerChange DisambiguateGlobalSymbols to not rename asm...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-29 Chris LattnerCode cleanups, no functionality change.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattneranalyze no longer exists, don't offer to run it :)
2006-08-23 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR885:
2006-08-21 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR797:
2006-08-17 Chris Lattnerfit in 80 cols
2006-08-17 Chris Lattnerminor cleanups
2006-08-15 Patrick JenkinsAdding FindBugs.cpp so the -find-bugs option will work.
2006-08-15 Patrick JenkinsThis commit adds a new feature called find-bugs. The...
2006-07-28 Patrick JenkinsUpdating the comments above SplitFunctionsOutOfModule...
2006-07-28 Patrick JenkinsThis commit improves bugpoints speed. On my G4 this...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-27 Chris LattnerPass -Xlinker flags to gcc when it builds the shared...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-13 Chris LattnerTeach bugpoint to kill optimization passes that run...
2006-06-09 Chris LattnerAfter telling GCC to type of the input file with -x...
2006-06-07 Reid SpencerMake sure this tool links in all of libVMCore.a because...
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-14 Chris Lattnerprint a nice error if bugpoint gets an error reading...
2006-05-14 Chris LattnerFix a bug found by inspection.
2006-05-12 Chris LattnerRemove dead return value.
2006-05-04 Chris Lattnerwrap long line
2006-03-16 Chris Lattneradd an assert to get a slightly better msg about this...
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2006-03-08 Chris LattnerFix a really annoying bug in bugpoint that made reducin...
2006-03-05 Andrew LenharthFor transforms the behave differently if main goes...
2006-02-04 Chris LattnerLet bugpoint work on sparc with v9 instructions enabled.
2006-01-26 Andrew LenharthPass plugins on to children when optimizing.
2006-01-23 Chris Lattnerthis doesn't work, remove it
2006-01-22 Chris Lattneradd explicit #includes of iostream
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-17 Chris LattnerRevert this, I didn't mean to commit it
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2006-01-08 Reid SpencerFix line length of a comment.
2005-12-23 Jeff CohenGet bugpoint building with VC++ again.
2005-12-22 Reid SpencerFor PR351:
2005-12-14 Chris LattnerFix printing of the instructions.
next