1. d9641c9 SDAG: Clean up dangling nodes in AArch64ISelDAGToDAG::SelectImpl by Justin Bogner · 9 years ago
  2. c37b54d Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()" by Tom Stellard · 9 years ago
  3. 13dad4b llvm-dwp: Use llvm::Error to improve diagnostic quality/error handling in llvm-dwp by David Blaikie · 9 years ago
  4. edf855d llvm-readobj: Fix the GNU section header flags for SHF_MASKPROC and SHF_MASKOS by Hemant Kulkarni · 9 years ago
  5. 22ef2ed Fixed the callee saved registers list for X86 AllRegs calling convention. by Amjad Aboud · 9 years ago
  6. d14ab82 [obj2yaml] Fix ASAN bot failure by Chris Bieneman · 9 years ago
  7. 046f9cb [AArch64] Give function a more appropriate name. by Chad Rosier · 9 years ago
  8. 72d4809 Fixed dwarf X86-32 register mapping for k0-k7 registers. by Amjad Aboud · 9 years ago
  9. 9d99b75 [AArch64] Minor refactoring to simplify future patch. NFC. by Chad Rosier · 9 years ago
  10. d54aa7c [Hexagon] Expand VSelect pseudo instructions by Krzysztof Parzyszek · 9 years ago
  11. 85a1b73 [unittests] Use coveragemap_error in CoverageMappingReaderMock (NFC) by Vedant Kumar · 9 years ago
  12. d3e47ac [PM] Make LowerAtomic a FunctionPass. by Davide Italiano · 9 years ago
  13. 9a04420 [LoopVectorizer] LoopVectorBody doesn't need to be a vector. NFC. by Michael Kuperstein · 9 years ago
  14. d6f6aaf [yaml2macho] Handle mach_header_64 reserved field by Chris Bieneman · 9 years ago
  15. 891a32c [yaml2macho] Use memset instead of bzero by Chris Bieneman · 9 years ago
  16. 8413a15 [ObjectYAML] filetype is a required field in MachO headers by Chris Bieneman · 9 years ago
  17. c86d47d Get rid of CVLeafTypes.def and combine with TypeRecords.def by Zachary Turner · 9 years ago
  18. 4f4637e Make CodeView record serialization more generic. by Zachary Turner · 9 years ago
  19. ed0b171 [yaml2obj] Support for dumping mach_header from yaml by Chris Bieneman · 9 years ago
  20. dfa9a6b [obj2yaml] Include all mach_header fields in yaml by Chris Bieneman · 9 years ago
  21. 9c350c8 [Hexagon] Properly handle instruction selection of vsplat intrinsics by Krzysztof Parzyszek · 9 years ago
  22. c8239a0 minor test clean up /NFC by Xinliang David Li · 9 years ago
  23. 8f15084 Fix option description /NFC by Xinliang David Li · 9 years ago
  24. 0e99482 [macho2yaml] Add support for dumping mach_headers by Chris Bieneman · 9 years ago
  25. 7455ed8 [ObjectYAML] Support Thin MachO headers to YAML by Chris Bieneman · 9 years ago
  26. 1000189 [mips][ias] Fix O32 .cprestore directive when inside .set noat region and offset is in range. by Daniel Sanders · 9 years ago
  27. d89f32c [mips][ias] Work around incorrect another microMIPS relocation evaluation exposed by r268900 by Daniel Sanders · 9 years ago
  28. 443898c [AArch64] Remove command-line option use for testing. by Chad Rosier · 9 years ago
  29. d836fe6 [SelectionDAG] Attempt to split BITREVERSE vector legalization into BSWAP and BITREVERSE stages by Simon Pilgrim · 9 years ago
  30. 6c8d652 Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions" by Hrvoje Varga · 9 years ago
  31. 26020e6 Refactor duplicated code. NFC. by Rafael Espindola · 9 years ago
  32. 5c224e8 [scan-build] fix warnings emitted on LLVM ARM code base by Renato Golin · 9 years ago
  33. b58361c [mips][ias] Correct ELF eflags when Octeon is the target. by Daniel Sanders · 9 years ago
  34. f6248f5 [mips][ias] Handle N64 compound relocations and R_MIPS_SUB in needsRelocateWithSymbol() by Daniel Sanders · 9 years ago
  35. ca8feb0 [WebAssembly] Fast-isel support for calls, arguments, and selects. by Dan Gohman · 9 years ago
  36. db6adcb [PowerPC] Fix a DAG replacement bug in PPCTargetLowering::DAGCombineExtBoolTrunc by Hal Finkel · 9 years ago
  37. b0f9f5b [SCCP] Resolve shifts beyond the bitwidth to undef by David Majnemer · 9 years ago
  38. b381ae2 AMDGPU: Fix getIntegerAttribute type and error message by Matt Arsenault · 9 years ago
  39. f058cfd [Layout] Add a new test case for optimal rotation by Xinliang David Li · 9 years ago
  40. d4e30ea [Layout] Add a new option (NFC) by Xinliang David Li · 9 years ago
  41. 8adf4eb AMDGPU: Fix breaking IR on instructions with multiple pointer operands by Matt Arsenault · 9 years ago
  42. eb3d763 [obj2yaml] Adding Error/Expected to macho2yaml by Chris Bieneman · 9 years ago
  43. dd7a975 [AArch64] Add support for unscaled narrow stores in getUsefulBitsForUse. by Chad Rosier · 9 years ago
  44. d54aac1 Appease MSVC with curly braces by Sanjoy Das · 9 years ago
  45. d2e75bd All llvm.deoptimize declarations must use the same calling convention by Sanjoy Das · 9 years ago
  46. f600385 [AArch64] Remove floating-point narrow stores from getUsefulBitsForUse. by Chad Rosier · 9 years ago
  47. 830e803 SDAG: Implement Select instead of SelectImpl in ARMDAGToDAGISel by Justin Bogner · 9 years ago
  48. 0d359b1 SDAG: Clean up dangling nodes in ARMISelDAGToDAG::SelectImpl by Justin Bogner · 9 years ago
  49. b7f1911 [profile] profile writing cleanup by Xinliang David Li · 9 years ago
  50. e5b9c73 Revert "[SCCP] Partially propagate informations when the input is not fully defined." by Davide Italiano · 9 years ago
  51. a833064 [ThinLTO] Don't re-analyze callee at same threshold unnecessarily by Teresa Johnson · 9 years ago
  52. 825e5aa Fix a bug when hoist spill to a BB with landingpad successor. by Wei Mi · 9 years ago
  53. 723d45a [NFC] Extract LastSplitPoint computation from SplitAnalysis to a new class by Wei Mi · 9 years ago
  54. 9ad2a7e SDAG: Use ReplaceNode here, not ReplaceUses by Justin Bogner · 9 years ago
  55. e05aeff Initial add for MachO support for yaml2obj by Chris Bieneman · 9 years ago
  56. bf924c1 Initial add for MachO support for obj2yaml by Chris Bieneman · 9 years ago
  57. 0dc2e08 regenerate checks by Sanjay Patel · 9 years ago
  58. 1e25675 MachineVerifier: Fix error reporting. by Matthias Braun · 9 years ago
  59. b723fcf cleanup: do not recompute size for preallocated buffer by Xinliang David Li · 9 years ago
  60. e819b33 SDAG: Add a helper to replace and remove a node during ISel by Justin Bogner · 9 years ago
  61. cefd2c3 SDAG: Have SelectNodeTo replace uses if it CSE's instead of morphing a node by Justin Bogner · 9 years ago
  62. 52af319 [ThinLTO] Fix Windows debug failure in new iterator by Teresa Johnson · 9 years ago
  63. fea2d4d [AArch64] Improve getUsefulBitsForUse for narrow stores. by Chad Rosier · 9 years ago
  64. 678ba5a fix documentation comments; NFC by Sanjay Patel · 9 years ago
  65. 6d6b3df [ProfileData] Use SoftInstrProfErrors to count soft errors, NFC by Vedant Kumar · 9 years ago
  66. 5009e4f [X86][AVX512] Fixed VPERMILPD/VPERMILPS shuffle comments. by Simon Pilgrim · 9 years ago
  67. e973d3f Return a StringRef from getSection. by Rafael Espindola · 9 years ago
  68. 6c85d01 Fix build breakage in DebugInfoCodeview by Zachary Turner · 9 years ago
  69. f760645 Refactor CodeView type records to use common code. by Zachary Turner · 9 years ago
  70. 41f296b SDAG: Minor cleanup in X86 by Justin Bogner · 9 years ago
  71. 2731c7a [SCEVExpander] Fix a failed cast<> assertion by Sanjoy Das · 9 years ago
  72. 5bbe5ab [SCEVExpander] Don't break SSA in replaceCongruentIVs by Sanjoy Das · 9 years ago
  73. 836f35c [SCEV] Be more aggressive around proving no-wrap by Sanjoy Das · 9 years ago
  74. 5c4ef28 [X86][SSE] Avoid repeatedly calling MCInst::getNumOperands(). NFCI. by Simon Pilgrim · 9 years ago
  75. a836e3c AMDGPU: Split private memory tests by Jan Vesely · 9 years ago
  76. e5219da fix typos in comments; NFC by Sanjay Patel · 9 years ago
  77. 3e91529 [NFC] Remove some dead code: by Filipe Cabecinhas · 9 years ago
  78. 9cc1681 [WebAssembl] Implement enough of fast-isel to run the comparison tests. by Dan Gohman · 9 years ago
  79. 412cddb Use an emplace_back for consistency, NFC by Vedant Kumar · 9 years ago
  80. 0a01243 [BasicAA] Compare GEP indices based on value (Fix PR27418) by Vedant Kumar · 9 years ago
  81. 2922c60 [mips][ias] Work around incorrect microMIPS relocation evaluation exposed by r268900 by Daniel Sanders · 9 years ago
  82. ab00bc3 [X86][AVX512] Regenerate intrinsics test by Simon Pilgrim · 9 years ago
  83. fcef736 [Hexagon] Add a debug option to disable all backend optimizations by Krzysztof Parzyszek · 9 years ago
  84. 1c156df [Hexagon] Use offsets relative to FP+8 in .cfi_offset instructions by Krzysztof Parzyszek · 9 years ago
  85. f20a7ef4 NFC. Introduce Value::isPointerDereferenceable by Artur Pilipenko · 9 years ago
  86. d8ec303 Merge two unreachable cases. by Rafael Espindola · 9 years ago
  87. b78951b [X86] Regenerate shuffle test by Simon Pilgrim · 9 years ago
  88. 06d9208 Refactor duplicated check for valid declaration linkage. NFC. by Rafael Espindola · 9 years ago
  89. d9f2fdc Delete duplicated verifier test. by Rafael Espindola · 9 years ago
  90. 0eaaf93 [mips][ias] Fix missing header that should have been in r269179 by Daniel Sanders · 9 years ago
  91. 46a5550 [mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region. by Daniel Sanders · 9 years ago
  92. 853d0da Try to fix a msvc warning. by Rafael Espindola · 9 years ago
  93. eef2fa8 [mips][microMIPS] Implement CFC*, CTC* and LDC* instructions by Hrvoje Varga · 9 years ago
  94. aa838c7 clang-format LLToken.h. by Rafael Espindola · 9 years ago
  95. cfd2a27 [X86][AVX512] Updated shuffle comments instruction macros to split writemask instructions. NFC by Simon Pilgrim · 9 years ago
  96. d187959 [mips][micromips] Implement DSBH, DSHD, DSLL, DSLL32, DSLLV, DSRA, DSRA32 and DSRAV instructions by Hrvoje Varga · 9 years ago
  97. c8eaae6 Most common problem is that I get md5 hashes, not crypt hashes. by Chris Lattner · 9 years ago
  98. fd8a750 Replace PrintLinkage with getLinkagePrintName. NFC. by Rafael Espindola · 9 years ago
  99. daccc21 [AArch64] Fix DAG selection for cmps for fp16 type by Weiming Zhao · 9 years ago
  100. 4ff35c4 Delete mayBeOverridden. by Rafael Espindola · 9 years ago