1. a9a920d Remove unnecessary FIXME comment by Renato Golin · 10 years ago
  2. 41c749a Fixed unused variable warning in non-assert builds from rL237885 by Simon Pilgrim · 10 years ago
  3. 87d1836 [X86][SSE] Improve support for 128-bit vector sign extension by Simon Pilgrim · 10 years ago
  4. cebe8f8 [mips] [IAS] Add 2 missing CHECK directives for fixups in mips-expansions.s. by Toma Tabacu · 10 years ago
  5. 80bb2d9 [TableGen] Resolve complex def names inside multiclasses by Hal Finkel · 10 years ago
  6. 583dac8 AsmPrinter: Compute absolute label difference directly by Duncan P. N. Exon Smith · 10 years ago
  7. 1d4f2ba MC: Initialize MCSymbolData::Offset directly by Duncan P. N. Exon Smith · 10 years ago
  8. 8eca988 [MemCpyOpt] Do move the memset, but look at its dest's dependencies. by Ahmed Bougacha · 10 years ago
  9. 4652459 MC: Simplify MCSymbolData initialization and remove MCSymbol pointer by Duncan P. N. Exon Smith · 10 years ago
  10. 0141c66 Document the CoreCLR GC Strategy by Swaroop Sridhar · 10 years ago
  11. 549a742 MC: Make MCSymbolData::Symbol private by Duncan P. N. Exon Smith · 10 years ago
  12. aa87ff8 MC: Remove last use of MCSymbolData::getSymbol(), NFC by Duncan P. N. Exon Smith · 10 years ago
  13. d591505 [MemCpyOpt] Pass Instruction to IRBuilder, no need for NextNode. NFC. by Ahmed Bougacha · 10 years ago
  14. 47ee653 [opaque pointer type] Pass explicit pointee type in another case of GEP constant folding by David Blaikie · 10 years ago
  15. f12338a Fix build error by Andrew Kaylor · 10 years ago
  16. 6d1485e [MemCpyOpt] Don't move the memset when optimizing memset+memcpy. by Ahmed Bougacha · 10 years ago
  17. 008a1ef Fix build warning by Andrew Kaylor · 10 years ago
  18. d0f4ffa [WinEH] C++ EH state numbering fixes by Andrew Kaylor · 10 years ago
  19. 7681f6a [WinEH] Store pointers to the LSDA in the exception registration object by Reid Kleckner · 10 years ago
  20. 05b0f7d Don't generate comments in the DebugLocStream unless required. NFC. by Pete Cooper · 10 years ago
  21. d4483d4 Revert "Add bool to DebugLocDwarfExpression to control emitting comments." by Pete Cooper · 10 years ago
  22. fa13c71 Revert r237828 "[X86] Remove unused node after morphing it from shr to and." by Hans Wennborg · 10 years ago
  23. 0dd9a67 [doc] Update Lexicon with C++ unwinder acronyms by Nick Kledzik · 10 years ago
  24. 14a714f [opaque pointer type] Pass explicit type to Load instruction creation in AutoUpgrade by David Blaikie · 10 years ago
  25. e677c7b [Target/ARM] Only enable OptimizeBarrierPass at -O1 and above. by Davide Italiano · 10 years ago
  26. b753a30 [lib/Fuzzer] more docs by Kostya Serebryany · 10 years ago
  27. 3f1b2bd AsmParser: Require a terminating null character when creating memory buffer. by Alex Lorenz · 10 years ago
  28. e86ba4b [opaque pointer type] LoadInst: assert that the explicit type matches the implicit one by David Blaikie · 10 years ago
  29. cfa5342 MC: Remove most remaining uses of MCSymbolData::getSymbol(), NFC by Duncan P. N. Exon Smith · 10 years ago
  30. 644f1ff [X86] Remove unused node after morphing it from shr to and. by Benjamin Kramer · 10 years ago
  31. c212d49 Add bool to DebugLocDwarfExpression to control emitting comments. by Pete Cooper · 10 years ago
  32. 96273f6 MC: Stop using MCSymbolData::getSymbol() in WinCOFF, NFC by Duncan P. N. Exon Smith · 10 years ago
  33. bed96c8 Use a SmallString buffer instead of a std::string for debug info path lookup. NFC. by Pete Cooper · 10 years ago
  34. fa3d0dc DAGCombiner: Continue combining if FoldConstantArithmetic() fails. by Matthias Braun · 10 years ago
  35. d594ba0 Reapply r237539 with a fix for the Chromium build. by James Molloy · 10 years ago
  36. ee15f86 ARM: Fix comment and make it slightly more readable by Matthias Braun · 10 years ago
  37. 80b2cb6 MC: Use MCSymbol in LocalCommon, NFC by Duncan P. N. Exon Smith · 10 years ago
  38. 12f6308 Fix icmp lowering by Pawel Bylica · 10 years ago
  39. 9584e07 Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC. by Pete Cooper · 10 years ago
  40. 1563a4a Temporary delete the test while we're investigating crashes in LLVMObject it causes. by Alexey Samsonov · 10 years ago
  41. 91a675f MC: Add MCSymbolData back to MCAssembler dump by Duncan P. N. Exon Smith · 10 years ago
  42. 20cf3f4 MC: Update MCAssembler to use MCSymbol, NFC by Duncan P. N. Exon Smith · 10 years ago
  43. 10054fb [YAML] Make Node's destructor non-virtual. by Benjamin Kramer · 10 years ago
  44. c8d166a MC: Use MCSymbol in MachObjectWriter, NFC by Duncan P. N. Exon Smith · 10 years ago
  45. f5bdf04 MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC by Duncan P. N. Exon Smith · 10 years ago
  46. 8ca7ac2 Get Triple::getARMCPUForArch() to use TargetParser by Renato Golin · 10 years ago
  47. 5a2d715 Unit tests for the getSwappedBytes(double) fix from r237673. by Pawel Bylica · 10 years ago
  48. cc3dffb5 Silencing a -Wsign-compare warning; NFC. by Aaron Ballman · 10 years ago
  49. b65b24c AVX-512: fixed algorithm of building vectors of i1 elements by Elena Demikhovsky · 10 years ago
  50. a774621 Revert r237789 - [mips] The naming convention for private labels is ABI dependant. by Daniel Sanders · 10 years ago
  51. cb9a410 [mips] Fix ehframe-indirect.ll test. by Daniel Sanders · 10 years ago
  52. e1207bb [mips] The naming convention for private labels is ABI dependant. by Daniel Sanders · 10 years ago
  53. efab5a1 [StatepointLowering] Support of the gc.relocates for invoke statepoints. by Igor Laevsky · 10 years ago
  54. 362b8e5 [mips] [IAS] Factor out .set nomacro warning. NFC. by Toma Tabacu · 10 years ago
  55. 43ec501 [TableGen] Make some variable names consistent with their type names and just generally consistent across all of the overloads. by Craig Topper · 10 years ago
  56. ee25444 [TableGen] Fix a memory leak. by Craig Topper · 10 years ago
  57. 64f9e59 [TableGen] Don't override convertValue for some of the Init types when it does the same thing as the base class implementation. by Craig Topper · 10 years ago
  58. 349f0b1 [X86] Implement the local-exec TLS model for Windows targets by David Majnemer · 10 years ago
  59. 37e9aba MC: Use MCSymbol in most of ELFObjectWriter, NFC by Duncan P. N. Exon Smith · 10 years ago
  60. ed5afe4 Support: Introduce LLVM_FALLTHROUGH macro. by Peter Collingbourne · 10 years ago
  61. 95d08bc Add a GCStrategy for CoreCLR by Swaroop Sridhar · 10 years ago
  62. a6f501c [bpf] fix build by Alexei Starovoitov · 10 years ago
  63. 891fd53 MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC by Duncan P. N. Exon Smith · 10 years ago
  64. e1fce86 MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC by Duncan P. N. Exon Smith · 10 years ago
  65. a5703bc [PlaceSafepoints] Stop special casing some intrinsics by Philip Reames · 10 years ago
  66. 4bc9d4e Try to fix the build with MSVC 2015 by disabling sized deallocation by Reid Kleckner · 10 years ago
  67. c0f6113 Revert r237539: "Reapply r237520 with another fix for infinite looping" by Hans Wennborg · 10 years ago
  68. 486f97b Remove a stale comment by Philip Reames · 10 years ago
  69. 556425f [lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to every unit of work separately by Kostya Serebryany · 10 years ago
  70. 4345121 Add a comment line that was accidentally dropped in r236671. by Akira Hatanaka · 10 years ago
  71. 05f725e [DWARF parser] Make DWARF parser more robust against missing compile/type units. by Alexey Samsonov · 10 years ago
  72. b9b3fb2 [opaque pointer type] Provide a convenience function for creating direct CallInsts to Functions in IRBuilder by David Blaikie · 10 years ago
  73. e5a7236 Revert r237708 (MIR serialization) - incremental buildbots became unstable. by Alex Lorenz · 10 years ago
  74. 94a1bbf [opaque pointer type] Provide the ability to pass an explicit type when creating a CallInst through IRBuilder by David Blaikie · 10 years ago
  75. dfc41db MachineInstr: Remove unused parameter. by Matthias Braun · 10 years ago
  76. 31d2ee7 [Speculation] NFC: more header comments by Jingyue Wu · 10 years ago
  77. 6526636 Fix MIR testcase committed in r237708 - remove target triple. by Alex Lorenz · 10 years ago
  78. 64b0d53 Remove unnecessary cast. NFC by Pete Cooper · 10 years ago
  79. 4ca606f [DWARF parser] Add basic support for DWZ DWARF multifile extensions. by Alexey Samsonov · 10 years ago
  80. 4d88c3e Dereferenceable, dereferenceable_or_null metadata for loads by Sanjoy Das · 10 years ago
  81. 041ab65 use 'auto *' for pointers; clearer usage, no deep copying by Sanjay Patel · 10 years ago
  82. 4c8545c Remove unused MCExpr.h include from MCELF.h. NFC by Pete Cooper · 10 years ago
  83. 0f9fcd2 tidy up by Sanjay Patel · 10 years ago
  84. 4c34f96 Fix llc path in MIR testcases committed in r237708. by Alex Lorenz · 10 years ago
  85. f75a247 use range-based for-loop by Sanjay Patel · 10 years ago
  86. 61386a4 Remove unused MCRelocationInfo.h include from MCDisassembler.h. NFC by Pete Cooper · 10 years ago
  87. 27ca64f Change a reachable unreachable to a fatal error. by Filipe Cabecinhas · 10 years ago
  88. 328f462 MIR Serialization: print and parse LLVM IR using MIR format. by Alex Lorenz · 10 years ago
  89. 98fe1d2 Remove unused MachineLocation.h include from MCAsmInfo.h. NFC by Pete Cooper · 10 years ago
  90. f7ad33b RegisterCoalescer: Improve a comment. by Matthias Braun · 10 years ago
  91. 038aeda use range-based for loop by Sanjay Patel · 10 years ago
  92. 92948b0 [RewriteStatepointsForGC] Fix up naming in "relocationViaAlloca" and run it through clang-format. by Igor Laevsky · 10 years ago
  93. 51891f2 Remove the InstructionSimplifierPass immediately after InstructionCombiningPass. by Wei Mi · 10 years ago
  94. 4273703 [RewriteStatepointsForGC] For some values (like gep's and bitcasts) it's cheaper to clone them after statepoint than to emit proper relocates for them. This change implements this logic. There is alredy similar optimization in CodeGenPrepare, but doing so during RewriteStatepointsForGC allows to capture more opprtunities such as relocates in loops and longer instruction chains. by Igor Laevsky · 10 years ago
  95. 70d1005 [mips][microMIPSr6] Implement NOR, OR, ORI, XOR and XORI instructions by Zoran Jovanovic · 10 years ago
  96. 94ddfe5 [mips][microMIPSr6] Implement AND and ANDI instructions by Zoran Jovanovic · 10 years ago
  97. f1ed587 Rangify for loop in Cleanup(), NFC. by Yaron Keren · 10 years ago
  98. add5ea6 Prevent Cleanup() from running more than once. by Yaron Keren · 10 years ago
  99. 7141b3d Use cat and not type Under MSYS, same as Cygwin. by Yaron Keren · 10 years ago
  100. dfce63b [mips] Correct and improve special-case shuffle instructions. by Daniel Sanders · 10 years ago