2017-05-08 |
Eugene Zemtsov | Fix typo |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Adrian Prantl | Make it illegal for two Functions to point to the same... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Matthias Braun | STLExtras: Fix enumerate() documentation |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Greg Clayton | Fix typo "veify" to "verify". |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] add folds for not-of-shift-right |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Davide Italiano | [PartialInlining] Capture by reference rather than... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Tim Northover | ARM: use divmod libcalls on embedded MachO platforms... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Reid Kleckner | Don't add DBG_VALUE instructions for static allocas... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zachary Turner | Add some useful helper methods / operators to TypeIndex. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Reid Kleckner | Update instructions for using the experimental monorepo |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zachary Turner | [BitVector] Make find_prev member function const. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjoy Das | Add a blurb to the release notes about the WeakVH ... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zachary Turner | [CodeView] Add support for random access type visitors. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Quentin Colombet | [AArch64][RegisterBankInfo] Change the default mapping... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Quentin Colombet | [AArch64][RegisterBankInfo] Fix mapping cost for GPR. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] move/add tests for not(shr (not X), Y... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [ARM] Use a Changed flag to avoid making a pass's retur... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [SCEV] Make setRange take ConstantRange by value instea... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [SCEV] Don't use std::move on both inputs to APInt... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Daniel Berlin | ConstantFold: Handle gep nonnull, undef as well |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Daniel Berlin | ConstantFold: Fold getelementptr (i32, i32* null,... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [ValueTracking] Use KnownOnes to provide a better bound... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zvi Rackover | [X86] Split test configurations. NFC. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstSimplify] fix typo; NFC |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] use local variable to reduce code duplica... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [ValueTracking] Introduce a version of computeKnownBits... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine/InstSimplify] add comments about code... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Sanjay Patel | [InstCombine] add another test for PR32949; NFC |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zvi Rackover | InstructionSimplify: Refactor foldIdentityShuffles... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Geoff Berry | Fix comment typos. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zvi Rackover | Adding reproducer for pr32967. NFC. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | [X86][SSE] Improve combineLogicBlendIntoPBLENDV to... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | Normalize line endings. NFCI, |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Zvi Rackover | IR: Add a shufflevector mask commutation helper functio... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | [ARM][NEON] Add support for ISD::ABS lowering |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Martin Storsjo | [ARM] Clear the constant pool cache on explicit .ltorg... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Simon Pilgrim | [AARCH64][NEON] Add support for ISD::ABS lowering |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Igor Breger | [GlobalISel][X86] G_GEP selection support. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Igor Breger | [GlobalISel][X86] G_MUL legalizer/selector support. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Andrew Ng | [Lit] Fix to prevent creation of "%SystemDrive%" direct... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Modify tcMultiplyPart's overflow detection... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Use std::min instead of writing the same thing... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Remove 'else' after 'return' in tcMultiply... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Dean Michael... | [XRay] Custom event logging intrinsic |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [SCEV] Use APInt::operator*=(uint64_t) to avoid a tempo... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Take advantage of new operator*=(uint64_t)... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [APInt] Add support for multiplying by a uint64_t. |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Hopefully one last commit to fix this patch, addresses... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Quick fix to D32609, it seems .o files are not transfer... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Update llvm-readobj -coff-resources to display tree... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Craig Topper | [SCEV] Have getRangeForAffineARHelper take StartRange... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Revert "Hopefully one last commit to fix this patch... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Eric Beckmann | Hopefully one last commit to fix this patch, addresses... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Beckmann | Quick fix to D32609, it seems .o files are not transfer... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Eric Beckmann | Update llvm-readobj -coff-resources to display tree... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Craig Topper | [ConstantRange][SimplifyCFG] Add a helper method to... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Craig Topper | [ConstantRange] Remove 'Of' from name of ConstantRange... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Simon Pilgrim | [X86][AVX1] Improve 256-bit vector costs for integer... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Lang Hames | [Orc] Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Sanjay Patel | [InstSimplify] add tests for PR32949 miscompile; NFC |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Zvi Rackover | InstructionSimplify: Relanding r301766 |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Lang Hames | Make llvm-rtdlyd -check preserve automatic address... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Craig Topper | [SCEV] Use move semantics in ScalarEvolution::setRange |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Sanjay Patel | [InstSimplify] use ConstantRange to simplify or-of... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Peter Szecsi | [Kaleidoscope] toy.cpp use after move fix |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Sanjoy Das | Remove unnecessary const_cast |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Sanjoy Das | Use array_pod_sort instead of std::sort |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Lang Hames | Fix comment. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Saleem Abdulrasool | COFF: add ARM64 relocation types |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86][AVX512] Relax assertion and just exit combine... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86][AVX512] Move v2i64/v4i64 VPABS lowering to tablegen |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86] Reduce code for setting operations actions by... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [NVPTX] Add support for ISD::ABS lowering |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86][SSE] Break register dependencies on v16i8/v8i16... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Brian Gesiak | [Analysis] Print out unreachable loops |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [X86][AVX2] Add scheduling latency/throughput tests... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Simon Pilgrim | [DAGCombiner] If ISD::ABS is legal/custom, use it direc... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [SCEV] Remove extra APInt copies from getRangeForAffine... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [SCEV] Use std::move to avoid some APInt copies. |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [SCEV] Use APInt's uint64_t operations instead of creat... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [SCEV] Avoid a couple APInt copies by capturing by... |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Craig Topper | [LazyValueInfo] Avoid unnecessary copies of ConstantRanges |
commit | commitdiff | tree | snapshot |
2017-05-06 |
Kamil Rytarowski | Note addition of NetBSD support in googletest |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Kostya Serebryany | [sanitizer-coverage] implement -fsanitize-coverage... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Quentin Colombet | [RegisterBankInfo] Uniquely allocate instruction mapping. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Craig Topper | [BitVector] Improve the description of the BitVector... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Craig Topper | Fix spelling error in command line option description... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Eugene Zelenko | [IR] Fix some Clang-tidy modernize-use-using warnings... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Easwaran Raman | Override invalidate of ProfileSummaryInfo to return... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Krzysztof Parzyszek | [Hexagon] Disable predicated calls by default |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Krzysztof Parzyszek | [Hexagon] Remove C6 and C7 as separate registers |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Krzysztof Parzyszek | [RDF] Remove covered parts of reached uses for phi... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Matthias Braun | ARM: Compute MaxCallFrame size early |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Zachary Turner | [CodeView] Reserve TypeDatabase records up front. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Matthias Braun | Add missing target triple to test |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Zachary Turner | Fix -Wreorder warning. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Zachary Turner | [StreamArray] Pipe the Offset through the constructor. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Kannan Narayanan | [AMDGPU] In the new waitcnt insertion pass, use getHeader |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Matthias Braun | MIParser/MIRPrinter: Compute block successors if not... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Simon Pilgrim | [X86] Use SDValue::getConstantOperandVal helper. NFCI. |
commit | commitdiff | tree | snapshot |
next |