1. 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
  2. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  3. deb052a Match declaration to definition. by Daniel Dunbar · 15 years ago
  4. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  5. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  6. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  7. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  8. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  9. a27694d And final pack of warnings silencing by Anton Korobeynikov · 17 years ago
  10. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  11. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  12. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  13. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  14. 9356b1a debugger depends on bcreader, not llvm-db by Chris Lattner · 17 years ago
  15. 7b57fe3 Avoid temporary construction and potential for corrupted data access. by Reid Spencer · 18 years ago
  16. c74b461 For PR1291: by Reid Spencer · 18 years ago
  17. 8475ec0 For PR789: by Reid Spencer · 18 years ago
  18. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  19. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  20. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  21. 02b04b4 Build more debugger/selectiondag libraries as archives instead of .o files. by Chris Lattner · 18 years ago
  22. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  23. 7f3ac41 This no longer needs plugins, this it doesn't need all of VMCore. by Chris Lattner · 18 years ago
  24. af303d5 For PR780: by Reid Spencer · 18 years ago
  25. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  26. 776eb6b This no longer needs the JIT. by Chris Lattner · 18 years ago
  27. 6a58e0e Add a warning by Chris Lattner · 18 years ago
  28. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  29. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  30. 9d88d1a For PR351: \ by Reid Spencer · 20 years ago
  31. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  32. fd80b5c Fix a bug that caused stuff like this: by Chris Lattner · 20 years ago
  33. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  34. 395236f Improve help output from llvm-db 'info' command. Patch contributed by by Chris Lattner · 20 years ago
  35. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  36. cac731e We won't use automake by Reid Spencer · 20 years ago
  37. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  38. 7b32daa Actually link in all the analysis passes. by Reid Spencer · 20 years ago
  39. a78a902 Reid added --version to the CommandLine lib. Don't conflict with it. by Chris Lattner · 20 years ago
  40. 53c8f29 Use the shared Makefile.JIT for JIT-enablement by Misha Brukman · 20 years ago
  41. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  42. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  43. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  44. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  45. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  46. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  47. a2b5f45 sparcv9select is history. by Brian Gaeke · 20 years ago
  48. 4a1de8b Add -load option by Chris Lattner · 20 years ago
  49. bed85ff Header file moved by Chris Lattner · 20 years ago
  50. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
  51. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  52. f2592ce Minor change to breakpoint (lack of) support by Chris Lattner · 21 years ago
  53. f6608dd Ugh, fix some copy and pasted code that somehow never got compiled or something by Chris Lattner · 21 years ago
  54. e1567ae * Implement set/show args by Chris Lattner · 21 years ago
  55. 8b1125f implement the "null command" which repeats the last command by Chris Lattner · 21 years ago
  56. d508776 /me slaps head by Chris Lattner · 21 years ago
  57. 7af5c12 Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but by Chris Lattner · 21 years ago