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