* llvm.spec.in: update blurb
[oota-llvm.git] / tools / llvm-db /
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerdebugger depends on bcreader, not llvm-db
2007-04-08 Reid SpencerAvoid temporary construction and potential for corrupte...
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-08 Chris LattnerThis no longer needs plugins, this it doesn't need...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-04-22 Chris LattnerThis no longer needs the JIT.
2006-04-18 Chris LattnerAdd a warning
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-11-29 Reid SpencerUse LLVMLIBS=JIT to get JIT libraries
2004-11-19 Chris LattnerFix a bug that caused stuff like this:
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Chris LattnerImprove help output from llvm-db 'info' command. Patch...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Reid SpencerActually link in all the analysis passes.
2004-10-17 Chris LattnerReid added --version to the CommandLine lib. Don't...
2004-10-14 Misha BrukmanUse the shared Makefile.JIT for JIT-enablement
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanUse the SparcV9-marked instr scheduling library
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-05 Brian Gaekesparcv9select is history.
2004-07-11 Chris LattnerAdd -load option
2004-05-27 Chris LattnerHeader file moved
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-08 Chris LattnerMinor change to breakpoint (lack of) support
2004-01-06 Chris LattnerUgh, fix some copy and pasted code that somehow never...
2004-01-06 Chris Lattner* Implement set/show args
2004-01-06 Chris Lattnerimplement the "null command" which repeats the last...
2004-01-05 Chris Lattner/me slaps head
2004-01-05 Chris LattnerInitial checkin of the LLVM Source-Level Debugger....