1. 3a7d5cf [WebAssembly] Make bogus inline asm strings in tests be comments. by Dan Gohman · 10 years ago
  2. 75f55d5 [WebAssembly] Add some spaces to the assembly output to vertically align operands. by Dan Gohman · 10 years ago
  3. 94401ce [WebAssembly] Enable register coloring and register stackifying. by Dan Gohman · 10 years ago
  4. fc0981e Fix bug where WinCOFFObjectWriter would assume starting from an empty output. by Manuel Klimek · 10 years ago
  5. c68dcdb Fix typo in comment. NFC. by Fraser Cormack · 10 years ago
  6. 0e8fc1e [SelectionDAGBuilder] Make sure DemoteReg ends up in right reg-class. by Jonas Paulsson · 10 years ago
  7. a90859a Revert "Revert "Strip metadata when speculatively hoisting instructions (r252604)" by Igor Laevsky · 10 years ago
  8. 66b8eaa [LTO] Appease buildbots take 3 by James Molloy · 10 years ago
  9. 9e9da1f [LTO] Buildbot appeasing take 2 by James Molloy · 10 years ago
  10. e2c844f [LTO] Fix up test/tools/gold/X86/remarks.ll by James Molloy · 10 years ago
  11. 683e0e5 [LTO] Add an early run of functionattrs by James Molloy · 10 years ago
  12. 51f7c58 [X86][AVX512CD] add mask broadcast intrinsics by Asaf Badouh · 10 years ago
  13. 84076a4 [X86][AVX] Added 256-bit shuffle splat tests. by Simon Pilgrim · 10 years ago
  14. 3518cfe AVX512: Implemented encoding for vpextrw.s instruction. by Igor Breger · 10 years ago
  15. 26b7bf3 [OperandBundles] Tighten OperandBundleDef's interface; NFC by Sanjoy Das · 10 years ago
  16. ee89411 [mips][microMIPS] Implement DPS.W.PH, DPSQ_S.W.PH, DPSQ_SA.L.W, DPSQX_S.W.PH, DPSQX_SA.W.PH, DPSU.H.QBL, DPSU.H.QBR and DPSX.W.PH instructions by Hrvoje Varga · 10 years ago
  17. 766278e Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC. by Craig Topper · 10 years ago
  18. d33bb62 Default SetVector to use a DenseSet. by Rafael Espindola · 10 years ago
  19. aca8112 Teach the inliner to track deoptimization state by Sanjoy Das · 10 years ago
  20. cfc74b7 Stop producing .data.rel sections. by Rafael Espindola · 10 years ago
  21. 35da61a Fix LLD testsuite fallout from r253429 by David Majnemer · 10 years ago
  22. 4db6dc5 Add a test for r253323 by David Majnemer · 10 years ago
  23. 6ac90f1 [llvm-objdump] Use the COFF export table for additional symbols by David Majnemer · 10 years ago
  24. 446c5db [doc] simplify the doc on compiling CUDA by Jingyue Wu · 10 years ago
  25. dd65ba2 Remove a redundant assertion in MachineBasicBlock.cpp. NFC. by Cong Hou · 10 years ago
  26. 7047705 Remove redundant code in MachineBasicBlock.cpp. NFC. by Cong Hou · 10 years ago
  27. dd94739 Attempt to fix uninitialized SDAG persistent ids detected by MSan by Reid Kleckner · 10 years ago
  28. 7b4feef Let += and -= operators in BranchProbability have saturation behaviors. by Cong Hou · 10 years ago
  29. 01400f4 [libFuzzer] remove default initializer as a workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68399. Don't need it anyway. by Kostya Serebryany · 10 years ago
  30. 1763c9f Modify the interface BranchProbability::normalizeProbabilities to let it accept a pair of iterators. NFC. by Cong Hou · 10 years ago
  31. d4cf584 Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions" by Nathan Slingerland · 10 years ago
  32. d663426 Improving edge probabilities computation when choosing the best successor in machine block placement. by Cong Hou · 10 years ago
  33. 9dcdf0d [llvm-profdata] Fix unhandled enumeration values warning by Nathan Slingerland · 10 years ago
  34. 4918b66 [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions by Nathan Slingerland · 10 years ago
  35. 9eaef59 [ARM] Enable shrink-wrapping by default. by Quentin Colombet · 10 years ago
  36. be1cec0 Generalize ownership/passing semantics to allow dsymutil to own abbreviations via unique_ptr by David Blaikie · 10 years ago
  37. 9f7d480 Remove excess white space by Rafael Espindola · 10 years ago
  38. bc9ba12 [InstCombine] refactor optimizeIntToFloatBitCast() ; NFCI by Sanjay Patel · 10 years ago
  39. 3d2c6fc [llvm-profdata] Show hint for other mismatch errors when merging instr profdata by Nathan Slingerland · 10 years ago
  40. 5dff218 [X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle decode comments. by Simon Pilgrim · 10 years ago
  41. c672a9b Fix read-of-uninitialized introduced in r253277 exposed on some buildbots by David Blaikie · 10 years ago
  42. e34401d [PGO] Move value profile data definitions out of IndexedInstrProf by Xinliang David Li · 10 years ago
  43. 2fa6f19 Fix null dereference committed in r253277 by David Blaikie · 10 years ago
  44. 6715b1e dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS component of the index by David Blaikie · 10 years ago
  45. ae2a51e [X86][AVX512] Added support for AVX512 UNPCK shuffle decode comments. by Simon Pilgrim · 10 years ago
  46. 0833ccb [llvm-profdata] Improve error messaging when merging mismatched profile data by Nathan Slingerland · 10 years ago
  47. d82a1c7 [X86][SSE] Share AVX1/AVX2 shuffle tests with AVX512 where possible by Simon Pilgrim · 10 years ago
  48. 595419d [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction by Reid Kleckner · 10 years ago
  49. e6878eb dwarfdump: Reference the appropriate line table segment when dumping dwp files by David Blaikie · 10 years ago
  50. 358918e Fix -Wunused-function in a non-Win32 build by David Blaikie · 10 years ago
  51. 881fcae [EH] Keep filter clauses for types that have been caught. by Andrew Kaylor · 10 years ago
  52. e570abc [RuntimeDyld] Fix resolving R_PPC64_REL24 relocations by Ulrich Weigand · 10 years ago
  53. f42fd78 adding sancov to Makefile directory list. by Mike Aizatsky · 10 years ago
  54. 576772b Switch lto codegen to using diagnostic handlers. by Yunzhong Gao · 10 years ago
  55. d448978 Specify explicit storage type for AllocType. NFC. by George Burgess IV · 10 years ago
  56. 741a772 Vector of pointers in function attributes calculation by Elena Demikhovsky · 10 years ago
  57. 64725c3 SamplePGO - Move debug/dump function bodies out of header files. NFC. by Diego Novillo · 10 years ago
  58. 034f865 StringRef-ify some Option APIs by David Blaikie · 10 years ago
  59. e6d768f fix typos; NFC by Sanjay Patel · 10 years ago
  60. 4158652 use local variables; NFCI by Sanjay Patel · 10 years ago
  61. e656ca2 enabling sancov tests on linux x86_64 only by Mike Aizatsky · 10 years ago
  62. 7a016a1 [ARM] Don't pessimize i32 vselect. by Charlie Turner · 10 years ago
  63. 7271f32 function names start with a lower case letter; NFC by Sanjay Patel · 10 years ago
  64. 790e8d9 [Support] Tweak path::system_temp_directory() on Windows. by Pawel Bylica · 10 years ago
  65. 03629a3 [AArch64] Promote f16 SELECT_CC CC operands when op is legal. by Ahmed Bougacha · 10 years ago
  66. a17892d [llvm-rtdyld] Don't waste cycles invalidating instruction cache. by Davide Italiano · 10 years ago
  67. fa084bd [JIT/Memory] Fix up semantic of setExecutable(). by Davide Italiano · 10 years ago
  68. 8dc1efb Update DebugInfo tests for the change in DEBUG_VALUE output in r253338. by Dan Gohman · 10 years ago
  69. 4d186a1 Lower statepoints with multi-def targets. by Pat Gavlin · 10 years ago
  70. 7673d24 Use TargetRegisterInfo for printing MachineOperand register comments by Dan Gohman · 10 years ago
  71. 08e6ab9 Typo. by Chad Rosier · 10 years ago
  72. 5082713 [ARM] Default to ARMv4t in favour of adding Other to ARMArch by Bradley Smith · 10 years ago
  73. 377cc21 [ARM] Match VABDL from log2 shuffles. by Charlie Turner · 10 years ago
  74. 3a6c5da [mips][microMIPS] Implement EXTP, EXTPDP, EXTPDPV, EXTPV, EXTR[_RS].W, EXTR_S.H, EXTRV[_RS].W and EXTRV_S.H instructions by Zlatko Buljan · 10 years ago
  75. 38bd0da [ARM] Properly initialize ARMArch in the ARM subtarget by Bradley Smith · 10 years ago
  76. affe435 [mips][microMIPS] Implement SUBQ[_S].PH, SUBQ_S.W, SUBQH[_R].PH, SUBQH[_R].W, SUBU[_S].PH, SUBU[_S].QB and SUBUH[_R].QB instructions by Zlatko Buljan · 10 years ago
  77. 99ab112 [Assembler] Make fatal assembler errors non-fatal by Oliver Stannard · 10 years ago
  78. 43f1dd7 [Assembler] Allow non-fatal errors after parsing by Oliver Stannard · 10 years ago
  79. e0d7dbe [mips][microMIPS] Implement PRECEQ.W.PHL, PRECEQ.W.PHR, PRECEQU.PH.QBL, PRECEQU.PH.QBLA, PRECEQU.PH.QBR, PRECEQU.PH.QBRA, PRECEU.PH.QBL, PRECEU.PH.QBLA, PRECEU.PH.QBR and PRECEU.PH.QBRA instructions by Zlatko Buljan · 10 years ago
  80. 6c42346 Fix typos in comments. by Jay Foad · 10 years ago
  81. bef6034 [AliasAnalysis] CatchPad and CatchRet can modify escaped memory by David Majnemer · 10 years ago
  82. a56e1d6 Fix a typo in BasicAliasAnalysis by David Majnemer · 10 years ago
  83. 4ea6172 AVX512 : regenerate the test file against trunk. by Igor Breger · 10 years ago
  84. 485ed67 Added microMIPSDSPr1 assembler and disassembler tests to existing microMIPSDSPr2 test files. by Zlatko Buljan · 10 years ago
  85. 96902bf Add MemoryBufferRef(MemoryBuffer&) constructor. by Rafael Espindola · 10 years ago
  86. 4d60f67 Fix unaligned memory read issue exposed by ubsan by Xinliang David Li · 10 years ago
  87. 15d1960 [Documentation] Add guidelines for grouping tests together. by Davide Italiano · 10 years ago
  88. 8dcaa9f Drop prelink support. by Rafael Espindola · 10 years ago
  89. 0b89712 Assume lane masks are always precise by Matthias Braun · 10 years ago
  90. 0f6bba9 Fix indentation by David Blaikie · 10 years ago
  91. 7cd8652 dwarfdump: Use the index to find the right abbrev offset in DWP files by David Blaikie · 10 years ago
  92. 36eebaa [WebAssembly] Fix printing of global operands by Derek Schuff · 10 years ago
  93. 1836bbe [PRE] Preserve !invariant.load metadata by Philip Reames · 10 years ago
  94. 3305a14 [X86][SSE] Merged BLEND shuffle decode comments. NFC. by Simon Pilgrim · 10 years ago
  95. 10f0544 Demote a single-use named function object to a lambda by David Blaikie · 10 years ago
  96. 7dd95ec [X86][SSE] Merged ALIGNR/SLLDQ/SRLDQ shuffle decode comments. NFC. by Simon Pilgrim · 10 years ago
  97. f780acf [X86][SSE] Merged SHUF/PERM shuffle decode comments. NFC. by Simon Pilgrim · 10 years ago
  98. e80993a [X86][SSE] Merged UNPCK shuffle decode comments. NFC. by Simon Pilgrim · 10 years ago
  99. eaf6bc6 use range-based for loop; NFCI by Sanjay Patel · 10 years ago
  100. 0136ee9 Add isInteger() to APFloat. by Stephen Canon · 10 years ago