platform/upstream/llvm.git
2017-07-09 Dylan McKay[AVR] Fix test errors due to tied operands not matching
2017-07-09 Simon PilgrimHandle ConstantExpr correctly in SelectionDAGBuilder
2017-07-09 Raphael Isemann[analyzer] Make StmtDataCollector part of the CloneDete...
2017-07-09 Simon Pilgrim[X86][AVX512] Regenerate AVX512VL comparison tests.
2017-07-09 Tobias GrosserRemove freed InvalidDomains from InvalidDomainMap.
2017-07-09 Chandler Carruth[PM] Fix a nasty bug in the new PM where we failed...
2017-07-09 Chandler Carruth[PM] Add unittesting of the call graph update logic...
2017-07-09 Chandler Carruth[ADT] Fix a test case to use a correct escape for a...
2017-07-09 Craig Topper[X86] Remove check for AVX512 support from skylake...
2017-07-09 Igor Breger[GlobalISel][X86] Add legalizer tests for G_LOAD/G_STOR...
2017-07-09 Chandler Carruth[PM] Teach PreservedAnalyses to have an `allInSet`...
2017-07-09 Craig Topper[IR] Add Type::isIntOrIntVectorTy(unsigned) similar...
2017-07-09 Craig Topper[IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVec...
2017-07-09 Chandler Carruth[ADT] Add a default constructor and a bool conversion...
2017-07-09 Igor Breger[FastISel] fix a fallback diagnostic.
2017-07-09 Hiroshi Inouefix trivial typos; NFC
2017-07-09 Chandler Carruth[PM] Finish implementing and fix a chain of bugs uncove...
2017-07-09 Craig Topper[InstCombine] Speculatively implement a fix for what...
2017-07-08 Simon Pilgrim[AMDGPU] Fix -Wimplicit-fallthrough warning. NFCI.
2017-07-08 Simon Pilgrim[AArch64] Fix -Wimplicit-fallthrough warnings. NFCI.
2017-07-08 Yaxun LiuFix build failure with gcc about mixing enum and non...
2017-07-08 Erik Pilkington[Demangler] NFC: Don't make the parse_* functions templates
2017-07-08 Erik Pilkington[Demangler] NFC: Move Db struct to beginning of file
2017-07-08 Simon Pilgrim[ARM] Fix -Wimplicit-fallthrough warning. NFCI.
2017-07-08 Yuka Takahashi[Bash-autocompletion] Auto complete cc1 options if...
2017-07-08 Yuka Takahashi[Bash-autocompletion] Fix a bug that -foo=bar doesn...
2017-07-08 Max KazantsevRe-enable "[IndVars] Canonicalize comparisons between...
2017-07-08 Sanjay Patel[LoopVectorize] partly revert r307475
2017-07-08 Sanjay Patel[LoopVectorize] auto-generate complete checks; NFC
2017-07-08 Dimitry AndricAdd a .arcconfig file for openmp.
2017-07-08 Simon PilgrimFix -Wimplicit-fallthrough warning. NFCI.
2017-07-08 Benjamin Kramer[CodeGen] Fold variable into assert.
2017-07-08 Sanjay Patel[x86] add SBB optimization for SETBE (ule) condition...
2017-07-08 Yaxun LiuCodeGen: Fix address space of global variable
2017-07-08 Kamil Rytarowski[Solaris] get rid of _RESTRICT_KYWD warning during...
2017-07-08 Gabor Horvath[analyzer] Fix a path in the developer manual
2017-07-08 Craig Topper[X86] In getHostCPUName, remove some code that changes...
2017-07-08 Craig Topper[X86] Correct the BDVER4 model numbers to include 0x70...
2017-07-08 Craig Topper[X86] Minor formatting fix. NFC
2017-07-08 Kuba MracekUpdate message that Main Thread Checker produces.
2017-07-08 Craig Topper[X86] Use 'unsigned' instead of 'unsigned int' for...
2017-07-08 Craig Topper[X86] Cleanup some CPUID usage in getAvailableFeatures.
2017-07-08 Eric FiselierFix filesystem build on platforms with weird time_t...
2017-07-08 Eric BeckmannRevert "Revert "Revert "Revert "Switch external cvtres...
2017-07-08 Zachary TurnerDelete the pdb diff test.
2017-07-08 Richard Trieu[ODRHash] Support FriendDecl
2017-07-08 Eric ChristopherRemove a variable that was only used in asserts and...
2017-07-08 Craig Topper[X86] Move AVX512VPOPCNTDQ in __builtin_cpu_support...
2017-07-08 Richard SmithFix warnings introduced by r307434.
2017-07-08 Jason MolendaThe x86 instruction unwinder can be asked to disassembl...
2017-07-07 Eric BeckmannAdd name offset flags, for parity with cvtres.exe.
2017-07-07 Craig Topper[InstCombine] Make InstCombine's IRBuilder be passed...
2017-07-07 Eric FiselierFix diagnostic in verify test to match new Clang output
2017-07-07 Dehao ChenRevert r307445 as it breaks on certain platforms.
2017-07-07 Kuba MracekMake sure SANITIZER_MIN_OSX_VERSION is defined before...
2017-07-07 Reid Kleckner[MS] Don't statically initialize dllimport member funct...
2017-07-07 Dehao ChenAdd sample PGO integration test to cover profile annota...
2017-07-07 Lang HamesAdd testcase for r305850.
2017-07-07 Kuba MracekUpdate buildgo.sh to pass -isysroot on Darwin.
2017-07-07 Lei Huang[PowerPC] NFC : Common up definitions of isIntS16Immedi...
2017-07-07 Ed Masteremove deprecated register storage class specifier
2017-07-07 David BlaikieProfData: Fix some unchecked Errors in unit tests
2017-07-07 Dehao ChenIncrease the import-threshold for crtical functions.
2017-07-07 Dehao ChenEnable the new PM + SamlePGO + ThinLTO testing.
2017-07-07 Dehao ChenAdd sample PGO support to ThinLTO new pass manager.
2017-07-07 Zachary Turner[PDB] More changes to bring lld PDBs to parity with...
2017-07-07 Anna Thomas[LoopUnrollRuntime] Support multiple exit blocks unroll...
2017-07-07 Richard Smith[modules ts] Basic for module linkage.
2017-07-07 Craig Topper[PatternMatch] Implemenet m_SignMask using Constant...
2017-07-07 Craig Topper[PatternMatch] Implement m_AnyZero using Constant:...
2017-07-07 Craig Topper[PatternMatch] Implement m_One and m_AllOnes using...
2017-07-07 Craig Topper[APInt] Add a fastpath for the single word case of...
2017-07-07 Sanjay Patel[DAGCombiner] use local variable to shorten code; NFCI
2017-07-07 Quentin Colombet[RegAllocFast] Don't insert kill flags of super-registe...
2017-07-07 Quentin Colombet[RegAllocFast] Add the proper initialize method to...
2017-07-07 Zachary Turner[llvm-pdbutil] Fix build.
2017-07-07 Davide Italiano[Local] Update the comment for removeUnreachableBlocks.
2017-07-07 Matthias BraunFuzzerUtilDarwin.cpp: We need to pass modifiable string...
2017-07-07 Zachary TurnerUse windows path syntax when writing PDB module name.
2017-07-07 Zachary TurnerFix some differences between lld and MSVC generated...
2017-07-07 Zachary Turner[llvm-pdbutil] Improve diff mode.
2017-07-07 Craig Topper[X86] Replace 'fallthrough' comments with LLVM_FALLTHROUGH.
2017-07-07 Craig Toppervim: add 'builtin', 'nobuiltin', 'nonnull', and 'specul...
2017-07-07 Gor Nishanov[cloning] Do not duplicate types when cloning functions
2017-07-07 Anna Thomas[LoopUnrollRuntime] NFC: use the precomputed loop exit...
2017-07-07 Tony Jiang[PPC CodeGen] Expand the bitreverse.i32 intrinsic.
2017-07-07 Davide Italiano[LTO] Add a test for ThinLTO + --defsym.
2017-07-07 Simon PilgrimFix some more -Wimplicit-fallthrough warnings. NFCI.
2017-07-07 Davide Italiano[LTO] Add a test for ThinLTO + --wrap.
2017-07-07 Matthew Simpson[ARM] Implement interleaved access bug fix from r306334
2017-07-07 Kuba MracekFix-up for r307307: vm_info.max_address is the first...
2017-07-07 Sam Kolton[AMDGPU] Assembler: refactor convert methods (VOP3...
2017-07-07 Rafael EspindolaFix variable names. NFC.
2017-07-07 Tom Stellard[MachO] Add missing byte-swaps when reading dyld_info
2017-07-07 Sanjay Patel[x86] add SBB optimization for SETAE (uge) condition...
2017-07-07 Sanjay Patel[DemandedBits] fix formatting; NFC
2017-07-07 Dmitry Preobrazhensky[AMDGPU][mc][gfx9] Added support of op_sel/op_sel_hi...
2017-07-07 Siddharth Bhat[NFC] [PPCGCodeGeneration] Extend `invariant-load-hoist...
2017-07-07 Chad Rosier[ValueTracking] Fix the identity case (LHS => RHS)...
2017-07-07 Ed Masteremove duplicate symbol version script entries
next