index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-db
Age
Commit message (
Expand
)
Author
2009-07-15
To simplify the upcoming context-on-type change, switch all command line tool...
Owen Anderson
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
2009-07-12
Match declaration to definition.
Daniel Dunbar
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-03-06
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-02-20
And final pack of warnings silencing
Anton Korobeynikov
2007-12-29
remove attributions from tools.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-10-08
Move the space in overview output for commands out of each of the
Dan Gohman
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
debugger depends on bcreader, not llvm-db
Chris Lattner
2007-04-08
Avoid temporary construction and potential for corrupted data access.
Reid Spencer
2007-04-07
For PR1291:
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2006-12-06
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-09-04
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-21
Build more debugger/selectiondag libraries as archives instead of .o files.
Chris Lattner
2006-07-07
Tools require EH for their top-level try blocks.
Chris Lattner
2006-06-08
This no longer needs plugins, this it doesn't need all of VMCore.
Chris Lattner
2006-06-07
For PR780:
Reid Spencer
2006-06-01
Use archive libraries instead of object files for VMCore, BCReader,
Reid Spencer
2006-04-22
This no longer needs the JIT.
Chris Lattner
2006-04-18
Add a warning
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-12-30
For PR351:
Reid Spencer
2004-12-13
For PR351: \
Reid Spencer
2004-11-29
Use LLVMLIBS=JIT to get JIT libraries
Reid Spencer
2004-11-19
Fix a bug that caused stuff like this:
Chris Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-26
Improve help output from llvm-db 'info' command. Patch contributed by
Chris Lattner
2004-10-22
We're not doing automake any more
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-18
Actually link in all the analysis passes.
Reid Spencer
2004-10-17
Reid added --version to the CommandLine lib. Don't conflict with it.
Chris Lattner
2004-10-14
Use the shared Makefile.JIT for JIT-enablement
Misha Brukman
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-08
Use the SparcV9-marked instr scheduling library
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-08-05
sparcv9select is history.
Brian Gaeke
2004-07-11
Add -load option
Chris Lattner
2004-05-27
Header file moved
Chris Lattner
2004-02-25
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
[next]