1. 20bb5e7 [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. The actual return value is not *yet* used (and expected to be 0). This change is API breaking, so the fuzzers will need to be updated. by Kostya Serebryany · 10 years ago
  2. b85db17 [libFuzzer] add a flag -max_total_time by Kostya Serebryany · 10 years ago
  3. 95e82d5 [LibFuzzer] test_single_input option to run a single test case. by Ivan Krasin · 10 years ago
  4. 86cbf54 Kill another reference to in-source builds by Jonathan Roelofs · 10 years ago
  5. b4d0090 Introduce !align metadata for load instruction by Artur Pilipenko · 10 years ago
  6. 4fe1c8b [llvm-mc-fuzzer] Fix -jobs option. by Daniel Sanders · 10 years ago
  7. b0e9d4a5 [LangRef] Unbreak the docs Sphinx build. by Sanjoy Das · 10 years ago
  8. b513a9f [Bitcode][Asm] Teach LLVM to read and write operand bundles. by Sanjoy Das · 10 years ago
  9. 13f1dfd Codegen: Fix llvm.*absdiff semantic. by Mohammad Shahid · 10 years ago
  10. 253d71e Nit cleanup in LangRef about dereferenceable metadata by Artur Pilipenko · 10 years ago
  11. 5151b20 [llvm-mc-fuzzer] Document llvm-mc-fuzzer in LibFuzzer.rst. by Daniel Sanders · 10 years ago
  12. 30618f9 Fix doc build: sublists require a blank line before/after. by Mehdi Amini · 10 years ago
  13. 205d199 llvm-mc-fuzzer: A fuzzing tool for the MC layer. by Daniel Sanders · 10 years ago
  14. 6c15ec4 Introducing llvm.invariant.group.barrier intrinsic by Piotr Padlewski · 10 years ago
  15. e9ffb45 Fix typos. by Bruce Mitchener · 10 years ago
  16. 5246867 [CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit. by Ahmed Bougacha · 10 years ago
  17. 6292128 [libFuzzer] mention more trophies by Kostya Serebryany · 10 years ago
  18. fba81bc [docs][PerformanceTips] Add text on allocas and alignment by Philip Reames · 10 years ago
  19. 8d24ae9 Re-apply r247080 with order of evaluation fix. by Peter Collingbourne · 10 years ago
  20. 07f3af2 Revert r247080, "LowerBitSets: Extend pass to support functions as bitset by Peter Collingbourne · 10 years ago
  21. ee6110c [docs] Fix typo in catchret example by Vedant Kumar · 10 years ago
  22. c634ed0 LowerBitSets: Extend pass to support functions as bitset members. by Peter Collingbourne · 10 years ago
  23. 9e1998e [docs] Update documentation for the landingpad instruction by Vedant Kumar · 10 years ago
  24. b06fae5 [libFuzzer] better documentatio for -save_minimized_corpus=1 by Kostya Serebryany · 10 years ago
  25. 37e0262 MIRLangRef: Add documentation for the subregister indices. by Alex Lorenz · 10 years ago
  26. d4990eb MIRLangRef: Add documentation for the global value machine operands. by Alex Lorenz · 10 years ago
  27. 7d21166 [libFuzzer] actually make the dictionaries work (+docs) by Kostya Serebryany · 10 years ago
  28. 50456fb Try to clarify the semantics of fptrunc by Dan Liew · 10 years ago
  29. 6dfe164 [Docs] Fix Sphinx warning by Joseph Tremoulet · 10 years ago
  30. 61efbc3 [WinEH] Add llvm.eh.exceptionpointer intrinsic by Joseph Tremoulet · 10 years ago
  31. 9ce71f7 [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
  32. 866e0d1 [libFuzzer] remove the section about '-tokens' as I am going to deprecate this option by Kostya Serebryany · 10 years ago
  33. d97846e Small docs fix by Piotr Padlewski · 10 years ago
  34. 1f12b34 fix underline by Sanjay Patel · 10 years ago
  35. a99ab1f add unpredictable metadata type for control flow by Sanjay Patel · 10 years ago
  36. a16bc78 Make trunk release notes point to 3.7, not 3.6 by Nico Weber · 10 years ago
  37. b98e327 [libFuzzer] update the docs to mention llvm-as-fuzzer by Kostya Serebryany · 10 years ago
  38. 814b8e9 DI: Require subprogram definitions to be distinct by Duncan P. N. Exon Smith · 10 years ago
  39. d76e067 Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure by Lang Hames · 10 years ago
  40. a9248a2 Revert r246175 to get builder green again. by Lang Hames · 10 years ago
  41. f624d1a Add Kaleidoscope regression tests. by Lang Hames · 10 years ago
  42. ca22b86 [docs][Statepoints] More on base pointers by Philip Reames · 10 years ago
  43. 9d7593f [Kaleidoscope] Fix a typo in Chapter 5. by Lang Hames · 10 years ago
  44. c9e5444 [docs][Statepoint] Add definitions for base and derived pointers by Philip Reames · 10 years ago
  45. 2d789c3 Big Kaleidoscope tutorial update. by Lang Hames · 10 years ago
  46. 951f857 [docs] Improvements to CMake.rst by Vedant Kumar · 10 years ago
  47. 92aa8d6 [docs][PerformanceTips] Framing the generic IR tips by Philip Reames · 10 years ago
  48. 7223a7f [docs][PerformanceTips] Point people towards llvm-dev by Philip Reames · 10 years ago
  49. aa297ea [docs] Further organization of the Performance Tips document by Philip Reames · 10 years ago
  50. a3bf52c [docs] Organize the 'Performance Tips' page by Philip Reames · 10 years ago
  51. e82b3b8 [LangRef] Fix sphinx warning by Joseph Tremoulet · 10 years ago
  52. 8220bcc [WinEH] Require token linkage in EH pad/ret signatures by Joseph Tremoulet · 10 years ago
  53. ea788c4 MIRLangRef: Add 'MIR Testing Guide' section. by Alex Lorenz · 10 years ago
  54. b981d37 MIRLangRef: Describe the syntax for the immediate operands, register values, by Alex Lorenz · 10 years ago
  55. 528d8d6 Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorithms, by Yaron Keren · 10 years ago
  56. 8eadc3f MIRLangRef: Describe the syntax for machine instruction names and flags. by Alex Lorenz · 10 years ago
  57. 1871553 Test Commit: Reformats 2 lines in LangRef.rst by Mohammad Shahid · 10 years ago
  58. 596aec9 [Kaleidoscope] More inter-chapter diff reduction. by Lang Hames · 10 years ago
  59. cb23639 [docs] Fix minor typo in CodingStandards.rst by Vedant Kumar · 10 years ago
  60. 59b0da8 [Kaleidoscope] Clang-format the Kaleidoscope tutorials. by Lang Hames · 10 years ago
  61. 09bf4c1 [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials. by Lang Hames · 10 years ago
  62. 76b2a3e Doxygen: add build option to use svg instead of png files for graphs by Hans Wennborg · 10 years ago
  63. 0bc0eef [IR] Give catchret an optional 'return value' operand by David Majnemer · 10 years ago
  64. 3a4a60c MIRLangRef: Describe the syntax that is used to represent machine basic blocks. by Alex Lorenz · 10 years ago
  65. cb6b408 [bpf] add documentation and instruction set description by Alexei Starovoitov · 10 years ago
  66. b611e3f [IR] Add token types by David Majnemer · 10 years ago
  67. 9846167 Update MIRLangRef for MIR syntax change from r244982. by Alex Lorenz · 10 years ago
  68. a20803a Test Commit - Corrected spelling in README.txt. by Steve King · 10 years ago
  69. 295282e [PM/AA] Remove the AliasDebugger pass. by Chandler Carruth · 10 years ago
  70. 9aaf0a9 Docs: keep copyright years up-to-date. by Hans Wennborg · 10 years ago
  71. ed48377 [libFuzzer] more trophies by Kostya Serebryany · 10 years ago
  72. fdf4418 [libFuzzer] fix docs build by Kostya Serebryany · 10 years ago
  73. fab4fba [libFuzzer] add the list of trophies to the docs. It is incomplete, additions are welcome :) by Kostya Serebryany · 10 years ago
  74. bc7c0ad [libFuzzer] add -only_ascii flag by Kostya Serebryany · 10 years ago
  75. 149d04c Update the syntax for load instruction in this example. by Nick Lewycky · 10 years ago
  76. 8939154 Add new llvm.loop.unroll.enable metadata. by Mark Heffernan · 10 years ago
  77. a119032 [LangRef] Cleanup some stray whitespace inconsistencies. by Sean Silva · 10 years ago
  78. 706fba5 [LangRef] Tiny editorial fixes. by Sean Silva · 10 years ago
  79. 3d31177 Add initial documentation for the MIR serialization format. by Alex Lorenz · 10 years ago
  80. 6cdd2fe Describe the process better. by Sean Silva · 10 years ago
  81. fc573f33 [WinEH] Add documentation motivating the new EH instructions by Reid Kleckner · 10 years ago
  82. f032c95 Update docs for accessing !dbg attachments by Duncan P. N. Exon Smith · 10 years ago
  83. 2319518 docs: Fix typo in Phabricator.rst by Reid Kleckner · 10 years ago
  84. dc8bd82 Update GettingStarted docs list of LLVM_TARGETS_TO_BUILD to match cmake. by Pete Cooper · 10 years ago
  85. 7f4227d [libFuzzer] use data-flow feedback from strcmp by Kostya Serebryany · 10 years ago
  86. 0d28f80 Rename all references to old mailing lists to new lists.llvm.org address. by Tanya Lattner · 10 years ago
  87. f53cdb9 [GettingStarted.rst] Commit the right patch. by Sean Silva · 10 years ago
  88. a28b07d Docs: s/Sanitiser/Sanitizer/ for consistency by Mehdi Amini · 10 years ago
  89. 855c06c GettingStarted.rst: Add info about building sanitizers by Mehdi Amini · 10 years ago
  90. fb6fd5c docs/GettingStarted.rst: Whitespace only by Mehdi Amini · 10 years ago
  91. b17e298 [libFuzzer] minimal documentation on data-flow-guided fuzzing by Kostya Serebryany · 10 years ago
  92. 375fa13 IR: Add a broad bitcode compatibility test by Duncan P. N. Exon Smith · 10 years ago
  93. ed013cd DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable by Duncan P. N. Exon Smith · 10 years ago
  94. 654e130 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  95. 1e40dc4 DI: Rewrite the DIBuilder local variable API by Duncan P. N. Exon Smith · 10 years ago
  96. cb98abe docs: Add information about helper scripts to HowToReleaseLLVM page by Tom Stellard · 10 years ago
  97. 9f154f6 Reverting r243386 because it has serious post-commit concerns that have not been addressed. Also reverts r243389, which relied on this commit. by Aaron Ballman · 10 years ago
  98. cfe41f0 [Statepoints] Let patchable statepoints have a symbolic call target. by Sanjoy Das · 10 years ago
  99. 1e85958 Implement target independent TLS compatible with glibc's emutls.c. by Chih-Hung Hsieh · 10 years ago
  100. 1eff5c9 Summary: Object: add IMAGE_FILE_MACHINE_ARM64 by Martell Malone · 10 years ago