2019-03-08 |
Matt Arsenault | DAG: Don't try to cluster loads with tied inputs |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Sanjay Patel | [x86] add tests for extracted vector FP cmp; NFC |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Matthew Voss | Revert "[runtimes] Move libunwind, libc++abi and libc... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Matt Arsenault | AMDGPU: Add more tests for d16 loads |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Matt Arsenault | AMDGPU: Don't bother checking the chain in areLoadsFrom... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Matt Arsenault | AMDGPU: Correct DS implementation of areLoadsFromSameBa... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Alexey Bataev | [DEBUG_INFO][NVPTX]Emit empty .debug_loc section in... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Amaury Sechet | [DAGCombiner] fold (add (add (xor a, -1), b), 1) -... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
George Burgess IV | [CFLAnders] Fix typo in comment; NFC |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Wei Mi | [RegisterCoalescer] Limit the number of joins for large... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Sanjay Patel | [x86] prevent infinite looping from inverse shuffle... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Simon Pilgrim | [X86] Add test case for PR22473 |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Diogo N. Sampaio | [ARM][FIX] Fix vfmal.f16 and vfmsl.f16 operand |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Simon Pilgrim | Fix typo in constant vector |
commit | commitdiff | tree | snapshot |
2019-03-08 |
James Henderson | [llvm-readelf]Don't lose negative-ness of negative... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Nico Weber | gn build: Merge r355685 |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Nico Weber | gn build: Unbreak finding a working `gn` on $PATH on... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Nico Weber | gn build: Unbreak get.py and gn.py on Windows |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Simon Pilgrim | [DAGCombine] Merge visitSMULO+visitUMULO into visitMULO... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Simon Pilgrim | [DAGCombine] Merge visitSADDO+visitUADDO into visitADDO... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Simon Pilgrim | [DAGCombine] Merge visitSSUBO+visitUSUBO into visitSUBO... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Michael Platings | [IR][ARM] Add function pointer alignment to datalayout |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Clement Courbet | [SelectionDAG] Allow the user to specify a memeq function. |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Carl Ritson | [AMDGPU] V_CVT_F32_UBYTE{0,1,2,3} are full rate instruc... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Craig Topper | [X86] Improve the type checking in isLegalMaskedLoad... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Petr Hosek | [runtimes] Move libunwind, libc++abi and libc++ to... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Steven Wu | [Bitcode] Fix bitcode compatibility issue with clang... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Sanjay Patel | [x86] add extract FP tests for target-specific nodes... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Adrian Prantl | Temporarily diasble debug output in GenericDomTreeConst... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Adrian Prantl | Make GenericDomTreeConstruction textual instead. |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Adrian Prantl | Work around a module build error on the LLDB incrementa... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Mitch Phillips | [GN] Locate prebuilt binaries correctly. |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Hubert Tong | Add secondary libstdc++ 4.8 and 5.1 detection mechanisms |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Craig Topper | [X86] Correct scheduler information for rotate by const... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Craig Topper | [X86] Model ADC/SBB with immediate 0 more accurately... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Brian Gesiak | [CodeGen] Reuse BlockUtils for -unreachableblockelim... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Konstantin... | AMDHSA: Code object v3 updates |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Matt Davis | [llvm-mca] Emit a message when no bottlenecks are ident... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Mitch Phillips | [GN] Remove DataLayoutTest.cpp from IR Unittests. |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Vlad Tsyrklevich | Delete x86_64 ShadowCallStack support |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Jinsong Ji | [PowerPC] Run clang format to avoid compiling warning. |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Julian Lettner | [Sanitizer] Add 'dispatch' feature to be used in compil... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Mitch Phillips | Rollback of rL355585. |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Florian Hahn | [InterleavedAccessAnalysis] Fix integer overflow in... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Petar Jovanovic | [DebugInfo] Fix the type of the formated variable |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Nico Weber | gn build: Port r342002 |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Nico Weber | gn build: Merge r355522 |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Xing GUO | [llvm-readobj] Dump DT_USED value as string like GNU... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
David Green | [LSR] Attempt to increase the accuracy of LSR's setup... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Petar Avramovic | [MIPS GlobalISel] Fix mul operands |
commit | commitdiff | tree | snapshot |
2019-03-07 |
George Rimar | [yaml2obj] - Allow producing ELFDATANONE ELFs |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Michael Platings | Fix & re-enable test that intermittently failed in... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Fangrui Song | [IDF] Delete a redundant J-edge test |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Michael Platings | Temporarily disable newly added test that fails in... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Kristof Beyls | Add newline to interpreter debugging output |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Michael Platings | [IR][ARM] Add function pointer alignment to datalayout |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Fangrui Song | [BDCE] Optimize find+insert with early insert |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Craig Topper | [X86] Enable combineFMinNumFMaxNum for 512 bit vectors... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Craig Topper | [X86] Add 512-bit fminnum/maxnum test cases for PR40984... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Florian Hahn | [InterleavedAccessAnalysis] Use fixed size integers... |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Aakanksha Patil | AMDGPU: Handle "uniform-work-group-size" attribute... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Nick Desaulniers | [LoopRotate] fix crash encountered with callbr |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Simon Atanasyan | [mips] Replace assertion by error message while lowerin... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Rong Xu | [PGO] Fix hexagon buildbot errors in r355541 |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Peter Collingbourne | gn build: Merge r355514. |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Abderrazek... | [AArch64] Improve FP16 instruction selection for vector... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Nikita Popov | [X86] Add vector mulo with power of two operand tests... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Paul Robinson | [PS4] Emit a trap after a stack-protector fail call. |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Rong Xu | [PGO] Context sensitive PGO (part 4) |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Philip Reames | [AtomicExpand] Allow libcall expansion for non-zero... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Mitch Phillips | Revert "[IR][ARM] Add function pointer alignment to... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Sanjay Patel | [AArch64] add tests for uaddsat/usubsat; NFC |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Amara Emerson | [AArch64] Remove a stray test from the AArch64 directory. |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Simon Pilgrim | [DAGCombine] Improve select (not Cond), N1, N2 -> selec... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Simon Pilgrim | [PowerPC] Use real pointers instead of undef |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Nikita Popov | [InstCombine] Fold add nsw + sadd.with.overflow |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Guozhi Wei | [PPC] Adjust the computed branch offset for the possibl... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Francis Visoiu... | [MC][MachO] Emit an error for emitting relocations... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Krzysztof Parzyszek | [Hexagon] Avoid creating 5-instruction packets with... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Michael Platings | [IR][ARM] Add function pointer alignment to datalayout |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ryan Taylor | [AMDGPU] Add support for 64 bit buffer atomic artihmeti... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Simon Pilgrim | [DAGCombiner] Enable UADDO/USUBO vector combine support |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Sanjay Patel | [TargetLowering] simplify code for uaddsat/usubsat... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Alexander Kornienko | Revert "[CodeGen] Omit range checks from jump tables... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Francis Visoiu... | Reland "[Remarks] Refactor remark diagnostic emission... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Strahinja Petrovic | [PowerPC] Add secure plt support for TLS symbols |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Teresa Johnson | [CGP] Avoid repeatedly building DominatorTree causing... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Francis Visoiu... | Revert "[Remarks] Refactor remark diagnostic emission... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Sanjay Patel | [TargetLowering] simplify code for uaddsat/usubsat... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Francis Visoiu... | [Remarks] Refactor remark diagnostic emission in a... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Simon Pilgrim | [DAGCombiner] Add SADDO/SSUBO combine support |
commit | commitdiff | tree | snapshot |
2019-03-06 |
George Rimar | [llvm-objcopy] - Remove dead code. NFCI. |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Pavel Labath | Expose template parameters of endian specific types... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
George Rimar | [llvm-objcopy] - Remove an excessive zlib::isAvailable... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
George Rimar | [llvm-objcopy] - Fix incorrect CompressedSection creation. |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Simon Pilgrim | [llvm-mca][X86] Add ADC/SBB with zero test cases |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Roman Lebedev | [X86][NFC] Autogenerate check lines in cmovcmov.ll... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Simon Pilgrim | [DAGCombiner] Enable SMULO/UMULO vector combine support... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Simon Pilgrim | [X86][SSE] VSELECT(XOR(Cond,-1), LHS, RHS) --> VSELECT... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Ayonam Ray | [CodeGen] Omit range checks from jump tables when lower... |
commit | commitdiff | tree | snapshot |
next |