1. eef6133 [ARC] Prevent InstPrinter from crashing on unknown condition codes. by Tatyana Krasnukha · 7 years ago
  2. f228328 Quick fix for -DBUILD_SHARED_LIBS=on build after rL341502 by Fangrui Song · 7 years ago
  3. 4d5299c [ORC] Make RuntimeDyldObjectLinkingLayer2 take memory managers by unique_ptr. by Lang Hames · 7 years ago
  4. 28fce59 [ORC] Remove the mapSectionAddress method from RuntimeDyldObjectLinkingLayer2. by Lang Hames · 7 years ago
  5. 14596df [llvm-ar] Move a variable declaration closer to where it is needed. NFC. by Martin Storsjo · 7 years ago
  6. df5fa7a3 [x86] add tests for pow --> cbrt; NFC by Sanjay Patel · 7 years ago
  7. 2f53151 Move init code in AArch64SelectionDAGTest to SetUpTestCase (NFC) by Scott Linder · 7 years ago
  8. 9d561f5 [llvm-ar] Support * as comment char in MRI scripts by Martin Storsjo · 7 years ago
  9. 9840d7c [dsymutil] Reduce peak memory usage for the single threaded execution. by Jonas Devlieghere · 7 years ago
  10. bd42453 AMDGPU: Remove old hack for function addresses by Matt Arsenault · 7 years ago
  11. 6dc9199 [NFC] - in preparation for adding nsw, nuw and exact as flags to MI by Michael Berg · 7 years ago
  12. 94bb0ad Fix a warning. by Zachary Turner · 7 years ago
  13. 80b7585 [InstCombine] add xor+not folds by Sanjay Patel · 7 years ago
  14. f2f8ab0 ARM64: improve non-zero memset isel by ~2x by JF Bastien · 7 years ago
  15. 05fc2ce [InstCombine] add tests for xor-not; NFC by Sanjay Patel · 7 years ago
  16. 3a4ff5c Remove unnecessary semicolon to silence -Wpedantic warning. NFCI. by Simon Pilgrim · 7 years ago
  17. 066246b [MSan] store origins for variadic function parameters in __msan_va_arg_origin_tls by Alexander Potapenko · 7 years ago
  18. 738b5f5 [RISCV][NFC] Rework test/MC/RISCV/rv{32,64}* to allow testing of symbol operands by Alex Bradbury · 7 years ago
  19. 48afe9e [InstCombine] fix formatting in SimplifyDemandedVectorElts->Select; NFCI by Sanjay Patel · 7 years ago
  20. 7b6a2c6 [MSan] revert r341528 to unbreak the bots by Alexander Potapenko · 7 years ago
  21. f61d5e4 [LoopInterchange] Cleanup unused variables. by Florian Hahn · 7 years ago
  22. b219bbc Fix argument type in MachineInstr::hasPropertyInBundle by Sven van Haastregt · 7 years ago
  23. 8502b00 [LoopInterchange] Move preheader creation to transform stage and simplify. by Florian Hahn · 7 years ago
  24. 62f1666 [NFC] Simplify inner structure of InstructionPrecedenceTracking by Max Kazantsev · 7 years ago
  25. a044b58 [MSan] store origins for variadic function parameters in __msan_va_arg_origin_tls by Alexander Potapenko · 7 years ago
  26. 139b3ea [SLC] Add an alignment to CreateGlobalString by David Green · 7 years ago
  27. d8ffa61 Return "[NFC] Add severe validation of InstructionPrecedenceTracking" by Max Kazantsev · 7 years ago
  28. ac23fcd [MSan] Make sure variadic function arguments do not overflow __msan_va_arg_tls by Alexander Potapenko · 7 years ago
  29. afed981 [XRay] Add a BlockIndexer visitor for FDR Records. by Dean Michael Berris · 7 years ago
  30. fba980b Revert "[IndVars] Turn isValidRewrite into an assertion" because it seems wrong by Max Kazantsev · 7 years ago
  31. a8709f1 [IndVars] Turn isValidRewrite into an assertion by Max Kazantsev · 7 years ago
  32. 7337076 Revert rL341509 to fix massive failures on buildbots by Max Kazantsev · 7 years ago
  33. 7995447 [DebugInfo] Do not generate label debug info if it has been processed. by Hsiangkai Wang · 7 years ago
  34. b9c9629 [X86][Assembler] Allow %eip as a register in 32-bit mode for .cfi directives. by Craig Topper · 7 years ago
  35. 95d4ae1 [llvm-dwp] Fix `UN:` lines (supposed to be `RUN:`) in X86/simple.test and adjust check lines for TYPES: by Fangrui Song · 7 years ago
  36. 92c8fe0 [llvm-dwp] Use buffer_stream if output file is not seekable (e.g. "-") by Fangrui Song · 7 years ago
  37. d2d8db6 Fix some warnings. by Zachary Turner · 7 years ago
  38. a8b0ea0 Fix silly error in unittest helper. by Zachary Turner · 7 years ago
  39. f54d7ce NFC: improve ARM64 isFPImmLegal debug print by JF Bastien · 7 years ago
  40. af026c1 [PDB] Refactor the PDB symbol classes to fix a reuse bug. by Zachary Turner · 7 years ago
  41. c4278f1 Add support for unittest inputs. by Zachary Turner · 7 years ago
  42. 1b5f730 Remove some unnecessary constructor arguments. by Lang Hames · 7 years ago
  43. d6e49ee NFC: more memset inline arm64 coverage by JF Bastien · 7 years ago
  44. 1f9e6bb Handle zero-length debug directory entries. by Nico Weber · 7 years ago
  45. 39f79ec [DAGCombiner] try to convert pow(x, 0.25) to sqrt(sqrt(x)) by Sanjay Patel · 7 years ago
  46. 3fcb1c0 [XRay] Use a function to return a constant by Dean Michael Berris · 7 years ago
  47. 0cfd535 [Hexagon] Ignore unnamed globals in HexagonConstExtenders by Krzysztof Parzyszek · 7 years ago
  48. c5318e3 [XRay] Use `const` instead of `constexpr` in storage declaration by Dean Michael Berris · 7 years ago
  49. 0cd23e0 [benchmark] Fix 32-bit build failure by Kirill Bobyrev · 7 years ago
  50. 559403c [ControlHeightReduction] Remove unused includes by Benjamin Kramer · 7 years ago
  51. 4906f3f [llvm-strip] Support stripping multiple input files by Jordan Rupprecht · 7 years ago
  52. 5797fe2 [Aggressive InstCombine] Move C bindings to their own header file. by Benjamin Kramer · 7 years ago
  53. 846d4ba [DebugInfo] Normalize common kinds of DWARF sub-expressions. by Jonas Devlieghere · 7 years ago
  54. c191ccb [NFC] Add test on full IV widening by Max Kazantsev · 7 years ago
  55. 7336954 Remove FrameAccess struct from hasLoadFromStackSlot by Sander de Smalen · 7 years ago
  56. ebf842e [XRay] Add a RecordPrinter visitor for FDR Records by Dean Michael Berris · 7 years ago
  57. 10377f6 [DebugInfo] Fix bug in LiveDebugVariables. by Hsiangkai Wang · 7 years ago
  58. 8ca3863 Prevent unsigned overflow. by Richard Trieu · 7 years ago
  59. ea500dc Fix -Wunused-function in release build after rL341386 by Fangrui Song · 7 years ago
  60. 581d231 [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
  61. 2f9ea06 Fix -Wunused-private-variable on non-Windows by Reid Kleckner · 7 years ago
  62. dc281ce [Windows] Convert from UTF-8 to UTF-16 when writing to a Windows console by Reid Kleckner · 7 years ago
  63. cb00c85 [InstCombine] fix xor-or-xor fold to check uses and handle commutes by Sanjay Patel · 7 years ago
  64. 59d80ee [InstCombine] update tests checks; NFC by Sanjay Patel · 7 years ago
  65. 013c07f [WebAssembly] Fixed stale assert message in WebAssemblyMCInstLower by Wouter van Oortmerssen · 7 years ago
  66. 3e090e5 [ThinLTO] Fix memory corruption in ThinLTOCodeGenerator when CodeGenOnly was specified by Steven Wu · 7 years ago
  67. e15daa3 [llvm-strip] Allow copying relocation sections without symbol tables. by Jordan Rupprecht · 7 years ago
  68. e4422b6 Revert "Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions" by Zhaoshi Zheng · 7 years ago
  69. a989ec7 [LV] First order recurrence phis should not be treated as uniform by Anna Thomas · 7 years ago
  70. df71640 [InstCombine] add tests for xor-or-xor fold; NFC by Sanjay Patel · 7 years ago
  71. e49253c [WebAssembly][NFC] Add colon to label in test by Thomas Lively · 7 years ago
  72. 6da9a35 [AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions by Scott Linder · 7 years ago
  73. 66ded41 Fix a memory leak after rL341386. by Hiroshi Yamauchi · 7 years ago
  74. c5f4b48 [WebAssembly][NFC] Fix formatting and tests by Thomas Lively · 7 years ago
  75. 04349ce [InstCombine] make ((X & C) ^ C) form consistent for vectors by Sanjay Patel · 7 years ago
  76. 09f9778 [Hexagon] Don't packetize new-value stores with any other stores by Krzysztof Parzyszek · 7 years ago
  77. 2618a11 [NFC] Improve clarity in emitInstrCountChangedRemark by Jessica Paquette · 7 years ago
  78. 354803c NFC: expand memset inline arm64 coverage by JF Bastien · 7 years ago
  79. 85c2e69 [InstCombine] simplify code for xor folds; NFCI by Sanjay Patel · 7 years ago
  80. 5d04fc0 [MinGW] Move code for indicating "potentially not DSO local" into shouldAssumeDSOLocal. NFC. by Martin Storsjo · 7 years ago
  81. 42d7052 [MinGW] [AArch64] Add stubs for potential automatic dllimported variables by Martin Storsjo · 7 years ago
  82. 801cfc8 Fix unused variable warning by Reid Kleckner · 7 years ago
  83. ff4ee4d [SimpleLoopUnswitch] remove a chain of dead blocks at once by Fedor Sergeev · 7 years ago
  84. 46d216b [Codegen] Fix test added in rL341380: AArch64SelectionDAGTest needs to link against Analysis lib. by Jordan Rupprecht · 7 years ago
  85. 810335c Set console mode when -fansi-escape-codes is enabled by David Bolvansky · 7 years ago
  86. e2888fd [CMake] Provide a custom target to install LLVM libraries by Petr Hosek · 7 years ago
  87. badf517 [InstCombine] improve xor+and/or tests by Sanjay Patel · 7 years ago
  88. 49cbe52 AMDGPU: Fix DAG divergence not reporting flat loads by Matt Arsenault · 7 years ago
  89. 87877c5 DAG: Factor out helper function for odd vector sizes by Matt Arsenault · 7 years ago
  90. 012ff47 Fix build failures after rL341386. by Hiroshi Yamauchi · 7 years ago
  91. b9587f4 [WebAssembly] Fix operand rewriting in inline asm lowering. by Dan Gohman · 7 years ago
  92. c38c850 [PGO] Control Height Reduction by Hiroshi Yamauchi · 7 years ago
  93. c7d9aac [CodeGen] Fix remaining zext() assertions in SelectionDAG by Scott Linder · 7 years ago
  94. fe2c687 [MachO] Fix inconsistency between error messages when validating LC_DYSYMTAB by Francis Visoiu Mistrih · 7 years ago
  95. e6cfed9 [MachO] Fix LC_DYSYMTAB validation for external symbols by Francis Visoiu Mistrih · 7 years ago
  96. 488ca48 [dwarfdump] Improve -diff option by hiding more data. by Jonas Devlieghere · 7 years ago
  97. 1381c3b Revert r341269: [Constant Hoisting] Hoisting Constant GEP Expressions by Chandler Carruth · 7 years ago
  98. 784fc22 Fix some Wundef warnings in Compiler.h by Sven van Haastregt · 7 years ago
  99. d2b1fb1 [x86/SLH] Add a real Clang flag and LLVM IR attribute for Speculative by Chandler Carruth · 7 years ago
  100. 24a8df2 Disable -Wnoexcept-type due to false positives with GCC. by Aaron Ballman · 7 years ago