- 368f045 [InstCombine] Refactor out OptimizeOverflowCheck. NFCI. by Sanjoy Das · 10 years ago
- b343d1c Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform stores" by Adam Nemet · 10 years ago
- 34354ec [bpf] support BPF backend as shared library by Alexei Starovoitov · 10 years ago
- a6099cb Oops, didn't mean to commit my debug fprintfs by Matthias Braun · 10 years ago
- 65bae69 R600/SI: Add some missing overrides by Tom Stellard · 10 years ago
- 593fcb4 LiveInterval: Fix computeFromMainRange() producing adjacent segments with same valno by Matthias Braun · 10 years ago
- a787066 R600/SI: Initial support for assembler and inline assembly by Tom Stellard · 10 years ago
- c0578c3 R600/SI: Add missing SOPK instructions by Tom Stellard · 10 years ago
- 434e097 R600/SI: Don't print offset0/offset1 DS operands when they are 0 by Tom Stellard · 10 years ago
- e93f977 ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
- 112102c AArch64: disallow "fmov sD, #-0.0" during assembly. by Tim Northover · 10 years ago
- 13c7f90 Delete commented code. Don't repeat name in comment. by Rafael Espindola · 10 years ago
- 8722669 Don't subtract the header size just to add it back. by Rafael Espindola · 10 years ago
- a0834f1 [LoopAccesses] Allow analysis to complete in the presence of uniform stores by Adam Nemet · 10 years ago
- a0b08aa [WinEH] Add invoke of llvm.donothing to outlined catch and cleanup handlers to identify their personality. by Andrew Kaylor · 10 years ago
- ceea19a Use support::endian. NFC. by Rafael Espindola · 10 years ago
- bf36ade Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting. by Pete Cooper · 10 years ago
- 696a345 Remove dead code. NFC. by Rafael Espindola · 10 years ago
- 236bac7 [ARM] Mark a bunch of .td Operands with type _MEMORY. by Ahmed Bougacha · 10 years ago
- 68e6b65 [bpf] fix build by Alexei Starovoitov · 10 years ago
- 1106660 [WinEH] Fix xdata generation when no catch object is present by Reid Kleckner · 10 years ago
- 8a781be Remove intermediate variables. by Rafael Espindola · 10 years ago
- bf9be6b move helper function closer to use; NFC by Sanjay Patel · 10 years ago
- 396e5a8 Enable W4 warnings by default for MSVC builds by Andrew Kaylor · 10 years ago
- c78f07a Remove unused argument. by Rafael Espindola · 10 years ago
- 8d06b52 DebugInfo: Remove constructors for DIRef<> by Duncan P. N. Exon Smith · 10 years ago
- 876ee73 add some const to FastMathFlags getters; NFC by Sanjay Patel · 10 years ago
- 285ec33 [lit] Allow disabling an entire gtest suite, as is done in tsan by Reid Kleckner · 10 years ago
- 47a6d12 Revert "Try a third time to fix MSVC build after r234290" by Duncan P. N. Exon Smith · 10 years ago
- 0d8314f AArch64: Don't lower ISD::SELECT to ISD::SELECT_CC by Matthias Braun · 10 years ago
- 5351b6d Revert "Workaround bot failure with explicit conversion to MDTuple*" by Duncan P. N. Exon Smith · 10 years ago
- 05d49df Workaround continued bot failures with MDTupleTypedArrayWrapper by Duncan P. N. Exon Smith · 10 years ago
- d9624d4 Workaround bot failure with explicit conversion to MDTuple* by Duncan P. N. Exon Smith · 10 years ago
- 2e25115 IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*() by Duncan P. N. Exon Smith · 10 years ago
- 6221f41 Cleanup register pressure calculation in MachineLICM. by Daniel Jasper · 10 years ago
- db3b3a0 [mips] [IAS] Allow .set assignments for already defined symbols. by Toma Tabacu · 10 years ago
- 838c24a Refactor a lot of duplicated code for stub output. by Rafael Espindola · 10 years ago
- f9535e2 Silencing several "enumeral and non-enumeral type in conditional expression" warnings; NFC. by Aaron Ballman · 10 years ago
- 1252bb4 Clear the stub map in getSortedStubs. by Rafael Espindola · 10 years ago
- 0e407e7 [TableGen] Prevent invalid code generation when emitting AssemblerPredicate conditions. by Toma Tabacu · 10 years ago
- 1fe7512 [MachineLICM] Remove obsolete comment about not considering reg pressure. by Daniel Jasper · 10 years ago
- ee6f788 Add test showing that MachineLICM is calculating register pressure wrong by Daniel Jasper · 10 years ago
- 78906c6 [RuntimeDyld] Always allocate at least 1 byte for object sections in the JIT to by Lang Hames · 10 years ago
- d27a0a9 [Orc] Save all the x86-64 GPRs before re-entering the JIT. by Lang Hames · 10 years ago
- c513d37 Try a third time to fix MSVC build after r234290 by Duncan P. N. Exon Smith · 10 years ago
- faa23b7 Try again to fix MSVC build after r234290 by Duncan P. N. Exon Smith · 10 years ago
- ea6394e Try to fix MSVC build after r234290 by Duncan P. N. Exon Smith · 10 years ago
- 92d1a52 DebugInfo: Remove DITypedArray<>, replace with typedefs by Duncan P. N. Exon Smith · 10 years ago
- b135631 DebugInfo: Remove DICompositeType mutation API by Duncan P. N. Exon Smith · 10 years ago
- 351071c DebugInfo: Use DebugNodeRef in MDImportedEntity::getEntity() by Duncan P. N. Exon Smith · 10 years ago
- 550b962 DebugInfo: Move DIFlag accessors from DIVariable to MDLocalVariable by Duncan P. N. Exon Smith · 10 years ago
- c6ac80b DebugInfo: Move DIExpression bit-piece API to MDExpression by Duncan P. N. Exon Smith · 10 years ago
- fb2e97e DebugInfo: Remove special iterators from DIExpression by Duncan P. N. Exon Smith · 10 years ago
- ad8a6b6 [LoopAccesses] New API to query if memchecks are necessary after partitioning by Adam Nemet · 10 years ago
- 320efb0 DebugInfo: Move DISubprogram::is*() queries to MDSubprogram by Duncan P. N. Exon Smith · 10 years ago
- 8395c21 DebugInfo: Move DIType::is*() queries to MDType by Duncan P. N. Exon Smith · 10 years ago
- 5f3bcf7 DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNode by Duncan P. N. Exon Smith · 10 years ago
- 329f821 IR: Rename MDSubrange::getLo() to getLowerBound() by Duncan P. N. Exon Smith · 10 years ago
- 6f6cc8c Fix some minor abuse of C++ terminology in comments. by Richard Smith · 10 years ago
- e98edd2 DebugInfo: Drop dead code for loose DIDescriptor construction API by Duncan P. N. Exon Smith · 10 years ago
- 894f455 bindings/go: Stop using DIDescriptor::is*() and auto-casting by Duncan P. N. Exon Smith · 10 years ago
- 4a4ba5c IR: Fix -Werror noasserts build after r234255 by Duncan P. N. Exon Smith · 10 years ago
- 0477045 CodeGen: Stop using DIDescriptor::is*() and auto-casting by Duncan P. N. Exon Smith · 10 years ago
- 573ca05 Transforms: Stop using DIDescriptor::is*() and auto-casting by Duncan P. N. Exon Smith · 10 years ago
- 1545953 IR: Stop using DIDescriptor::is*() and auto-casting by Duncan P. N. Exon Smith · 10 years ago
- 310c640 Fix failure on builder clang-cmake-mips where it was printing a 32-bit address by Kevin Enderby · 10 years ago
- 2b8aee8 DebugInfo: Allow isa<> on DIDescriptor and subclasses by Duncan P. N. Exon Smith · 10 years ago
- 7bdc1cb Use sext in fast isel. by Rafael Espindola · 10 years ago
- a10307b DebugInfo: Reimplement DIRef<>::resolve() using TypedDebugNodeRef<> by Duncan P. N. Exon Smith · 10 years ago
- 93d8e23 [lit] Skip gtest names starting with DISABLED_ by Reid Kleckner · 10 years ago
- cf0d94f DebugInfo: Drop confusing forwarding API from DILexicalBlockFile by Duncan P. N. Exon Smith · 10 years ago
- 0123b6e [lit] Fix running gtest type-parameterized tests on Windows by Reid Kleckner · 10 years ago
- 23e0384 Reapply "DebugInfo: Loosen DILexicalBlock constructor" by Duncan P. N. Exon Smith · 10 years ago
- 1114e43 Revert "DebugInfo: Loosen DILexicalBlock constructor" by Duncan P. N. Exon Smith · 10 years ago
- 4f67d91 ArgPromo: Bail out earlier for varargs functions by David Blaikie · 10 years ago
- 2925bd0 DebugInfo: Loosen DILexicalBlock constructor by Duncan P. N. Exon Smith · 10 years ago
- aa5880d Move `checkInterfaceFunction` to ModuleUtils by Ismail Pazarbasi · 10 years ago
- af10235 [opaque pointer type] Avoid using PointerType::getElementType when parsing IR by David Blaikie · 10 years ago
- 1ea2495 DebugInfo: Remove DIDescriptor::Verify() by Duncan P. N. Exon Smith · 10 years ago
- 520ab69 DebugInfo: Add MDTypeRefArray, to replace DITypeArray by Duncan P. N. Exon Smith · 10 years ago
- 0e89353 DebugInfo: Remove dead DIType::operator DITypeRef(), NFC by Duncan P. N. Exon Smith · 10 years ago
- e009b6f DebugInfo: Use MDTypeRef throughout the hierarchy by Duncan P. N. Exon Smith · 10 years ago
- ebb3c53 [WinEH] Don't sink allocas into child handlers by Reid Kleckner · 10 years ago
- 8af3f96 ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available. by Tim Northover · 10 years ago
- 2ec7242 [X86][SSE] Use (V)PINSRB for direct byte insertion in 16i8 buildvector on SSE4.1 targets by Simon Pilgrim · 10 years ago
- 000ffac Fix failure on builder llvm-clang-lld-x86_64-debian-fast as the by Kevin Enderby · 10 years ago
- e2b7e60 Add some type safety to GlobalObject/GlobalValue - they're always PointerTypes so let's type them that way. by David Blaikie · 10 years ago
- 05652b6 DebugInfo: Create MDTypeRef, etc., to replace DITypeRef by Duncan P. N. Exon Smith · 10 years ago
- 3a69ccd DebugInfo: Remove dead DIRef::getName() by Duncan P. N. Exon Smith · 10 years ago
- 2e8b39e For llvm-objdump added support for printing Objc2 32-bit runtime meta data by Kevin Enderby · 10 years ago
- 8eb4511 Metadata: Add typed array-like wrapper for MDTuple by Duncan P. N. Exon Smith · 10 years ago
- c6370a1 DebugInfo: Remove dead code for accessing fields by Duncan P. N. Exon Smith · 10 years ago
- e75a8c3 AutoUpgrade: Remove obsolete dbg.declare/value upgrade by Duncan P. N. Exon Smith · 10 years ago
- 10483b9 [SLSR] consider &B[S << i] as &B[(1 << i) * S] by Jingyue Wu · 10 years ago
- 7d424d4 [DAGCombiner] Add support for FCEIL, FFLOOR and FTRUNC vector constant folding by Simon Pilgrim · 10 years ago
- fe42afc Verifier: Check composite type template params by Duncan P. N. Exon Smith · 10 years ago
- b508daa DebugInfo: Use MDFile instead of accessing operands directly, NFC by Duncan P. N. Exon Smith · 10 years ago
- 6ba6e55 Use a comma after the unique keyword. by Rafael Espindola · 10 years ago
- 28827be fix typos; NFC by Sanjay Patel · 10 years ago
- e17e7a2 Remove unnecessary uses of AliasedSymbol. by Rafael Espindola · 10 years ago