summaryrefslogtreecommitdiff
path: root/tools/llvm-db
Commit message (Expand)AuthorAge
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Match declaration to definition.Daniel Dunbar2009-07-12
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-06
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* And final pack of warnings silencingAnton Korobeynikov2008-02-20
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* debugger depends on bcreader, not llvm-dbChris Lattner2007-05-06
* Avoid temporary construction and potential for corrupted data access.Reid Spencer2007-04-08
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-21
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* This no longer needs plugins, this it doesn't need all of VMCore.Chris Lattner2006-06-08
* For PR780:Reid Spencer2006-06-07
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* This no longer needs the JIT.Chris Lattner2006-04-22
* Add a warningChris Lattner2006-04-18
* Remove trailing whitespaceMisha Brukman2005-04-22
* For PR351:Reid Spencer2004-12-30
* For PR351: \Reid Spencer2004-12-13
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-29
* Fix a bug that caused stuff like this:Chris Lattner2004-11-19
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Improve help output from llvm-db 'info' command. Patch contributed byChris Lattner2004-10-26
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Actually link in all the analysis passes.Reid Spencer2004-10-18
* Reid added --version to the CommandLine lib. Don't conflict with it.Chris Lattner2004-10-17
* Use the shared Makefile.JIT for JIT-enablementMisha Brukman2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-08
* Changes For Bug 352Reid Spencer2004-09-01
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* sparcv9select is history.Brian Gaeke2004-08-05