Remove DSA header files.
[oota-llvm.git] / tools /
2006-12-13 John CriswellRemove DSA.
2006-12-13 Reid SpencerRessurrect this needed file.
2006-12-13 Reid SpencerRessurrect the Stacker "st" configuration. Someday...
2006-12-12 Reid SpencerGenerate the correct cast opcode for constant expressions.
2006-12-12 Reid SpencerFix PR1040:
2006-12-10 Chris Lattnermake statistics and timing info print even if the JIT...
2006-12-09 Reid SpencerRegenerate.
2006-12-09 Reid SpencerFix test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll
2006-12-09 Reid SpencerRegenerate.
2006-12-09 Reid SpencerWhen upgrading cast to bool to a setne, generate icmp...
2006-12-07 Reid SpencerRegenerate.
2006-12-07 Reid SpencerCreate an option to turn off generation of fcmp instruc...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Jim LaskeyNo need to update generated files.
2006-12-06 Jim LaskeyFix build for older versios of bison.
2006-12-06 Reid SpencerRegenerate.
2006-12-06 Reid SpencerDon't turn on SETCC upgrade yet!
2006-12-06 Reid SpencerRegenerate.
2006-12-06 Reid SpencerFix upgrade of setcc with bool operands.
2006-12-06 Chris Lattnerreword message
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-12-05 Chris LattnerThis needs the callgraph data structure to stick around...
2006-12-05 Reid SpencerRegenerate.
2006-12-05 Reid SpencerFor PR645:
2006-12-04 Reid SpencerRegenerate.
2006-12-03 Reid SpencerMatch the llvmAsmParser's handling of ICmp and FCmp...
2006-12-03 Reid SpencerRegenerate.
2006-12-03 Reid SpencerAdd a needed #include.
2006-12-02 Reid SpencerRegenerate.
2006-12-02 Reid SpencerImplement upgrade of setcc instruction to icmp/fcmp...
2006-12-02 Reid SpencerRegenerate.
2006-12-02 Reid SpencerSupport several new upgrades:
2006-12-02 Reid SpencerRegenerate.
2006-12-02 Reid SpencerImplement the GEP upgrade for non-constant unsigned...
2006-12-02 Reid SpencerKeep lists of values so they can be examined.
2006-12-02 Reid SpencerBuild llvm-update now.
2006-12-02 Reid SpencerAdd support for global types and type resolution. Fix...
2006-12-01 Reid SpencerHandle upgrade of fp -> ptr cast with fp -> int -> ptr
2006-12-01 Reid SpencerDon't convert {} into []!
2006-12-01 Reid SpencerAllow the new cast instructions.
2006-12-01 Reid SpencerUpgrade shr to ashr and lshr
2006-12-01 Chris Lattnertarget constructors are never used
2006-12-01 Reid SpencerDon't treat numeric (untyped) constants as a ConstInfo...
2006-12-01 Reid SpencerFirst version of llvm-upgrade that can correctly upgrad...
2006-12-01 Reid Spencervalgrind clean version of llvm-upgrade
2006-12-01 Reid SpencerFirst version of llvm-upgrade that can correctly upgrad...
2006-12-01 Nick LewyckyRemove extra header.
2006-12-01 Nick LewyckyFix opt -o option. Don't pass a pointer to an auto...
2006-11-30 Reid SpencerAllow llvm-upgrade to read from stdin. Configure the...
2006-11-30 Reid SpencerIgnore generated files.
2006-11-30 Reid SpencerInitial, non-functional, version of llvm-upgrade. This...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingConvert to using llvm streams instead of iostreams.
2006-11-28 Reid SpencerAdd an -append-exit-code option to bugpoint. This will...
2006-11-27 Reid SpencerFor PR950:
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-11-21 John CriswellAdded the --disable-compression option which controls...
2006-11-17 Bill WendlingNeed <iostream> for the time being.
2006-11-17 Bill WendlingNeed iostream to be included 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-11 Reid SpencerFor PR998:
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-08 Reid SpencerFor PR950:
2006-11-05 Reid SpencerFix a problem in the the last patch that subverts error...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-03 Reid SpencerMake llvm2cpp -pedantic clean.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-10-27 Bill WendlingForgot a }
2006-10-27 Bill WendlingRe-added the part where it tries to remove all global...
2006-10-26 Devang PatelSave temp. bc files when saveTemps flag is true. Use...
2006-10-26 Reid SpencerFor PR950:
2006-10-25 Bill WendlingFix for PR960. Improves bugpoint so that it removes...
2006-10-25 Devang PatelSupply alignment info to linker through LLVMSymbol.
2006-10-24 Devang PatelInstead of hard coding global prefix, use TargetAsmInfo.
2006-10-23 Devang PatelFix typo. Add more comment. Avoid extra hash_map search.
2006-10-23 Devang PatelAdd removeModule().
2006-10-20 Reid SpencerFor PR950:
2006-10-10 Chris LattnerMake the bugpoint reduction heuristics more effective...
2006-10-09 Devang PatelUse FindProgramByName instead of FindExecutable.
2006-10-09 Devang PatelDo error checking.
2006-10-09 Chris LattnerRemove a dead var noticed by Yorion
2006-10-09 Devang PatelUse GetTemporaryDirectory. Fix llvm.org/bugs/show_bug...
2006-09-28 Chris Lattnersimplify code
2006-09-24 Nick LewyckyEnable 'predsimplify' optimization.
2006-09-21 Devang PatelUse abstract class to facilitate dlopen() interface.
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 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-14 Chris Lattneradd a new (hidden) -disable-core-files option
2006-09-14 Devang PatelAdd comment.
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-14 Devang PatelGlobalValue with InternalLinkage may have operands...
2006-09-09 Chris LattnerMove ipsccp pass earlier to clean up obvious bogosities
2006-09-08 Chris Lattnerok this really works :)
2006-09-08 Devang PatelRemove redundant include.
2006-09-08 Chris LattnerNeed to include Makefile.config to get the value of...
next