platform/upstream/llvm.git
2016-07-13 George Rimar[ELF] - Implement extern "c++" version script tag
2016-07-13 Etienne Bergeronfix missing whitespace in sphinx doc
2016-07-13 Etienne Bergeronfix incorrect xref in sphinx doc
2016-07-13 Etienne Bergeronfix missing newline in sphinx doc
2016-07-13 Matt ArsenaultAMDGPU: Fold out no-op kill intrinsics
2016-07-13 Matt ArsenaultAMDGPU: WQM cleanups
2016-07-13 David Majnemer[ConstantFolding] Don't treat negative GEP offsets...
2016-07-13 Adam Nemet[BFI] Add new LazyBFI analysis pass
2016-07-13 David Majnemer[ConstantFolding] Cleanups
2016-07-13 Saleem Abdulrasoolvim: separate the keywords into one per line
2016-07-13 Teresa Johnson[ThinLTO/gold] ThinLTO internalization fixes
2016-07-13 David Majnemer[IR] Make getIndexedOffsetInType return a signed result
2016-07-13 Saleem Abdulrasoolvim: add local_unnamed_addr keyword
2016-07-13 David Majnemer[ConstantFold] Don't incorrectly infer inbounds on...
2016-07-13 David Majnemer[LoopVectorize] Further cleanups
2016-07-13 Saleem AbdulrasoolCOFF: drop the dependency on LIB.EXE for implibs
2016-07-13 Saleem AbdulrasoolCodeGen: minor cleanup, NFC
2016-07-13 Craig Topper[X86] Remove some seemingly unnecessary patterns that...
2016-07-13 Keno FischerFix ScalarEvolutionExpander step scaling bug
2016-07-12 Teresa JohnsonRemove another unused variable from r275216
2016-07-12 Sean CallananRevert r275223, which committed the wrong thing.
2016-07-12 Rui UeyamaAdd -m elf32_x86_64.
2016-07-12 Rui UeyamaAdd ILP32 support to X86_64TargetInfo.
2016-07-12 Rui UeyamaSimplify. NFC.
2016-07-12 Justin Lebar[CUDA] Use the multi-element remove function in EraseUn...
2016-07-12 Justin Lebar[CUDA] Add additional testcases for EraseUnwantedCUDAMa...
2016-07-12 Justin Lebar[CUDA] Don't assume that destructors can't be overloaded.
2016-07-12 Michael Kuperstein[LV] Do not invalidate use-lists we're iterating over.
2016-07-12 Greg ClaytonRemove assert since it was crashing the mutli process...
2016-07-12 Greg ClaytonThis doesn't compiler on Darwin. Skipping it.
2016-07-12 Dehao ChenAdd missing files for r275222
2016-07-12 Sean CallananMark TagDecls as having external visible storage, like...
2016-07-12 Dehao ChenNew pass manager for LICM.
2016-07-12 Tim NorthoverGlobalISel: freeze reserved regs after IRTranslator.
2016-07-12 Matt ArsenaultAMDGPU: Follow up to r275203
2016-07-12 Teresa JohnsonRemove unused variable to fix bot failure from r275216
2016-07-12 Nemanja IvanovicThe test case I added is PowerPC specific but I acciden...
2016-07-12 Michael Kuperstein[LV] Remove wrong assumption about LCSSA
2016-07-12 Teresa JohnsonRefactor indirect call promotion profitability analysis...
2016-07-12 Nemanja Ivanovic[Power9] Add codegen for VSX word insert/extract instru...
2016-07-12 Piotr PadlewskiReview fixes to lit documentation
2016-07-12 David Majnemer[LoopAccessAnalysis] Some minor cleanups
2016-07-12 Simon Pilgrim[X86][AVX] Add support for target shuffle combining...
2016-07-12 Marshall ClowAdd more tests for LWG#2582. No code changes needed...
2016-07-12 JF Bastienlibc++: name anonymous structs
2016-07-12 Reid Kleckner[sanitizers] Allocate 12MB for stack instead of 134MB
2016-07-12 Davide Italiano[SCCP] Constant fold structs if all the lattice value...
2016-07-12 Etienne Bergeron[asan] Fix interception unittest on Windows64.
2016-07-12 Petr Hosek[ELF] Support for setting the base address
2016-07-12 David Majnemer[LoopVectorize] Assorted cleanups
2016-07-12 Matthias BraunX86FixupBWInsts: No need for forward liveness analysis.
2016-07-12 Matt ArsenaultAMDGPU: Fix verifier error with kill intrinsic
2016-07-12 Dehao Chen[PM] Port LoopIdiomRecognize Pass to new PM
2016-07-12 Matthias BraunBranchFolding: Use LivePhysReg to update live in lists.
2016-07-12 Matt ArsenaultAMDGPU: Set isConvergent on v_cmpx* instructions
2016-07-12 Enrico GranataTweaks to the NSIndexPath formatter to enhance stability
2016-07-12 Oleksiy VyalovAdd logging to Linux Host::GetProcessAndStatInfo.
2016-07-12 Wei DingAMDGPU: Add LLVM IR Intrinsic for v_lerp_u8
2016-07-12 Krzysztof ParzyszekFix printing of debugging information in LiveIntervals...
2016-07-12 Tim NorthoverAArch64: fix return type of vqmovun_high_*.
2016-07-12 Krzysztof ParzyszekAdd print/dump routines to LiveInterval::SubRange
2016-07-12 Xinliang David Li[PGO] Don't include full file path in static function...
2016-07-12 Sanjay Pateladd tests for missing DeMorgan's Law folds
2016-07-12 David MajnemerFix for the mingw builder
2016-07-12 David Majnemer[ItaniumMangle] Correctly mangle BuiltinTemplateDecls
2016-07-12 Michael KruseAdd CHECK line to test case. NFC.
2016-07-12 Sanjay Patelauto-generate checks
2016-07-12 Sanjay Patelauto-generate checks
2016-07-12 Sanjay Patelauto-generate checks
2016-07-12 Pavel LabathIncrease "process load" timeout
2016-07-12 Marshall ClowAdd tests for the meta.unary.props that do not require...
2016-07-12 Daniel Jasperclang-format: [JS] Allow top-level conditionals again.
2016-07-12 Kuba BreckaDisable the "gcd-io-race.mm" test to investigate bot...
2016-07-12 Etienne Bergeron[compiler-rt] Disable a test failing on windows.
2016-07-12 Etienne Bergeron[compiler-rt] Enhance function padding detection for...
2016-07-12 Nirav Dave[MC] Flip llc's assembly comment preservation flag...
2016-07-12 Haicheng Wu[AArch64] Set FMOVS0 and FMOVD0 as isAsCheapAsAMove...
2016-07-12 Marshall Clowmark issue #2422 as complete; this was just a wording...
2016-07-12 Marshall Clowmark issue #2181 as complete; this was just a wording...
2016-07-12 Pavel Labath[NPL] Increase ETXTBSY workaround sleep
2016-07-12 Michael Kruse[SCEVAffinator] Fix assertion checking for constant...
2016-07-12 Pavel Labath[test] Fix category-based skipping
2016-07-12 Saleem AbdulrasoolAdd option to disable __deallocate #warning
2016-07-12 Marshall ClowPut the status in the right column
2016-07-12 Marshall ClowMark P0067 as 'postponed', because it will be revised...
2016-07-12 Michael Zuckerman[Clang][AVX512] Making cosmetic changes
2016-07-12 Nemanja Ivanovic[PowerPC] Cannonicalize applicable vector shift immedia...
2016-07-12 Amjad Aboud[codeview] Improved array type support.
2016-07-12 George RimarRecommit r275161 "[ELF] - Move section factory out...
2016-07-12 Pavel LabathFix a race on process exit
2016-07-12 Pavel LabathDwarf parser: don't lookup void typedefs in the DWO
2016-07-12 George RimarRevert r275161 "[ELF] - Move section factory out from...
2016-07-12 George Rimar[ELF] - Make few members of Writer to be global and...
2016-07-12 George Rimar[ELF] - Move section factory out from writer to make...
2016-07-12 Nicolai HaehnleAMDGPU: Unify MOVRELSOffset and MOVRELDOffset
2016-07-12 George Rimar[ELF] - Add Id field to Version struct.
2016-07-12 Eugene Leviant[ELF] Support for symbol assignment in linker scripts...
2016-07-12 Clement Courbet[ASTMatchers] isSignedInteger() and isUnsignedInteger()
2016-07-12 Vitaly BukaRevert "New pass manager for LICM."
2016-07-12 Craig Topper[AVX512] Remove masked logic op intrinsics and autoupgr...
next