2017-04-21 |
Craig Topper | [APSInt] Use APInt::compare and APInt::compareSigned... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Craig Topper | [APSInt] Make use of APInt's recently acquired in place... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Argyrios Kyrtzidis | [index] Take into account the category's external_symbo... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Adrian Prantl | Add test coverage for mem2reg dbg.declare lowering. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Eugene Zelenko | [Object] Fix some Clang-tidy modernize and Include... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Alex Shlyapnikov | [lsan] Enable LSan on PowerPC64. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Hans Wennborg | Re-commit r301040 "X86: Don't emit zero-byte functions... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Frederich Munch | [Test commit] Remove extra newline. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Bob Haarman | [coff] for /msvclto, pass archive members with prevaili... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Matt Arsenault | InferAddressSpaces: Infer for just GEPs |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Alex Shlyapnikov | Suppress DTLS leak happening in some glibc versions. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Xinliang David Li | [PartialInliner] Partial inliner needs to check use... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Hans Wennborg | Revert r301040 "X86: Don't emit zero-byte functions... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Hans Wennborg | X86: Don't emit zero-byte functions on Windows |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Nico Weber | Add comments to the diagnostic kinds in Diagnostic.td. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Zachary Turner | Add a dependency from llvm/test to llvm-cvtres. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Tim Northover | AArch64: add test for "fence singlethread" |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Tim Northover | ARM: make sure we use all entries in a vector before... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Sanjay Patel | [InstCombine] revert r300977 and r301021 |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Jason Molenda | Correct the names of some target conditional defines... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Zachary Turner | Fixed a type conversion error in BitVector. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Nico Weber | [ms] Give -Wmicrosoft-enum-forward-reference a chance... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Zachary Turner | [BitVector] Make BitVector store an ArrayRef. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Adrian Prantl | typo |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Konstantin... | AMDGPU/GFX9: Enable FastFMAF32 |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Konstantin... | AMDGPU: Temporarily disable packed inlinable literals... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Vitaly Buka | [asan] Optimize strchr for strict_string_checks=false |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Konstantin... | AMDGPU: Fix S_PACK_HH_B32_B16 |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Yaxun Liu | [AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Matthias Braun | Revert "X86RegisterInfo: eliminateFrameIndex: Avoid... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Konstantin... | AMDGPU: Do not lower fast unsafe div for safe, f32... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Evgeniy Stepanov | [cfi] Replace elif with elseif in cmake. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Sanjay Patel | [InstCombine] use isSubsetOf() for efficiency |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Michael Kruse | [CMake] Link unittests only against libLLVM.so, if... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Akira Hatanaka | [AArch64] Improve code generation for logical instructi... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Artur Pilipenko | [InstCombine] fadd double (sitofp x), y check that... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | Fixup for r301007: Restrict the -D hack to Darwin. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Evgeniy Stepanov | [cfi] Run tests with and without lld and thinlto. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kostya Kortchinsky | [scudo] Bypass Quarantine if its size is set to 0 |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Zachary Turner | [BitVector] Add find_last() and find_last_unset(). |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Saleem Abdulrasool | COFF: add support for CONSTANT exports |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | Revert r301010: Bot failures on Windows, NetBSD and... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [tsan] Add a test for "external" API that checks the... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [libFuzzer] Always build libFuzzer |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [tsan] Refactor __tsan_external_read/__tsan_external_wr... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [libFuzzer] Changing thread_local to __thread in libFuzzer |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Zachary Turner | Add llvm-cvtres to LLVMBuild.txt |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Joel Jones | [AArch64] Refactor instruction selection lowering for... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Zachary Turner | Add empty shell of llvm-cvtres. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [tsan] Publish the TSan external API in tsan_interface.h |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Tim Northover | ARM: don't try to create an i8 -> i32 vpaddl. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [tsan] Track external API accesses as 1-byte accesses... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [tsan] Ignore memory accesses for libignored modules... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [libFuzzer] Check for target(popcnt) capability before... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Kuba Mracek | [tsan] Don't report bugs from interceptors called from... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Craig Topper | [ValueTracking] Use APInt::setAllBits and APInt::inters... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Craig Topper | [APInt] Add compare/compareSigned methods that return... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Juergen Ributzka | Remove empty and unused header file. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Daniel Sanders | [globalisel][tablegen] Import SelectionDAG's rule predi... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Craig Topper | [SimplifyCFG] Fix the determination of PostBB in condit... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Benjamin Kramer | [Clangd] Failed to decode params using 1.x-compatible... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Benjamin Kramer | [Clangd] Support Authority-less URIs |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Wei Mi | [ConstHoisting] Add BFI in constanthoisting pass and... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Anastasia Stulova | [OpenCL] Fix semantic check of ndrange_t for device_sid... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Chad Rosier | [AArch64][Falkor] Refine modeling of store-release... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Joel Jones | [Mips] Document Mips Backend Relocation Principles |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Krasimir Georgiev | [clang-format] Replace IncompleteFormat by a struct... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Chad Rosier | [AArch64][Falkor] Refine resource needs of STRQ with... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Krasimir Georgiev | [clang-format] Clang-tidy cleanup of NamespaceEndCommen... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Krasimir Georgiev | [clang-format] Clang-tidy cleanup of CleanupTest.cpp... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Alex Lorenz | [PR32667] -Wdocumentation should allow @param/@returns... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Matthew Simpson | [LV] Model if-converted phi node costs |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Daniel Sanders | Revert r300964 + r300970 - [globalisel][tablegen] Impor... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Sanjay Patel | [InstCombine] prefer xor with -1 because 'not' is easie... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Chad Rosier | [AArch64][Falkor] Refine loads/stores that require... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Chad Rosier | [AArch64][Falkor] Fix number of microops for WriteSTIdx... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Chad Rosier | [AArch64] Fix a few missed pre/post-inc in Falkor. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Diana Picus | [ARM] GlobalISel: Add support for G_TRUNC |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Daniel Sanders | [globalisel][tablegen] Try again to fix builds on old... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Ismail Donmez | Add support for openSUSE ARM Triples |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Daniel Sanders | Revert: r300966 - [globalisel][tablegen] Attempt to... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Diana Picus | [ARM] GlobalISel: Make struct arguments fail elegantly |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Daniel Sanders | [globalisel][tablegen] Attempt to fix builds on old... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Tobias Grosser | GICHelper: remove forgotten isl foreach declarations |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Daniel Sanders | [globalisel][tablegen] Import SelectionDAG's rule predi... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Clement Courbet | typo |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Clement Courbet | add skylake |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Clement Courbet | add 32 bit tests |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Clement Courbet | use repmovsb when optimizing forminsize |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Clement Courbet | Rename FastString flag. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Clement Courbet | add more tests |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Clement Courbet | X86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W}... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
George Rimar | [DWARF] - Refactoring: localize handling of relocations... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Diana Picus | Revert r300889, r300906, r300935, r300939 |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Clement Courbet | Delete dead code |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Artyom Skrobov | [Thumb1] The recently added tADCS and tSBCS pseudo... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Serguei Katkov | [AsmWriter] Eliminate warning. NFC |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Argyrios Kyrtzidis | [index] Take advantage of 'external_source_symbol'... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Argyrios Kyrtzidis | [index] For 'transparent' tag typedefs, ignore their... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
George Burgess IV | [MSSA] Clean up the updater a bit. NFC |
commit | commitdiff | tree | snapshot |
next |