- a9a920d Remove unnecessary FIXME comment by Renato Golin · 10 years ago
- 41c749a Fixed unused variable warning in non-assert builds from rL237885 by Simon Pilgrim · 10 years ago
- 87d1836 [X86][SSE] Improve support for 128-bit vector sign extension by Simon Pilgrim · 10 years ago
- cebe8f8 [mips] [IAS] Add 2 missing CHECK directives for fixups in mips-expansions.s. by Toma Tabacu · 10 years ago
- 80bb2d9 [TableGen] Resolve complex def names inside multiclasses by Hal Finkel · 10 years ago
- 583dac8 AsmPrinter: Compute absolute label difference directly by Duncan P. N. Exon Smith · 10 years ago
- 1d4f2ba MC: Initialize MCSymbolData::Offset directly by Duncan P. N. Exon Smith · 10 years ago
- 8eca988 [MemCpyOpt] Do move the memset, but look at its dest's dependencies. by Ahmed Bougacha · 10 years ago
- 4652459 MC: Simplify MCSymbolData initialization and remove MCSymbol pointer by Duncan P. N. Exon Smith · 10 years ago
- 0141c66 Document the CoreCLR GC Strategy by Swaroop Sridhar · 10 years ago
- 549a742 MC: Make MCSymbolData::Symbol private by Duncan P. N. Exon Smith · 10 years ago
- aa87ff8 MC: Remove last use of MCSymbolData::getSymbol(), NFC by Duncan P. N. Exon Smith · 10 years ago
- d591505 [MemCpyOpt] Pass Instruction to IRBuilder, no need for NextNode. NFC. by Ahmed Bougacha · 10 years ago
- 47ee653 [opaque pointer type] Pass explicit pointee type in another case of GEP constant folding by David Blaikie · 10 years ago
- f12338a Fix build error by Andrew Kaylor · 10 years ago
- 6d1485e [MemCpyOpt] Don't move the memset when optimizing memset+memcpy. by Ahmed Bougacha · 10 years ago
- 008a1ef Fix build warning by Andrew Kaylor · 10 years ago
- d0f4ffa [WinEH] C++ EH state numbering fixes by Andrew Kaylor · 10 years ago
- 7681f6a [WinEH] Store pointers to the LSDA in the exception registration object by Reid Kleckner · 10 years ago
- 05b0f7d Don't generate comments in the DebugLocStream unless required. NFC. by Pete Cooper · 10 years ago
- d4483d4 Revert "Add bool to DebugLocDwarfExpression to control emitting comments." by Pete Cooper · 10 years ago
- fa13c71 Revert r237828 "[X86] Remove unused node after morphing it from shr to and." by Hans Wennborg · 10 years ago
- 0dd9a67 [doc] Update Lexicon with C++ unwinder acronyms by Nick Kledzik · 10 years ago
- 14a714f [opaque pointer type] Pass explicit type to Load instruction creation in AutoUpgrade by David Blaikie · 10 years ago
- e677c7b [Target/ARM] Only enable OptimizeBarrierPass at -O1 and above. by Davide Italiano · 10 years ago
- b753a30 [lib/Fuzzer] more docs by Kostya Serebryany · 10 years ago
- 3f1b2bd AsmParser: Require a terminating null character when creating memory buffer. by Alex Lorenz · 10 years ago
- e86ba4b [opaque pointer type] LoadInst: assert that the explicit type matches the implicit one by David Blaikie · 10 years ago
- cfa5342 MC: Remove most remaining uses of MCSymbolData::getSymbol(), NFC by Duncan P. N. Exon Smith · 10 years ago
- 644f1ff [X86] Remove unused node after morphing it from shr to and. by Benjamin Kramer · 10 years ago
- c212d49 Add bool to DebugLocDwarfExpression to control emitting comments. by Pete Cooper · 10 years ago
- 96273f6 MC: Stop using MCSymbolData::getSymbol() in WinCOFF, NFC by Duncan P. N. Exon Smith · 10 years ago
- bed96c8 Use a SmallString buffer instead of a std::string for debug info path lookup. NFC. by Pete Cooper · 10 years ago
- fa3d0dc DAGCombiner: Continue combining if FoldConstantArithmetic() fails. by Matthias Braun · 10 years ago
- d594ba0 Reapply r237539 with a fix for the Chromium build. by James Molloy · 10 years ago
- ee15f86 ARM: Fix comment and make it slightly more readable by Matthias Braun · 10 years ago
- 80b2cb6 MC: Use MCSymbol in LocalCommon, NFC by Duncan P. N. Exon Smith · 10 years ago
- 12f6308 Fix icmp lowering by Pawel Bylica · 10 years ago
- 9584e07 Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC. by Pete Cooper · 10 years ago
- 1563a4a Temporary delete the test while we're investigating crashes in LLVMObject it causes. by Alexey Samsonov · 10 years ago
- 91a675f MC: Add MCSymbolData back to MCAssembler dump by Duncan P. N. Exon Smith · 10 years ago
- 20cf3f4 MC: Update MCAssembler to use MCSymbol, NFC by Duncan P. N. Exon Smith · 10 years ago
- 10054fb [YAML] Make Node's destructor non-virtual. by Benjamin Kramer · 10 years ago
- c8d166a MC: Use MCSymbol in MachObjectWriter, NFC by Duncan P. N. Exon Smith · 10 years ago
- f5bdf04 MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC by Duncan P. N. Exon Smith · 10 years ago
- 8ca7ac2 Get Triple::getARMCPUForArch() to use TargetParser by Renato Golin · 10 years ago
- 5a2d715 Unit tests for the getSwappedBytes(double) fix from r237673. by Pawel Bylica · 10 years ago
- cc3dffb5 Silencing a -Wsign-compare warning; NFC. by Aaron Ballman · 10 years ago
- b65b24c AVX-512: fixed algorithm of building vectors of i1 elements by Elena Demikhovsky · 10 years ago
- a774621 Revert r237789 - [mips] The naming convention for private labels is ABI dependant. by Daniel Sanders · 10 years ago
- 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