| Commit message (Expand) | Author | Age | Files | Lines |
* | [ConstantHoisting] Fix non-determinism. | Eli Friedman | 2019-09-11 | 2 | -16/+16 |
* | [IRMover] Don't map globals if their types are the same | Pirama Arumuga Nainar | 2019-09-11 | 3 | -1/+84 |
* | [MS] Consder constexpr globals to be inline, as in C++17 | Reid Kleckner | 2019-09-11 | 9 | -49/+145 |
* | LiveIntervals: Split live intervals on multiple dead defs | Matt Arsenault | 2019-09-11 | 2 | -1/+29 |
* | Consolidate swap, swap_ranges, and iter_swap in <type_traits>. | Zoe Carver | 2019-09-11 | 2 | -22/+26 |
* | [libc++] Add a CMake cache for Apple-specific configuration options | Louis Dionne | 2019-09-11 | 3 | -6/+25 |
* | [Clang][Bundler] Replace std::vector by SmallVector [NFC] | Sergey Dmitriev | 2019-09-11 | 1 | -6/+4 |
* | gn build: Merge r371635 | Nico Weber | 2019-09-11 | 1 | -0/+1 |
* | Reland "clang-misexpect: Profile Guided Validation of Performance Annotations... | Petr Hosek | 2019-09-11 | 41 | -26/+1721 |
* | Revert [InstCombine] Use SimplifyFMulInst to simplify multiply in fma. | Florian Hahn | 2019-09-11 | 2 | -10/+13 |
* | [Clang][Bundler] Fix for a potential memory leak [NFC] | Sergey Dmitriev | 2019-09-11 | 1 | -16/+7 |
* | [OPENMP] Update the diagnosis message for canonical loop form, by Chi | Alexey Bataev | 2019-09-11 | 24 | -319/+368 |
* | [InstSimplify] Pass SimplifyQuery into simplifyUnsignedRangeCheck() and use i... | Roman Lebedev | 2019-09-11 | 2 | -20/+16 |
* | [NFC][InstSimplify] Add extra test for D67411 with @llvm.assume | Roman Lebedev | 2019-09-11 | 1 | -0/+21 |
* | [scudo][standalone] Android related improvements | Kostya Kortchinsky | 2019-09-11 | 5 | -15/+44 |
* | [OPENMP]Updated status page, NFC. | Alexey Bataev | 2019-09-11 | 1 | -3/+3 |
* | gn build: Merge r371562 | Nico Weber | 2019-09-11 | 1 | -0/+1 |
* | Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections" | Konrad Kleine | 2019-09-11 | 6 | -119/+9 |
* | Revert "[LLDB][ELF] Fixup for comments in D67390" | Konrad Kleine | 2019-09-11 | 3 | -7/+8 |
* | [lldb][NFC] Make include directories in Clang expression parser a std::string | Raphael Isemann | 2019-09-11 | 4 | -11/+10 |
* | LLVM: Optimization Pass: Remove conflicting attribute, if any, before | Whitney Tsang | 2019-09-11 | 2 | -11/+52 |
* | [ConstProp] add tests for fma that produce NaN; NFC | Sanjay Patel | 2019-09-11 | 1 | -0/+133 |
* | [libFuzzer] Make -merge=1 to reuse coverage information from the control file. | Max Moroz | 2019-09-11 | 4 | -23/+88 |
* | [ConstProp] move test file from InstSimplify; NFC | Sanjay Patel | 2019-09-11 | 1 | -1/+1 |
* | [lldb][NFC] Remove dead code in SBAddress::GetDescription | Raphael Isemann | 2019-09-11 | 1 | -6/+0 |
* | [InstSimplify] regenerate test CHECKs; NFC | Sanjay Patel | 2019-09-11 | 1 | -36/+43 |
* | [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment | Guillaume Chatelet | 2019-09-11 | 15 | -92/+83 |
* | [LangRef] add link for fma intrinsic | Sanjay Patel | 2019-09-11 | 1 | -1/+3 |
* | [lldb][NFC] Sort files in unittests/Expression/CMakeLists.txt | Raphael Isemann | 2019-09-11 | 1 | -1/+1 |
* | [LangRef] fix punctuation; NFC | Sanjay Patel | 2019-09-11 | 1 | -1/+1 |
* | gn build: add include_dir that's necessary after r371564 | Nico Weber | 2019-09-11 | 1 | -0/+1 |
* | [InstCombine] fold sign-bit compares of srem | Sanjay Patel | 2019-09-11 | 3 | -8/+64 |
* | [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir... | Guillaume Chatelet | 2019-09-11 | 649 | -2568/+2564 |
* | [mips][msa] Fix infinite loop for mips.nori.b intrinsic | Simon Atanasyan | 2019-09-11 | 4 | -414/+350 |
* | Fix -Wdocumentation warning - void function doesn't need a @returns. NFCI. | Simon Pilgrim | 2019-09-11 | 1 | -1/+0 |
* | [Diagnostics] Add -Wsizeof-array-div | David Bolvansky | 2019-09-11 | 3 | -10/+53 |
* | [NFC] Updated objsize-64.ll test | David Bolvansky | 2019-09-11 | 1 | -1/+1 |
* | [NFC] Fixed test | David Bolvansky | 2019-09-11 | 1 | -2/+2 |
* | [InstCombine] Fixed handling of isOpNewLike (PR11748) | David Bolvansky | 2019-09-11 | 2 | -8/+19 |
* | [LoopInterchange] Drop unused splitInnerLoopHeader declaration. | Florian Hahn | 2019-09-11 | 1 | -1/+0 |
* | [LLDB][ELF] Fixup for comments in D67390 | Konrad Kleine | 2019-09-11 | 3 | -8/+7 |
* | [LLDB][ELF] Load both, .symtab and .dynsym sections | Konrad Kleine | 2019-09-11 | 6 | -9/+119 |
* | Revert "clang-misexpect: Profile Guided Validation of Performance Annotations... | Dmitri Gribenko | 2019-09-11 | 43 | -1906/+26 |
* | [ARM] Take into account -mcpu and -mfpu options while handling 'crypto' feature | Diogo N. Sampaio | 2019-09-11 | 3 | -16/+45 |
* | [LLDB] Do not try to canonicalize gethostname() result | David Zarzycki | 2019-09-11 | 1 | -12/+1 |
* | [LoopInterchange] Properly move condition, induction increment and ops to latch. | Florian Hahn | 2019-09-11 | 6 | -38/+266 |
* | [NFC][ARM] Add and modify tests | Sam Parker | 2019-09-11 | 2 | -2/+134 |
* | [LTO] Avoid calling GlobalValue::getGUID (MD5) twice | Fangrui Song | 2019-09-11 | 1 | -2/+1 |
* | [TLI][AMDGPU] AMDPAL does not have library functions | Tim Renouf | 2019-09-11 | 2 | -12/+23 |
* | [llvm-objcopy] Simplify --prefix-alloc-sections | Fangrui Song | 2019-09-11 | 1 | -53/+43 |