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