1. 89711f8 Masked Gather and Scatter intrinsics - updated documentation. by Elena Demikhovsky · 10 years ago
  2. d08d034 AVX-512: Added all forms of FP compare instructions for KNL and SKX. by Elena Demikhovsky · 10 years ago
  3. 56992eb [mips] Add the SoftFloat MipsSubtarget feature. by Toma Tabacu · 10 years ago
  4. 3e9ef05 Attributes.h: Fix incorrect \brief introduced in r236666. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  5. c128e5c Scalar/PlaceSafepoints.cpp: Fix a warning introduced in r228090. [-Wunused-variable] by NAKAMURA Takumi · 10 years ago
  6. a3ded6b llvm/test/CodeGen/X86/llc-override-mcpu-mattr.ll: Tweak not to be affected by x64 Calling Convention. by NAKAMURA Takumi · 10 years ago
  7. 4d5e059 Update InstCombine to transform aggregate loads into scalar loads. by Mehdi Amini · 10 years ago
  8. cddf82a [SanitizerCoverage] Introduce SanitizerCoverageOptions struct. by Alexey Samsonov · 10 years ago
  9. 0518652 IR: Initialize DerefOrNullBytes in the AttrBuilder constructors by Justin Bogner · 10 years ago
  10. f64a0c1 InstrProf: Simplify looking up sections for coverage data by Justin Bogner · 10 years ago
  11. 16e7e69 [JumpThreading] Simplify comparisons when simplifying branches by Philip Reames · 10 years ago
  12. 4920487 [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, simplify the test runner by Kostya Serebryany · 10 years ago
  13. a94bd7a Added support for building against Android API-9 SDK by Vince Harron · 10 years ago
  14. be6ad41 Revert "[opaque pointer type] Pass explicit pointer type through GEP constant folding" by David Blaikie · 10 years ago
  15. e6f0494 Let llc and opt override "-target-cpu" and "-target-features" via command line by Akira Hatanaka · 10 years ago
  16. d9fd44e [X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinter. NFC. by Sanjoy Das · 10 years ago
  17. 9a46db6 [X86MCInst] Clean up LowerSTATEPOINT: variable names. NFC. by Sanjoy Das · 10 years ago
  18. 9397699 [Statepoints] Clean up PlaceSafepoints.cpp: de-duplicate code. by Sanjoy Das · 10 years ago
  19. b82de79 [Statepoints] Clean up PlaceSafepoints.cpp: variable naming. by Sanjoy Das · 10 years ago
  20. 8a86e25 [IRBuilder] Add a CreateGCStatepointInvoke. by Sanjoy Das · 10 years ago
  21. 4f28a76 Factor out a function which determines the cpu and feature strings based on by Akira Hatanaka · 10 years ago
  22. cb0a50f [opaque pointer type] Pass explicit pointer type through GEP constant folding by David Blaikie · 10 years ago
  23. 9daa4b1 YAML: Fix crash in the skip method of KeyValueNode class. by Alex Lorenz · 10 years ago
  24. a757463 Change typeIncompatible to return an AttrBuilder instead of new-ing an AttributeSet. by Pete Cooper · 10 years ago
  25. 4716d63 Update all comments to match the previous commit. NFC by Pete Cooper · 10 years ago
  26. c58f23e Add remove method to operate on AttrBuilder instead of AttributeSet. by Pete Cooper · 10 years ago
  27. 406a47c InstrProf: Give coverage its own errors instead of piggy backing on instrprof by Justin Bogner · 10 years ago
  28. 63134e7 InstrProf: Remove a function that just returns its argument (NFC) by Justin Bogner · 10 years ago
  29. 0f04f3b YAML: Extract the code that skips a comment into a separate method, NFC. by Alex Lorenz · 10 years ago
  30. cdedd99 Remove unnecessary #ifndef NDEBUG guard around assert. NFC. by Pete Cooper · 10 years ago
  31. 6cc81ef Bitcode: Set LastDL after writing DebugLocs by Duncan P. N. Exon Smith · 10 years ago
  32. 28b0dda Handle dead defs in the if converter. by Pete Cooper · 10 years ago
  33. 8434a03 [lib/Fuzzer] remove dfsan_fuzzer_abi.list -- its contents are now moved to dfsan proper by Kostya Serebryany · 10 years ago
  34. d15319f [RegisterCoalescer] Make sure each live-range has only one component, as by Quentin Colombet · 10 years ago
  35. b350776 [lib/Fuzzer] add a fuzzer test for memcmp (does not work yet) by Kostya Serebryany · 10 years ago
  36. ea89afb Fix link failure on MinGW due to use of CoInitialize. by Zachary Turner · 10 years ago
  37. 43afa42 A few fixes for llvm-symbolizer on Windows. by Zachary Turner · 10 years ago
  38. b6ca45c [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique by Kostya Serebryany · 10 years ago
  39. 537ff78 Fix incorrect kill flags in fastisel. by Pete Cooper · 10 years ago
  40. 0040d17 [x86] Fix register class of folded load index reg. by Pete Cooper · 10 years ago
  41. d71e55b [SanitizerCoverage] Fix a couple of typos. NFC. by Alexey Samsonov · 10 years ago
  42. a414ba7 MC: Skip names of temporary symbols in object streamer by Duncan P. N. Exon Smith · 10 years ago
  43. 84b8c10 CodeGen: move over-zealous assert into actual if statement. by Tim Northover · 10 years ago
  44. 7838051 DwarfDebug: Emit number of bytes in .debug_loc entry directly by Duncan P. N. Exon Smith · 10 years ago
  45. 4e21d7a Implement `createSanitizerCtor`, common helper function for all sanitizers by Ismail Pazarbasi · 10 years ago
  46. 00157f3 [WinEH] Improve fatal error message about failed demotion by Reid Kleckner · 10 years ago
  47. 94c39f6 [SelectionDAG] Delete SelectionDAGBuilder::removeValue. NFC. by Sanjoy Das · 10 years ago
  48. 26e46f2 Allow 0-weight branches in BranchProbabilityInfo. by Diego Novillo · 10 years ago
  49. 5a6ea24 Add missing dereferenceable_or_null getters by Sanjoy Das · 10 years ago
  50. cac51be [X86] Disable loop unrolling in loop vectorization pass when VF is 1. by Wei Mi · 10 years ago
  51. 530a574 Add ChangeTo* to MachineOperand for symbols by Matt Arsenault · 10 years ago
  52. 683cf0f Add bitcode test to verify functions can be materialized out of order. by Derek Schuff · 10 years ago
  53. 5304314 Readd the regression test from r236584. Calling convention fixed to linux. by Pawel Bylica · 10 years ago
  54. 99413f0 [ARM] Fast-Isel was incorrectly selecting <2 x double> adds. by Pete Cooper · 10 years ago
  55. 982f60b [PPC64LE] Adjust vector splats during VSX swap optimization by Bill Schmidt · 10 years ago
  56. 0358a25e Reformat. by NAKAMURA Takumi · 10 years ago
  57. e2007c9 Revert r236546, "propagate IR-level fast-math-flags to DAG nodes (NFC)" by NAKAMURA Takumi · 10 years ago
  58. 78fc210 [ARM] generate VMAXNM/VMINNM for a compare followed by a select, in safe math mode too by Artyom Skrobov · 10 years ago
  59. 5fa37a7 Revert regression test from r236584. by Pawel Bylica · 10 years ago
  60. c0b7f69 SelectionDAG: Handle out-of-bounds index in extract vector element by Pawel Bylica · 10 years ago
  61. 3a17778 [DomTree] verifyDomTree to unconditionally perform DT verification by Adam Nemet · 10 years ago
  62. caa560c [ARM][FastISel] Use TST #1 instead of CMP #0 for select. by Ahmed Bougacha · 10 years ago
  63. 5a8a366 [Statepoints] Remove broken test case. by Sanjoy Das · 10 years ago
  64. 5c175aa [IRBuilder] Fix indentation. NFC. by Sanjoy Das · 10 years ago
  65. 93a4a7f [Statepoint] Clean up StatepointLowering: symbolic constants. by Sanjoy Das · 10 years ago
  66. b9a2e82 [Statepoint] Clean up Statepoint.h: clang-format. by Sanjoy Das · 10 years ago
  67. 1df2d64 [Statepoint] Clean up Statepoint.h: accessor names. by Sanjoy Das · 10 years ago
  68. d775220 [StatepointLowering] Don't create temporary instructions. NFCI. by Sanjoy Das · 10 years ago
  69. d3a9dd7 [WinEH] Reset WinEHPrepare::SEHExceptionCodeSlot when we're done. by Ahmed Bougacha · 10 years ago
  70. 730ddb6 InstrProf: Strip filename prefixes from the names we display for coverage by Justin Bogner · 10 years ago
  71. 9fb6967 [X86 fast-isel] Constrain the index reg class to not include SP. by Pete Cooper · 10 years ago
  72. 000e7d1 [SelectionDAG] Make an argument optional in RFV::getCopyToRegs. NFC. by Sanjoy Das · 10 years ago
  73. 7aab5ee [SelectionDAG] Move RegsForValue into SelectionDAGBuilder.h. NFC. by Sanjoy Das · 10 years ago
  74. 49d19ee [SelectionDAG] Pass explicit type to lowerCallOperands. NFC. by Sanjoy Das · 10 years ago
  75. a17cc3b [StatepointLowering] Rename variable, NFC. by Sanjoy Das · 10 years ago
  76. e064ab5 Fix IfConverter to handle regmask machine operands. by Pete Cooper · 10 years ago
  77. 605f316 [lib/Fuzzer] on crash print the contents of the crashy input as base64 by Kostya Serebryany · 10 years ago
  78. cc0615a propagate IR-level fast-math-flags to DAG nodes (NFC) by Sanjay Patel · 10 years ago
  79. 3b2c61b use range-based for-loop; NFC by Sanjay Patel · 10 years ago
  80. 96d3361 Added Andrey Churbanov as the owner of the OpenMP runtime library code by Andrey Churbanov · 10 years ago
  81. cfdd004 [Inliner] Discard empty COMDAT groups by David Majnemer · 10 years ago
  82. 2bce3aa Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC by Pete Cooper · 10 years ago
  83. 08c531d Thumb2SizeReduction: Check the correct set of registers for LDMIA. by Peter Collingbourne · 10 years ago
  84. 97dbeaa [DAGCombiner] Account for getVectorIdxTy() when narrowing vector load by Ulrich Weigand · 10 years ago
  85. d32c49b [DAGCombiner] Fix ReplaceExtractVectorEltOfLoadWithNarrowedLoad for BE by Ulrich Weigand · 10 years ago
  86. 7e0334d [LegalizeVectorTypes] Allow single loads and stores for more short vectors by Ulrich Weigand · 10 years ago
  87. 88b90e1 [SystemZ] Add vector intrinsics by Ulrich Weigand · 10 years ago
  88. e074648 [SystemZ] Mark v1i128 and v1f128 as unsupported by Ulrich Weigand · 10 years ago
  89. 538287d [SystemZ] Handle sub-128 vectors by Ulrich Weigand · 10 years ago
  90. cf0fa9b [SystemZ] Add CodeGen support for scalar f64 ops in vector registers by Ulrich Weigand · 10 years ago
  91. 878c628 [SystemZ] Add CodeGen support for v4f32 by Ulrich Weigand · 10 years ago
  92. 1654111 [SystemZ] Add CodeGen support for v2f64 by Ulrich Weigand · 10 years ago
  93. aa5c996 [SystemZ] Add CodeGen support for integer vector types by Ulrich Weigand · 10 years ago
  94. 1a21909 [SystemZ] Add z13 vector facility and MC support by Ulrich Weigand · 10 years ago
  95. 2c04d15 Revert "Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC" by Pete Cooper · 10 years ago
  96. 5ffc7bf Revert "Fix IfConverter to handle regmask machine operands." by Pete Cooper · 10 years ago
  97. 92a55e8 Fix IfConverter to handle regmask machine operands. by Pete Cooper · 10 years ago
  98. 46356f6 Refactor UpdatePredRedefs and StepForward to avoid duplication. NFC by Pete Cooper · 10 years ago
  99. 154cb19 Fix typo in assert message. NFC. by Diego Novillo · 10 years ago
  100. 4e3748c Fix the clang -Werror build, use of uninitialized variable. by David Blaikie · 10 years ago