1. 11186e1 [libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o dfsan), add a test by Kostya Serebryany · 10 years ago
  2. 7c8bec3 [MCJIT] Fix a memory leak in a unit test that was introduced in r243589. by Lang Hames · 10 years ago
  3. c01d39e [libFuzzer] implement memcmp hook for data-flow-guided fuzzing (w/o dfsan), extend the memcmp fuzzer test by Kostya Serebryany · 10 years ago
  4. b1d5086 Prefix make_reverse_iterator with llvm namespace. by Pete Cooper · 10 years ago
  5. b7177b0 push fast-math check for machine-combiner reassociations into instruction-type check; NFC by Sanjay Patel · 10 years ago
  6. 6821f63 IR: Implement Value::mergeUseLists() iteratively by Matthias Braun · 10 years ago
  7. 7fe1972 [MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping. by Lang Hames · 10 years ago
  8. 6fc1adf Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the other files that have the same typo. All comments, no functionality change! (Merely a "fuctionality" change.) by Nick Lewycky · 10 years ago
  9. 3134ceb [dsymutil] Re-add command line option -v this time printing the version. by Frederic Riss · 10 years ago
  10. ba72b70 [dsymutil] Use option categories. by Frederic Riss · 10 years ago
  11. 2096f62 [dsymutil] Rename -v option to -verbose by Frederic Riss · 10 years ago
  12. 639ec3d Reapply "Add reverse(ContainerTy) range adapter." by Pete Cooper · 10 years ago
  13. b026a8a Rename hasCompatibleFunctionAttributes->areInlineCompatible based by Eric Christopher · 10 years ago
  14. f66eda9 [X86][SSE] Keep 32-bit target i64 vector shifts on SSE unit. by Simon Pilgrim · 10 years ago
  15. 3614662 AArch64: use 32-bit MOV rather than UBFX to truncate registers. by Tim Northover · 10 years ago
  16. 81474d3 MIR Serialization: Serialize the frame info's save and restore points. by Alex Lorenz · 10 years ago
  17. 3b4ca38 MIR Parser: Extract the code that parses MBB references into a new method. NFC. by Alex Lorenz · 10 years ago
  18. 5ff91d8 [X86][SSE] Vectorize i64 ASHR operations by Simon Pilgrim · 10 years ago
  19. c54abc9 Revert "Add reverse(ContainerTy) range adapter." by Pete Cooper · 10 years ago
  20. 0552dc7 [opaque pointers] Remove use of PointerType::getElementType in favor of GEPOperator::getSourceElementType by David Blaikie · 10 years ago
  21. a53ce4e Add reverse(ContainerTy) range adapter. by Pete Cooper · 10 years ago
  22. 67e53da [ASan] Disable dynamic alloca and UAR detection in presence of returns_twice calls. by Alexey Samsonov · 10 years ago
  23. 55e9a41 [llvm-objdump] Inverting logic to match the word "predicate". Returning true when we want it rather than when we want to discard it. by Colin LeMahieu · 10 years ago
  24. 154b3f0 [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic. by Colin LeMahieu · 10 years ago
  25. 7e90f69 Roll forward r242871 by Jingyue Wu · 10 years ago
  26. dd741a8 MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction. by Alex Lorenz · 10 years ago
  27. 0b7483e MIR Parser: Parse multiple LHS register machine operands. by Alex Lorenz · 10 years ago
  28. 7a641cc move DAGCombiner's allowableAlignment() helper function into the TLI by Sanjay Patel · 10 years ago
  29. 8ad735a [asan] Remove special case mapping on Android/AArch64. by Evgeniy Stepanov · 10 years ago
  30. 63aeece LowerBitSets: Add debugging output. by Peter Collingbourne · 10 years ago
  31. 607fe5b [Unroll] Handle SwitchInst properly. by Michael Zolotukhin · 10 years ago
  32. 815580f [Unroll] Don't crash when simplified branch condition is undef. by Michael Zolotukhin · 10 years ago
  33. 952e40f Rename test full-unroll-bad-geps.ll to full-unroll-crashers.ll. by Michael Zolotukhin · 10 years ago
  34. aaa9ff3 Fix typos in comments. NFC. by Lang Hames · 10 years ago
  35. 4e3c7c2 Revert "[PeepholeOptimizer] Look through PHIs to find additional register sources" by Bruno Cardoso Lopes · 10 years ago
  36. de85af6 Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier. by Douglas Katzman · 10 years ago
  37. eb745dc AArch64: use AddressingModes.h accessors for compare shifts by Tim Northover · 10 years ago
  38. c3a9cb5 test-release.sh: Add option for building the OpenMP run-time by Hans Wennborg · 10 years ago
  39. a229846 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
  40. edbf9d7 [llvm-objdump] Added -j flag to filter sections that are operated on. by Colin LeMahieu · 10 years ago
  41. d63325d Temporarily revert r242871 by Jingyue Wu · 10 years ago
  42. e541870 [PPC] Fix PR24216: Don't generate splat for misaligned shuffle mask by Bill Schmidt · 10 years ago
  43. b8b226b [AArch64] Define subtarget feature strict-align. by Akira Hatanaka · 10 years ago
  44. dc9125e Make function comments consistently imperative. by Bjarke Hammersholt Roune · 10 years ago
  45. 44d65ea [Statepoints] Let patchable statepoints have a symbolic call target. by Sanjoy Das · 10 years ago
  46. a27dfaf Fix broken ArrayRef conversion from r243497. by Alex Lorenz · 10 years ago
  47. 8fd3ed9 ignore duplicate divisor uses when transforming into reciprocal multiplies (PR24141) by Sanjay Patel · 10 years ago
  48. 6ea347b fix TLI's combineRepeatedFPDivisors interface to return the minimum user threshold by Sanjay Patel · 10 years ago
  49. ba90cee MIR Serialization: Serialize the target index machine operands. by Alex Lorenz · 10 years ago
  50. 4fb2f33 [ARM] Define subtarget feature strict-align. by Akira Hatanaka · 10 years ago
  51. db059db AArch64: be careful of large immediates when optimising cmps. by Tim Northover · 10 years ago
  52. 62df004 [tests] Use llvm-readobj instead of macho-dump. by Davide Italiano · 10 years ago
  53. 6969fd1 [PeepholeOptimizer] Look through PHIs to find additional register sources by Bruno Cardoso Lopes · 10 years ago
  54. a0b4070 [mips][FastISel] Fix call lowering by bailing out on "fastcc" calls. by Vasileios Kalintiris · 10 years ago
  55. 86eea13 [RuntimeDyld] Remove a memory-leak that was introduced in r243456. Thanks to Ben by Lang Hames · 10 years ago
  56. 1e8077f Fix typo. by Chih-Hung Hsieh · 10 years ago
  57. 8da0a80 Limit this test only on linux. by Chih-Hung Hsieh · 10 years ago
  58. c82121e [Unroll] Add debug dumps to loop-unroll analyzer. by Michael Zolotukhin · 10 years ago
  59. 0ed54d8 [mips][FastISel] Fix generated code for IR's select instruction. by Vasileios Kalintiris · 10 years ago
  60. 8ae1a0f [Unroll] Don't analyze blocks outside the loop. by Michael Zolotukhin · 10 years ago
  61. 03b49c8 AMDGPU: Don't try to use LDS/vector for private if pointer value stored by Matt Arsenault · 10 years ago
  62. 7a1c02d AMDGPU: Fix crash if called function is a bitcast by Matt Arsenault · 10 years ago
  63. 7d4d116 [SCEV] Apply NSW and NUW flags via poison value analysis by Jingyue Wu · 10 years ago
  64. c3f2d5b AMDGPU: Fix return type of getImplicitParameterOffset. by Matt Arsenault · 10 years ago
  65. 6adfd93 Add a test case for r242191 ([MMX] Use the appropriate instructions for by Alex Lorenz · 10 years ago
  66. ce8287d [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef by Lang Hames · 10 years ago
  67. eb9ef2d Move unit tests to target specific directories. by Chih-Hung Hsieh · 10 years ago
  68. 6d0376c MIR Serialization: Serialize the block address machine operands. by Alex Lorenz · 10 years ago
  69. 6b43809 WebAssembly: MCAsmInfo only has one syntax variant for now. by JF Bastien · 10 years ago
  70. b17a94c add tests to show broken current behavior of minsize attribute by Sanjay Patel · 10 years ago
  71. b82063e MIR Parser: Extract the method 'parseGlobalValue'. NFC. by Alex Lorenz · 10 years ago
  72. e787364 MIR Parser: Move the function 'lexName'. NFC. by Alex Lorenz · 10 years ago
  73. 8302e12 MIR Printer: Remove an outdated TODO comment and assertion. NFC. by Alex Lorenz · 10 years ago
  74. 3e85c48 MIR Parser: Remove redundant parameters. NFC. by Alex Lorenz · 10 years ago
  75. dc73dc0 Implement target independent TLS compatible with glibc's emutls.c. by Chih-Hung Hsieh · 10 years ago
  76. 751664f Summary: Object: add IMAGE_FILE_MACHINE_ARM64 by Martell Malone · 10 years ago
  77. 456b44f [LVI] Cleanup whitespaces. NFC by Bruno Cardoso Lopes · 10 years ago
  78. 9c12f72 fix formatting; NFC by Sanjay Patel · 10 years ago
  79. 1a0868d [AArch64] Match float round and convert to int instructions. by Geoff Berry · 10 years ago
  80. 8d1cf22 Use a specified list of languages in cmake project() command. by Douglas Katzman · 10 years ago
  81. c26dfdf [LAA] Add clarifying comments for the checking pointer grouping algorithm. NFC by Silviu Baranga · 10 years ago
  82. fb3d3bb Implement __builtin_thread_pointer by Adhemerval Zanella · 10 years ago
  83. ce1116e docs: update arcanist links by Martell Malone · 10 years ago
  84. 3b94858 [GMR] Teach GlobalsModRef to distinguish an important and safe case of by Chandler Carruth · 10 years ago
  85. d625452 Improving lli documentation by Renato Golin · 10 years ago
  86. c335310 [X86] Remove mergeSPUpdatesUp() by Michael Kuperstein · 10 years ago
  87. e4eb76c [X86][SSE] Use bitmasks instead of shuffles where possible. by Simon Pilgrim · 10 years ago
  88. ec6000a AVX512: Add encoding tests to vptestnm instructions by Igor Breger · 10 years ago
  89. e5dac1f AVX512: Implemented encoding and intrinsics for VGETEXPSS/D instructions by Igor Breger · 10 years ago
  90. fbb4b52 Changes for MachineBasicBlock to use SortedVector for LiveIns. by Puyan Lotfi · 10 years ago
  91. 3942a29 Move the Target way of overriding DAG Scheduler to a target hook by Mehdi Amini · 10 years ago
  92. 268011e Adding ADT SortedVector; client patch will follow. by Puyan Lotfi · 10 years ago
  93. 89576ce [GMR] Fix a long-standing bug in GlobalsModRef where it failed to clear by Chandler Carruth · 10 years ago
  94. bd426c6 [LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC by Adam Nemet · 10 years ago
  95. 80458cb Remove unnecessary const_casts. NFC by Craig Topper · 10 years ago
  96. b25dcfd Reserve some constant values for the Swift calling convention. by Bob Wilson · 10 years ago
  97. d9408bc FileCheck'ify some wc/grep based tests; NFCI. by Sanjoy Das · 10 years ago
  98. c830ceb [libFuzzer] ensure that the dfsan tracing hooks actually run (using -verbosity=3 in tests) by Kostya Serebryany · 10 years ago
  99. 322fda4 [libFuzzer] when using cmp traces, first check that the CMP is evaluated to one value much more frequently than to the other value (heuristic) by Kostya Serebryany · 10 years ago
  100. 3d89ab8 fix invalid load folding with SSE/AVX FP logical instructions (PR22371) by Sanjay Patel · 10 years ago