1. 5322884 LoopDeletion: use return value instead of passing in LPMUpdater; NFC by Sanjoy Das · 8 years ago
  2. 18ed8f9 Rename LoopUnrollStatus to LoopUnrollResult; NFC by Sanjoy Das · 8 years ago
  3. 55cbcce Fix off-by-one error in TarWriter. by Rui Ueyama · 8 years ago
  4. 0a891e0 [CMake] Fix typo: "in-tree" -> "in-source" (NFC) by Brian Gesiak · 8 years ago
  5. de9cae2 Cleanup some problems with LLVM_ENABLE_DUMP in release builds, and by Don Hinton · 8 years ago
  6. de8eb76 Do not remove a target file in FileOutputBuffer::create(). by Rui Ueyama · 8 years ago
  7. 22a815a [MachineOutliner] AArch64: Avoid saving + restoring LR if possible by Jessica Paquette · 8 years ago
  8. f0f332b Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like the NOREX version of TEST.""" by Craig Topper · 8 years ago
  9. b0991e0 Revert r314248 "[X86] Don't emit X86::MOV8rr_NOREX from X86InstrInfo::copyPhysReg." by Craig Topper · 8 years ago
  10. 3e68c7d [X86][SSE] Pull out variable shuffle mask combine logic. NFCI. by Simon Pilgrim · 8 years ago
  11. 3962d56 [CodeGen] Emit necessary .note sections for -fsplit-stack by Than McIntosh · 8 years ago
  12. 468b64a [X86] Rewrite the zero vector checks in lowerV2X128VectorShuffle to use the Zeroable APInt by Craig Topper · 8 years ago
  13. 3f85577 [X86] In combineLoopSADPattern, pad result with zeros and use full size add instead of using a smaller add and inserting. by Craig Topper · 8 years ago
  14. 463b87b [SLP] Fix crash on propagate IR flags for undef operands of min/max reductions. by Alexey Bataev · 8 years ago
  15. 2bda7e8 [support] mapped_file_region: and fix the windows code too by Roman Lebedev · 8 years ago
  16. 580c45b [InstCombine] Gating select arithmetic optimization. by Chad Rosier · 8 years ago
  17. b0ef3fe [AArch64][Falkor] Ignore SP based loads in HW prefetch fixups. by Geoff Berry · 8 years ago
  18. 873ecc1 [Misched] : Fix typo in comment. NFC. by Javed Absar · 8 years ago
  19. c4d7384 [SLP] fix typos/formatting; NFC by Sanjay Patel · 8 years ago
  20. 950974f Revert "[llvm-cov] Create directory structure when filtering using -name*= options" by Sean Eveson · 8 years ago
  21. 13e889d [Support] mapped_file_region::size() returns size_t by Roman Lebedev · 8 years ago
  22. aee6b7a [Support] mapped_file_region: store size as size_t by Roman Lebedev · 8 years ago
  23. a7bf667 [llvm-cov] Create directory structure when filtering using -name*= options by Sean Eveson · 8 years ago
  24. 4bac65e [SimplifyCFG] add a struct to house optional folds (PR34603) by Sanjay Patel · 8 years ago
  25. ba6de61 [InlineCost] add visitSelectInst() by Haicheng Wu · 8 years ago
  26. 9da33de [X86][SKX][KNL] Updated regression tests to use -mattr instead of -mcpu flag.NFC. by Gadi Haber · 8 years ago
  27. d86313a X86 Tests: Unsigned saturation subtraction tests. NFC. by Zvi Rackover · 8 years ago
  28. 90ca67c Typo: const MCSchedModel SchedModel -> const MCSchedModel &SchedModel by Krzysztof Parzyszek · 8 years ago
  29. f2b3e49 [RegAllocGreedy] Fix spelling error, "inteference" -> "interference", NFC by Mikael Holmen · 8 years ago
  30. 0265ec7 [PowerPC] eliminate unconditional branch to the next instruction by Hiroshi Inoue · 8 years ago
  31. dccccce [Misched]: Remove double call getMicroOpFactor.NFC. by Javed Absar · 8 years ago
  32. 4121908 [X86][AsmParser] fix PR32035 by Coby Tayree · 8 years ago
  33. d9d38bf [test] Don't verify .debug_line offsets in bitcode tests. by Jonas Devlieghere · 8 years ago
  34. 13077c9 [X86][AVX] Improve (i4 bitcast (v4i1 x)) handling for 256-bit vector compare results. by Simon Pilgrim · 8 years ago
  35. 4ef348e Use const where possible. NFCI. by Simon Pilgrim · 8 years ago
  36. edfbacb [dwarfdump] Fix printing of .debug_line offset. by Jonas Devlieghere · 8 years ago
  37. 8d542e1 [dwarfdump] Add support for -debug-line=OFFSET by Jonas Devlieghere · 8 years ago
  38. 932c395 [dwarfdump] Add support for -debug-loc=OFFSET by Jonas Devlieghere · 8 years ago
  39. 68d31bd [llvm-cov] Improve const-correctness of filters. NFC. by Sean Eveson · 8 years ago
  40. 9ef915d [ARM] isTruncateFree fix by Sam Parker · 8 years ago
  41. 7027a0c [XRay] initialize all members of YAMLXRayRecord for -Wmissing-field-initializers by Martin Pelikan · 8 years ago
  42. 689eef0 [X86] Fix SJLJ struct offsets for x86_64 by Martin Storsjo · 8 years ago
  43. 1c1a889 [X86] Remove erroneous callsite offsetting in SJLJ landing pads by Martin Storsjo · 8 years ago
  44. 728eef5 [X86] Correct byte offsets and data types in a comment. NFC. by Martin Storsjo · 8 years ago
  45. ec87ba2 [X86] Use extract128BitVector in LowerMULH so we can extract from constant build vectors. by Craig Topper · 8 years ago
  46. 4f3c2f3 MemorySSAUpdater: Only add phis to insertedphis if we actually inserted them, not if we just found existing ones by Daniel Berlin · 8 years ago
  47. 6a89530 [X86] Add avx512bw command lines to the 256-bit vector idiv tests. by Craig Topper · 8 years ago
  48. 9bccb6a [SelectionDAG] Make NewSDValueDbgMsg print target specific nodes correctly by passing in the SelectionDAG. by Craig Topper · 8 years ago
  49. bb96774 [XRay] fix the -Werror build by handling all enum cases in switches by Martin Pelikan · 8 years ago
  50. 62b2611 [XRay] convert FDR arg1 log entries by Martin Pelikan · 8 years ago
  51. 342e0df [SimplifyIndVar] Constant fold IV users by Hongbin Zheng · 8 years ago
  52. efd0065 Reland: [llvm-objcopy] Add support for dynamic relocations by Jake Ehrlich · 8 years ago
  53. d984b2c Initialize the RelocationSectionBase::Section member. by James Y Knight · 8 years ago
  54. 8610edd [Dominators] Invalidate DFS numbers upon edge deletions by Jakub Kuderski · 8 years ago
  55. c43cada [BypassSlowDivision] Improve our handling of divisions by constants by Sanjoy Das · 8 years ago
  56. 07ef866 [AArch64][Falkor] Fix bug in falkor prefetcher fix pass. by Geoff Berry · 8 years ago
  57. 438c3af [AArch64][Falkor] Fix correctness bug in falkor prefetcher fix pass and correct some opcode tag computations. by Geoff Berry · 8 years ago
  58. bdeb8d9 [X86] Fix register class name in a comment. NFC by Craig Topper · 8 years ago
  59. a7a57c2 Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like the NOREX version of TEST."" by Craig Topper · 8 years ago
  60. c430219 [X86] Don't emit X86::MOV8rr_NOREX from X86InstrInfo::copyPhysReg. by Craig Topper · 8 years ago
  61. 69e1457 [X86] Fix typo in comment. NFC by Craig Topper · 8 years ago
  62. a3e7822 [WebAssembly] Model weakly defined symbols as wasm exports by Sam Clegg · 8 years ago
  63. 559fb26 [PowerPC] Reverting sequence of patches for elimination of comparison instructions by Nemanja Ivanovic · 8 years ago
  64. 9bfa11f [X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess (VF{8|16|32} stride 3) by Michael Zuckerman · 8 years ago
  65. 4ab489f [InstCombine] Remove one use restriction on the shift for calls to foldICmpAndShift. by Craig Topper · 8 years ago
  66. f4af085 [WebAssembly] Use function/global index space in WasmSymbol by Sam Clegg · 8 years ago
  67. 4eb0104 [llvm-objcopy] Add support for dynamic relocations by Jake Ehrlich · 8 years ago
  68. b636450 [NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins. by Artem Belevich · 8 years ago
  69. 6753dbe [mips] Use llvm-dwarfdump to simplify the test. NFC by Simon Atanasyan · 8 years ago
  70. c15cf94 [X86] Add support for v16i32 UMUL_LOHI/SMUL_LOHI by Craig Topper · 8 years ago
  71. d011edc [Hexagon] Fix a typo: #ifndef DEBUG -> #ifndef NDEBUG by Krzysztof Parzyszek · 8 years ago
  72. 91716b5 [Hexagon] Fix initialization of HexagonSubtarget by Krzysztof Parzyszek · 8 years ago
  73. ac9a500 [dwarfdump] Skip 'stripped' sections by Jonas Devlieghere · 8 years ago
  74. b21bc94 [X86][XOP] Merge rotation opcodes with AVX512 equivalents. NFCI. by Simon Pilgrim · 8 years ago
  75. 5f82c06 [DSE] Merge stores when the later store only writes to memory locations the early store also wrote to (2nd try) by Sanjay Patel · 8 years ago
  76. 80bdd13 [x86] fix pr29061 by Coby Tayree · 8 years ago
  77. d14bfe2 Tidyup P->getComplexPatternInfo call by moving it inside if( != NULL) test. NFCI. by Simon Pilgrim · 8 years ago
  78. 71e7a8b Don't move llvm.localescape outside the entry block in the GCOV profiling pass by Sylvestre Ledru · 8 years ago
  79. 074df00 Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like the NOREX version of TEST." by Benjamin Kramer · 8 years ago
  80. 42371bc [dsymutil] Better support for symbol aliases by Jonas Devlieghere · 8 years ago
  81. f3898ae [X86] Finishing broadcastf32x2 and broadcasti32x2 intrinsics lowering to IR. llvm side. by Uriel Korach · 8 years ago
  82. ec9231b CMake: Add option to set LLVM_ENABLE_DUMP by Matthias Braun · 8 years ago
  83. 77cad59 TargetLibraryInfo: Stop guessing wchar_t size by Matthias Braun · 8 years ago
  84. 20fef3d [AVR] Fix the build after setting alignment to 1 in r314179 by Dylan McKay · 8 years ago
  85. c35197f [AVR] Prefer BasicBlock::getIterator over Function::begin() by Dylan McKay · 8 years ago
  86. fca6e8b [AVR] When lowering shifts into loops, put newly generated MBBs in the same by Dylan McKay · 8 years ago
  87. 7f93769 [AVR] Use 1-byte alignment for all data types by Dylan McKay · 8 years ago
  88. ab0b78f [docs] llvm-cov: Make docs for boolean options more consistent by Vedant Kumar · 8 years ago
  89. 35ccd0b [llvm-cov] Warn if -show-functions is used without query files by Vedant Kumar · 8 years ago
  90. a83f8fe Modernize comments by Adrian Prantl · 8 years ago
  91. 2a8831d Modernize comments by Adrian Prantl · 8 years ago
  92. 1e4d340 Add section headers to SpecialCaseLists by Vlad Tsyrklevich · 8 years ago
  93. 6e7d96d Revert r312724 ("[ARM] Remove redundant vcvt patterns."). by Eli Friedman · 8 years ago
  94. ae44772 [GlobalISel] Update the documentation and comment for G_[UN]MERGE_VALUES by Quentin Colombet · 8 years ago
  95. 17f687f [GlobalISel] Update the documentation for G_SEQUENCE by Quentin Colombet · 8 years ago
  96. 33e9c8a [GlobalISel] Update the documentation and comments for G_EXTRACT by Quentin Colombet · 8 years ago
  97. e509bab X86: remove R12 from CSR on Windows x64 SwiftCC by Saleem Abdulrasool · 8 years ago
  98. 94c6269 [ARM] Fix tests for vcvt+store to return void. by Eli Friedman · 8 years ago
  99. 57ba6ae [ARM] Add tests for vcvt followed by store. by Eli Friedman · 8 years ago
  100. f75a3bb [ARM] Regenerate vcvt test checks. by Eli Friedman · 8 years ago