1. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  2. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
  3. 82b80d9 Update to add newer bitcodes. by Nick Lewycky · 16 years ago
  4. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  5. 280a6e6 Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
  6. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 17 years ago
  7. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  8. 33a834a Also handle "getresult". by Nick Lewycky · 17 years ago
  9. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  10. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  11. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 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. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  14. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  15. c5ff2cc add inline asm code by Chris Lattner · 18 years ago
  16. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
  17. b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 18 years ago
  18. 44b0f10 do not charge subblock sizes to the parent block. by Chris Lattner · 18 years ago
  19. 1772b12 update to new APIs, make output a bit (haha) nicer by Chris Lattner · 18 years ago
  20. cd5b7d7 add support for new codes/block by Chris Lattner · 18 years ago
  21. 8f92668 add phi by Chris Lattner · 18 years ago
  22. b30c925 Implement much expanded dumper support. We now print stuff like: by Chris Lattner · 18 years ago
  23. 4238d47 add some simple per-block statistics by Chris Lattner · 18 years ago
  24. 32de633 Implement support to read an arbitrary bitcode file. Next up, dumping the by Chris Lattner · 18 years ago
  25. 45e0f89 very early support for analyzing a bitstream. This opens the file, starts by Chris Lattner · 18 years ago
  26. 63db485 fit in 80 cols by Chris Lattner · 18 years ago
  27. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  28. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  29. 3ed469c For PR786: by Reid Spencer · 18 years ago
  30. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  31. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  32. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
  33. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  34. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  35. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  36. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  37. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  38. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  39. cac731e We won't use automake by Reid Spencer · 20 years ago
  40. 86d341b Initial automake generated Makefile template by Reid Spencer · 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. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  44. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  45. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  46. 7593745 Correct to change interface of the analyzer. by Reid Spencer · 20 years ago
  47. 8a542ae Name Change: llvm-abcd -> llvm-bcanalyzer by Reid Spencer · 20 years ago