1. c7c608f [GISel]: Add G_FMA opcode for fused multiply adds by Aditya Nandakumar · 8 years ago
  2. 5516bd1 AMDGPU: Do operand folding in program order by Matt Arsenault · 8 years ago
  3. 6ebce80 [PDB] Don't write uninitialized bytes to a PDB file. by Zachary Turner · 8 years ago
  4. d6d2feb Remove diff pedantic mode. by Zachary Turner · 8 years ago
  5. 0cc137e RegisterScavenging: Followup to r305625 by Matthias Braun · 8 years ago
  6. 73854fd AMDGPU: Preserve undef when folding register operands by Matt Arsenault · 8 years ago
  7. 423a449 [AMDGPU] Eliminate SGPR to VGPR copy when possible by Stanislav Mekhanoshin · 8 years ago
  8. 4cabef5 AMDGPU: Fix crash with undef vreg input operand by Matt Arsenault · 8 years ago
  9. 3ee2a16 [PowerPC] fix trivial typos in comment, NFC by Hiroshi Inoue · 8 years ago
  10. 1313d75 [CostModel][X86] Add scalar arithmetic cost tests by Simon Pilgrim · 8 years ago
  11. 7359f17 [CostModel][X86] Declare costs variables based on type by Simon Pilgrim · 8 years ago
  12. b1618d2 [TableGen] Take a parameter by reference instead of pointer so we don't have to add & on both callers. NFC by Craig Topper · 8 years ago
  13. c4a82c8 [TableGen] Use range based for loop. NFC by Craig Topper · 8 years ago
  14. bc5df29 [GSoC] Flag value completion for clang by Yuka Takahashi · 8 years ago
  15. aab686b [x86] enable CGP memcmp() expansion for 2/4/8 byte sizes by Sanjay Patel · 8 years ago
  16. 8583827 [X86][SSE] Relax 0/-1 vector element insertion to work for any vector with >=16bit elements by Simon Pilgrim · 8 years ago
  17. f37b0db DAG: correctly legalize UMULO. by Tim Northover · 8 years ago
  18. 46f62d5 D33466: Make file non-executable. by Vassil Vassilev · 8 years ago
  19. 031043b [InstCombine] fix code/test comments for r305792; NFC by Sanjay Patel · 8 years ago
  20. 3e4188d [InstCombine] try to canonicalize xor-of-icmps to and-of-icmps by Sanjay Patel · 8 years ago
  21. a4b49d6 [globalisel][tablegen] Add support for COPY_TO_REGCLASS. by Daniel Sanders · 8 years ago
  22. 35b14a7 Fix Wdocumentation warning by Simon Pilgrim · 8 years ago
  23. 9210abe [X86][SSE] Dropped old INSERT_VECTOR_ELT lowering TODO by Simon Pilgrim · 8 years ago
  24. 2bba203 Fixed test name. NFCI. by Simon Pilgrim · 8 years ago
  25. bf052b5 [GlobalISel][X86] fix compilation error ( -Werror=unused-function ) by Igor Breger · 8 years ago
  26. 921867e [SelectionDAG] Fix an use-after-free issue introduced in r305775. by Haojian Wu · 8 years ago
  27. 515e735 [GlobalISel][X86] Get correct RegClass for given RegBank. by Igor Breger · 8 years ago
  28. e193a76 [GlobalISel] combine not symmetric merge/unmerge nodes. by Igor Breger · 8 years ago
  29. e1bef1b [SCEV][NFC] Fix a misleading description of AddOpsInlineThreshold by Max Kazantsev · 8 years ago
  30. 88c4c54 [GlobalISel][X86] add legalizer mir tests. NFC by Igor Breger · 8 years ago
  31. 4e72ee4 WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  32. 46e03a3 [ARM] Support constant pools in data when generating execute-only code. by Alexandros Lamprineas · 8 years ago
  33. 73b64dd [SelectionDAG] Get rid of recursion in CalcNodeSethiUllmanNumber by Max Kazantsev · 8 years ago
  34. 5fc12bf Fix unused function build error in lld by Sam Clegg · 8 years ago
  35. ad60de3 [WebAssembly] Fix build failures introduced in r305769 by Sam Clegg · 8 years ago
  36. 1e975c1 [WebAssembly] Add support for weak symbols in the binary format by Sam Clegg · 8 years ago
  37. 9c49009 [DAG] Simplify BaseIndexOffset. NFCI. by Nirav Dave · 8 years ago
  38. 9f0d281 [Coverage] PR33517: Check for failure to load func records by Vedant Kumar · 8 years ago
  39. b945463 [ProfileData] PR33517: Check for failure of symtab creation by Vedant Kumar · 8 years ago
  40. a4bbfa9 [test-release.sh] Enable Polly by default by Pengxuan Zheng · 8 years ago
  41. eaf57f3 The change to llvm-nm in r305733 added fields to the struct NMSymbol by Kevin Enderby · 8 years ago
  42. 5a7b330 AMDGPU: Fix scratch wave offset relative FI expansion by Matt Arsenault · 8 years ago
  43. b962973 [ExecutionEngine] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  44. 7c44c2a [AMDGPU] Add infer address spaces pass before SROA by Stanislav Mekhanoshin · 8 years ago
  45. 810d1a0 [Target] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  46. 7ef9a64 Fix machine instruction in test case by Sanjoy Das · 8 years ago
  47. f193400 [IR] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  48. 4b199ee Mark LLVMTestingSupport as not installed in LLVMBuild. by Zachary Turner · 8 years ago
  49. 8d9cfad Try to fix uninitialized read in unit test. by Zachary Turner · 8 years ago
  50. c46faf0 [AArch64][Falkor] Fix MOVZ sched predicate to not assert on non-imm operands (e.g. blockaddress). by Geoff Berry · 8 years ago
  51. 039e17b [AArch64][Kryo] Add missing write latency for LDAXP, LDXP second destination. by Geoff Berry · 8 years ago
  52. 26324db [AArch64][Falkor] Refine load/store increment latencies. by Geoff Berry · 8 years ago
  53. faad4a3 Fix typos by Matt Arsenault · 8 years ago
  54. b9cdbc0 AMDGPU: Cleanup CreateLiveInRegister by Matt Arsenault · 8 years ago
  55. 60eaf23 Fix a FIXME in llvm-objdump for the -exports-trie option that was not adding by Kevin Enderby · 8 years ago
  56. 9a9e3b8 Revert r305598, "utils: Add a git-r utility for mapping svn revisions to git revisions in the monorepo." by Peter Collingbourne · 8 years ago
  57. b06e406 [BDCE] Add comments. NFC by Xin Tong · 8 years ago
  58. 264bdd8 [PATCH] [PGO] Fixed cast operation in emIntrinsicVisitor::instrumentOneMemIntrinsic. by Ana Pazos · 8 years ago
  59. 4f5f095 Revert r305382, it caused PR33513. by Nico Weber · 8 years ago
  60. 7a0e66c [CGP, PowerPC] try to constant fold before creating loads for memcmp expansion by Sanjay Patel · 8 years ago
  61. 3fe8da4 Change llvm-nm for Mach-O files to use dyld info in some cases when printing symbols. by Kevin Enderby · 8 years ago
  62. ffc8b7c Remove convenient but probably not worthwhile macro for lambda workaround by David Blaikie · 8 years ago
  63. b741c53 Have writeCOFFWriter return Expected<unique_ptr>. by Eric Beckmann · 8 years ago
  64. 9f93c9d Improve profile-guided heuristics to use estimated trip count. by Taewook Oh · 8 years ago
  65. 763224d [InstCombine] Make sure AddReachableCodeToWorklist sets MadeIRChange by Bjorn Pettersson · 8 years ago
  66. 08030e7 Revert r304824 "Fix PR23384 (part 3 of 3)" by Hans Wennborg · 8 years ago
  67. 403309b [Dominators] Clean up typedefs in GenericDomTreeConstruction. NFC. by Jakub Kuderski · 8 years ago
  68. d89466b [PDB] Start emitting source file and line information by Reid Kleckner · 8 years ago
  69. 2be2708 [Dominators] Clean up GenericDomTree.h. NFC. by Jakub Kuderski · 8 years ago
  70. e075b10 [CodeView] Fix dumping of public symbol record flags by Reid Kleckner · 8 years ago
  71. 04b8896 [NewGVN] Simplify findConditionEquivalence(). NFCI. by Davide Italiano · 8 years ago
  72. 8bcd7ee Remove brackets, NFC. by Dinar Temirbulatov · 8 years ago
  73. b1e0fcd [InstCombine] Cleanup some duplicated one use checks by Craig Topper · 8 years ago
  74. b9bca3e [Reassociate] Support some reassociation of vector xors by Craig Topper · 8 years ago
  75. 9b4b5aa [Reassociate] Make one of the helper methods static because it doesn't use any class variables. NFC by Craig Topper · 8 years ago
  76. 034cc08 [AMDGPU][mc][tests][NFC] Bulk ISA tests: Massive update. Add Gfx9 dasm tests. by Artem Tamazov · 8 years ago
  77. 10c94f2 Allow truncated and extend memory operations in Store Merge. NFCI. by Nirav Dave · 8 years ago
  78. fc065812 [JumpThreading][LVI] Invalidate LVI information after blocks are merged by Anna Thomas · 8 years ago
  79. 8db6b00 [TRE] Improve code motion in TRE, use AA to tell whether a load can be moved before a call that writes to memory. by Xin Tong · 8 years ago
  80. d9d2f4e Add test for store merge with noimplicitfloat by Nirav Dave · 8 years ago
  81. fe252ff [AArch64] Fix order of checks in shouldScheduleAdjacent. by Florian Hahn · 8 years ago
  82. 5aac6c6 Use range for loops. NFCI. by Simon Pilgrim · 8 years ago
  83. 865802c AMDGPU/GlobalISel: Mark G_BITCAST s32 <--> <2 x s16> legal by Tom Stellard · 8 years ago
  84. c56841e [GlobalISel][X86] Fold FI/G_GEP into LDR/STR instruction addressing mode. by Igor Breger · 8 years ago
  85. b34ebdd Recommit rL305677: [CodeGen] Add generic MacroFusion pass by Florian Hahn · 8 years ago
  86. afb808f [ARM] GlobalISel: Support G_ICMP for s8 and s16 by Diana Picus · 8 years ago
  87. 127fdb1 Revert r305677 [CodeGen] Add generic MacroFusion pass. by Florian Hahn · 8 years ago
  88. 7e1ef2d [CodeGen] Add generic MacroFusion pass. by Florian Hahn · 8 years ago
  89. df1f7af [ARM] GlobalISel: Support G_ICMP for i32 and pointers by Diana Picus · 8 years ago
  90. f00ca4f [X86] Simplify vector-shuffle-v48 test. NFC. by Guy Blank · 8 years ago
  91. 9026c3d [SCEV] Teach SCEVExpander to expand BinPow by Max Kazantsev · 8 years ago
  92. 4039181 [Doc] Fix getelementptr description about arguments by David Blaikie · 8 years ago
  93. 47c282c NewGVN: Fix PR 33461, caused by slightly overzealous verification. by Daniel Berlin · 8 years ago
  94. ffa33d0 [x86] specify triples and auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  95. 4e08dc9 [x86] specify triples and auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  96. 6661e76 [x86] specify triple and auto-generate checks; NFC by Sanjay Patel · 8 years ago
  97. d8c55ee Delete TypeDatabase. by Zachary Turner · 8 years ago
  98. 4f1962c [APFloat] Move the integerPartWidth constant into APFloatBase. Remove integerPart typedef at file scope and just use the one in APFloatBase everywhere. NFC by Craig Topper · 8 years ago
  99. 4446e99 [Reassociate] Use APInt::isNullValue() instead of comparing with 0. NFC by Craig Topper · 8 years ago
  100. 32639e6 Implement AllocateRWX and ReleaseRWX for NetBSD by Kamil Rytarowski · 8 years ago