1. 16e9a29 [LangRef] more hyphens: always write "floating-point" by Sanjay Patel · 7 years ago
  2. 8bf245f [MemCpyOpt] Update to new API for memory intrinsic alignment by Daniel Neilson · 7 years ago
  3. 0be6cf5 Re-re-land: Teach CorrelatedValuePropagation to reduce the width of udiv/urem instructions. by Justin Lebar · 7 years ago
  4. 2f0ad89 Revert "Move DataTypes.h from Support to llvm-c to fix layering." by Jonas Devlieghere · 7 years ago
  5. 32ad6ff [llvm-mca] Clean up some code. NFC by Andrea Di Biagio · 7 years ago
  6. 88eab22 Fix build broken by r328090 by Pavel Labath · 7 years ago
  7. 8abcf8e [dwarf] Unify unknown dwarf enum formatting code by Pavel Labath · 7 years ago
  8. 74473fc Revert layering changes by Jonas Devlieghere · 7 years ago
  9. 5310787 [SelectionDAG] Support multiple dangling debug info for one value by Bjorn Pettersson · 7 years ago
  10. c8ecb9d Fix build bot after r328078 "llvm-readobj] - Teach llvm-readobj to dump .note.gnu.property sections." by George Rimar · 7 years ago
  11. a48ab92 [llvm-readobj] - Teach llvm-readobj to dump .note.gnu.property sections. by George Rimar · 7 years ago
  12. 36dd4b4 [X86][Broadwell] Merge multiple InstrRW entries that map to the same SchedWriteRes group (NFCI) (PR35955) by Craig Topper · 7 years ago
  13. dbb2245 [TableGen] Remove a defaulted function argument that is never called with another value. NFC by Craig Topper · 7 years ago
  14. 6eda329 [TableGen] Move a function from llvm namespace and make it a static function. NFC by Craig Topper · 7 years ago
  15. 90d475a Fix the actual user of DataTypes.h in llvm-c to avoid the circular dependency by David Blaikie · 7 years ago
  16. ab9186d Move Compiler.h from Support to Demangler to fix layering. by David Blaikie · 7 years ago
  17. 7be19ca [X86] Fix the SchedRW for XOP vpcom register form instructions to not be marked as loads. by Craig Topper · 7 years ago
  18. b6f73f8 [TableGen] Use SmallMapVector to simplify some code that was trying to keep a vector unique by Craig Topper · 7 years ago
  19. 18c08d4 Move DataTypes.h from Support to llvm-c to fix layering. by David Blaikie · 7 years ago
  20. 2c3cc29 [X86] Change PMULLD to 10 cycles on Skylake per Agner's tables and llvm-exegesis. by Craig Topper · 7 years ago
  21. 16193ef [MustExecute] Shwo the effect of using full loop info variant by Philip Reames · 7 years ago
  22. cce5a27 [WebAssembly] Update torture compile test expectations by Derek Schuff · 7 years ago
  23. eec6984 [MustExecute] Add simplest possible test for LoopSafetyOnfo by Philip Reames · 7 years ago
  24. 16a143e [MustExecute] Move isGuaranteedToExecute and related rourtines to Analysis by Philip Reames · 7 years ago
  25. 10d5949 [SchedModel] Simplify InstRegexOp::apply. NFCI. by Simon Pilgrim · 7 years ago
  26. c3f6be5 [WebAssembly] Strip threadlocal attribute from globals in single thread mode by Derek Schuff · 7 years ago
  27. 6bfc13d [X86] Drop unnecessary InstRW overrides for WriteFMA by Simon Pilgrim · 7 years ago
  28. 9ec8f37 [ReachingDefAnalysis] Fix what I assume to be a typo ReachingDedDefaultVal->ReachingDefDefaultVal. by Craig Topper · 7 years ago
  29. 287b901 [ObjCARC] Add funclet token to ARC marker by Shoaib Meenai · 7 years ago
  30. 1304110 [X86] Don't use the MSVC stack protector names on mingw by Martin Storsjo · 7 years ago
  31. a17a5fa For llvm-objdump and Mach-O files, fix the printing of module init and by Kevin Enderby · 7 years ago
  32. a08b9a1 [AArch64] Add vmulxh_lane fp16 vector intrinsic by Abderrazek Zaafrani · 7 years ago
  33. 0cd071c [TableGen] Use range based for loop. NFC by Craig Topper · 7 years ago
  34. 36fc59c [TableGen] Use vector::append instead of looping and calling push_back. NFC by Craig Topper · 7 years ago
  35. 24e5cd2 [TableGen] Use llvm::transform to simplify some loops. NFCI by Craig Topper · 7 years ago
  36. 17ab24c [TableGen] Pass result of std::unique to vector::erase instead of calculating a size and calling resize. by Craig Topper · 7 years ago
  37. bed0b61 [DEBUGINFO] Add -no-dwarf-debug-ranges option. by Alexey Bataev · 7 years ago
  38. c0f4846 [llvm-mca] add keyword override to a couple of methods in BackendStatistics. by Andrea Di Biagio · 7 years ago
  39. a177499 [WebAssembly] Added initial AsmParser implementation. by Derek Schuff · 7 years ago
  40. 6265550 [AArch64] Adjust the cost model for Exynos M3 by Evandro Menezes · 7 years ago
  41. 81d5a0d [llvm-objcopy] Revert the tests from r328012 by Alexander Shaposhnikov · 7 years ago
  42. 823e852 [llvm-objcopy] Revert r328012 by Alexander Shaposhnikov · 7 years ago
  43. 14bde67 [Hexagon] Add a few more lit tests, NFC by Krzysztof Parzyszek · 7 years ago
  44. 4bc8dde [Hexagon] Add heuristic to exclude critical path cost for scheduling by Krzysztof Parzyszek · 7 years ago
  45. 0e29bc7 [Hexagon] Fix fall-through warnings in HexagonMCDuplexInfo.cpp by Krzysztof Parzyszek · 7 years ago
  46. a4bf3b7 [MC,X86] Cleanup some X86 parser functions to use MCParser helpers. NFCI. by Nirav Dave · 7 years ago
  47. 0183d4f [llvm-mca] Remove const from a bunch of ArrayRef. NFC by Andrea Di Biagio · 7 years ago
  48. d8c4b81 [PowerPC][LegalizeFloatTypes] Move the PPC hacks for (i32 fp_to_sint/fp_to_uint (ppcf128 X)) out of LegalizeFloatTypes and into PPC specific code by Craig Topper · 7 years ago
  49. 5874958 [X86] Add phony registers for high halves of regs with low halves by Krzysztof Parzyszek · 7 years ago
  50. 284e7ac [MustExecute] Use the annotation style printer by Philip Reames · 7 years ago
  51. b2ac933 Revert "Resubmit "Support embedding natvis files in PDBs."" by Zachary Turner · 7 years ago
  52. e895636 [llvm-objcopy] Implement support for section groups by Alexander Shaposhnikov · 7 years ago
  53. 5c0bc7c [llvm-mca] Move the logic that computes the scheduler's queue usage to the BackendStatistics view. by Andrea Di Biagio · 7 years ago
  54. 9a1bbfc [NVPTX] Make tensor load/store intrinsics overloaded. by Artem Belevich · 7 years ago
  55. 4961d4c Add an analysis printer for must execute reasoning by Philip Reames · 7 years ago
  56. 645255b MC: fix layering violation introduced in r325139. by Rafael Espindola · 7 years ago
  57. 119b4ed Resubmit "Support embedding natvis files in PDBs." by Zachary Turner · 7 years ago
  58. f60cf82 [LangRef] fix link formatting by Sanjay Patel · 7 years ago
  59. b3bc29a [Hexagon] Correct the computation of TopReadyCycle and BotReadyCycle of SU by Krzysztof Parzyszek · 7 years ago
  60. 5926c6d [XRay] Lazily compute MachineLoopInfo instead of requiring it. by Michael Zolotukhin · 7 years ago
  61. a61bf37 [LangRef] describe the default FP environment by Sanjay Patel · 7 years ago
  62. 2215590 [Hexagon] Check weak dependences when only 1 instruction is available by Krzysztof Parzyszek · 7 years ago
  63. 9016627 [AArch64] add fabs tests for PR36600; NFC by Sanjay Patel · 7 years ago
  64. bb8af2f [DEBUGINFO] Add flag -no-dwarf-pub-sections to disable pub sections. by Alexey Bataev · 7 years ago
  65. 3f86364 [X86][Haswell][Znver1] Fix typo in fldl instregexs by Simon Pilgrim · 7 years ago
  66. 3f8e03e [Kaleidoscope] doc fix by Sjoerd Meijer · 7 years ago
  67. 4519ac3 [Hexagon] Improve scheduling heuristic for large basic blocks by Krzysztof Parzyszek · 7 years ago
  68. 41c8825 [AArch64][Falkor] Correct load/store increment scheduling details by Geoff Berry · 7 years ago
  69. 45cd8b3 [Hexagon] Fix division by zero in machine scheduler by Krzysztof Parzyszek · 7 years ago
  70. 8ce26eb [RISCV] Add codegen for RV32F floating point load/store by Alex Bradbury · 7 years ago
  71. 0d055e1 [llvm-mca] Use llvm::make_unique in a few places. NFC by Andrea Di Biagio · 7 years ago
  72. a07f460 [RISCV] Add codegen for RV32F arithmetic and conversion operations by Alex Bradbury · 7 years ago
  73. 38b58f1 [Hexagon] Improve scheduling based on register pressure by Krzysztof Parzyszek · 7 years ago
  74. f659c36 [X86][SandyBridge] Merge multiple InstrRW entries that map to the same SchedWriteRes group (NFCI) (PR35955) by Simon Pilgrim · 7 years ago
  75. bce5921 [llvm-mca] Move the routine that computes processor resource masks to its own file. by Andrea Di Biagio · 7 years ago
  76. 8e6d19e [MergeICmps] Break eargerly out of loop by Xin Tong · 7 years ago
  77. d89cc959 [MergeICmp] Fix a bug in entry block shuffled to middle of the chain by Xin Tong · 7 years ago
  78. 7724d6b [llvm-opt-fuzzer] Add irce to the fuzzing options by Igor Laevsky · 7 years ago
  79. c9a5416 Revert "Fix layering between llvm-c and Support by factoring out some typedefs into Support" by Jonas Devlieghere · 7 years ago
  80. 2cfa233 [AVR] Add a regression test for struct return lowering by Dylan McKay · 7 years ago
  81. 9d81521 [Release Notes] Add release note for llvm-mca. by Andrea Di Biagio · 7 years ago
  82. fb0d0c9 [CGP] Avoid segmentation fault when doing PHI node simplifications by Bjorn Pettersson · 7 years ago
  83. afd766b [LV] Let recordVectorLoopValueForInductionCast to check if IV was created from the cast. by Andrei Elovikov · 7 years ago
  84. 1c3cdea [SystemZ] Add "REQUIRES: asserts" to test case to fix build bots. by Jonas Paulsson · 7 years ago
  85. 29475f1 [X86] Properly implement the calling convention for f80 for mingw/x86_64 by Martin Storsjo · 7 years ago
  86. 0dadf10 [ORC] Don't fully qualify explicit destructor call -- it confuses some compilers. by Lang Hames · 7 years ago
  87. d133900 [X86] Rename MOVSX32_NOREXrr8 to MOVSX32rr8_NOREX so that the scheduler model regular expressions will pick it up with the regular version. by Craig Topper · 7 years ago
  88. 95aa4b0 [X86] Fix the SchedRW for memory forms of CMP and TEST. by Craig Topper · 7 years ago
  89. 507d774 [ORC] Rename SymbolSource to MaterializationUnit, and make the materialization by Lang Hames · 7 years ago
  90. ea05d68 [X86] Add TEST16mi/TEST32mi/TEST64mi32 to the Sandybridge/Haswell/Broadwell/Skylake scheduler models. by Craig Topper · 7 years ago
  91. 001a48c [X86] Add ROR/ROL/SHR/SAR by 1 instructions to the Sandy Bridge scheduler model. by Craig Topper · 7 years ago
  92. c83d754 [ShrinkWrap] Take into account landing pad by Quentin Colombet · 7 years ago
  93. 12ea464 Fix layering between llvm-c and Support by factoring out some typedefs into Support by David Blaikie · 7 years ago
  94. 6a93211 [RISCV] Preserve stack space for outgoing arguments when the function contain variable size objects by Shiva Chen · 7 years ago
  95. 18df4f0 [X86] Fix the SNB scheduler for BLENDVB. by Craig Topper · 7 years ago
  96. 47ac688 Run dos2unix on a test. NFC. by Rafael Espindola · 7 years ago
  97. 95d1ad8 [DebugInfoPDB] Add backward support flags to PDB_NameSearchFlags by Aaron Smith · 7 years ago
  98. 488250e Object: Fix handling of @@@ in .symver directive by Vitaly Buka · 7 years ago
  99. 32c22cb Object: Move attribute calculation into RecordStreamer. NFC by Vitaly Buka · 7 years ago
  100. 8827501 [SelectionDAG] Transfer DbgValues when integer operations are promoted by Aaron Smith · 7 years ago