2017-06-27 |
Craig Topper | [InstCombine] Propagate nsw flag when turning mul by... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Craig Topper | [Constants] Fix copy-pasto in llvm_unreachable message... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Sanjay Patel | [CGP] simplify code to get bswap in memcmp expansion... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Stanislav Mekhanoshin | [AMDGPU] Add 2 new alignbit patterns |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Serge Guelton | [CodeExtractor] Prevent extraction of block involving... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Stanislav Mekhanoshin | [AMDGPU] Simplify setcc (sext from i1 b), -1|0, cc |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Krzysztof Parzyszek | [Hexagon] Update kills in hexagon-nvj even more properl... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Matt Arsenault | RenameIndependentSubregs: Fix infinite loop |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Yaxun Liu | [SROA] Fix APInt size when alloca address space is... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Stanislav Mekhanoshin | [AMDGPU] Combine and x, (sext cc from i1) => select... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Sanjay Patel | [CGP] add an IR builder to memcmp expansion class inste... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Jakub Kuderski | [Dominators] Use Semi-NCA instead of SLT to calculate... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Matthias Braun | LiveRangeCalc: Slightly improve map usage; NFC |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Sanjay Patel | [InstCombine] canonicalize icmp predicate feeding select |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Dehao Chen | Enable ICP for AutoFDO. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Xinliang David Li | [ProfData] Make the method threadsafe |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Craig Topper | [InstCombine] Add test case demonstrating that we don... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Craig Topper | [InstCombine] Add test cases to show that we don't... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Coby Tayree | [X86][AsmParser][MS-compatability] Binary/Unary operato... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Javed Absar | Fix incorrect comment in machine-scheduler |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Brian Gesiak | [opt-viewer] Python 3 support in opt-diff.py |
commit | commitdiff | tree | snapshot |
2017-06-27 |
David Green | Change sort function used in tblgen to be strict weak... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Chih-Hung Hsieh | Another test commit |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Paul Robinson | [DWARF] NFC: Make string-offset handling more like... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Craig Topper | [PatternMatch] Remove 64-bit or less restriction from... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Craig Topper | [JumpThreading] Add test case that was supposed to... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Gadi Haber | Updated and extended the information about each instruc... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Sam Kolton | [AMDGPU] SDWA: several fixes for V_CVT and VOPC instruc... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Matthew Simpson | [AArch64] Update successor probabilities after ccmp... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Anna Thomas | [LoopUnrollRuntime] Use SCEV exit count for calculating... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Simon Dardis | [mips] Add instruction aliases for ds(r|l)l. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Hiroshi Inoue | [SelectionDAG] set dereferenceable flag in MergeConsecu... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Ayman Musa | Recommitting rL305465 after fixing bug in TableGen... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Vassil Vassilev | Add missing include. Should fix modules libstdc++ builds. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Hiroshi Inoue | fix trivial typos, NFC |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Diana Picus | [ARM] GlobalISel: Support G_SELECT for pointers |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Simon Pilgrim | [X86][AVX512] Regenerate avx512 arithmetic tests |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Daniel Sanders | [globalisel][tablegen] Add support for EXTRACT_SUBREG. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Simon Dardis | [mips] Refine the condition for when to use CALL16... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Diana Picus | [ARM] GlobalISel: Support G_SELECT for i32 |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Ayal Zaks | Recommitting 306331. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Hiroshi Inoue | [PowerPC] fix incorrect processor name for -mcpu in... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Chandler Carruth | [SROA] Fix PR32902 by more carefully propagating !nonnu... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Vassil Vassilev | Add missing forward declaraion. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Nicolai Haehnle | AMDGPU: M0 operands to spill/restore opcodes are dead |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Ayman Musa | [TableGen] Fix bug in TableGen CodeGenPatterns when... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Igor Breger | [GlobalISel][X86] Add fp32/62 legalizer, regbank-select... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Galina Kistanova | Fixed the warning introduced by r306289 to make ubuntu... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Mikael Holmen | [Reassociate] Make sure EraseInst sets MadeChange |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Hiroshi Inoue | [PowerPC] set optimization level in SelectionDAGISel |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Mandeep Singh... | [COFF, ARM64] Fix typo in COFF ARM64 Relocation Type |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Craig Topper | [InstCombine] Add test cases demonstrating that we... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Leslie Zhai | [AVR] Migrate to new MCAsmBackend applyFixup and proces... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Chandler Carruth | [SROA] Further test cleanup and add a test for the... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Davide Italiano | [CFLAA] Move FunctionHandle to llvm::cflaa. |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Davide Italiano | [CFLAA] Move a common function to the header to reduce... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Chandler Carruth | [SROA] Clean up a test case a bit prior to adding more... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Matthias Braun | ScheduleDAGInstrs: Fix fixupKills() adding too many... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Davide Italiano | [CFLAA] Use raw pointers instead of Optional<Pointer... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Davide Italiano | [CFLAA] Change FunctionHandle to be common to Steensgaa... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Wolfgang Pieb | DAGCombine: Make sure we only eliminate trunc/extend... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Dehao Chen | revert r306336 for breaking ppc test. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Eugene Zelenko | [CodeGen] Fix some Clang-tidy modernize-use-using and... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Vedant Kumar | [Coverage] Improve readability by using a struct. NFC. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Ayal Zaks | reverting 306331. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Sanjay Patel | [x86] add tests for missing sbb transforms; NFC |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Dehao Chen | Enable vectorizer-maximize-bandwidth by default. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Dehao Chen | Fix the bug when handling shufflevector for aarch64. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Matt Arsenault | RenameIndependentSubregs: Fix iterator problem |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Vassil Vassilev | Add missing forward declaration. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Ayal Zaks | [LV] Changing the interface of ValueMap, NFC. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Sam Clegg | [WebAssembly] Add more support for weak symbols |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tim Northover | AArch64: legalize G_EXTRACT operations. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Paul Robinson | [DWARF] NFC: Give DwarfFormat a 1-byte base type. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tim Northover | AArch64: remove all kill flags when extending register... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Paul Robinson | [DWARF] NFC: Collect info used by DWARFFormValue into... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Simon Pilgrim | [X86][SSE] Check SSE2/SSE3 codegen tests on i686 and... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Wei Mi | [GVN] Recommit the patch "Add phi-translate support... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Matt Arsenault | AMDGPU: Setup SP/FP in callee function prolog/epilog |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Eric Beckmann | Replace trivial use of external rc.exe by writing our... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Zachary Turner | [llvm-pdbutil] Add a mode to `bytes` for dumping split... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Brian Gesiak | [opt-viewer] Python 3 support in opt-stats.py |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Ulrich Weigand | [SystemZ] Fix missing emergency spill slot corner case |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Simon Pilgrim | [X86][SSE] Add combine tests for PMULDQ/PMULUDQ |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Marina Yatsina | [inline asm] dot operator while using imm generates... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Ahmed Bougacha | [X86][AVX-512] Don't raise inexact in ceil, floor,... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tom Stellard | AMDGPU/GlobalISel: Mark 32-bit G_SHL as legal |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Simon Pilgrim | [X86] Add test case for PR15981 |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Simon Pilgrim | [llvm-stress] Add getRandom() helper that was going... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Sanjay Patel | [x86] transform vector inc/dec to use -1 constant ... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Krzysztof Parzyszek | [Hexagon] Handle cases when the aligned stack pointer... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Jonas Paulsson | [SystemZ] Add a check against zero before calling... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Michael Zuckerman | [X86][LLVM][test]Expanding Supports lowerInterleavedSto... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Simon Pilgrim | [llvm-stress] Remove Rand32 helper function |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Simon Pilgrim | [llvm-stress] Ensure that the C++11 random device respe... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Mikael Holmen | [IfConversion] Hoist removeBranch calls out of if/else... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Craig Topper | [IR] Rename BinaryOperator::init to AssertOK and remove... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Serguei Katkov | This reverts commit r306272. |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Tobias Grosser | [bugpoint] Do not initialize disassembler passes |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Hiroshi Inoue | fix trivial typo in comment, NFC |
commit | commitdiff | tree | snapshot |
next |