1. cb9a410 [mips] Fix ehframe-indirect.ll test. by Daniel Sanders · 10 years ago
  2. e1207bb [mips] The naming convention for private labels is ABI dependant. by Daniel Sanders · 10 years ago
  3. efab5a1 [StatepointLowering] Support of the gc.relocates for invoke statepoints. by Igor Laevsky · 10 years ago
  4. 362b8e5 [mips] [IAS] Factor out .set nomacro warning. NFC. by Toma Tabacu · 10 years ago
  5. 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
  6. ee25444 [TableGen] Fix a memory leak. by Craig Topper · 10 years ago
  7. 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
  8. 349f0b1 [X86] Implement the local-exec TLS model for Windows targets by David Majnemer · 10 years ago
  9. 37e9aba MC: Use MCSymbol in most of ELFObjectWriter, NFC by Duncan P. N. Exon Smith · 10 years ago
  10. ed5afe4 Support: Introduce LLVM_FALLTHROUGH macro. by Peter Collingbourne · 10 years ago
  11. 95d08bc Add a GCStrategy for CoreCLR by Swaroop Sridhar · 10 years ago
  12. a6f501c [bpf] fix build by Alexei Starovoitov · 10 years ago
  13. 891fd53 MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC by Duncan P. N. Exon Smith · 10 years ago
  14. e1fce86 MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC by Duncan P. N. Exon Smith · 10 years ago
  15. a5703bc [PlaceSafepoints] Stop special casing some intrinsics by Philip Reames · 10 years ago
  16. 4bc9d4e Try to fix the build with MSVC 2015 by disabling sized deallocation by Reid Kleckner · 10 years ago
  17. c0f6113 Revert r237539: "Reapply r237520 with another fix for infinite looping" by Hans Wennborg · 10 years ago
  18. 486f97b Remove a stale comment by Philip Reames · 10 years ago
  19. 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
  20. 4345121 Add a comment line that was accidentally dropped in r236671. by Akira Hatanaka · 10 years ago
  21. 05f725e [DWARF parser] Make DWARF parser more robust against missing compile/type units. by Alexey Samsonov · 10 years ago
  22. b9b3fb2 [opaque pointer type] Provide a convenience function for creating direct CallInsts to Functions in IRBuilder by David Blaikie · 10 years ago
  23. e5a7236 Revert r237708 (MIR serialization) - incremental buildbots became unstable. by Alex Lorenz · 10 years ago
  24. 94a1bbf [opaque pointer type] Provide the ability to pass an explicit type when creating a CallInst through IRBuilder by David Blaikie · 10 years ago
  25. dfc41db MachineInstr: Remove unused parameter. by Matthias Braun · 10 years ago
  26. 31d2ee7 [Speculation] NFC: more header comments by Jingyue Wu · 10 years ago
  27. 6526636 Fix MIR testcase committed in r237708 - remove target triple. by Alex Lorenz · 10 years ago
  28. 64b0d53 Remove unnecessary cast. NFC by Pete Cooper · 10 years ago
  29. 4ca606f [DWARF parser] Add basic support for DWZ DWARF multifile extensions. by Alexey Samsonov · 10 years ago
  30. 4d88c3e Dereferenceable, dereferenceable_or_null metadata for loads by Sanjoy Das · 10 years ago
  31. 041ab65 use 'auto *' for pointers; clearer usage, no deep copying by Sanjay Patel · 10 years ago
  32. 4c8545c Remove unused MCExpr.h include from MCELF.h. NFC by Pete Cooper · 10 years ago
  33. 0f9fcd2 tidy up by Sanjay Patel · 10 years ago
  34. 4c34f96 Fix llc path in MIR testcases committed in r237708. by Alex Lorenz · 10 years ago
  35. f75a247 use range-based for-loop by Sanjay Patel · 10 years ago
  36. 61386a4 Remove unused MCRelocationInfo.h include from MCDisassembler.h. NFC by Pete Cooper · 10 years ago
  37. 27ca64f Change a reachable unreachable to a fatal error. by Filipe Cabecinhas · 10 years ago
  38. 328f462 MIR Serialization: print and parse LLVM IR using MIR format. by Alex Lorenz · 10 years ago
  39. 98fe1d2 Remove unused MachineLocation.h include from MCAsmInfo.h. NFC by Pete Cooper · 10 years ago
  40. f7ad33b RegisterCoalescer: Improve a comment. by Matthias Braun · 10 years ago
  41. 038aeda use range-based for loop by Sanjay Patel · 10 years ago
  42. 92948b0 [RewriteStatepointsForGC] Fix up naming in "relocationViaAlloca" and run it through clang-format. by Igor Laevsky · 10 years ago
  43. 51891f2 Remove the InstructionSimplifierPass immediately after InstructionCombiningPass. by Wei Mi · 10 years ago
  44. 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
  45. 70d1005 [mips][microMIPSr6] Implement NOR, OR, ORI, XOR and XORI instructions by Zoran Jovanovic · 10 years ago
  46. 94ddfe5 [mips][microMIPSr6] Implement AND and ANDI instructions by Zoran Jovanovic · 10 years ago
  47. f1ed587 Rangify for loop in Cleanup(), NFC. by Yaron Keren · 10 years ago
  48. add5ea6 Prevent Cleanup() from running more than once. by Yaron Keren · 10 years ago
  49. 7141b3d Use cat and not type Under MSYS, same as Cygwin. by Yaron Keren · 10 years ago
  50. dfce63b [mips] Correct and improve special-case shuffle instructions. by Daniel Sanders · 10 years ago
  51. 07cfd92 As r237678 was reverted, this is no longer needed. by Yaron Keren · 10 years ago
  52. 7004ac8 [mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU instructions by Zoran Jovanovic · 10 years ago
  53. a44933e Fix Visual C++ errors C2784, C2780, C2782 after r237678. by Yaron Keren · 10 years ago
  54. 5440f21 [X86] ABI change for x86-32: pass 3 vector arguments in-register instead of 4, except on Darwin. by Michael Kuperstein · 10 years ago
  55. ef3ec7c Revert "Avoid size_t -> unsigned conversion in MathExtras.h header. NFC". by Pawel Bylica · 10 years ago
  56. 8fae893 Avoid size_t -> unsigned conversion in MathExtras.h header. NFC. by Pawel Bylica · 10 years ago
  57. 6aed5af Fix documentation for Set-Like Containers by Artyom Skrobov · 10 years ago
  58. 4a977156 Fix getSwappedBytes for double. by Pawel Bylica · 10 years ago
  59. df11b54 BrainF.cpp: Update CreateCall() according to r237624. by NAKAMURA Takumi · 10 years ago
  60. d70b3ac Drop unnecessary ';' after namespace by Tobias Grosser · 10 years ago
  61. 42cff15 SelectionDAG: Cleanup and simplify FoldConstantArithmetic by Matthias Braun · 10 years ago
  62. bf27e11 [BitcodeReader] Error out if we read an invalid function argument type by Filipe Cabecinhas · 10 years ago
  63. 3b3cbed [lib/Fuzzer] more efficient reload logic; also don't spam git too much by Kostya Serebryany · 10 years ago
  64. c3ccd67 [BitcodeReader] It's a malformed block if CodeLenWidth is too big by Filipe Cabecinhas · 10 years ago
  65. 09f87b4 DAGCombiner: Factor common pattern into isOneConstant() function. NFC by Matthias Braun · 10 years ago
  66. 91088c6 DAGCombiner: Factor common pattern into isAllOnesConstant() function. NFC by Matthias Braun · 10 years ago
  67. a6698bb DAGCombiner: Use isNullConstant() where possible by Matthias Braun · 10 years ago
  68. a641a4a Store intrinsic ID by value in Function instead of a string lookup. NFC. by Pete Cooper · 10 years ago
  69. d422281 Move Function::lookupIntrinsicID to a static method. NFC by Pete Cooper · 10 years ago
  70. 37f1bba Re-land r237175: [X86] Always return the sret parameter in eax/rax ... by Reid Kleckner · 10 years ago
  71. 42d8237 Revert accidental change in r237633 by Matthias Braun · 10 years ago
  72. 1193b61 [mips][microMIPSr6] Implement LSA instruction by Jozef Kolek · 10 years ago
  73. 4f5829a DAGCombiner: Factor common pattern into isNullConstant() function. NFC by Matthias Braun · 10 years ago
  74. ff4ab44 Revert "[opaque pointer type] Provide a convenience for IRBuilder::CreateCall that accepts a Function without needing to take an explicit callee Type" by David Blaikie · 10 years ago
  75. b2bf278 [BitcodeReader] Make sure the type of the inserted value matches the type of the aggregate at those indices by Filipe Cabecinhas · 10 years ago
  76. 4d632b4 [opaque pointer type] Provide a convenience for IRBuilder::CreateCall that accepts a Function without needing to take an explicit callee Type by David Blaikie · 10 years ago
  77. 042dd34 Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced init only by David Blaikie · 10 years ago
  78. 300c594 80-col fixup. by Eric Christopher · 10 years ago
  79. 847a488 Fix grammar in comments. by Eric Christopher · 10 years ago
  80. 6b57892 AArch64: work around ld64 bug more aggressively. by Tim Northover · 10 years ago
  81. 8b6f5f0 Fix some odd whitespace and formatting errors while making by Eric Christopher · 10 years ago
  82. 70a2c72 Extract the load/store type verification to a separate function. by Filipe Cabecinhas · 10 years ago
  83. 05ef67b [lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD CORPUS' to synchronize with other processes by Kostya Serebryany · 10 years ago
  84. 825a528 [YAML] Plug a memory leak by Benjamin Kramer · 10 years ago
  85. e4603f0 MachineInstr: Change return value of getOpcode() to unsigned. by Matthias Braun · 10 years ago
  86. 881547e [Verifier] Assert gc_relocate always return a pointer type by Chen Li · 10 years ago
  87. 2306579 [PlaceSafepoints] Assertion on that gc_result can not have preceding phis should only apply to invoke statepoint by Chen Li · 10 years ago
  88. 7b81f73 MC: clang-format MCContext. NFC. by Jim Grosbach · 10 years ago
  89. 19696da MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  90. 0799eb1 Exploit dereferenceable_or_null attribute in LICM pass by Sanjoy Das · 10 years ago
  91. 9962fd0 ARM: allow jump tables to be placed as constant islands. by Tim Northover · 10 years ago
  92. 2703007 [ScalarEvolution] refactor: extract interface getGEPExpr by Jingyue Wu · 10 years ago
  93. febe781 Fix llvm::BumpPtrAllocatorImpl::Reset() by Hans Wennborg · 10 years ago
  94. 0b9ee77 indvars cruft: don't replace phi nodes for no reason. by Andrew Trick · 10 years ago
  95. 688ae33 SimplifyIV comments and dead argument cleanup. by Andrew Trick · 10 years ago
  96. ccafe05 Sparc: support the "set" synthetic instruction. by James Y Knight · 10 years ago
  97. 292c78b Preserve the order of READ_REGISTER and WRITE_REGISTER by Hal Finkel · 10 years ago
  98. 0139af3 Revert r237579, as it broke windows buildbots by Oliver Stannard · 10 years ago
  99. 1467a41 Sparc: Support PSR, TBR, WIM read/write instructions. by James Y Knight · 10 years ago
  100. ee05820 Sparc: Add the "alternate address space" load/store instructions. by James Y Knight · 10 years ago