1. 8f5464d Service the doxygen comments in DwarfUnit and DwarfDebug. by Adrian Prantl · 10 years ago
  2. ad7556d MIR Serialization: Serialize the fixed stack objects. by Alex Lorenz · 10 years ago
  3. c6d1cc7 [WinEH] Strip the \01 character from the __CxxFrameHandler3 thunk name by Reid Kleckner · 10 years ago
  4. 0ed5091 Remove macro guards for extern template instantiations. by Benjamin Kramer · 10 years ago
  5. ed5546e Avoid using Loop::getSubLoopsVector. by Benjamin Kramer · 10 years ago
  6. af8cf90 Fix handling of the 'n' asm constraint with invalid operands. by James Y Knight · 10 years ago
  7. f5be357 AMDGPU/SI: Select mad patterns to v_mac_f32 by Tom Stellard · 10 years ago
  8. af3e4a2 ARM: Fix cttz expansion on vector types. by Logan Chien · 10 years ago
  9. f8560e5 [ARM] Handle commutativity when converting to tADDhirr in Thumb2 by Scott Douglass · 10 years ago
  10. ffc5159 [ARM] Add Thumb2 ADD with SP narrowing from 3 operand to 2 by Scott Douglass · 10 years ago
  11. f716895 [ARM] Small refactor of tryConvertingToTwoOperandForm (nfc) by Scott Douglass · 10 years ago
  12. 5b50110 Cleanup after r241809 - remove uncessary call to std::sort by Silviu Baranga · 10 years ago
  13. 46db875 Remove unused variable. by Rafael Espindola · 10 years ago
  14. 0b2f27e Aliases don't have available_externally linkage. by Rafael Espindola · 10 years ago
  15. 94162a0 Don't change the visibility when converting a definition to a declaration. by Rafael Espindola · 10 years ago
  16. b3e72a7 Removing several -Wunused-but-set-variable warnings; NFC intended. by Aaron Ballman · 10 years ago
  17. 5572685 Print the visibility of available_externally functions. by Rafael Espindola · 10 years ago
  18. c376473 Revert r241981 "Revert "Revert r236894 "[BasicAA] Fix zext & sext handling""" by Manuel Klimek · 10 years ago
  19. a0a5173 AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long types. by Elena Demikhovsky · 10 years ago
  20. c1a7ff9 [llvm-stress] Remove unneeded llvm:: prefix. NFC. by Pawel Bylica · 10 years ago
  21. ddb76b4 [mips] Explained the 'w' modifier in the Inline Assembler documentation. by Daniel Sanders · 10 years ago
  22. 8e7e365 [LSR] don't attempt to promote ephemeral values to indvars by Jingyue Wu · 10 years ago
  23. 46b13dd [InstSimplify] Teach InstSimplify how to simplify extractelement by David Majnemer · 10 years ago
  24. 5501985 [InstSimplify] Teach InstSimplify how to simplify extractvalue by David Majnemer · 10 years ago
  25. 6c57f2f Fix PR24099 reported by Tomas Brukner. by Yaron Keren · 10 years ago
  26. 4173058 [ARM] Add support for nest attribute using r12 by Renato Golin · 10 years ago
  27. 07c08a6 [X86][SSE] Tidied up vector extend/truncation tests. NFCI. by Simon Pilgrim · 10 years ago
  28. 9c64d9c [X86][SSE] (V)PMINSB is commutable. by Simon Pilgrim · 10 years ago
  29. b3a04b5 Trim trailing whitespaces. NFC. by Simon Pilgrim · 10 years ago
  30. f9df477 [X86][SSE] Vectorized v4i32 non-uniform shifts. by Simon Pilgrim · 10 years ago
  31. a1b821f [LICM] Don't try to sink values out of loops without any exits by David Majnemer · 10 years ago
  32. 866cf31 [PowerPC] Make use of the TargetRecip system by Hal Finkel · 10 years ago
  33. d14325b [PowerPC] Support the nest parameter attribute by Hal Finkel · 10 years ago
  34. 22af148 Revert "[ExecutionEngine] Use std::function rather than a function pointer for the LazyFunctionCreator." by Renato Golin · 10 years ago
  35. 1e3fa76 Revert "Revert r236894 "[BasicAA] Fix zext & sext handling"" by Hal Finkel · 10 years ago
  36. 4e947d8 Move getStrideFromPointer and friends from LoopVectorize to VectorUtils by Hal Finkel · 10 years ago
  37. 6690dbf Add argmemonly attribute. by Igor Laevsky · 10 years ago
  38. 063b6a0 Fix include guard typo introduced in r239315. by Yaron Keren · 10 years ago
  39. acea229 Define a new intrinsic @llvm.canonicalize. by Owen Anderson · 10 years ago
  40. c51f300 [PM/AA] Completely remove the AliasAnalysis::copyValue interface. by Chandler Carruth · 10 years ago
  41. 1af073b [ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a by Lang Hames · 10 years ago
  42. 0ce14f2 [ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for by Lang Hames · 10 years ago
  43. 057d6c2 Renamed some uses of unroll to interleave in the vectorizer. by Tyler Nowicki · 10 years ago
  44. bf894e5 MC: Shrink MCDwarfLoc/MCLineEntry by Duncan P. N. Exon Smith · 10 years ago
  45. bfc2389 Clean up the comments in DIBuilder.h to adhere to the coding standards by Adrian Prantl · 10 years ago
  46. e493b99 Revert "Clean up the comments in DIBuilder.h to adhere to the coding standards" by Adrian Prantl · 10 years ago
  47. aefc592 Cleanup a couple of comments in DIBuilder.cpp by Adrian Prantl · 10 years ago
  48. 780bb74 Clean up the comments in DIBuilder.h to adhere to the coding standards by Adrian Prantl · 10 years ago
  49. b9b04ee [ExecutionEngine] Use std::function rather than a function pointer for the by Lang Hames · 10 years ago
  50. c9978ba MC: Only allow changing feature bits in MCSubtargetInfo by Duncan P. N. Exon Smith · 10 years ago
  51. ce43851 AMDGPU: Fix chains for memory ops dependent on argument loads by Matt Arsenault · 10 years ago
  52. 1cca87a MIR Serialization: Serialize the virtual register operands. by Alex Lorenz · 10 years ago
  53. c3b47b3 [IR] Switch static const to an enum to silence MSVC linker warnings by David Majnemer · 10 years ago
  54. 16859aa MC: Remove MCSubtargetInfo() default constructor by Duncan P. N. Exon Smith · 10 years ago
  55. 5733fd1 MC: Remove MCSubtargetInfo::InitCPUSched() by Duncan P. N. Exon Smith · 10 years ago
  56. ca7473f [InstCombine] Actually combine AA metadata when replacing one load with another by Bjorn Steinbrink · 10 years ago
  57. bd88476 AMDGPU: Use requested chain when lowering arguments by Matt Arsenault · 10 years ago
  58. eada3a8 ARM: Use SpecificBumpPtrAllocator to fix leak introduced in r241920 by Matthias Braun · 10 years ago
  59. 09450da [SEH] Push reloads of the SEH code past phi nodes by Reid Kleckner · 10 years ago
  60. 34b9a7dc Add <type_traits> for is_pod, fixing r241947 by Duncan P. N. Exon Smith · 10 years ago
  61. ee6d5d1 DAGCombiner: Assume invariant load cannot alias a store by Matt Arsenault · 10 years ago
  62. d819fac MC: Remove the copy of MCSchedModel in MCSubtargetInfo by Duncan P. N. Exon Smith · 10 years ago
  63. 722aa95 [ShrinkWrap][PEI] Do not insert epilogue for unreachable blocks. by Quentin Colombet · 10 years ago
  64. 7ebb7ed [MC] Switch static const to an enum to silence MSVC linker warnings by David Majnemer · 10 years ago
  65. 61b8d4a Fix AArch64 prologue for empty frame with dynamic allocas. by Evgeniy Stepanov · 10 years ago
  66. 020938f [TTI] BasicTTIImpl assumes no vector registers by Jingyue Wu · 10 years ago
  67. 0144670 Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components. by JF Bastien · 10 years ago
  68. d37a9df [Object][ELF] Handle the dynamic string table in files without a section table. by Michael J. Spencer · 10 years ago
  69. a8043e2 Fix enum BitcodeError to not define a zero-valued error code. by Jan Wen Voung · 10 years ago
  70. 31a4111 [LoopDist/LoopVer] Move LoopVersioning to a new module, NFC by Adam Nemet · 10 years ago
  71. 8c3eef8 [LoopDist] Move loop-versioning helper functions to Cloning, NFC by Adam Nemet · 10 years ago
  72. 74c23af ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code by Matthias Braun · 10 years ago
  73. b0a2d8c ComputeKnownBits: be a bit smarter about ADDs by Fiona Glaser · 10 years ago
  74. 02e89ac ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2 by Matthias Braun · 10 years ago
  75. 7bfd515 WebAssembly: basic instructions todo, and basic register info. by JF Bastien · 10 years ago
  76. b838969 MIR Serialization: Initial serialization of stack objects. by Alex Lorenz · 10 years ago
  77. 99cb989 Target RegisterInfo: devirtualize TargetFrameLowering by JF Bastien · 10 years ago
  78. 892af54 ARMLoadStoreOptimizer: Rewrite LDM/STM matching logic. by Matthias Braun · 10 years ago
  79. 98da470 Actually support volatile memcpys in NVPTX lowering by Eli Bendersky · 10 years ago
  80. 46c36cf NFC. Added a blank line for consistency. by Nemanja Ivanovic · 10 years ago
  81. b0927be [InstSimplify] Fold away ord/uno fcmps when nnan is present. by Benjamin Kramer · 10 years ago
  82. ee0d992 Add support for fast-math flags to the FCmp instruction. by James Molloy · 10 years ago
  83. e57b60a Add missing builtins to the PPC back end for ABI compliance (vol. 3) by Nemanja Ivanovic · 10 years ago
  84. f7dc9d0 Disable loop re-rotation for -Oz (patch by Andrey Turetsky) by Alexey Bataev · 10 years ago
  85. 8229e33 [llvm-stress] Enhance scalar type selection from command line. by Pawel Bylica · 10 years ago
  86. 89a6fba llvm/Object/ELF.h: Appease g++-4.7.2. by NAKAMURA Takumi · 10 years ago
  87. eddf9e2 Revert the new EH instructions by David Majnemer · 10 years ago
  88. d09a1e4 Add missing 'const'. I don't think this is strictly required, but some by Daniel Jasper · 10 years ago
  89. ec83dbd Tighten the verifier check for catchblock. by David Majnemer · 10 years ago
  90. 2431442 Address Joseph's review comments. by David Majnemer · 10 years ago
  91. a5d05b7 Address Reid's review feedback. by David Majnemer · 10 years ago
  92. 751c4be New EH representation for MSVC compatibility by David Majnemer · 10 years ago
  93. 86ef198 [InstCombine] Employ AliasAnalysis in FindAvailableLoadedValue by Bjorn Steinbrink · 10 years ago
  94. ad4d739 [InstCombine] Properly combine metadata when replacing a load with another by Bjorn Steinbrink · 10 years ago
  95. dde1281 [NVPTX] declare no vector registers by Jingyue Wu · 10 years ago
  96. b4eeb6b [WinEH] Make sure LSDA tables are 4 byte aligned by Reid Kleckner · 10 years ago
  97. 89a5e25 Replace index-loops by range-based loops by Eli Bendersky · 10 years ago
  98. c68ccc1 [x86] enable machine combiner reassociations for scalar double-precision multiplies by Sanjay Patel · 10 years ago
  99. 39f09b5 [x86] enable machine combiner reassociations for scalar double-precision adds by Sanjay Patel · 10 years ago
  100. 478d483 Fix shadowing. by Michael J. Spencer · 10 years ago