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