2017-01-31 |
Matt Arsenault | InferAddressSpaces: Don't replace volatile users |
commit | commitdiff | tree | snapshot |
2017-01-31 |
Matt Arsenault | AMDGPU: Implement hook for InferAddressSpaces |
commit | commitdiff | tree | snapshot |
2017-01-31 |
Matt Arsenault | NVPTX: Move InferAddressSpaces to generic code |
commit | commitdiff | tree | snapshot |
2017-01-31 |
Eugene Zelenko | [ARM] Fix some Clang-tidy modernize and Include What... |
commit | commitdiff | tree | snapshot |
2017-01-31 |
Saleem Abdulrasool | TableGen: use fully qualified name for StringLiteral |
commit | commitdiff | tree | snapshot |
2017-01-31 |
Eli Friedman | [SCEV] Simplify/generalize howFarToZero solving. |
commit | commitdiff | tree | snapshot |
2017-01-31 |
Reid Kleckner | Remove LLVM_CONFIG from config headers |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Vedant Kumar | Fix llvm-readobj build error after r293569 |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Keno Fischer | [ExecutionDepsFix] Improve clearance calculation for... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] enable (X <<nsw C1) >>s C2 --> X <<nsw... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Derek Schuff | [WebAssembly] Add wasm support for llvm-readobj |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | NVPTX: Trivial cleanups of NVPTXInferAddressSpaces |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] add vector test for (X <<nsw C1) >>s... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Eugene Zelenko | [Mips] Fix some Clang-tidy modernize and Include What... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Benjamin Kramer | [ICP] Fix bool conversion warning and actually write... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | NVPTX: Refactor NVPTXInferAddressSpaces to check TTI |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] enable more lshr(shl X, C1), C2 folds... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Simon Pilgrim | [X86][SSE] Fix unsigned <= 0 warning in assert. NFCI. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Simon Pilgrim | [X86][SSE] Generalize the number of decoded shuffle... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Dehao Chen | Expose isLegalToPromot as a global helper function... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Dehao Chen | Revert r292979 which causes compile time failure. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] add tests for more shift-shift patterns... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Eli Friedman | Fix line endings. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tom Stellard | AMDGPU: Fix release build broken by r293551 |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Artem Tamazov | Reapply [AMDGPU][mc][tests][NFC] Add coverage/smoke... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tom Stellard | Re-commit AMDGPU/GlobalISel: Add support for simple... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tim Northover | GlobalISel: correctly translate invoke when callee... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Stanislav Mekhanoshin | [AMDGPU] Internalize non-kernel symbols |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Kevin Enderby | Change the llvm-obdump(1) behavior with the -macho... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tim Northover | GlobalISel: account for differing exception selector... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tim Northover | GlobalISel: tidy up def/use test. NFC. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | LSR: Don't drop address space when type doesn't match |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tim Northover | GlobalISel: translate memset & memmove. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | AMDGPU: Undo sub x, c -> add x, -c canonicalization |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Krzysztof Parzyszek | [RDF] Add support for regmasks |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tim Northover | GlobalISel: permit unused vregs without a register... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Benjamin Kramer | Fix the GCC build. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Michael Kuperstein | Turn a TableGen FastISelEmitter warning into an error. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Simon Pilgrim | [X86][XOP] Fix test name |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Simon Pilgrim | Use SelectionDAG::getBuildVector helper function where... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Benjamin Kramer | [IR] Remove global constructor from Function.cpp |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Benjamin Kramer | [MC] Remove global constructors from MCSectionMachO... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | AMDGPU: Run AMDGPUCodeGenPrepare after inlining |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] enable (X >>?exact C1) << C2 --> X >... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Justin Bogner | SDAG: Update ChainNodesMatched during UpdateChains... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Simon Pilgrim | Use SelectionDAG::getBuildVector/getSplatBuildVector... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] add vector splat tests for (X >>?exact... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Marcos Pividori | [libFuzzer] Implement TmpDir() for Windows. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Daniel Berlin | NewGVN: Instead of changeToUnreachable, insert an instr... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | AMDGPU: Make i32 uaddo/usubo legal |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | DAG: Fold fneg into compare with constant into the... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Benjamin Kramer | [Orc] Add missing include. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Krzysztof Parzyszek | [RDF] Extract the physical register information into... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tom Stellard | Revert "AMDGPU/GlobalISel: Add support for simple shaders" |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] use auto with obvious type; NFC |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] enable (X <<nsw C1) >>s C2 --> X <<nsw... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
David Blaikie | unique_ptrify some containers in GlobalISel::RegisterBa... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | AMDGPU: Fix atomic_inc/atomic_dec + ds_swizzle not... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tom Stellard | AMDGPU/GlobalISel: Add support for simple shaders |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Daniel Berlin | Update pr31758.ll for unreachable revert |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Daniel Berlin | Revert "NewGVN: Make unreachable blocks be marked with... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Simon Pilgrim | [X86][SSE] Add support for combining PINSRW+ASSERTZEXT... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Matt Arsenault | DAG: Constant fold fp16_to_fp/fp16_to_fp |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] fixed to propagate 'exact' on lshr |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] add 'exact' to lshr to show that it got... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Benjamin Kramer | [Coroutines] Add header guard to header that's missing... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Adam Nemet | [Inliner] Fold analysis remarks into missed remarks |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Krzysztof Parzyszek | [RDF] Add phis for entry block live-ins (in addition... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Haicheng Wu | [Inliner] Fix a comment to match the code. NFC. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] enable lshr(shl X, C1), C2 folds for... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sanjay Patel | [InstCombine] add tests for shift-shift patterns; NFC |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Rafael Espindola | Bring back r293480. It is safe now. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Rafael Espindola | Only print architecture dependent flags for that archit... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Tom Stellard | TableGen: Fix infinite recursion in RegisterBankEmitter |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Benjamin Kramer | [Hexagon] Make header self-contained. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Rafael Espindola | Revert "Fix the values of two xcore ELF flags." |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Rafael Espindola | Fix the values of two xcore ELF flags. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Asaf Badouh | [X86][MCU] Minor bug fix for r293469 + test case |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Marek Olsak | AMDGPU: Remove a useless VI SMRD pattern |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Marek Olsak | AMDGPU: Fix assembler encoding for EXP instructions... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Daniel Berlin | Revert "[MemorySSA] Revert r293361 and r293363, as... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sam McCall | [MemorySSA] Revert r293361 and r293363, as the tests... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Kristof Beyls | [GlobalISel] Add support for indirectbr |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Asaf Badouh | [X86][MCU] replace select with bit manipulation instead... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Alexey Bader | [LanRef] Fix typo in getelementptr example. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Craig Topper | [AVX-512] Remove duplicate CodeGenOnly patterns for... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Sam McCall | Include LLVMDumpValue in release builds. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Jonas Paulsson | [LoopVectorize] Improve getVectorCallCost() getScalariz... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Craig Topper | [AVX-512] Remove KSET0B/KSET1B in favor of the patterns... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Davide Italiano | [MemorySSA] Correct an assertion surrounding with paren... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Will Dietz | Test RuntimeDyld doesn't crash with R_X86_64_NONE ... |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Craig Topper | [AVX-512] Don't reuse VSHLI/VSRLI for mask register... |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Chris Ray | [X86][Disassembler] Added SALC instruction |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Craig Topper | [AVX-512] Fix lowering for mask register concatenation... |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Chris Ray | [X86] Fixing flag usage for RCL and RCR |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Matthias Braun | MachineInstr: Remove parameter from dump() |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Simon Pilgrim | [X86][SSE] Lower scalar_to_vector(0) to zero vector |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Zvi Rackover | [X86] Reproducer for pr31719. NFC |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Matthias Braun | llvm-c: Keep LLVMDumpModule() even in release builds |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Sanjay Patel | [InstCombine] enable (X >>?,exact C1) << C2 --> X ... |
commit | commitdiff | tree | snapshot |
next |