1. be1cec0 Generalize ownership/passing semantics to allow dsymutil to own abbreviations via unique_ptr by David Blaikie · 10 years ago
  2. 9f7d480 Remove excess white space by Rafael Espindola · 10 years ago
  3. bc9ba12 [InstCombine] refactor optimizeIntToFloatBitCast() ; NFCI by Sanjay Patel · 10 years ago
  4. 3d2c6fc [llvm-profdata] Show hint for other mismatch errors when merging instr profdata by Nathan Slingerland · 10 years ago
  5. 5dff218 [X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle decode comments. by Simon Pilgrim · 10 years ago
  6. c672a9b Fix read-of-uninitialized introduced in r253277 exposed on some buildbots by David Blaikie · 10 years ago
  7. e34401d [PGO] Move value profile data definitions out of IndexedInstrProf by Xinliang David Li · 10 years ago
  8. 2fa6f19 Fix null dereference committed in r253277 by David Blaikie · 10 years ago
  9. 6715b1e dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS component of the index by David Blaikie · 10 years ago
  10. ae2a51e [X86][AVX512] Added support for AVX512 UNPCK shuffle decode comments. by Simon Pilgrim · 10 years ago
  11. 0833ccb [llvm-profdata] Improve error messaging when merging mismatched profile data by Nathan Slingerland · 10 years ago
  12. d82a1c7 [X86][SSE] Share AVX1/AVX2 shuffle tests with AVX512 where possible by Simon Pilgrim · 10 years ago
  13. 595419d [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction by Reid Kleckner · 10 years ago
  14. e6878eb dwarfdump: Reference the appropriate line table segment when dumping dwp files by David Blaikie · 10 years ago
  15. 358918e Fix -Wunused-function in a non-Win32 build by David Blaikie · 10 years ago
  16. 881fcae [EH] Keep filter clauses for types that have been caught. by Andrew Kaylor · 10 years ago
  17. e570abc [RuntimeDyld] Fix resolving R_PPC64_REL24 relocations by Ulrich Weigand · 10 years ago
  18. f42fd78 adding sancov to Makefile directory list. by Mike Aizatsky · 10 years ago
  19. 576772b Switch lto codegen to using diagnostic handlers. by Yunzhong Gao · 10 years ago
  20. d448978 Specify explicit storage type for AllocType. NFC. by George Burgess IV · 10 years ago
  21. 741a772 Vector of pointers in function attributes calculation by Elena Demikhovsky · 10 years ago
  22. 64725c3 SamplePGO - Move debug/dump function bodies out of header files. NFC. by Diego Novillo · 10 years ago
  23. 034f865 StringRef-ify some Option APIs by David Blaikie · 10 years ago
  24. e6d768f fix typos; NFC by Sanjay Patel · 10 years ago
  25. 4158652 use local variables; NFCI by Sanjay Patel · 10 years ago
  26. e656ca2 enabling sancov tests on linux x86_64 only by Mike Aizatsky · 10 years ago
  27. 7a016a1 [ARM] Don't pessimize i32 vselect. by Charlie Turner · 10 years ago
  28. 7271f32 function names start with a lower case letter; NFC by Sanjay Patel · 10 years ago
  29. 790e8d9 [Support] Tweak path::system_temp_directory() on Windows. by Pawel Bylica · 10 years ago
  30. 03629a3 [AArch64] Promote f16 SELECT_CC CC operands when op is legal. by Ahmed Bougacha · 10 years ago
  31. a17892d [llvm-rtdyld] Don't waste cycles invalidating instruction cache. by Davide Italiano · 10 years ago
  32. fa084bd [JIT/Memory] Fix up semantic of setExecutable(). by Davide Italiano · 10 years ago
  33. 8dc1efb Update DebugInfo tests for the change in DEBUG_VALUE output in r253338. by Dan Gohman · 10 years ago
  34. 4d186a1 Lower statepoints with multi-def targets. by Pat Gavlin · 10 years ago
  35. 7673d24 Use TargetRegisterInfo for printing MachineOperand register comments by Dan Gohman · 10 years ago
  36. 08e6ab9 Typo. by Chad Rosier · 10 years ago
  37. 5082713 [ARM] Default to ARMv4t in favour of adding Other to ARMArch by Bradley Smith · 10 years ago
  38. 377cc21 [ARM] Match VABDL from log2 shuffles. by Charlie Turner · 10 years ago
  39. 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
  40. 38bd0da [ARM] Properly initialize ARMArch in the ARM subtarget by Bradley Smith · 10 years ago
  41. 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
  42. 99ab112 [Assembler] Make fatal assembler errors non-fatal by Oliver Stannard · 10 years ago
  43. 43f1dd7 [Assembler] Allow non-fatal errors after parsing by Oliver Stannard · 10 years ago
  44. 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
  45. 6c42346 Fix typos in comments. by Jay Foad · 10 years ago
  46. bef6034 [AliasAnalysis] CatchPad and CatchRet can modify escaped memory by David Majnemer · 10 years ago
  47. a56e1d6 Fix a typo in BasicAliasAnalysis by David Majnemer · 10 years ago
  48. 4ea6172 AVX512 : regenerate the test file against trunk. by Igor Breger · 10 years ago
  49. 485ed67 Added microMIPSDSPr1 assembler and disassembler tests to existing microMIPSDSPr2 test files. by Zlatko Buljan · 10 years ago
  50. 96902bf Add MemoryBufferRef(MemoryBuffer&) constructor. by Rafael Espindola · 10 years ago
  51. 4d60f67 Fix unaligned memory read issue exposed by ubsan by Xinliang David Li · 10 years ago
  52. 15d1960 [Documentation] Add guidelines for grouping tests together. by Davide Italiano · 10 years ago
  53. 8dcaa9f Drop prelink support. by Rafael Espindola · 10 years ago
  54. 0b89712 Assume lane masks are always precise by Matthias Braun · 10 years ago
  55. 0f6bba9 Fix indentation by David Blaikie · 10 years ago
  56. 7cd8652 dwarfdump: Use the index to find the right abbrev offset in DWP files by David Blaikie · 10 years ago
  57. 36eebaa [WebAssembly] Fix printing of global operands by Derek Schuff · 10 years ago
  58. 1836bbe [PRE] Preserve !invariant.load metadata by Philip Reames · 10 years ago
  59. 3305a14 [X86][SSE] Merged BLEND shuffle decode comments. NFC. by Simon Pilgrim · 10 years ago
  60. 10f0544 Demote a single-use named function object to a lambda by David Blaikie · 10 years ago
  61. 7dd95ec [X86][SSE] Merged ALIGNR/SLLDQ/SRLDQ shuffle decode comments. NFC. by Simon Pilgrim · 10 years ago
  62. f780acf [X86][SSE] Merged SHUF/PERM shuffle decode comments. NFC. by Simon Pilgrim · 10 years ago
  63. e80993a [X86][SSE] Merged UNPCK shuffle decode comments. NFC. by Simon Pilgrim · 10 years ago
  64. eaf6bc6 use range-based for loop; NFCI by Sanjay Patel · 10 years ago
  65. 0136ee9 Add isInteger() to APFloat. by Stephen Canon · 10 years ago
  66. b13e139 [PR25538]: Fix a failure caused by r253126. by Michael Zolotukhin · 10 years ago
  67. 1a4e019 [WebAssembly] Fix function return type printing by Derek Schuff · 10 years ago
  68. 8f9915e [WebAssembly] Reverse the order of operands for br_if by Derek Schuff · 10 years ago
  69. 3ee61b8 [IR] Manage TheNoneToken with a std::unique_ptr by David Majnemer · 10 years ago
  70. 90858d3 Find available scratch register to use in function prologue and epilogue as part of shrink wrapping. by Kit Barton · 10 years ago
  71. e689ed5 [WinEH] Don't let UnwindHelp alias the return address by Reid Kleckner · 10 years ago
  72. 0929f13 Use the subtarget reference that we already have by Reid Kleckner · 10 years ago
  73. 2a94907 Add intermediate subtract instructions to reassociation worklist. by Owen Anderson · 10 years ago
  74. 578dced [LoopStrengthReduce] Don't increment iterator past the end of the BB by David Majnemer · 10 years ago
  75. a90c8e5 [mips] Disable code generation through FastISel for MIPS32R6. by Vasileios Kalintiris · 10 years ago
  76. 6736b2f [SimplifyLibCalls] Generalize a comment. This doesn't apply only to sqrt. by Davide Italiano · 10 years ago
  77. 1890cef [ARM] Prevent use of a value pointed by end() iterator when placing a jump table by Petr Pavlu · 10 years ago
  78. 20bb042 [ARM,AArch64] Store source location of asm constant pool entries by Oliver Stannard · 10 years ago
  79. 1b10e7a [ARM,AArch64] Store source location for values in assembly files by Oliver Stannard · 10 years ago
  80. e5484b4 [WebAssembly] Prototype passes for register coloring and register stackifying. by Dan Gohman · 10 years ago
  81. a3a518c [mips][ias] Remove spurious ';' from inline assembly test. by Daniel Sanders · 10 years ago
  82. 5bc4ede [mips][ias] Accept $31 or $ra in hf16call32.ll. IAS prints the latter. by Daniel Sanders · 10 years ago
  83. 4f0f308 [mips][ias] Allow whitespace after commas in inlineasm*.ll tests. by Daniel Sanders · 10 years ago
  84. 4c351fd Handle ARMv6KZ naming by Artyom Skrobov · 10 years ago
  85. 05400e9 NFC refactorings in lib/Support/TargetParser.cpp by Artyom Skrobov · 10 years ago
  86. 870fdb5 [ARM] Allow TargetParser to accurately target architectures by Bradley Smith · 10 years ago
  87. 7c1b772 [ARM] Introduce subtarget features per ARM architecture. by Bradley Smith · 10 years ago
  88. 61639fb Properly check if a CMPZ node is in fact comparing against zero by James Molloy · 10 years ago
  89. 168146e Don't generate discriminators for calls to debug intrinsics by Pavel Labath · 10 years ago
  90. f88d08f [AArch64] ldr= pseudo-instruction silently ignored if register invalid by Oliver Stannard · 10 years ago
  91. 8b4675f [GlobalOpt] Address post-commit review comments on r253168 by James Molloy · 10 years ago
  92. a147660 Move helper classes into anonymous namespaces. NFC. by Benjamin Kramer · 10 years ago
  93. e35a90c Fix r253186 test case by Keno Fischer · 10 years ago
  94. 238d6fc [DIBuilder] Make createReferenceType take size and align by Keno Fischer · 10 years ago
  95. 99b6232 AVX512: Implemented encoding and intrinsics for VMOVSHDUP/VMOVSLDUP instructions. by Igor Breger · 10 years ago
  96. 48f4451 Also map the personality function in CloneFunctionInto by Keno Fischer · 10 years ago
  97. 888d479 [Sink] Don't move landingpads by Keno Fischer · 10 years ago
  98. 253c929 [ADT] Make capacity_in_bytes support BitVector. NFC. by Vedant Kumar · 10 years ago
  99. 284e00c [WebAssembly] Use tabs instead of spaces in assembly output. by Dan Gohman · 10 years ago
  100. 8adc1ea [X86][SSE] Tidyup with implicit SDValue bool check. NFC. by Simon Pilgrim · 10 years ago