1. b829a5d Make sure we don't add an empty string to the stringmap by David Majnemer · 9 years ago
  2. 25a1911 [CVRecord] Don't assume that the record has two bytes of data in it by David Majnemer · 9 years ago
  3. 03506fe Don't let the readArray size calculation overflow by David Majnemer · 9 years ago
  4. 36c9a0f [pdb] Make an abstract base class for PDBFile. by Zachary Turner · 9 years ago
  5. 48ef4cd Revert "[SCEV] Remove unused function; NFC" by Sanjoy Das · 9 years ago
  6. 1595517 [IR] Teach the ArrayRef<int> form of IRBuilder::CreateShuffleVector to use ConstantDataVector. by Craig Topper · 9 years ago
  7. 65123b9 Add RelaxELFRelocations to TargetOptions.h. by Rafael Espindola · 9 years ago
  8. c615a82 Move RelaxELFRel out to llvm-mc. by Rafael Espindola · 9 years ago
  9. 50d2d21 [PM] Reassociate: cache analyses more aggressively. by Davide Italiano · 9 years ago
  10. 1c85d76 [SCEV] Remove \brief from comments; NFC by Sanjoy Das · 9 years ago
  11. ab146e0 [SCEV] Consolidate comments; NFC by Sanjoy Das · 9 years ago
  12. e2c1e5e [SCEV] Rename functions to LLVM style; NFC by Sanjoy Das · 9 years ago
  13. 9a56c05 [SCEV] Remove unused function; NFC by Sanjoy Das · 9 years ago
  14. 8a2a6b2 [SCEV] Comment and whitesapce changes in header by Sanjoy Das · 9 years ago
  15. 59287c3 [IndVars] Eliminate op.with.overflow when possible (re-apply) by Sanjoy Das · 9 years ago
  16. 09cfc1e [SCEV] See through op.with.overflow intrinsics (re-apply) by Sanjoy Das · 9 years ago
  17. 11ed8ed [SCEV] Don't always add no-wrap flags to post-inc add recs by Sanjoy Das · 9 years ago
  18. 2f6c3f7 [ValueTracking] ICmp instructions propagate poison by Sanjoy Das · 9 years ago
  19. e557ebe [PM] SCCP should preserve GlobalsAA even if the IR is mutated. by Davide Italiano · 9 years ago
  20. 52b8c95 [COFFDumper] Validate that the next offset is not too large by David Majnemer · 9 years ago
  21. 03348ea [COFFDumper] Make sure there is sufficient padding left in the string table by David Majnemer · 9 years ago
  22. efdb5ca [SymbolDumper] Validate the string table offset before using it by David Majnemer · 9 years ago
  23. f535fa1 [COFFDumper] Make sure there is sufficient padding left in the checksum by David Majnemer · 9 years ago
  24. 6a56138 [SymbolDumper] Validate the string table offset before using it by David Majnemer · 9 years ago
  25. d5b688a [CVSymbolVisitor] It's possible for an error to occur in begin() by David Majnemer · 9 years ago
  26. ddd4585 [Object] Return an error code instead of asserting by David Majnemer · 9 years ago
  27. d0404d3 [llvm-readobj] Validate the string table offset before using it by David Majnemer · 9 years ago
  28. baa5e71 Use consume instead of manually using drop_front by David Majnemer · 9 years ago
  29. 32f7ec6 Update test to deal with non-zero exit codes by David Majnemer · 9 years ago
  30. 872acbc llvm-pdbdump should have a non-zero exit code on error by David Majnemer · 9 years ago
  31. 6874677 [X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX integer extension intrinsics with generic IR (llvm) by Simon Pilgrim · 9 years ago
  32. 667a9bf Tighten some of the name map checks further by David Majnemer · 9 years ago
  33. d10baa1 ValueMapper: fix assertion when null-mapping a constant for linking metadata by Mehdi Amini · 9 years ago
  34. 021b449 [InstCombine] add tests to show bitcast interference by Sanjay Patel · 9 years ago
  35. 61c74dc Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX. by Rafael Espindola · 9 years ago
  36. 0ba89ec regenerate checks by Sanjay Patel · 9 years ago
  37. 85c92dc join RUN lines; NFC by Sanjay Patel · 9 years ago
  38. aea5485 [x86] avoid printing unnecessary sign bits of hex immediates in asm comments (PR20347) by Sanjay Patel · 9 years ago
  39. fe42206 [X86] Try to zero elts when lowering 256-bit shuffle with PSHUFB. by Ahmed Bougacha · 9 years ago
  40. 68e92ae Simplify and clang-format a table. by Rafael Espindola · 9 years ago
  41. f57428d Fix default reloc model on ARM. by Rafael Espindola · 9 years ago
  42. c6eef17 [MC] Return early when .fill size is negative by Petr Hosek · 9 years ago
  43. c12ac37 Bounds check the number of bitmap blocks in the name map by David Majnemer · 9 years ago
  44. 2be5914 An empty record cannot be null-terminated by David Majnemer · 9 years ago
  45. 898ae7b Make sure the directory contains info for all streams by David Majnemer · 9 years ago
  46. 27f2fb0 [MC] Support symbolic expressions in assembly directives by Petr Hosek · 9 years ago
  47. 5cfb646 [pdb] Finish conversion to zero copy pdb access. by Zachary Turner · 9 years ago
  48. b0771c8 Revert "Revert "Map DynamicNoPIC to Static on non-darwin."" by Renato Golin · 9 years ago
  49. 9214c0d Add a comment about why we need to buffer the attribute changes. by Sean Silva · 9 years ago
  50. ff7695f Revert "Map DynamicNoPIC to Static on non-darwin." by Renato Golin · 9 years ago
  51. 8c59852 [libFuzzer] fix a failure that occurs when running individual inputs by Kostya Serebryany · 9 years ago
  52. 28cd01c Small cleanup. by Sean Silva · 9 years ago
  53. 74391ad Inline this into its only use. NFC. by Sean Silva · 9 years ago
  54. 21bbb92 Bring back r271090 in a way that doesn't depend on r271089. by Sean Silva · 9 years ago
  55. c44d843 Revert r271089 and r271090. by Sean Silva · 9 years ago
  56. ef7704b [IRPGO] Set the function entry count metadata. by Sean Silva · 9 years ago
  57. 2abc50b [IRPGO] Centralize the function attribute inliner hint logic. NFC. by Sean Silva · 9 years ago
  58. 537cc1b [Hexagon] Add option to enable subregister liveness tracking by Krzysztof Parzyszek · 9 years ago
  59. d074acc [Hexagon] Separate C8 and USR to avoid unwanted subregister composition by Krzysztof Parzyszek · 9 years ago
  60. a8ae925 [LoopUnrollAnalyzer] Add a comment to visitCastInst. by Michael Zolotukhin · 9 years ago
  61. 8bcf561 AArch64: Fix indentation by Matthias Braun · 9 years ago
  62. 669fa32 [docs] Be a bit more precise. by Sean Silva · 9 years ago
  63. c3eeba0 AMDGPU: Cleanup vector insert/extract tests by Matt Arsenault · 9 years ago
  64. 0c56b68 AMDGPU: Fix trailing whitespace by Matt Arsenault · 9 years ago
  65. 14cb586 AMDGPU: Add fract intrinsic by Matt Arsenault · 9 years ago
  66. 6be2be5 The patch fixes r271071 by Evgeny Stupachenko · 9 years ago
  67. 921e2ae Fix windows build bot failure by Xinliang David Li · 9 years ago
  68. bc6df7a [PM] Port the Sample FDO to new PM (part-2) by Xinliang David Li · 9 years ago
  69. 1369b53 The patch refactors unroll pass. by Evgeny Stupachenko · 9 years ago
  70. 051a0b5 Use C++ casts to avoid a warning by Sanjoy Das · 9 years ago
  71. c465f6c Update the stack coloring pass to remove lifetime intrinsics in the optnone/opt-bisect skip case. by Andrew Kaylor · 9 years ago
  72. 5683aa8 [asan] Add option to enable asan-use-after-scope from clang. by Vitaly Buka · 9 years ago
  73. 3d3b6e3 Start using shouldAssumeDSOLocal on ARM. by Rafael Espindola · 9 years ago
  74. 7ac928f [Kaleidoscope][BuildingAJIT] Add stub chapter text for Building A JIT Chapter 4. by Lang Hames · 9 years ago
  75. 329be24 [PM] Port the Sample FDO to new PM (part-1) by Xinliang David Li · 9 years ago
  76. fe7405c [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed by Lang Hames · 9 years ago
  77. 7a21775 [Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series. by Lang Hames · 9 years ago
  78. a827bf1 MachineScheduler: Introduce ONLY1 reason to improve debug output by Matthias Braun · 9 years ago
  79. da265fc AArch64Subtarget: Use default member initializers by Matthias Braun · 9 years ago
  80. b2f9f8e Don't discard errors by David Majnemer · 9 years ago
  81. b0acadc [Kaleidoscope][BuildingAJIT] Add code for chapter 4. by Lang Hames · 9 years ago
  82. dc4065f [libFuzzer] use __sanitizer_set_report_fd with -close_fd_mask. This allows us to keep asan reports when closing target's stderr by Kostya Serebryany · 9 years ago
  83. a31d45b Map DynamicNoPIC to Static on non-darwin. by Rafael Espindola · 9 years ago
  84. 1d110c8 [InstCombine] move and/sext fold to helper function; NFCI by Sanjay Patel · 9 years ago
  85. 1fd36bf Don't iterate endlessly if an error occurs. by David Majnemer · 9 years ago
  86. a5135a8 FileCheck: dump command line context with empty input by Xinliang David Li · 9 years ago
  87. c1712d6 [Hexagon] Use standard macros to initialize HexagonExpandCondsets pass by Krzysztof Parzyszek · 9 years ago
  88. 0513d1e Fix compilation with GCC, which treats this as a constructor name not a type by Richard Smith · 9 years ago
  89. 8e211bb [Hexagon] Do not create passes in the constructor of HexagonPassConfig by Krzysztof Parzyszek · 9 years ago
  90. cd543d7 [LCSSA] Simplify. Suggested by Sanjoy. by Davide Italiano · 9 years ago
  91. fb79960 [pdb] Fix size check when reading stream bytes. by Zachary Turner · 9 years ago
  92. 59250f2 [Timer] Add missing slash in doxygen commit. by Davide Italiano · 9 years ago
  93. 6cc1a14 Revert "[MC] Support symbolic expressions in assembly directives" by Petr Hosek · 9 years ago
  94. 775400f [Timer] Expose an API to check if the timer is running. by Davide Italiano · 9 years ago
  95. 91b286f SmallVector: Replace some pre-C++11 move helpers with standard algorithms by David Blaikie · 9 years ago
  96. 52443d6 [GVN] Preserve !range metadata when PRE'ing loads by Sanjoy Das · 9 years ago
  97. 780aab5 [X86] Detect SAD patterns and emit psadbw instructions. by Michael Kuperstein · 9 years ago
  98. c21577e Make sure data is available before dereferencing it by David Majnemer · 9 years ago
  99. 6dc6bd9 Avoid overflow when computing the size of an array by David Majnemer · 9 years ago
  100. ff1f039 Don't assume that there will be enough padding bytes by David Majnemer · 9 years ago