1. 226889e [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
  2. d951d3c AVX512: Implemented encoding and intrinsics for vplzcntq, vplzcntd, vpconflictq, vpconflictd by Igor Breger · 10 years ago
  3. d0e4601 Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on Linux. by NAKAMURA Takumi · 10 years ago
  4. 6feb333f [MergeFuncs] Efficiently defer functions on merge by JF Bastien · 10 years ago
  5. 8f6c191 [libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpus with this flag contains encrypted inputs, not the real inputs, which complicates interoperation with other fuzzers. Instead we'll need to implement AFL dictionary support by Kostya Serebryany · 10 years ago
  6. 1522e8d [X86] Require 32-byte alignment for 32-byte VMOVNTs. by Ahmed Bougacha · 10 years ago
  7. aa60352 Add Myriad into enum VendorType by Douglas Katzman · 10 years ago
  8. 6ebb592 [X86] Cleanup nontemporal tests a little. NFC. by Ahmed Bougacha · 10 years ago
  9. 8559c49 IR: Remove an unused AssemblyWriter constructor. NFC by Justin Bogner · 10 years ago
  10. 8193d93 [libFuzzer] remove the section about '-tokens' as I am going to deprecate this option by Kostya Serebryany · 10 years ago
  11. a884848 [RewriteStatepointsForGC] Delete stale comment [NFC] by Philip Reames · 10 years ago
  12. 90fa80d [RewriteStatepointsForGC] Pull a function out of anon namespace [NFC] by Philip Reames · 10 years ago
  13. d034925 IR: Remove a redundant function. NFC by Justin Bogner · 10 years ago
  14. 0741652 [X86] Cleanup nontemporal fragments. NFCI. by Ahmed Bougacha · 10 years ago
  15. 3f945c2 [RewriteStatepointsForGC] Bugfix for change 246133 by Philip Reames · 10 years ago
  16. 774bfb2 Fix release build warning for unused function by Philip Reames · 10 years ago
  17. 84b364d [RewriteStatepointsForGC] Improve debug output [NFC] by Philip Reames · 10 years ago
  18. 2551be3 [PowerPC] Cleanup cost model for unaligned vector loads/stores by Hal Finkel · 10 years ago
  19. 3d7575d Move twice-repeated clang path operation into a new function. by Douglas Katzman · 10 years ago
  20. 2ab5835 Small docs fix by Piotr Padlewski · 10 years ago
  21. 5ef0a65 [lit] Add basic flaky test retry functionality by Reid Kleckner · 10 years ago
  22. cd0a59d1 assuem(X) handling in GVN bugfix by Piotr Padlewski · 10 years ago
  23. 782ac28 Constant propagation after hitting assume(cmp) bugfix by Piotr Padlewski · 10 years ago
  24. 596432d Constant propagation after hiting llvm.assume by Piotr Padlewski · 10 years ago
  25. 7c393cc [RemoveDuplicatePHINodes] Start over after removing a PHI. by Benjamin Kramer · 10 years ago
  26. 97cac33 fix underline by Sanjay Patel · 10 years ago
  27. 8751839 use "unpredictable" metadata in fast-isel when splitting compares by Sanjay Patel · 10 years ago
  28. 9f33e37 use "unpredictable" metadata in SelectionDAG when splitting compares by Sanjay Patel · 10 years ago
  29. 580504f [libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remove ugly #ifdef by Kostya Serebryany · 10 years ago
  30. 1cded9a add unpredictable metadata type for control flow by Sanjay Patel · 10 years ago
  31. cced526 [AArch64] More consistently separate asm opc and operands with '\t'. by Ahmed Bougacha · 10 years ago
  32. 15f4acb [AArch64] Consistently separate asm opc and operands with '\t'. by Ahmed Bougacha · 10 years ago
  33. a2c5cae test: Only warn about missing substitutions for required tools by Justin Bogner · 10 years ago
  34. 984b15d IR: Invert a condition to make it more legible. NFC by Justin Bogner · 10 years ago
  35. 2616a82 [ValueTracking] Minor comment change in test by James Molloy · 10 years ago
  36. 983cfca [ValueTracking] Look through casts when both operands are casts. by James Molloy · 10 years ago
  37. a1bc1c2 [llvm-reaodbj] Simplify code. No functional change (intended). by Davide Italiano · 10 years ago
  38. 3fe476e [PowerPC] Don't always consider P8Altivec-only masks in LowerVECTOR_SHUFFLE by Hal Finkel · 10 years ago
  39. ef8ad01 Reapply r246012 [dsymutil] Emit real dSYM companion binaries. by Frederic Riss · 10 years ago
  40. 885eb98 [llvm-readobj] MachO: Dump segment command. by Davide Italiano · 10 years ago
  41. 074eea0 MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  42. ec44710 [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses by Sanjay Patel · 10 years ago
  43. 3c4c933 Pass a symbol table to getRelocationSymbol instead of returning one. by Rafael Espindola · 10 years ago
  44. 05859c7 [X86][AVX512VLBW] add support in byte shift and SAD by Asaf Badouh · 10 years ago
  45. f8f78cd Add newline to test. NFC. by Chad Rosier · 10 years ago
  46. 16c6479 [TableGen] Allow TokenTy in intrinsic signatures by Joseph Tremoulet · 10 years ago
  47. 1b50f71 AVX512: Implemented encoding and intrinsics for VGETMANTPD/S , VGETMANTSD/S instructions by Igor Breger · 10 years ago
  48. 3a491e5 Suppress llvm/test/tools/gold/X86/parallel.ll while investigating. by NAKAMURA Takumi · 10 years ago
  49. 191108c AVX512: Implemented encoding and intrinsics for vshufps/d. by Igor Breger · 10 years ago
  50. 6ce50a6 [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH instead by James Molloy · 10 years ago
  51. e2568a8 [LV] Move some code around slightly to make the intent of the function more clear. by James Molloy · 10 years ago
  52. 4718daf [LV] Cleanup: Sink an IRBuilder closer to its uses. by James Molloy · 10 years ago
  53. 2b7433d [LV] Refactor all runtime check emissions into helper functions. by James Molloy · 10 years ago
  54. f6d9948 [LV] Pull creation of trip counts into a helper function. by James Molloy · 10 years ago
  55. cf062a0 [LV] Factor the creation of the loop induction variable out of createEmptyLoop() by James Molloy · 10 years ago
  56. fe89784 [LV] Never widen an induction variable. by James Molloy · 10 years ago
  57. 390bcc0 [LV] Switch to using canonical induction variables. by James Molloy · 10 years ago
  58. 11caed9 [CMake] Don't use OBJLIB on Xcode. by NAKAMURA Takumi · 10 years ago
  59. e1bb461 AVX-512: store <4 x i1> and <2 x i1> values in memory by Elena Demikhovsky · 10 years ago
  60. d4b64f7 Optimization for Gather/Scatter with uniform base by Elena Demikhovsky · 10 years ago
  61. e53e7dc Move createEliminateAvailableExternallyPass earlier in the pass pipeline by Yaron Keren · 10 years ago
  62. ec0cd29 [CodeGen] Fix FREM on 32-bit MSVC on x86 by Vedant Kumar · 10 years ago
  63. 6ad37ec [MC] Generate a timestamp for COFF object files by David Majnemer · 10 years ago
  64. dc2d216 [MC] Remove MCAssembler's copy of OS by David Majnemer · 10 years ago
  65. fc98f11 [ARM] Don't abort on variable-idx extractelt in ReconstructShuffle. by Ahmed Bougacha · 10 years ago
  66. 3d58bd6 [MC] Add support for generating COFF CRCs by David Majnemer · 10 years ago
  67. bb93db2 Make trunk release notes point to 3.7, not 3.6 by Nico Weber · 10 years ago
  68. ac515c4 rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI) by Sanjay Patel · 10 years ago
  69. 0a1d37b gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen. by Peter Collingbourne · 10 years ago
  70. 374ff4e Remove OutputBuffer. by Benjamin Kramer · 10 years ago
  71. e1478f8 DeadArgElim: don't eliminate arguments from naked functions by Hans Wennborg · 10 years ago
  72. 20264d6 New bitcode linker flags: by Artem Belevich · 10 years ago
  73. 70b9ede [llvm-readobj] MachO -- correctly dump section field 'Reserved3' by Davide Italiano · 10 years ago
  74. 37d12da [AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0. by Ahmed Bougacha · 10 years ago
  75. 919f1f4 [MC] Allow MCObjectWriter's output stream to be swapped out by David Majnemer · 10 years ago
  76. c02bfc6 AVX512: Implemented intrinsics for valign. by Igor Breger · 10 years ago
  77. aae5893 use CHECK-LABEL for more precision by Sanjay Patel · 10 years ago
  78. 9258bce [AArch64] Turn on by default interleaved access vectorization by Silviu Baranga · 10 years ago
  79. ed8658c [ARM] Turn on by default interleaved access vectorization by Silviu Baranga · 10 years ago
  80. bbdc83d [ARM][AArch64] Turn on by default interleaved access lowering by Silviu Baranga · 10 years ago
  81. 7e374d8 Fix typo. by Yaron Keren · 10 years ago
  82. 5c1fa7f Object: Fix COFF import file's symbols. by Rui Ueyama · 10 years ago
  83. 06fdb30 cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER by Justin Bogner · 10 years ago
  84. 10add60 Enable linking tools, shared libraries against libLLVM by Andrew Wilkins · 10 years ago
  85. 6bf8714 AMDGPU: Fix adding redundant implicit operands by Matt Arsenault · 10 years ago
  86. 715dbbb Distribute the weight on the edge from switch to default statement to edges generated in lowering switch. by Cong Hou · 10 years ago
  87. 51bbd6f remove unnecessary/conflicting target info by Sanjay Patel · 10 years ago
  88. 806b965 fixed test to specify triple rather than arch and CPU by Sanjay Patel · 10 years ago
  89. 680ff33 LTO: Cleanup parameter names and header docs, NFC by Duncan P. N. Exon Smith · 10 years ago
  90. 9e98324 [DAGCombine] Fixup SETCC legality checking by Hal Finkel · 10 years ago
  91. b113c5e don't set a legal vector type if we know we can't use that type (NFCI) by Sanjay Patel · 10 years ago
  92. 37d8ade [BasicAA] Fix the handling of sext and zext in the analysis of GEPs. by Quentin Colombet · 10 years ago
  93. 456ed89 WebAssembly: generate load/store by JF Bastien · 10 years ago
  94. faeb202 Infrastructure changes for Clang r246497. by Richard Smith · 10 years ago
  95. 543e65b generalize helper function of MergeConsecutiveStores to handle vector types (NFCI) by Sanjay Patel · 10 years ago
  96. 8af580e Revert "[lit] Speculatively fix PR24554 by manually closing the process handle" by Reid Kleckner · 10 years ago
  97. 460da41 Fix bug in method LLLexer::FP80HexToIntPair by Karl Schimpf · 10 years ago
  98. e05235a Fix Windows build by including raw_ostream.h by Hans Wennborg · 10 years ago
  99. 0cf3a4e Fix CHECK directives that weren't checking. by Hans Wennborg · 10 years ago
  100. 950c009 Rollback of commit "Repress sanitization on User dtor." by Naomi Musgrave · 10 years ago