1. ec7f306 [AVX512] Add SKX testing to avx512-insert-extract.ll by Adam Nemet · 11 years ago
  2. f9e3a3a [AVX512] Fix test to produce a defined value by Adam Nemet · 11 years ago
  3. ccebe72 [AVX512] Two new attributes in X86VectorVTInfo for subvector insert by Adam Nemet · 11 years ago
  4. 80b9e00 [AVX512] Rename arg from Opcode32/64 to Opcode128/256 in vinsert_for_size by Adam Nemet · 11 years ago
  5. 37e484b R600: Remove unnecessary part of computeKnownBitsForTargetNode by Matt Arsenault · 11 years ago
  6. bb402de Move variable down to use by Matt Arsenault · 11 years ago
  7. 4976a53 Add MachOObjectFile::getUuid() by Alexander Potapenko · 11 years ago
  8. 3c12c29 Updating documentation based on my change to remove the template disambiguation. by Chris Bieneman · 11 years ago
  9. aaf36b4 Fixing the build failure due to compiler warnings and unnecessary disambiguation. by Chris Bieneman · 11 years ago
  10. c14fb89 Defining a new API for debug options that doesn't rely on static global cl::opts. by Chris Bieneman · 11 years ago
  11. d3fc10a R600/SI: Fix bug where immediates were being used in DS addr operands by Tom Stellard · 11 years ago
  12. 55751ba Avoid caching the MachineFunction, we don't use it outside of by Eric Christopher · 11 years ago
  13. 0a72d8b Wrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIBUTE_USED by Sid Manning · 11 years ago
  14. 9ca230f IR: Move NumOperands from User to Value, NFC by Duncan P. N. Exon Smith · 11 years ago
  15. 40dd9d6 IR: Cleanup comments for Value, User, and MDNode by Duncan P. N. Exon Smith · 11 years ago
  16. a169d59 Wrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE_UNUSED by Sid Manning · 11 years ago
  17. fc6e0f6 Allow forward references to section symbols. by Rafael Espindola · 11 years ago
  18. 40edbf1 Teach ScalarEvolution to sharpen range information. by Sanjoy Das · 11 years ago
  19. f0f7ec3 Add LLVM_ATTRIBUTE_UNUSED to function currently just used in an assert by Sid Manning · 11 years ago
  20. 3853763 InstCombine: Narrow switch instructions using known bits. by Akira Hatanaka · 11 years ago
  21. 7440a83 Reapply "[FastISel][AArch64] Add custom lowering for GEPs." by Juergen Ributzka · 11 years ago
  22. 32c5fde [FastISel][AArch64] Factor out add with immediate emission into a helper function. NFC. by Juergen Ributzka · 11 years ago
  23. ad04f5d Correctly handle references to section symbols. by Rafael Espindola · 11 years ago
  24. 1338612 Enable the instruction printer in HexagonMCTargetDesc by Sid Manning · 11 years ago
  25. 8b3a920 R600/SI: Also try to use 0 base for misaligned 8-byte DS loads. by Matt Arsenault · 11 years ago
  26. 7fdd553 R600: Fix miscompiles when BFE has multiple uses by Matt Arsenault · 11 years ago
  27. ddcfe81 correct const-ness with auto and dyn_cast by Sanjay Patel · 11 years ago
  28. 6c15862 [SLPVectorize] Basic ephemeral-value awareness by Hal Finkel · 11 years ago
  29. 9819bcf Treat the WorkSet used to find ephemeral values as double-ended by Hal Finkel · 11 years ago
  30. 279b550 [MC] Make bundle alignment mode setting idempotent and support nested bundles by Derek Schuff · 11 years ago
  31. ffc65d2 DI: Make comments "brief"-er, NFC by Duncan P. N. Exon Smith · 11 years ago
  32. 5af49c8 Use 'auto' for easier reading; no functional change intended. by Sanjay Patel · 11 years ago
  33. ed0b7a0 remove function names from comments; NFC by Sanjay Patel · 11 years ago
  34. 03631a8 DI: Cleanup comments, NFC by Duncan P. N. Exon Smith · 11 years ago
  35. 90ce9f7 Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  36. 5c2d60d DI: Use a `DenseMap` instead of named metadata, NFC by Duncan P. N. Exon Smith · 11 years ago
  37. b510f8d Move getNonexecutableStackSection up to the base ELF class. by Rafael Espindola · 11 years ago
  38. 18ed4ac R600: Use existing variable by Matt Arsenault · 11 years ago
  39. 8a55ca3 R600: Remove outdated comment by Matt Arsenault · 11 years ago
  40. 0081070 Revert "[FastISel][AArch64] Add custom lowering for GEPs." by Juergen Ributzka · 11 years ago
  41. 75d77cd [MachineSink] Use the real post dominator tree by Jingyue Wu · 11 years ago
  42. d345857 ARM: drop check for triple that's no longer used. by Tim Northover · 11 years ago
  43. c6d2db4 Remove unused variable. by Eric Christopher · 11 years ago
  44. 2ff93bf No need to cache this unused variable. by Eric Christopher · 11 years ago
  45. cd27f3f [AArch64] Wrong CC access in CSINC-conditional branch sequence by Gerolf Hoflehner · 11 years ago
  46. 1a0afd8 [llvm-objdump] Update error message and add test case for mach-o file with bad library ordinals by Nick Kledzik · 11 years ago
  47. 2bddd7c [AAarch64] Optimize CSINC-branch sequence by Gerolf Hoflehner · 11 years ago
  48. 75277b9 [LoopVectorize] Ignore @llvm.assume for cost estimates and legality by Hal Finkel · 11 years ago
  49. 3a1045d MC, COFF: Make bigobj test compatible with python3 by David Majnemer · 11 years ago
  50. 84a3fee [X86][SSE] pslldq/psrldq shuffle mask decodes by Simon Pilgrim · 11 years ago
  51. b315be2 MC: Rewrite bigobj test in python by David Majnemer · 11 years ago
  52. 7419c9c ARM: remove ARM/Thumb distinction for preferred alignment. by Tim Northover · 11 years ago
  53. 32d728f ARM: allow misaligned local variables in Thumb1 mode. by Tim Northover · 11 years ago
  54. 388c2d3 Add a test for writing COFF BigObj by David Majnemer · 11 years ago
  55. 569c5b6 [FastISel][AArch64] Add custom lowering for GEPs. by Juergen Ributzka · 11 years ago
  56. 7680674 [x86 asm] allow fwait alias in both At&t and Intel modes (PR21208) by Hans Wennborg · 11 years ago
  57. eddeac0 ARM: set preferred aggregate alignment to 32 universally. by Tim Northover · 11 years ago
  58. 2a77e6b [CFL-AA] CFL-AA should not assert on an va_arg instruction by Hal Finkel · 11 years ago
  59. 3f349b2 Optimize away fabs() calls when input is squared (known positive). by Sanjay Patel · 11 years ago
  60. 4001708 [FastISel][AArch64] Fix sign-/zero-extend folding when SelectionDAG is involved. by Juergen Ributzka · 11 years ago
  61. 505187a InstCombine: Don't miscompile X % ((Pow2 << A) >>u B) by David Majnemer · 11 years ago
  62. d6315ea Reapply "R600: Add new intrinsic to read work dimensions" by Jan Vesely · 11 years ago
  63. f0f9841 Revert "r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'" by Hal Finkel · 11 years ago
  64. e8e8db7 Revert "R600: Add new intrinsic to read work dimensions" by Rafael Espindola · 11 years ago
  65. d1494d5 Remove unused member variable. by Rafael Espindola · 11 years ago
  66. 6a52985 R600: Add new intrinsic to read work dimensions by Jan Vesely · 11 years ago
  67. 787e3ca R600: FMA is VecALU only instruction by Jan Vesely · 11 years ago
  68. c180402 Finish getting Mips fast-isel to match up with AArch64 fast-isel by Reed Kotler · 11 years ago
  69. d661fde DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself. by David Blaikie · 11 years ago
  70. e418129 Remove method that is identical to the base class one. by Rafael Espindola · 11 years ago
  71. 704b06c R600/SI: Use DS offsets for constant addresses by Matt Arsenault · 11 years ago
  72. 8730dc1 Revert "Fix stuff... again." by David Blaikie · 11 years ago
  73. 2b0657e Revert some parts of r196288 that were confusing and untested. by David Blaikie · 11 years ago
  74. 8a61781 Fix stuff... again. by David Blaikie · 11 years ago
  75. 2993617 [LVI] Check for @llvm.assume dominating the edge branch by Hal Finkel · 11 years ago
  76. 65e4aa4 Revert r219638, (r219640 and r219676), "Removing the static destructor from ManagedStatic.cpp by controlling the allocation and de-allocation of the mutex." by NAKAMURA Takumi · 11 years ago
  77. ad5d223 [AVX512] Extended avx512_binop_rm to DQ/VL subsets. Added encoding tests. by Robert Khasanov · 11 years ago
  78. 33a95f2 [AVX512] Extended avx512_binop_rm to BW/VL subsets. Added encoding tests. by Robert Khasanov · 11 years ago
  79. 5051f60 [AArch64] Fix crash with empty/pseudo-only blocks in A53 erratum (835769) workaround by Bradley Smith · 11 years ago
  80. 49e7edc [llvm-symbolizer] Minor typedef cleanup. NFC. by Alexander Potapenko · 11 years ago
  81. 45ed687 Threading.h: Use \tparam for template parameters. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  82. 0ba4483 Grab the subtarget info off of the MachineFunction rather than by Eric Christopher · 11 years ago
  83. ff91827 Use the triple to figure out if this is a darwin target, not the subtarget. by Eric Christopher · 11 years ago
  84. ded375f Remove unnecessary TargetMachine.h includes. by Eric Christopher · 11 years ago
  85. 1dd55ba Grab the subtarget and subtarget dependent variables off of by Eric Christopher · 11 years ago
  86. eb271ec Grab the subtarget and subtarget dependent variables off of by Eric Christopher · 11 years ago
  87. 188c856 Instead of the TargetMachine cache the MachineFunction by Eric Christopher · 11 years ago
  88. d879de1 Access subtarget specific variables off of the MachineFunction's by Eric Christopher · 11 years ago
  89. 151811c Add lld to the parallel set of directories since it doesn't depend by Eric Christopher · 11 years ago
  90. cd69481 Access the subtarget off of the MachineFunction via the DAG by Eric Christopher · 11 years ago
  91. 75ad488 [AArch64]Select wide immediate offset into [Base+XReg] addressing mode by Hao Liu · 11 years ago
  92. b15974e Remove the use and member variable of the TargetMachine from by Eric Christopher · 11 years ago
  93. c026db7 Have MachineInstrBundle use the MachineFunction for subtarget by Eric Christopher · 11 years ago
  94. 3788687 Access the subtarget off of the MachineFunction rather than by Eric Christopher · 11 years ago
  95. db9fed9 Switch to select optimization for two-case switches by Marcello Maggioni · 11 years ago
  96. 07d392b Don't include DFAPacketizer in TargetInstrInfo, there's no reason. by Eric Christopher · 11 years ago
  97. 9accb10 Include map into the A15SDOptimizer rather than pick it up by Eric Christopher · 11 years ago
  98. 8ff8c16 Remove the TargetMachine from DFAPacketizer since it was only by Eric Christopher · 11 years ago
  99. 7c9c49b Introduce Go coding standards for LLVM. by Peter Collingbourne · 11 years ago
  100. e0a0018 fix formatting; NFC by Sanjay Patel · 11 years ago