summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Make include directories in Clang expression parser a std::stringRaphael Isemann2019-09-114-11/+10
* LLVM: Optimization Pass: Remove conflicting attribute, if any, beforeWhitney Tsang2019-09-112-11/+52
* [ConstProp] add tests for fma that produce NaN; NFCSanjay Patel2019-09-111-0/+133
* [libFuzzer] Make -merge=1 to reuse coverage information from the control file.Max Moroz2019-09-114-23/+88
* [ConstProp] move test file from InstSimplify; NFCSanjay Patel2019-09-111-1/+1
* [lldb][NFC] Remove dead code in SBAddress::GetDescriptionRaphael Isemann2019-09-111-6/+0
* [InstSimplify] regenerate test CHECKs; NFCSanjay Patel2019-09-111-36/+43
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-1115-92/+83
* [LangRef] add link for fma intrinsicSanjay Patel2019-09-111-1/+3
* [lldb][NFC] Sort files in unittests/Expression/CMakeLists.txtRaphael Isemann2019-09-111-1/+1
* [LangRef] fix punctuation; NFCSanjay Patel2019-09-111-1/+1
* gn build: add include_dir that's necessary after r371564Nico Weber2019-09-111-0/+1
* [InstCombine] fold sign-bit compares of sremSanjay Patel2019-09-113-8/+64
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-11649-2568/+2564
* [mips][msa] Fix infinite loop for mips.nori.b intrinsicSimon Atanasyan2019-09-114-414/+350
* Fix -Wdocumentation warning - void function doesn't need a @returns. NFCI.Simon Pilgrim2019-09-111-1/+0
* [Diagnostics] Add -Wsizeof-array-divDavid Bolvansky2019-09-113-10/+53
* [NFC] Updated objsize-64.ll testDavid Bolvansky2019-09-111-1/+1
* [NFC] Fixed testDavid Bolvansky2019-09-111-2/+2
* [InstCombine] Fixed handling of isOpNewLike (PR11748)David Bolvansky2019-09-112-8/+19
* [LoopInterchange] Drop unused splitInnerLoopHeader declaration.Florian Hahn2019-09-111-1/+0
* [LLDB][ELF] Fixup for comments in D67390Konrad Kleine2019-09-113-8/+7
* [LLDB][ELF] Load both, .symtab and .dynsym sectionsKonrad Kleine2019-09-116-9/+119
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-1143-1906/+26
* [ARM] Take into account -mcpu and -mfpu options while handling 'crypto' featureDiogo N. Sampaio2019-09-113-16/+45
* [LLDB] Do not try to canonicalize gethostname() resultDavid Zarzycki2019-09-111-12/+1
* [LoopInterchange] Properly move condition, induction increment and ops to latch.Florian Hahn2019-09-116-38/+266
* [NFC][ARM] Add and modify testsSam Parker2019-09-112-2/+134
* [LTO] Avoid calling GlobalValue::getGUID (MD5) twiceFangrui Song2019-09-111-2/+1
* [TLI][AMDGPU] AMDPAL does not have library functionsTim Renouf2019-09-112-12/+23
* [llvm-objcopy] Simplify --prefix-alloc-sectionsFangrui Song2019-09-111-53/+43
* [Attributor] Implement "noalias" callsite argument deductionHideto Ueno2019-09-112-4/+126
* [Attributor][Fix] Manifest nocapture only in CSArgument or ArgumentHideto Ueno2019-09-111-4/+6
* [ELF][test] Make tests more tolerant to exact symbol addressesFangrui Song2019-09-119-109/+101
* [Debuginfo][Instcombiner] Do not clone dbg.declare.Alexey Lapshin2019-09-112-0/+159
* [CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linka...Fangrui Song2019-09-1112-86/+125
* [llvm-nm] Fix -DBUILD_SHARED_LIBS=ON builds after D66160/r371576Fangrui Song2019-09-111-0/+1
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-1143-26/+1906
* Ah, only skip this for embedded darwin targets.Jason Molenda2019-09-111-1/+1
* Skip a test in TestProcessIO.py when running against ios devices.Jason Molenda2019-09-111-0/+1
* Emit -Wmicrosoft-enum-value warning instead of error in MS ABIReid Kleckner2019-09-112-11/+26
* Revert "llvm-reduce: Add pass to reduce parameters"David Blaikie2019-09-116-187/+0
* Revert "Adding support for overriding LLVM_ENABLE_RUNTIMES for runtimes builds."Petr Hosek2019-09-111-4/+1
* [clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir pathJan Korous2019-09-1113-34/+34
* [Object][TextAPI] NFC, fix tapi lit testsCyndy Ishida2019-09-112-6/+6
* [llvm-nm] Add tapi file supportCyndy Ishida2019-09-1115-20/+298
* Remove xfail i386 NetBSD mark in vptr-non-unique-typeinfo.cppKamil Rytarowski2019-09-101-1/+0
* Remove xfail NetBSD mark from ignored-interceptors-mmap.cppKamil Rytarowski2019-09-101-1/+0
* [MemorySSA] MemorySSA should not model debuginfo, and need not update it.Alina Sbirlea2019-09-101-4/+1
* [GlobalISel] When a tail call is emitted in a block, stop translating itJessica Paquette2019-09-104-12/+50
OpenPOWER on IntegriCloud