1. f906b58 Update the documentation and CMake file for Visual Studio generators. by Aaron Ballman · 8 years ago
  2. 8f60438 PPC: Correct Size for GETtlsADDR by Kyle Butt · 8 years ago
  3. b6e91f4 Revert r303859, CodeGen/AMDGPU/llvm.amdgcn.s.getpc.ll fails on bots. by Nico Weber · 8 years ago
  4. abf5868 [AArch64]: add 'a' inline asm operand modifier. by Manoj Gupta · 8 years ago
  5. 674c13e Fix SelectionDAGBuilder::getDbgValue to not expect DW_OP_deref on FI vars by Adrian Prantl · 8 years ago
  6. a600582 Delete an obsolete paragraph in LangRef. by Adrian Prantl · 8 years ago
  7. 03e10d9 DebugInfo: Produce debug_{gnu_}pub{names,types} entries when explicitly requested, even in -gmlt or when empty by David Blaikie · 8 years ago
  8. ecda7b1 [llvm-pdbdump] [yaml2pdb] always include object file name in module info by Bob Haarman · 8 years ago
  9. 4133415 NewGVN: Fix PR 33119, PR 33129, due to regressed undef handling by Daniel Berlin · 8 years ago
  10. 81a4c4f [InstCombine] Teach isAllocSiteRemovable to look through addrspacecasts by Artur Pilipenko · 8 years ago
  11. 6680feb [InstCombine] make icmp-mul fold more efficient by Sanjay Patel · 8 years ago
  12. b88c01b [AMDGPU] add intrinsic for s_getpc by Tim Corringham · 8 years ago
  13. f3cb5d6 [X86] Adding vpopcntd and vpopcntq instructions by Oren Ben Simhon · 8 years ago
  14. ac73777 [GVNSink] Pacify MSVC by James Molloy · 8 years ago
  15. bb5d60d [GVNSink] Don't define operator<< in NDEBUG by James Molloy · 8 years ago
  16. 9693a6d [GVNSink] GVNSink pass by James Molloy · 8 years ago
  17. 4fde77f [PM] Teach the PGO instrumentation pasess to run GlobalDCE before by Chandler Carruth · 8 years ago
  18. 2dcd120 [PM/Unswitch] Fix a bug in the domtree update logic for the new unswitch pass. by Chandler Carruth · 8 years ago
  19. ba01932 [MVT] Fix the identation of the start of the MVT class. NFC by Craig Topper · 8 years ago
  20. 5198106 [SelectionDAG] Fix off by one in a compare in getOperationAction. by Craig Topper · 8 years ago
  21. 9f6280a [LegacyPM] Make the 'addLoop' method accept a loop to add rather than by Chandler Carruth · 8 years ago
  22. ebc10e3 Fixed nondeterminism in RuleMatcher::emit. by Galina Kistanova · 8 years ago
  23. c62411d [libFuzzer] Don't replace custom signal handlers. by Vitaly Buka · 8 years ago
  24. f6cb509 Fix coverage check for full post-dominator basic blocks. by George Karpenkov · 8 years ago
  25. fa4cbdd [coroutines] CoroFrame.cpp conform to coding convention (s/repeat/Repeat) (NFC) by Gor Nishanov · 8 years ago
  26. 5d2828c [coroutines] Relocate instructions that maybe spilled after coro.begin by Gor Nishanov · 8 years ago
  27. 133fa95 [PowerPC] Fix a performance bug for PPC::XXSLDWI. by Tony Jiang · 8 years ago
  28. 89995ad Print symbols from COFF import libraries. by Rafael Espindola · 8 years ago
  29. 6463296 [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  30. 1c3064b [coroutines] Allow rematerialization upto 4 times. Remove incorrect assert by Gor Nishanov · 8 years ago
  31. d47a423 [InstCombine] use m_APInt to allow icmp-mul-mul vector fold by Sanjay Patel · 8 years ago
  32. 7941a52 [InstCombine] add tests for icmp eq (mul X, C), (mul Y, C); NFC by Sanjay Patel · 8 years ago
  33. f717c76 [InstCombine] move tests and use FileCheck; NFC by Sanjay Patel · 8 years ago
  34. 3e49889 [DAG] Prevent crashes when merging constant stores with high-bit set. NFC. by Nirav Dave · 8 years ago
  35. ccbb5fa [AArch64] Prevent nested ADDs from address calc in splitStoreSplat. NFC by Nirav Dave · 8 years ago
  36. fee7735 Revert "Revert "Attempt to pacify ASan and UBSan reports in CrashRecovery tests"" by Vitaly Buka · 8 years ago
  37. 3559659 [InstCombine] Merge together the SimplifyDemandedUseBits implementations for ZExt and Trunc. NFC by Craig Topper · 8 years ago
  38. f0fdd64 Prevent UBSan report in CrashRecovery tests Reverted by mistake with r303783. by Vitaly Buka · 8 years ago
  39. bd571bc Revert "Attempt to pacify ASan and UBSan reports in CrashRecovery tests" by Vitaly Buka · 8 years ago
  40. 4c833e2 Fix a couple of typos in memory intrinsic optimization output (NFC) by Teresa Johnson · 8 years ago
  41. 8abe596 P9: D-form vector load/store. Differential Revision: https://reviews.llvm.org/D33248 by Zaara Syeda · 8 years ago
  42. a9efa93 [InstCombine] Use less bitwise operations to handle Instruction::SExt in SimplifyDemandedUseBits. Other improvements. by Craig Topper · 8 years ago
  43. a1adbd3 Move machine-cse-physreg.mir to test/CodeGen/Thumb by Krzysztof Parzyszek · 8 years ago
  44. f9152c2 [InstSimplify] Simplify uadd/sadd/umul/smul with overflow intrinsics when the Zero or Undef is on the LHS. by Craig Topper · 8 years ago
  45. e3a1116 [ValueTracking] Convert most of the calls to computeKnownBits to use the version that returns the KnownBits object. by Craig Topper · 8 years ago
  46. 76ae125 [ValueTracking] Add OptimizationRemarkEmitter to the other signature for commuteKnownBits. by Craig Topper · 8 years ago
  47. 59a0e24 Revert r291254: [AArch64] Reduce vector insert/extract cost for Falkor by Matthew Simpson · 8 years ago
  48. 01c176b Add some tips on benchmarking. by Rafael Espindola · 8 years ago
  49. 772effd [AMDGPU] Prevent too large store merges in AMDGPU Subtargets. NFCI. by Nirav Dave · 8 years ago
  50. 9e8c633 [LV] Update type in cost model for scalarization by Matthew Simpson · 8 years ago
  51. 6f94f45 [MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex. by Vadzim Dambrouski · 8 years ago
  52. 577a993 [InstCombine] add tests to show potential missing folds; NFC by Sanjay Patel · 8 years ago
  53. 0a21c3c Revert "AMDGPU: Fold CI-specific complex SMRD patterns into existing complex patterns" by Marek Olsak · 8 years ago
  54. 852ab09 [InstCombine] add tests to document bitcast + bitwise-logic behavior; NFC by Sanjay Patel · 8 years ago
  55. 70301d6 Revert "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start" by Diana Picus · 8 years ago
  56. 4338f39 [Hexagon] Fix comment in HexagonPacketizer::runOnMachineFunction by Krzysztof Parzyszek · 8 years ago
  57. a551a28 [LoopVectorizer] Let target prefer scalar addressing computations. by Jonas Paulsson · 8 years ago
  58. be57856 [SystemZ] Fix register modelling in expandLoadStackGuard() by Jonas Paulsson · 8 years ago
  59. b762e5b Demangler: Fix constructor cv qualifier handling by Tamas Berghammer · 8 years ago
  60. 376361f Strip trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
  61. d48d215 [ARM] Remove ThumbTargetMachines. (NFC) by Florian Hahn · 8 years ago
  62. 3bfeab4 MachineCSE: Respect interblock physreg liveness by Mikael Holmen · 8 years ago
  63. c7e5beb [SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start by Max Kazantsev · 8 years ago
  64. 6f7f205 Explicitly set CPU and -slow-incdec to try to fix r303678's test on llvm-clang-x86_64-expensive-checks-win. by Daniel Sanders · 8 years ago
  65. 9b5a223 [APInt] Use std::end to avoid mentioning the size of a local buffer repeatedly. by Craig Topper · 8 years ago
  66. 3db1f7b Revert r303720: Tweak r303678's test to try to fix llvm-clang-x86_64-expensive-checks-win. by Daniel Sanders · 8 years ago
  67. 69f6762 Tweak r303678's test to try to fix llvm-clang-x86_64-expensive-checks-win. by Daniel Sanders · 8 years ago
  68. e244393 [ARM] Add VLDx/VSTx sched defs for machine-schedulers. NFCI by Javed Absar · 8 years ago
  69. 6ff9a78 [NewGVN] Update additionalUsers when we simplify to a value. by Davide Italiano · 8 years ago
  70. 819a5c6 Fix broken build. by Zachary Turner · 8 years ago
  71. c49b255 Revert "Disable coverage opt-out for strong postdominator blocks." by George Karpenkov · 8 years ago
  72. 5262071 Revert "Fixes for tests for r303698" by George Karpenkov · 8 years ago
  73. 69916e1 git-llvm script should add .exe on Windows. by Zachary Turner · 8 years ago
  74. d448c73 Don't do a full scan of the type stream before processing records. by Zachary Turner · 8 years ago
  75. 587030b [SCCP] Use the `hasAddressTaken()` version defined in `Function`. by Davide Italiano · 8 years ago
  76. 1c4a508 [LIR] Use the newly `getRecurrenceVar()` helper. NFCI. by Davide Italiano · 8 years ago
  77. 1f57bba Fixes for tests for r303698 by George Karpenkov · 8 years ago
  78. d2258c9 [LIR] Strengthen the check for recurrence variable in popcnt/CTLZ. by Davide Italiano · 8 years ago
  79. fe601fe Disable coverage opt-out for strong postdominator blocks. by George Karpenkov · 8 years ago
  80. f226a62 Revert LLVM changes for "Sema: allow imaginary constants via GNU extension if UDL overloads not present." by Tim Northover · 8 years ago
  81. 30395dd [git-llvm] Check if svn is installed. by Rui Ueyama · 8 years ago
  82. 50bd917 [MSP430] Add subtarget features for hardware multiplier. by Vadzim Dambrouski · 8 years ago
  83. 5be8b93 Sema: allow imaginary constants via GNU extension if UDL overloads not present. by Tim Northover · 8 years ago
  84. b9f9e91 Silence MSVC warning about unsigned integer overflow, which has defined behavior by Reid Kleckner · 8 years ago
  85. 78c2455 abtest: remove duplicate script by Francis Visoiu Mistrih · 8 years ago
  86. 6b1d32c [AMDGPU] Add INDIRECT_BASE_ADDR to R600_Reg32 class (PR33045) by Simon Pilgrim · 8 years ago
  87. 3a50f77 AsmPrinter: mark the beginning and the end of a function in verbose mode by Francis Visoiu Mistrih · 8 years ago
  88. 59b664b merge-request.sh: Use https url for bugzilla by Tom Stellard · 8 years ago
  89. 6b7bd0e AMDGPU/SI: Move the local memory usage related checking after calling convention checking in PromoteAlloca by Changpeng Fang · 8 years ago
  90. 8eeef87 Fix unused variable warnings after r303678 by Daniel Sanders · 8 years ago
  91. d3994aa [AArch64][Falkor] Refine sched details for LSLfast/ASRfast. by Geoff Berry · 8 years ago
  92. 6ff1a72 [AMDGPU] Combine and (srl) into shl (bfe) by Stanislav Mekhanoshin · 8 years ago
  93. bcb3530 [AArch64][Falkor] Fix sched details for FMOV of WZR/XZR. by Geoff Berry · 8 years ago
  94. 4868a15 [ARM] Temporarily disable globals promotion to constant pools to prevent miscompilation by Oleg Ranevskyy · 8 years ago
  95. 50acddb [globalisel][tablegen] Add support for (set $dst, 1) and test X86's OptForSize predicate. by Daniel Sanders · 8 years ago
  96. 87fb232 [CodeView] Eliminate redundant hashes and allocations. by Zachary Turner · 8 years ago
  97. 666fbb4 [DAG] Add AddressSpace parameter to canMergeStoresTo. NFC. by Nirav Dave · 8 years ago
  98. cc7d8d0 [InstSimplify] Add more tests for undef inputs and multiplying by 0 for the add/sub/mul with overflow intrinsics. NFC by Craig Topper · 8 years ago
  99. 476b551 [GSoC] Shell autocompletion for clang by Yuka Takahashi · 8 years ago
  100. 3a234a3 Fix DIEHash refactoring that dropped the DW_AT_name from the hash by David Blaikie · 8 years ago