1. ee46b79 dsymutil: Split out patchStmtList(), NFC by Duncan P. N. Exon Smith · 10 years ago
  2. 7db0793 fix typos; NFC by Sanjay Patel · 10 years ago
  3. 0999c2c llvm-nm: Don't print mapping symbols. by Rafael Espindola · 10 years ago
  4. 5c09803 Use foreach loop over constant operands. NFC. by Pete Cooper · 10 years ago
  5. d370429 We don't need the targets to read objects. by Rafael Espindola · 10 years ago
  6. 529f49d [InstCombine] call SimplifyICmpInst with correct context by Jingyue Wu · 10 years ago
  7. 1de6f36 Diagnose undefined temporary symbols. by Rafael Espindola · 10 years ago
  8. f2c0530 Make this test verify .debug_pubnames is actually missing. by Paul Robinson · 10 years ago
  9. 9d1dc09 Rangify for loop in Inliner.cpp. NFC. by Yaron Keren · 10 years ago
  10. 40db269 Add Arg::getValues method with const 'this' and const result by Douglas Katzman · 10 years ago
  11. a59b056 DAGCombiner: Remove redundant check by Matt Arsenault · 10 years ago
  12. 8d5e4e4 GVN: If a branch has two identical successors, we cannot declare either dead. by Peter Collingbourne · 10 years ago
  13. b12380a Add a test for a recent regression. by Rafael Espindola · 10 years ago
  14. bfb732d llvm-nm: print 'n' instead of '?' by Rafael Espindola · 10 years ago
  15. 1ebbc68 [PPC] Implement vmrgew and vmrgow instructions by Kit Barton · 10 years ago
  16. 39b2e22 [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel by Bruno Cardoso Lopes · 10 years ago
  17. 8eb9319 Doxygen-ify a few comments. NFC by Jonathan Roelofs · 10 years ago
  18. 8bf1076 Use computeSymbolSizes in llvm-symbolize. by Rafael Espindola · 10 years ago
  19. 7a0f58b Use range loop. NFC. by Rafael Espindola · 10 years ago
  20. ca30411 Modernize getELFDynamicSymbolIterators. by Rafael Espindola · 10 years ago
  21. b81740d Don't use std::make_unique. by Benjamin Kramer · 10 years ago
  22. 6f5a75d [PPC] Replace debug value skipping with getLastNonDebugInstr. by Benjamin Kramer · 10 years ago
  23. fb51095 [ORC] Add ObjectTransformLayer by Joseph Tremoulet · 10 years ago
  24. 2f6d58a Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstr by Benjamin Kramer · 10 years ago
  25. 3b50389 [mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC. by Toma Tabacu · 10 years ago
  26. f2e7bb5 Take alignment into account in isSafeToLoadUnconditionally by Artur Pilipenko · 10 years ago
  27. 01381b0 [SystemZ] Only attempt RxSBG optimization for integer types by Ulrich Weigand · 10 years ago
  28. f034008 [mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC. by Toma Tabacu · 10 years ago
  29. b4a6282 Add missing <array> include. by Pawel Bylica · 10 years ago
  30. 0ee1772 Teach LLVM about the PPC64 memory sanitizer implementation. by Jay Foad · 10 years ago
  31. 780a0c9 Express APInt::{s,u}{l,g}e(uint64_t) in terms of APInt::{s,u}{l,g}t(uint64_t). NFC. by Pawel Bylica · 10 years ago
  32. e39f000 [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1. by Toma Tabacu · 10 years ago
  33. eb78c2f [X86] Accept hasAVX512() as well as hasFMA() when generating FMA. by Ahmed Bougacha · 10 years ago
  34. cd07f77 [X86] Cleanup fma tests a little bit. NFC. by Ahmed Bougacha · 10 years ago
  35. 983b80c Enable StackMap Serialization for COFF by Swaroop Sridhar · 10 years ago
  36. 7d6e44b libObject/COFF: Add a function to get pointers to relocation entries. by Rui Ueyama · 10 years ago
  37. a0b4ef1 Add simplify_type<const WeakVH>; simplify IndVarSimplify by Duncan P. N. Exon Smith · 10 years ago
  38. 72260ba [X86] Simplify some stuff in X86DisassemblerDecoder. NFC by Douglas Katzman · 10 years ago
  39. 12bb40b [GVN] Intersect the IR flags when CSE'ing two instructions by David Majnemer · 10 years ago
  40. e40e848 Spelling fixes in comments. by Douglas Katzman · 10 years ago
  41. 95a7411 [Reassociate] Don't propogate flags when creating negations by David Majnemer · 10 years ago
  42. 613afa1 fix typos; NFC by Sanjay Patel · 10 years ago
  43. 473e5d6 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  44. 45dc322 [If Converter] Convert recursion to iteration. by Akira Hatanaka · 10 years ago
  45. f79d253 Devirtualize Instruction::clone_impl by Pete Cooper · 10 years ago
  46. 58f8a13 Add NVPTXPeephole pass to reduce unnecessary address cast by Jingyue Wu · 10 years ago
  47. 8e5b874 fix typos; NFC by Sanjay Patel · 10 years ago
  48. 4c4aa79 Revert "(HEAD -> master, origin/master, origin/HEAD) opt: Add option to strip or add llvm value names" by Matthias Braun · 10 years ago
  49. 50b82ec opt: Add option to strip or add llvm value names by Matthias Braun · 10 years ago
  50. 7d46df3 ARMLoadStoreOptimizer: Fix errata 602117 handling and make testcase actually test for it by Matthias Braun · 10 years ago
  51. a3af347 Make computeSymbolSizes never fail. by Rafael Espindola · 10 years ago
  52. c9a4f3d MIR Serialization: Serialize simple MachineRegisterInfo attributes. by Alex Lorenz · 10 years ago
  53. fa21ae5 Use Symbol::getValue to simplify object::computeSymbolSizes. NFC. by Rafael Espindola · 10 years ago
  54. 5d59315 [LSR] canonicalize Prod*(1<<C) to Prod<<C by Jingyue Wu · 10 years ago
  55. 1171dad Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC. by Rafael Espindola · 10 years ago
  56. 9fa0ab3 Add a SymbolRef::getValue. by Rafael Espindola · 10 years ago
  57. 234c589 Devirtualize Constant::replaceUsesOfWithOnConstant. by Pete Cooper · 10 years ago
  58. a0b5a74 AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC by Duncan P. N. Exon Smith · 10 years ago
  59. 262e948 Refactor duplicated code. NFC. by Rafael Espindola · 10 years ago
  60. 1841925 Object: Add XFAILed test case for r239560. by Peter Collingbourne · 10 years ago
  61. 1b6ca9d [CaptureTracking] Avoid long compilation time on large basic blocks by Bruno Cardoso Lopes · 10 years ago
  62. d89b55e MIR Serialization: Serialize the null register operands. by Alex Lorenz · 10 years ago
  63. baf8f6a [LoopVectorizer] Fix bailing-out condition for OptForSize case. by Michael Zolotukhin · 10 years ago
  64. 9a5f962 Simplify the logic, NFC. by Rafael Espindola · 10 years ago
  65. 0502ac4 ADTTests: merge #ifdef checks from r240436. by Alex Lorenz · 10 years ago
  66. 1e6b8f5 Don't get confused with sections whose section number is reserved. by Rafael Espindola · 10 years ago
  67. 1a03087 [X86][AVX] Added full set of 256-bit vector shift tests. by Simon Pilgrim · 10 years ago
  68. 128f072 Eliminate additional redundant copies of Triple objects. NFC. by Daniel Sanders · 10 years ago
  69. bf98467 Fix instruction scheduling live register tracking by Pawel Bylica · 10 years ago
  70. 611e493 [llvm-stress] Simple refactoring and better style. NFC. by Pawel Bylica · 10 years ago
  71. 41f2872 [mips][microMIPS] Implement BREAK, EHB and EI instructions by Zoran Jovanovic · 10 years ago
  72. 821b06f Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
  73. 9ece8eb [ADT] Teach DenseMap to support StringRef keys. by Chandler Carruth · 10 years ago
  74. 0b48c1e Hexagon: Paper over the undefined behaviour introduced by r238692 by Justin Bogner · 10 years ago
  75. 76bee1a MILexer.cpp: Try to fix a warning. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
  76. 1405564 [TableGen] Restore the use of the TheInit field in Record to cache the Record's DefInit. I broke this when I fixed memory leaks recently. Remove the DenseMap that mapped Record's to DefInit. by Craig Topper · 10 years ago
  77. bfb1922 Do not treat ARM _MoveToCoprocessor* intrinsics as MSBuiltins. by Bob Wilson · 10 years ago
  78. ef4ff21 Hexagon: Avoid left shifting negative values (it's UB) by Justin Bogner · 10 years ago
  79. cac0341 SystemZ: Rephrase this allOnes calculation to avoid UB by Justin Bogner · 10 years ago
  80. 9073b8f Don't repeat name in comments. by Rafael Espindola · 10 years ago
  81. 0810814 [X86] Don't generate vbroadcasti128 for v4i64 splats from memory. by Ahmed Bougacha · 10 years ago
  82. eab3c65 Remove unused GlobalVariable::replaceUsesOfWithOnConstant. NFC. by Pete Cooper · 10 years ago
  83. cd5ba15 [X86] update_llc_test_checks vector-shuffle-*. NFC. by Ahmed Bougacha · 10 years ago
  84. ac57f35 MIR Serialization: Serialize immediate machine operands. by Alex Lorenz · 10 years ago
  85. c2d7962 fix typo; NFC by Sanjay Patel · 10 years ago
  86. 378001d don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  87. 8dad59b Add "-mcpu=" option to llvm-rtdyld by Petar Jovanovic · 10 years ago
  88. 926d65d MIR Parser: Use correct source locations for machine instruction diagnostics. by Alex Lorenz · 10 years ago
  89. d621812 Devirtualize Constant::destroyConstant. by Pete Cooper · 10 years ago
  90. 3ebe082 [X86][SSE] Added full set of 128-bit vector shift tests. by Simon Pilgrim · 10 years ago
  91. a9a3bc2 Let llvm::ReplaceInstWithInst copy debug location from old to new instruction. by Alexey Samsonov · 10 years ago
  92. 0d1ad62 Pass 2 more variables to lit tests. by Evgeniy Stepanov · 10 years ago
  93. ef42e11 Revert "[FaultMaps] Move FaultMapParser to Object/" by Sanjoy Das · 10 years ago
  94. 4f6926b Adding the missing LTO API to lto.exports by Steven Wu · 10 years ago
  95. 8bb10c6 Don't pass a 32 bit value to "%08" PRIx64. by Rafael Espindola · 10 years ago
  96. fbd7466 This change fixes three bugs in loop unswitching. This change causes an 81% speed-up on a benchmark that is based on EigenConvolutionKernel2D from Eigen3, where the lack of loop unswitching blocks hoisting of loads out of a nested loop (see bug 23816 for how loop unswitching and load hoisting are related). by Mark Heffernan · 10 years ago
  97. 572587c [NVPTX] Added missing test case for llvm.nvvm.sqrt.f NVPTX intrinsic by Artem Belevich · 10 years ago
  98. 1c5cf24 ADT: Add a string APSInt constructor. by Alex Lorenz · 10 years ago
  99. 38e8531 Pass -m to the linker in this test. by Rafael Espindola · 10 years ago
  100. d31dc69 AsmParser: Extend the API to make the global value and metadata node slot mappings publicly accessible. by Alex Lorenz · 10 years ago