2019-09-11 |
Adrian Prantl | Update link to the DWARF spec. |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Michael Liao | [AMDGPU] Fix crash in phi-elimination hook. |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Adrian Prantl | Update documentation. |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Max Moroz | [libFuzzer] Remove hardcoded number of new features... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
David Bolvansky | [NFC] Added triple to test file to avoid arm buildbots... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Matt Arsenault | Fix test failures after r371640 |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Eli Friedman | [ConstantHoisting] Fix non-determinism. |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Pirama Arumuga... | [IRMover] Don't map globals if their types are the... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Reid Kleckner | [MS] Consder constexpr globals to be inline, as in... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Matt Arsenault | LiveIntervals: Split live intervals on multiple dead... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Zoe Carver | Consolidate swap, swap_ranges, and iter_swap in <type_t... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Louis Dionne | [libc++] Add a CMake cache for Apple-specific configura... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sergey Dmitriev | [Clang][Bundler] Replace std::vector by SmallVector... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Nico Weber | gn build: Merge r371635 |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Petr Hosek | Reland "clang-misexpect: Profile Guided Validation... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Florian Hahn | Revert [InstCombine] Use SimplifyFMulInst to simplify... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sergey Dmitriev | [Clang][Bundler] Fix for a potential memory leak [NFC] |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Alexey Bataev | [OPENMP] Update the diagnosis message for canonical... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Roman Lebedev | [InstSimplify] Pass SimplifyQuery into simplifyUnsigned... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Roman Lebedev | [NFC][InstSimplify] Add extra test for D67411 with... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Kostya Kortchinsky | [scudo][standalone] Android related improvements |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Alexey Bataev | [OPENMP]Updated status page, NFC. |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Nico Weber | gn build: Merge r371562 |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Konrad Kleine | Revert "[LLDB][ELF] Load both, .symtab and .dynsym... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Konrad Kleine | Revert "[LLDB][ELF] Fixup for comments in D67390" |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Raphael Isemann | [lldb][NFC] Make include directories in Clang expressio... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Whitney Tsang | LLVM: Optimization Pass: Remove conflicting attribute... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sanjay Patel | [ConstProp] add tests for fma that produce NaN; NFC |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Max Moroz | [libFuzzer] Make -merge=1 to reuse coverage information... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sanjay Patel | [ConstProp] move test file from InstSimplify; NFC |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Raphael Isemann | [lldb][NFC] Remove dead code in SBAddress::GetDescription |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sanjay Patel | [InstSimplify] regenerate test CHECKs; NFC |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Guillaume Chatelet | [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAl... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sanjay Patel | [LangRef] add link for fma intrinsic |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Raphael Isemann | [lldb][NFC] Sort files in unittests/Expression/CMakeLis... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sanjay Patel | [LangRef] fix punctuation; NFC |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Nico Weber | gn build: add include_dir that's necessary after r371564 |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sanjay Patel | [InstCombine] fold sign-bit compares of srem |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Guillaume Chatelet | [Alignment] Use llvm::Align in MachineFunction and... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Simon Atanasyan | [mips][msa] Fix infinite loop for mips.nori.b intrinsic |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Simon Pilgrim | Fix -Wdocumentation warning - void function doesn't... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
David Bolvansky | [Diagnostics] Add -Wsizeof-array-div |
commit | commitdiff | tree | snapshot |
2019-09-11 |
David Bolvansky | [NFC] Updated objsize-64.ll test |
commit | commitdiff | tree | snapshot |
2019-09-11 |
David Bolvansky | [NFC] Fixed test |
commit | commitdiff | tree | snapshot |
2019-09-11 |
David Bolvansky | [InstCombine] Fixed handling of isOpNewLike (PR11748) |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Florian Hahn | [LoopInterchange] Drop unused splitInnerLoopHeader... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Konrad Kleine | [LLDB][ELF] Fixup for comments in D67390 |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Konrad Kleine | [LLDB][ELF] Load both, .symtab and .dynsym sections |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Dmitri Gribenko | Revert "clang-misexpect: Profile Guided Validation... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Diogo N. Sampaio | [ARM] Take into account -mcpu and -mfpu options while... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
David Zarzycki | [LLDB] Do not try to canonicalize gethostname() result |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Florian Hahn | [LoopInterchange] Properly move condition, induction... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Sam Parker | [NFC][ARM] Add and modify tests |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Fangrui Song | [LTO] Avoid calling GlobalValue::getGUID (MD5) twice |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Tim Renouf | [TLI][AMDGPU] AMDPAL does not have library functions |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Fangrui Song | [llvm-objcopy] Simplify --prefix-alloc-sections |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Hideto Ueno | [Attributor] Implement "noalias" callsite argument... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Hideto Ueno | [Attributor][Fix] Manifest nocapture only in CSArgument... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Fangrui Song | [ELF][test] Make tests more tolerant to exact symbol... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Alexey Lapshin | [Debuginfo][Instcombiner] Do not clone dbg.declare. |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Fangrui Song | [CodeGen] Add alias for cpu_dispatch function with... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Fangrui Song | [llvm-nm] Fix -DBUILD_SHARED_LIBS=ON builds after D6616... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Petr Hosek | clang-misexpect: Profile Guided Validation of Performan... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Jason Molenda | Ah, only skip this for embedded darwin targets. |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Jason Molenda | Skip a test in TestProcessIO.py when running against... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Reid Kleckner | Emit -Wmicrosoft-enum-value warning instead of error... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
David Blaikie | Revert "llvm-reduce: Add pass to reduce parameters" |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Petr Hosek | Revert "Adding support for overriding LLVM_ENABLE_RUNTI... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Jan Korous | [clang-scan-deps][NFC] Fix tests - prevent FileCheck... |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Cyndy Ishida | [Object][TextAPI] NFC, fix tapi lit tests |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Cyndy Ishida | [llvm-nm] Add tapi file support |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kamil Rytarowski | Remove xfail i386 NetBSD mark in vptr-non-unique-typein... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kamil Rytarowski | Remove xfail NetBSD mark from ignored-interceptors... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Alina Sbirlea | [MemorySSA] MemorySSA should not model debuginfo, and... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Jessica Paquette | [GlobalISel] When a tail call is emitted in a block... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Owen Pan | [clang-format] Apply BAS_AlwaysBreak to C++11 braced... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Jessica Paquette | [AArch64][GlobalISel] Support sibling calls with mismat... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Alina Sbirlea | Update ReleaseNotes: add enabling of MemorySSA. |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Amy Huang | Reland "Change the X86 datalayout to add three address... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
David Blaikie | llvm-reduce: Add pass to reduce parameters |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Puyan Lotfi | Adding support for overriding LLVM_ENABLE_RUNTIMES... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Alina Sbirlea | [MemorySSA] Do not create memoryaccesses for debug... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
David Blaikie | llvm-reduce: Remove some unused headers/more narrowly... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
David Blaikie | llvm-remove: Remove "using namespace" in header. |
commit | commitdiff | tree | snapshot |
2019-09-10 |
David Blaikie | llvm-reduce: Add pass to reduce Metadata |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Eric Christopher | Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Jim Ingham | Fix a thinko in handling the QSetLogging packet. |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Reid Kleckner | Actually reorder not and env in crash-recovery-modules.m |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Philip Reames | [Loads] Move generic code out of vectorizer into a... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Richard Smith | When evaluating a __builtin_constant_p conditional... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Philip Reames | [ValueTracking] Factor our common speculation suppressi... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
David Blaikie | llvm-reduce: Simplify testing using -implicit-check-not |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Simon Atanasyan | [mips] Allow PT_LOAD to have overlapping p_offset range... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Alexey Bataev | [OPENMP5.0]Allow teams directive outside of the target... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Reid Kleckner | Re-land Remove REQUIRES:shell from tests that pass... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Sanjay Patel | [x86] add test for false dependency with AVX; NFC |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Roman Lebedev | [NFC][InstCombine] rewrite test added in r371537 to... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Alexey Bataev | Fix for PR43175: compiler crash when trying to emit... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Philip Reames | [X86] Updated target specific selection dag code to... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Roman Lebedev | [NFC][InstSimplify] rewrite test added in r371537 to... |
commit | commitdiff | tree | snapshot |
next |