1. 87d0b9e Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 11 years ago
  2. 8620bd3 Update with attribute group IDs. by Bill Wendling · 11 years ago
  3. 4156ca7 switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of by Chris Lattner · 12 years ago
  4. bc83720 fix method name. by Chris Lattner · 12 years ago
  5. f010c46 Sort the #include lines for tools/... by Chandler Carruth · 12 years ago
  6. 3defc0b Add back support for reading and parsing 'deplibs'. by Bill Wendling · 12 years ago
  7. efd08d4 Remove the dependent libraries feature. by Bill Wendling · 12 years ago
  8. 975bc07 Adjust llvm-ar and llvm-ranlib to not depend on exception handling. by Joerg Sonnenberger · 12 years ago
  9. 5932429 Stop casting away const qualifier needlessly. by Roman Divacky · 12 years ago
  10. a759eb3 Fix a bug. by Jan Wen Voung · 12 years ago
  11. 73e562a revert the additional stuff. by Jan Wen Voung · 12 years ago
  12. 851343c Clean up llvm-bcanalyzer to print to consistent streams. by Jan Wen Voung · 12 years ago
  13. e0ac6f8 fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for errors). by Chris Lattner · 12 years ago
  14. 2ea9387 Enable streaming of bitcode by Derek Schuff · 12 years ago
  15. 705f481 [unwind removal] Remove a the obsolete 'unwind' enum value. by Bill Wendling · 12 years ago
  16. d408f06 Add bitcode reader and writer support for ConstantDataAggregate, which by Chris Lattner · 12 years ago
  17. 2bd3354 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 13 years ago
  18. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  19. 837b4e4 Update bcanalyzer to handle new USELIST_BLOCK/USELIST_CODE_ENTRY. by Chad Rosier · 13 years ago
  20. dbc8849 remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0 by Chris Lattner · 13 years ago
  21. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  22. cde5464 Remove some cruft from the BitcodeWriter, while still maintaining backward by Chad Rosier · 13 years ago
  23. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  24. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  25. 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 13 years ago
  26. 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 13 years ago
  27. 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 13 years ago
  28. 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 13 years ago
  29. 3bc729c llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++. by NAKAMURA Takumi · 13 years ago
  30. 354c5b9 fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel! by Chris Lattner · 13 years ago
  31. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  32. e7e4b51 Give CurStreamType's enum a name. This works around what is apparently by Dan Gohman · 14 years ago
  33. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  34. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  35. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  36. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  37. 70c2fc0 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 14 years ago
  38. 0a6ee29 Remove an unused command-line option. by Dan Gohman · 14 years ago
  39. 43906f9 Make llvm-bcanalyzer print out the full enum name for all metadata by Dan Gohman · 14 years ago
  40. a624524 Add special case bitcode support for DebugLoc. This avoids by Chris Lattner · 14 years ago
  41. d3a5fa8 add a couple missing enum names. by Chris Lattner · 14 years ago
  42. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 14 years ago
  43. 42985bb Make llvm-bcanalyzer percentages more readable. by Daniel Dunbar · 15 years ago
  44. 80ba3d2 Strip trailing whitespace. by Daniel Dunbar · 15 years ago
  45. 0cad4e3 Print INST_INBOUNDS_GEP rather than UnknownCode30. by Duncan Sands · 15 years ago
  46. e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
  47. 15af79c Fix the build when using gcc-4.4 on linux. Header needed by Duncan Sands · 15 years ago
  48. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  49. 124e6eb Handle NamedMDNode. by Devang Patel · 15 years ago
  50. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  51. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
  52. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  53. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  54. 079c034 Add missing codenames to the .bc analyzer. by Nick Lewycky · 15 years ago
  55. fbccdef Fix a compiler warning on hosts where uint64_t isn't unsigned long long. by Dan Gohman · 15 years ago
  56. 0370cc6 give bitstreamreader an API to ignore names for blocks/records, by Chris Lattner · 15 years ago
  57. c167cac Print statistics for each record kind saying the number of bits by Chris Lattner · 15 years ago
  58. 2443747 clean up the output of llvm-bcanalyzer by using printf by Chris Lattner · 15 years ago
  59. f9a3ec8 Add two new record types to the blockinfo block: by Chris Lattner · 15 years ago
  60. 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 15 years ago
  61. ae7dd80 Add an API for the bitstream reader to read blobs and return by Chris Lattner · 15 years ago
  62. 3f75d31 stub out code for reading record with blobs as blobs. Not active yet. by Chris Lattner · 15 years ago
  63. e2a466b Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 15 years ago
  64. de551f9 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 15 years ago
  65. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  66. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 15 years ago
  67. 82b80d9 Update to add newer bitcodes. by Nick Lewycky · 16 years ago
  68. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  69. 280a6e6 Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 16 years ago
  70. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 16 years ago
  71. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 16 years ago
  72. 33a834a Also handle "getresult". by Nick Lewycky · 16 years ago
  73. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  74. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  75. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  76. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  77. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  78. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  79. c5ff2cc add inline asm code by Chris Lattner · 17 years ago
  80. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 17 years ago
  81. b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 17 years ago
  82. 44b0f10 do not charge subblock sizes to the parent block. by Chris Lattner · 17 years ago
  83. 1772b12 update to new APIs, make output a bit (haha) nicer by Chris Lattner · 17 years ago
  84. cd5b7d7 add support for new codes/block by Chris Lattner · 17 years ago
  85. 8f92668 add phi by Chris Lattner · 17 years ago
  86. b30c925 Implement much expanded dumper support. We now print stuff like: by Chris Lattner · 17 years ago
  87. 4238d47 add some simple per-block statistics by Chris Lattner · 17 years ago
  88. 32de633 Implement support to read an arbitrary bitcode file. Next up, dumping the by Chris Lattner · 17 years ago
  89. 45e0f89 very early support for analyzing a bitstream. This opens the file, starts by Chris Lattner · 17 years ago
  90. 63db485 fit in 80 cols by Chris Lattner · 17 years ago
  91. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 17 years ago
  92. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  93. 3ed469c For PR786: by Reid Spencer · 18 years ago
  94. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  95. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  96. 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
  97. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  98. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  99. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  100. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago