1. e831591 [ThinLTO] Release files read when creating combined index in gold plugin by Teresa Johnson · 10 years ago
  2. 48649c7 [Float2Int] Don't operate on vector instructions by Reid Kleckner · 10 years ago
  3. ce4a723 [llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signatures (NFC) by David Blaikie · 10 years ago
  4. e919414 Don't assign a temporary string to a StringRef. by Rafael Espindola · 10 years ago
  5. 587b47a Use WeakVH to keep track of calls with operand bundles in CloneCodeInfo by Sanjoy Das · 10 years ago
  6. 9b40f2a Delete trailing whitespace; NFC by Sanjoy Das · 10 years ago
  7. 522f45d Delay context construction to when/if it is needed in gold plugin (NFC) by Teresa Johnson · 10 years ago
  8. a63df07 clang-format order of gold-plugin includes (NFC) by Teresa Johnson · 10 years ago
  9. fbc5640 [ThinLTO] FunctionImport pass can take a const index pointer (NFC) by Teresa Johnson · 10 years ago
  10. 1e3aaa8 [InstCombine] fold bitcasts around an extractelement (2nd try) by Sanjay Patel · 10 years ago
  11. 4c0fb60 Revert "Revert r253253 and r253126: "Don't recompute LCSSA after loop-unrolling when possible."" by Michael Zolotukhin · 10 years ago
  12. 65711ad [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021) by Rong Xu · 10 years ago
  13. 09a7daa [Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for returning overflow state by Nathan Slingerland · 10 years ago
  14. cf1e58c Revert "[InstCombine] fold bitcasts around an extractelement" by Mehdi Amini · 10 years ago
  15. 4c8fe28 [WebAssembly] Reintroduce ARGUMENT moving logic by Dan Gohman · 10 years ago
  16. eb10360 [InstCombine] fold bitcasts around an extractelement by Sanjay Patel · 10 years ago
  17. 13f632f Change hasUniqueInitializer() to call isStrongDefinitionForLinker() instead of !isWeakForLinker() by Mehdi Amini · 10 years ago
  18. 90f6cd5 Re-commit r255115, with the PredicatedScalarEvolution class moved to by Silviu Baranga · 10 years ago
  19. 6d8e50b ARM: don't use a deleted node as the BaseReg in complex pattern. by Tim Northover · 10 years ago
  20. fecb71a WebAssembly: add missing failure to the list. by JF Bastien · 10 years ago
  21. bdd73bc Revert r255115 until we figure out how to fix the bot failures. by Silviu Baranga · 10 years ago
  22. 69c30d5 [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions by Silviu Baranga · 10 years ago
  23. c8a1727 Fix cycle in selection DAG introduced by extractelement legalization by Robert Lougher · 10 years ago
  24. 43ecf2d [AArch64] Fix FP16 vector instructions that should only accept low registers by Oliver Stannard · 10 years ago
  25. 4363821 [mips][ias] Range check uimm10 operands by Daniel Sanders · 10 years ago
  26. f58b104 WebAssembly: add known failures by JF Bastien · 10 years ago
  27. b204acc [mips] Use multiclass patterns for f32/f64 comparisons and i32 selects. by Vasileios Kalintiris · 10 years ago
  28. d2c7ea5 Revert r254897 "[mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions" by Zlatko Buljan · 10 years ago
  29. 547c6d4 EarlyCSE: fix typo from rL255054. by JF Bastien · 10 years ago
  30. b310704 Revert "Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933" by Mehdi Amini · 10 years ago
  31. dc6de88 The current importing scheme is processing one function at a time, by Mehdi Amini · 10 years ago
  32. 2f351a5 Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933 by Vikram TV · 10 years ago
  33. a8048da Test commit access - Fix few missing '.' in comments of LoopInterchange code. by Vikram TV · 10 years ago
  34. 1208ef5 Fix the order of destructors in LibLTOCodeGenerator by Steven Wu · 10 years ago
  35. 65422bf [AArch64][ARM] Don't base interleaved op legality on type alloc size. by Ahmed Bougacha · 10 years ago
  36. f001e6b Don't drop attributes when inlining through "deopt" operand bundles by Sanjoy Das · 10 years ago
  37. bdc3e4d Simplify testMergedProgram. by Rafael Espindola · 10 years ago
  38. 0340a6f Simplify memory management. NFC. by Rafael Espindola · 10 years ago
  39. 18d7050 Return std::unique_ptr from SplitFunctionsOutOfModule. NFC. by Rafael Espindola · 10 years ago
  40. 4ed1f8c Simplify memory management. NFC. by Rafael Espindola · 10 years ago
  41. a23ddb7 X86-FMA3: Defined the ExeDomain property for Scalar FMA3 opcodes. by Vyacheslav Klochkov · 10 years ago
  42. 5d88a3e Simplify memory management a bit. NFC. by Rafael Espindola · 10 years ago
  43. b3df2d0 Return a std::unique_ptr from CloneModule. NFC. by Rafael Espindola · 10 years ago
  44. cc02656 [IndVars] Use any_of and foreach instead of explicit for loops; NFC by Sanjoy Das · 10 years ago
  45. 9c609ea [OperandBundles] Have PruneEH work correct with operand bundles. by Sanjoy Das · 10 years ago
  46. 46994bc Define selection for v4f16, v8f16 scalar_to_vector by Pirama Arumuga Nainar · 10 years ago
  47. 1a2a86e Fix/Improve Debug print in FunctionImport pass by Mehdi Amini · 10 years ago
  48. f4e0a47 [CGP] Reimplement r255055 a different way by Reid Kleckner · 10 years ago
  49. 8f28b0e [SCEV] Use for-each; NFC by Sanjoy Das · 10 years ago
  50. b2bc86f Remove caching in FunctionImport: a Module can't be reused after being linked from by Mehdi Amini · 10 years ago
  51. 903c099 Revert "[CGP] Check that we have an insert point before moving llvm.dbg.value around" by Reid Kleckner · 10 years ago
  52. 12ab14b [OperandBundles] Fix a transform in simplifycfg by Sanjoy Das · 10 years ago
  53. 029bc0f [X86][AVX] Fold loads + splats into broadcast instructions by Simon Pilgrim · 10 years ago
  54. 5fb71e1 [CMake] Ignore externalizing debuginfo for unit tests by Chris Bieneman · 10 years ago
  55. 898fa74 [CGP] Check that we have an insert point before moving llvm.dbg.value around by Reid Kleckner · 10 years ago
  56. eca5f19 [EarlyCSE] Value forwarding for unordered atomics by Philip Reames · 10 years ago
  57. 9d46b32 [X86][SSE4A] Added fast-isel intrinsics tests by Simon Pilgrim · 10 years ago
  58. 9a17b12 [X86][SSSE3] Added fast-isel intrinsics tests by Simon Pilgrim · 10 years ago
  59. 246e4ce [X86][SSE3] Added fast-isel intrinsics tests by Simon Pilgrim · 10 years ago
  60. d105497 Fix ARMv4T (Thumb1) epilogue generation by Artyom Skrobov · 10 years ago
  61. 917e9a3 Revert "Add Available Externally linkage type to isWeakForLinker()" by Mehdi Amini · 10 years ago
  62. 0a5a3d4 Cleanup test: remove useless alignment by Mehdi Amini · 10 years ago
  63. 0cb0e79 Add Available Externally linkage type to isWeakForLinker() by Mehdi Amini · 10 years ago
  64. 81bf656 X86: produce more friendly errors during MachO relocation handling by Tim Northover · 10 years ago
  65. a0beb06 [ARM] Allowing SP/PC for AND/BIC mod_imm_not by Renato Golin · 10 years ago
  66. 72f75fa adding readability-identifier-naming to llvm clang-tidy configuration. by Mike Aizatsky · 10 years ago
  67. b691e2e [Hexagon] Add NewValueJump support for C4_cmpneq, C4_cmplte, C4_cmplteu by Ron Lieberman · 10 years ago
  68. 5c953e3 Move all private members together. NFC. by Rafael Espindola · 10 years ago
  69. fd031a5 [mips][ias] Range check uimm8 operands by Daniel Sanders · 10 years ago
  70. 5a34e2e [mips][ias] Range check uimm6 operands and fix a bug this revealed. by Daniel Sanders · 10 years ago
  71. c14af0e [x86][avx512] more changes in intrinsics to be align with gcc format by Asaf Badouh · 10 years ago
  72. 59ad77e [AArch64] Add ARMv8.2-A FP16 vector instructions by Oliver Stannard · 10 years ago
  73. 2450ea1 dding test for fnstsw by Michael Zuckerman · 10 years ago
  74. 7116418 [SCEV] Move some struct declarations inside functions; NFC by Sanjoy Das · 10 years ago
  75. 354f221 [SCEV] Fix indentation; NFC by Sanjoy Das · 10 years ago
  76. 43a68c8 [OperandBundles] Remove unncessary constructor by Sanjoy Das · 10 years ago
  77. 4474471 [WebAssembly] Fix a typo in a comment. by Dan Gohman · 10 years ago
  78. ca9fa31 [WebAssembly] Remove an unneeded static_cast. by Dan Gohman · 10 years ago
  79. 7710c66 [WebAssembly] Fix an emacs syntax highlighting comment. by Dan Gohman · 10 years ago
  80. 1acb066 [WebAssembly] Convert a file-level comment to doxygen style. by Dan Gohman · 10 years ago
  81. 55a29f7 [WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form. by Dan Gohman · 10 years ago
  82. 579ccfd [WebAssembly] Trim some unneeded #includes. by Dan Gohman · 10 years ago
  83. c2d82ef [WebAssembly] Remove the override of haveFastSqrt. by Dan Gohman · 10 years ago
  84. e32f0e2 IR: Allow vectors of halfs to be ConstantDataVectors by Justin Bogner · 10 years ago
  85. f276576 [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. by Davide Italiano · 10 years ago
  86. fcb0893 Add a test showing that we internalize lazily linked GVs. by Rafael Espindola · 10 years ago
  87. cbf2c65 AsmPrinter: Use emitGlobalConstantFP to emit elements of constant data by Justin Bogner · 10 years ago
  88. 4609cb7 Simplify test. NFC. by Rafael Espindola · 10 years ago
  89. 23ae772 [CXX TLS calling convention] Add support for AArch64. by Manman Ren · 10 years ago
  90. ca40161 [IndVars] Have getInsertPointForUses preserve LCSSA by Sanjoy Das · 10 years ago
  91. 51d40ae [SCEVExpander] Have hoistIVInc preserve LCSSA by Sanjoy Das · 10 years ago
  92. c11338c Add Instruction::getFunction; NFC by Sanjoy Das · 10 years ago
  93. a187d6f [PassManager] Tuning Memory Usage of AnalysisUsage by Philip Reames · 10 years ago
  94. afd3f07 fix return values to match bool return type; NFC by Sanjay Patel · 10 years ago
  95. e826a2e Factor two calls to a common location. by Rafael Espindola · 10 years ago
  96. b69b6b5 Stabilize llvm/test/Object/archive-update.test a bit. by NAKAMURA Takumi · 10 years ago
  97. d5841c9 Support: Teach Asan about BumpPtrAllocator by Justin Bogner · 10 years ago
  98. 5b1522a Let llvm-lto installed. A few tests in clang/test are using it. by NAKAMURA Takumi · 10 years ago
  99. ba40ae0 Remove debug output that snuck into 254957 by Philip Reames · 10 years ago
  100. 0890b95 Reapply 254950 w/fix by Philip Reames · 10 years ago