1. 42985bb Make llvm-bcanalyzer percentages more readable. by Daniel Dunbar · 15 years ago
  2. 80ba3d2 Strip trailing whitespace. by Daniel Dunbar · 15 years ago
  3. 0cad4e3 Print INST_INBOUNDS_GEP rather than UnknownCode30. by Duncan Sands · 15 years ago
  4. e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
  5. 15af79c Fix the build when using gcc-4.4 on linux. Header needed by Duncan Sands · 15 years ago
  6. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  7. 124e6eb Handle NamedMDNode. by Devang Patel · 15 years ago
  8. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  9. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
  10. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  11. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  12. 079c034 Add missing codenames to the .bc analyzer. by Nick Lewycky · 15 years ago
  13. fbccdef Fix a compiler warning on hosts where uint64_t isn't unsigned long long. by Dan Gohman · 15 years ago
  14. 0370cc6 give bitstreamreader an API to ignore names for blocks/records, by Chris Lattner · 15 years ago
  15. c167cac Print statistics for each record kind saying the number of bits by Chris Lattner · 15 years ago
  16. 2443747 clean up the output of llvm-bcanalyzer by using printf by Chris Lattner · 15 years ago
  17. f9a3ec8 Add two new record types to the blockinfo block: by Chris Lattner · 15 years ago
  18. 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 15 years ago
  19. ae7dd80 Add an API for the bitstream reader to read blobs and return by Chris Lattner · 15 years ago
  20. 3f75d31 stub out code for reading record with blobs as blobs. Not active yet. by Chris Lattner · 15 years ago
  21. e2a466b Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 15 years ago
  22. de551f9 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 15 years ago
  23. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  24. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 15 years ago
  25. 82b80d9 Update to add newer bitcodes. by Nick Lewycky · 16 years ago
  26. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  27. 280a6e6 Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 16 years ago
  28. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 16 years ago
  29. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 16 years ago
  30. 33a834a Also handle "getresult". by Nick Lewycky · 16 years ago
  31. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  32. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  33. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  34. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  35. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  36. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  37. c5ff2cc add inline asm code by Chris Lattner · 17 years ago
  38. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 17 years ago
  39. b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 17 years ago
  40. 44b0f10 do not charge subblock sizes to the parent block. by Chris Lattner · 17 years ago
  41. 1772b12 update to new APIs, make output a bit (haha) nicer by Chris Lattner · 17 years ago
  42. cd5b7d7 add support for new codes/block by Chris Lattner · 17 years ago
  43. 8f92668 add phi by Chris Lattner · 17 years ago
  44. b30c925 Implement much expanded dumper support. We now print stuff like: by Chris Lattner · 17 years ago
  45. 4238d47 add some simple per-block statistics by Chris Lattner · 17 years ago
  46. 32de633 Implement support to read an arbitrary bitcode file. Next up, dumping the by Chris Lattner · 17 years ago
  47. 45e0f89 very early support for analyzing a bitstream. This opens the file, starts by Chris Lattner · 17 years ago
  48. 63db485 fit in 80 cols by Chris Lattner · 17 years ago
  49. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  50. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  51. 3ed469c For PR786: by Reid Spencer · 18 years ago
  52. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  53. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  54. 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
  55. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  56. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  57. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  58. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  59. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  60. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  61. cac731e We won't use automake by Reid Spencer · 20 years ago
  62. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  63. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  64. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  65. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  66. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  67. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  68. 7593745 Correct to change interface of the analyzer. by Reid Spencer · 20 years ago
  69. 8a542ae Name Change: llvm-abcd -> llvm-bcanalyzer by Reid Spencer · 20 years ago