1. c6dda90 [ThinLTO] Parse module summary index from assembly by Teresa Johnson · 7 years ago
  2. 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  3. 06d6207 Pass a reference to a module to the bitcode writer. by Rafael Espindola · 8 years ago
  4. 7c2d049 LLParser: add an argument for overriding data layout and do not check alloca addr space by Yaxun Liu · 8 years ago
  5. 733fe2f Move the stripping of invalid debug info from the Verifier to AutoUpgrade. by Adrian Prantl · 8 years ago
  6. 97ca964 [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
  7. a547919 Split Bitcode/ReaderWriter.h into separate reader and writer headers by Teresa Johnson · 9 years ago
  8. 0eeb3d4 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  9. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  10. e58bfc9 Move summary creation out of llvm-as into opt by Mehdi Amini · 9 years ago
  11. 7ca333b [ThinLTO] Move summary computation from BitcodeWriter to new pass by Teresa Johnson · 9 years ago
  12. 566a35a clang-format llvm-as.cpp (NFC) by Teresa Johnson · 9 years ago
  13. d2f4701 Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 9 years ago
  14. 1fc660f Revert "Add support for computing SHA1 in LLVM" by Mehdi Amini · 9 years ago
  15. 515396c Add a module Hash in the bitcode and the combined index, implementing a kind of "build-id" by Mehdi Amini · 9 years ago
  16. f2403fe [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 9 years ago
  17. c37b055 Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 9 years ago
  18. 256128f [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 9 years ago
  19. b97baa5 Support for function summary index bitcode sections and files. by Teresa Johnson · 10 years ago
  20. 4e5be5a Fix input validation issues in llvm-as/llvm-dis by Alexey Samsonov · 10 years ago
  21. 8d61ee9 uselistorder: Remove the global bits by Duncan P. N. Exon Smith · 10 years ago
  22. 657aad6 uselistorder: Pull the bit through WriteToBitcodFile() by Duncan P. N. Exon Smith · 10 years ago
  23. d044549 IR: Set -preserve-bc-uselistorder=false by default by Duncan P. N. Exon Smith · 10 years ago
  24. 8c96862 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  25. 9b29ff9 Modernize the .ll parsing interface. by Rafael Espindola · 11 years ago
  26. 7259f14 raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
  27. 573faec [C++] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  28. f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
  29. ac69459 Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 11 years ago
  30. e608d69 [PM] Make the verifier work independently of any pass manager. by Chandler Carruth · 12 years ago
  31. 56e1394 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  32. bc65a8d Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  33. abe68f5 Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit." by Andrew Trick · 12 years ago
  34. 7d4e993 Encapsulate PassManager debug flags to avoid static init and cxa_exit. by Andrew Trick · 12 years ago
  35. c1b49b5 Add a wrapper for open. by Rafael Espindola · 12 years ago
  36. 200241e Replace uses of the deprecated std::auto_ptr with OwningPtr. by Andy Gibbs · 12 years ago
  37. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  38. f010c46 Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  39. d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 14 years ago
  40. 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago
  41. e4f1a9b Move tool_output_file into its own file. by Dan Gohman · 15 years ago
  42. d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 15 years ago
  43. d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 15 years ago
  44. 79ec717 llvm-as: Simplify, and don't create empty output files with -disable-output. by Daniel Dunbar · 16 years ago
  45. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 16 years ago
  46. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  47. b683ea4 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 16 years ago
  48. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  49. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
  50. 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 · 16 years ago
  51. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
  52. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 16 years ago
  53. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  54. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  55. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  56. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 17 years ago
  57. ef00f9d Add -disable-output option. by Devang Patel · 17 years ago
  58. 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
  59. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  60. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  61. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  62. 27bb3af add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file by Chris Lattner · 18 years ago
  63. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
  64. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  65. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  66. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  67. 61c83e0 For PR797: by Reid Spencer · 19 years ago
  68. 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 · 19 years ago
  69. 6d1727c Silly cleanup by Chris Lattner · 19 years ago
  70. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  71. a88155d Print the module, not the pointer. by Chris Lattner · 21 years ago
  72. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  73. b687c0c Prevent output of bytecode to std::cout unless the --force flag is given. by Reid Spencer · 21 years ago
  74. 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 21 years ago
  75. 1ef8bda For PR351: by Reid Spencer · 21 years ago
  76. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  77. 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 21 years ago
  78. cf0eb8d Turn on compression by default. by Reid Spencer · 21 years ago
  79. 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
  80. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  81. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  82. b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 21 years ago
  83. 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 21 years ago
  84. 0d88616 Correct an output typo. by Reid Spencer · 21 years ago
  85. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  86. a8e750f Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 21 years ago
  87. bed85ff Header file moved by Chris Lattner · 21 years ago
  88. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  89. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  90. 10cf8fa Fix file header by Chris Lattner · 22 years ago
  91. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  92. 452fea9 Fix grammar. by Misha Brukman · 22 years ago
  93. cbb62dd Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 22 years ago
  94. 04aa29d Add new -disable-verify option by Chris Lattner · 22 years ago
  95. 3ce0ea8 Add support for: -o - by Chris Lattner · 22 years ago
  96. 6c8103f Kill using declarations by Chris Lattner · 22 years ago
  97. 1acbea1 by Chris Lattner · 23 years ago
  98. d4c7f27 by Chris Lattner · 23 years ago
  99. c6a4bf1 *** empty log message *** by Chris Lattner · 23 years ago
  100. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago