1. 5438741 [Coverage] Clarify a function contract (NFC) by Vedant Kumar · 9 years ago
  2. 3de4fb3 [llvm-cov] Factor out logic to remove unmapped inputs (NFC) by Vedant Kumar · 9 years ago
  3. a6754db [libFuzzer] reset Counters (trace-pc-guard) before every run by Kostya Serebryany · 9 years ago
  4. 85fa818 [MC] Support .dcb directives in assembler parser by Petr Hosek · 9 years ago
  5. daacf3c [llvm-cov] Filter away source files that aren't in the coverage mapping by Vedant Kumar · 9 years ago
  6. fd06635 [llvm-cov] Get rid of all invalid filename references by Vedant Kumar · 9 years ago
  7. c36f315 [llvm-cov] Minor cleanup. NFC. by Vedant Kumar · 9 years ago
  8. c5ddf50 [TLI] isdigit / isascii / toascii param type should match return type (PR30484) by Sanjay Patel · 9 years ago
  9. f8e3a51 [ResetMachineFunction] Populate the comments in the header of the file. by Quentin Colombet · 9 years ago
  10. 76cc1a9 [ResetMachineFunction] Add statistic on the number of reset functions. by Quentin Colombet · 9 years ago
  11. c81278e [RegisterBankInfo] Add statistics for dynamic partial mappings. by Quentin Colombet · 9 years ago
  12. abd02b3 ScheduleDAG: Match enum names when printing sdep kinds by Matthias Braun · 9 years ago
  13. 5c7b0b1 BitcodeReader: Deduplicate code. NFC. by Peter Collingbourne · 9 years ago
  14. 4151a97 [RegBankSelect] Use DEBUG_TYPE instead of repeating the name of the pass by Quentin Colombet · 9 years ago
  15. f8d0897 [RegisterBank] Mark the dump method with LLVM_DUMP_METHOD. by Quentin Colombet · 9 years ago
  16. 32ed609 Enhance calcColdCallHeuristics for InvokeInst by Jun Bum Lim · 9 years ago
  17. 3b62127 Revert "[ARM] Promote small global constants to constant pools" by James Molloy · 9 years ago
  18. a04f901 [Power9] Exploit move and splat instructions for build_vector improvement by Nemanja Ivanovic · 9 years ago
  19. e2c1cbe [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  20. 91fdd2b cmake: Support overriding Sphinx HTML doc install directory by Michal Gorny · 9 years ago
  21. 582d1a1 Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."" by George Rimar · 9 years ago
  22. 53a7de6 Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section." by George Rimar · 9 years ago
  23. b9dfeea [InstCombine] Fix for PR29124: reduce insertelements to shufflevector by Alexey Bataev · 9 years ago
  24. b64f7d8 [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section. by George Rimar · 9 years ago
  25. 5d11fd5 [AMDGPU] Refactor VOP1 and VOP2 instruction TD definitions by Valery Pykhtin · 9 years ago
  26. c2a5d16 [AVX-512] Split X86ISD::VFPROUND and X86ISD::VFPEXT into separate opcodes for each type constraint. by Craig Topper · 9 years ago
  27. 27e9902 [AVX-512] Add separate ISD opcodes for each form of CVT instructions. Don't reuse non-X86 ISD opcodes with extra X86 specific arguments. by Craig Topper · 9 years ago
  28. cfb1f68 [AVX-512] Use different ISD opcodes for some of the scalar intrinsic lowering. Isel is not very robust against using the same ISD opcode with different number of operands so its better to separate. by Craig Topper · 9 years ago
  29. fd1fd77 [libFuzzer] be more precise about what we reset in TracePC by Kostya Serebryany · 9 years ago
  30. 07016d4 [libFuzzer] fix merging with trace-pc-guard by Kostya Serebryany · 9 years ago
  31. bf101a6 AMDGPU/SI: Include implicit arguments in kernarg_segment_byte_size by Tom Stellard · 9 years ago
  32. 73508a3 [libFuzzer] simplify the TracePC logic by Kostya Serebryany · 9 years ago
  33. a750e55 [RegisterBankInfo] Mark the dump methods with LLVM_DUMP_METHOD. by Quentin Colombet · 9 years ago
  34. 7bb963e [AArch64][RegisterBankInfo] Sanity check TableGen'ed like inputs. by Quentin Colombet · 9 years ago
  35. 5a965a6 [libFuzzer] move value profiling logic into TracePC by Kostya Serebryany · 9 years ago
  36. 6744636 Triple: Add opencl environment type by Tom Stellard · 9 years ago
  37. bdbe64e [MC] Support skip and count for .incbin directive by Petr Hosek · 9 years ago
  38. 28f017d [libFuzzer] change ValueBitMap to remember the number of bits in it by Kostya Serebryany · 9 years ago
  39. 5255015 [AArch64][RegisterBankInfo] Switch to TableGen'ed like PartialMapping. by Quentin Colombet · 9 years ago
  40. 04905d7 [RegisterBankInfo] Check that the mapping covers the interesting bits. by Quentin Colombet · 9 years ago
  41. 45c56ae [RegisterBankInfo] Use array instead of SmallVector for BreakDown. by Quentin Colombet · 9 years ago
  42. 43896df [libFuzzer] simplify the crash minimizer; split MaxLen into two: MaxInputLen and MaxMutationLen, allow MaxMutationLen to be less than MaxInputLen by Kostya Serebryany · 9 years ago
  43. 38d30e5 [InstCombine] fold X urem C -> X < C ? X : X - C when C is big (PR28672) by Sanjay Patel · 9 years ago
  44. f35fea1 [AsmParser] Remove unused partial template specialization. by Davide Italiano · 9 years ago
  45. c2ac1a7 [utils] Teach the code coverage prep script about --restrict by Vedant Kumar · 9 years ago
  46. ae0e243 [llvm-cov] Document some fields in a class (NFC) by Vedant Kumar · 9 years ago
  47. ef76be0 [llvm-cov] Add the ability to specify directories of input source files by Vedant Kumar · 9 years ago
  48. a86d297 MachineScheduler: Slightly simplify release node by Matthias Braun · 9 years ago
  49. c3e16a5 MachineScheduler: Remove ineffective heuristic; NFC by Matthias Braun · 9 years ago
  50. 579bab4 Revert r282168 "GVN-hoist: fix store past load dependence analysis (PR30216)" by Hans Wennborg · 9 years ago
  51. 319d69e [RDF] Add initial support for lane masks in the DFG by Krzysztof Parzyszek · 9 years ago
  52. a9c167e [Hexagon] Remove USR_OVF from CtrRegs register class by Krzysztof Parzyszek · 9 years ago
  53. b505adc [RDF] Print the function name for calls in dumps by Krzysztof Parzyszek · 9 years ago
  54. 6baa853 [RDF] Use uint32_t for register numbers instead of unsigned by Krzysztof Parzyszek · 9 years ago
  55. d1714b5 i386 does not support optimized swifterror handling by Arnold Schwaighofer · 9 years ago
  56. ba9e1e6 Win64: Don't emit unwind info for "leaf" functions (PR30337) by Hans Wennborg · 9 years ago
  57. 0966627 Fix build breakage due to typo in cast. by Zachary Turner · 9 years ago
  58. f2f9e2b [PowerPC] Sign extend sub-word values for atomic comparisons by Nemanja Ivanovic · 9 years ago
  59. 489cfe7 [DAG] Fix incorrect alignment of ext load. by Nirav Dave · 9 years ago
  60. 7924acd GVN-hoist: do not dereference null pointers by Sebastian Pop · 9 years ago
  61. 7b83fe6 [PPC] Set SP after loading data from stack frame, if no red zone is present by Krzysztof Parzyszek · 9 years ago
  62. 20bb032 Speculative fix for build failures due to consumeInteger. by Zachary Turner · 9 years ago
  63. 3e55f3d GVN-hoist: fix store past load dependence analysis (PR30216) by Sebastian Pop · 9 years ago
  64. 3132c38 GVN-hoist: fix typo by Sebastian Pop · 9 years ago
  65. fb27f55 [Support] Add StringRef::consumeInteger. by Zachary Turner · 9 years ago
  66. 3abbc4d [compiler-rt] fix typo in option description [NFC] by Etienne Bergeron · 9 years ago
  67. 6958050 GVN-hoist: move hoist testcase to GVNHoist dir by Sebastian Pop · 9 years ago
  68. afaf6ad GVN-hoist: only hoist relevant scalar instructions by Sebastian Pop · 9 years ago
  69. 523c933 Reapplying r281895 (and follow-up r281964) after fixing pr30468. by Keith Walker · 9 years ago
  70. c63e7f7 GlobalISel: handle stack-based parameters on AArch64. by Tim Northover · 9 years ago
  71. 4bbf4cb [RS4GC] Remat in presence of phi and use live value by Anna Thomas · 9 years ago
  72. c228fe8 [AMDGPU][mc] Add support for absolute expressions in DPP modifiers. by Artem Tamazov · 9 years ago
  73. 11508f0 [PowerPC] Remove LE patterns matching generic stores/loads to VSX permuting ops by Nemanja Ivanovic · 9 years ago
  74. a941fe2 [Power9] Add exploitation of non-permuting memory ops by Nemanja Ivanovic · 9 years ago
  75. 5b1a390 [EfficiencySanitizer] Using '$' instead of '#' for struct counter name by Sagar Thakur · 9 years ago
  76. f2986e2 Fix revision 281960 by Dorit Nuzman · 9 years ago
  77. c7cbba0 [AVX-512] Add support for commuting VPTERNLOG instructions. by Craig Topper · 9 years ago
  78. e6b78fd [RegisterBankInfo] Move to statically allocated RegisterBank. by Quentin Colombet · 9 years ago
  79. 22bb41e [RegisterBankInfo] Take advantage of the extra argument of SmallVector::resize. by Quentin Colombet · 9 years ago
  80. e9b850b [libFuzzer] add 'features' to the corpus elements, allow mutations with Size > MaxSize, fix sha1 in corpus stats; various refactorings by Kostya Serebryany · 9 years ago
  81. 3f3f2cd [libFuzzer] one more test by Kostya Serebryany · 9 years ago
  82. e4977b2 [libFuzzer] add stats to the corpus; more refactoring by Kostya Serebryany · 9 years ago
  83. ecdd589 =delete the StringRef(nullptr_t) constructor. by Zachary Turner · 9 years ago
  84. a6b3c30 [libFuzzer] more refactoring; don't compute sha1sum every time we mutate a unit from the corpus, use the stored one. by Kostya Serebryany · 9 years ago
  85. e52f15b [libFuzzer] more refactoring by Kostya Serebryany · 9 years ago
  86. e10e0e3 Next set of additional error checks for invalid Mach-O files for bad LC_UUID by Kevin Enderby · 9 years ago
  87. 799bfde [LoopInterchange] Track all dependencies, not just anti dependencies. by Chad Rosier · 9 years ago
  88. b81a1e9 [ThinLTO] Emit files for distributed builds for all modules by Teresa Johnson · 9 years ago
  89. 648d6ac [MIRParser] Delete dead code. NFCI. by Davide Italiano · 9 years ago
  90. 5f630a9 revert 281908 because 281909 got reverted by Nico Weber · 9 years ago
  91. 1ff6b12 fix typo in comment [NFC] by Etienne Bergeron · 9 years ago
  92. ad6572b Disable tail calls if there is an swifterror argument by Arnold Schwaighofer · 9 years ago
  93. 653eafd [LV] Don't emit unused scalars for uniform instructions by Matthew Simpson · 9 years ago
  94. 4836a1b [AMDGPU][mc] Add support for ds_add_[rtn_]f32. by Artem Tamazov · 9 years ago
  95. aa30d2c Change the basic block weight calculation algorithm to use max instead of voting. by Dehao Chen · 9 years ago
  96. 8f80e9f [LV] Rename "Width" to "Lane" (NFC) by Matthew Simpson · 9 years ago
  97. 3d9ce2b [AVX512] Fix return types on int_x86_avx512_gatherXXX_di intrinsics by Cameron McInally · 9 years ago
  98. a613eb1 Revert r281895 "Add @llvm.dbg.value entries for the phi node created by -mem2reg" by Hans Wennborg · 9 years ago
  99. f83ecb0 Revert r281715, it caused PR30475 by Nico Weber · 9 years ago
  100. e9993d5 DeadArgElim: Don't mark swifterror arguments as unused by Arnold Schwaighofer · 9 years ago