platform/upstream/llvm.git
2016-11-23 Kuba Mracek[xray] Add XRay support for Mach-O in CodeGen
2016-11-23 Craig Topper[X86] Replace valignd/q builtins with appropriate __bui...
2016-11-23 Casey CarterDon't "LIBCPP_ONLY(stuff;)" at namespace scope.
2016-11-23 Davide Italiano[SCCP] Add a test for switches on undef.
2016-11-23 Rui UeyamaRevert r287727: Use SHA1::hash and MD5::hash functions.
2016-11-23 Eric Fiselier[libcxx] Fix max_size() across all containers
2016-11-23 Eric FiselierAdd <variant> tests but disable them for libc++
2016-11-23 Rui UeyamaUse SHA1::hash and MD5::hash functions.
2016-11-23 Rui UeyamaAdd convenient functions to compute hashes of byte...
2016-11-23 Eugene Zelenko[ADT] Fix some Clang-tidy modernize-use-default and...
2016-11-23 Zachary TurnerMake STL range adapter naming consistent.
2016-11-22 Rui UeyamaDump not only type records but symbol records.
2016-11-22 Zachary TurnerAdd some searching functions for ArrayRef<T>.
2016-11-22 Justin Lebar[StructurizeCFG] Refactor OrderNodes.
2016-11-22 Justin Lebar[StructurizeCFG] Add whitespace in getAnalysisUsage.
2016-11-22 Justin Lebar[StructurizeCFG] Remove unnecessary "using" in class.
2016-11-22 Justin Lebar[StructurizeCFG] Merge the two constructors into one.
2016-11-22 Justin Lebar[StructurizeCFG] Use a for-each loop instead of iterato...
2016-11-22 Justin Lebar[StructurizeCFG] Make hasOnlyUniformBranches a non...
2016-11-22 Justin Lebar[CUDA] Note in docs that you need to build with -lcudar...
2016-11-22 Rui UeyamaFix memory leak detected by asan.
2016-11-22 Richard SmithMake diagnostic for use of default member initializer...
2016-11-22 Sanjay Pateladd and use isBitwiseLogicOp() helper function; NFCI
2016-11-22 Rui UeyamaAccept -script=<file> in addition to -script <file>.
2016-11-22 Dehao ChenBefore sample pgo annotation, do not inline a function...
2016-11-22 Davide Italiano[SCCP] Remove code in visitBinaryOperator (and add...
2016-11-22 Matthias BraunTargetSubtargetInfo: Move implementation to lib/CodeGen...
2016-11-22 Sanjay Patel[InstCombine] change bitwise logic type to eliminate...
2016-11-22 Simon Pilgrim[X86][AVX512DQ] Add fp <-> int tests for AVX512DQ/AVX51...
2016-11-22 Chandler Carruth[LCG] Add a previously missing assert about the relatio...
2016-11-22 Rafael EspindolaFix test to not depend on the path size.
2016-11-22 Tobias GrosserUpdate to isl-0.17.1-284-gbb38638
2016-11-22 Peter CollingbourneLTO: Remove a now-unused InputFile accessor.
2016-11-22 Rafael Espindolamove VerDef finalization before DynStrTab
2016-11-22 Vyacheslav... Fixed the lost FastMathFlags in GVN(Global Value Number...
2016-11-22 Davide Italiano[LTO] Remove a check on datalayout.
2016-11-22 Chandler Carruth[LCG] Start using SCC relationship predicates in the...
2016-11-22 Rui UeyamaRemove PDBFileBuilder::build() and related functions.
2016-11-22 Kuba Mracek[sanitizer] Fix the dedup_token_length_test.cc testcase...
2016-11-22 Vyacheslav... Fixed the lost FastMathFlags in Reassociate optimization.
2016-11-22 Tobias Grosser[CodeGen] Add flag to code-generate most memory access...
2016-11-22 Eric FiselierAllow libc++ to use modules in C++03.
2016-11-22 Rui UeyamaRemove '.' from a help message.
2016-11-22 John McCallRemove variable only used in an assertion.
2016-11-22 Eric FiselierAttempt to fix stdint/cstdint modules try 2
2016-11-22 Marcin KoscielnickiAdd test for D21736.
2016-11-22 Marcin Koscielnicki[CodeGen] Insert TargetLibraryInfoWrapperPass before...
2016-11-22 Eric FiselierCleanup module.modulemap
2016-11-22 Paul RobinsonRestructure DwarfDebug::beginInstruction(). [NFC]
2016-11-22 Nico Weberdarwin: Unconditionally pass -lto_library, remove ...
2016-11-22 Shoaib Meenai[Triple] Add Facebook vendor
2016-11-22 Rui UeyamaFix build breakage.
2016-11-22 Chandler Carruth[LCG] Add utilities to compute parent and ascestor...
2016-11-22 Simon Dardis[mips] seb, seh instruction aliases
2016-11-22 Andrew KaylorAdd IntrInaccessibleMemOnly property for intrinsics
2016-11-22 Nemanja Ivanovic[PowerPC] Emit VMX loads/stores for aligned ops to...
2016-11-22 Simon Pilgrim[CostModel][X86] Updated sitofp/uitofp scalar/vector...
2016-11-22 Meador Inge[ELF] Allow `ASSERT` in output section descriptions
2016-11-22 Simon Pilgrim[X86][SSE] Combine UNPCKL(FHADD,FHADD) -> FHADD for...
2016-11-22 Eugene Leviant[ELF] Convert .rld_map to input section
2016-11-22 Benjamin Kramer[clang-rename] Prune away AST nodes more correctly...
2016-11-22 Zachary TurnerRe-add "demonstrate new Args API"
2016-11-22 Vasileios Kalintiris[mips] Add support for unaligned load/store macros.
2016-11-22 Tim NorthoverCodeGen: simplify TargetMachine::getSymbol interface...
2016-11-22 Zvi Rackover[X86] Change lowerBuildVectorToBitOp() to take a BuildV...
2016-11-22 Zvi Rackover[X86] Remove dead code from LowerVectorBroadcast
2016-11-22 Chad Rosier[AArch64] Set the max interleave factor for Falkor.
2016-11-22 Chad Rosier[AArch64] Maximize 80-column. NFC.
2016-11-22 Eric LiuMake llvm::Error generated from replacement interfaces...
2016-11-22 Simon PilgrimFix line endings
2016-11-22 Benjamin Kramer[wasm] hack around test failure after r287553.
2016-11-22 Sam McCallImprove detection of global vs local variables
2016-11-22 Simon Pilgrim[SelectionDAG] ComputeNumSignBits of TRUNCATE operations
2016-11-22 Dmitry Vyukovtsan: fix build after 287632
2016-11-22 Axel NaumannMissing initializer.
2016-11-22 Dmitry Vyukovtsan: switch libignore from /proc/self/maps to dl_itera...
2016-11-22 Omair JavaidFix build failure on Linux and BSD by reverting r287597
2016-11-22 Coby Tayree[AVX512][inline-asm] Fix AVX512 inline assembly instruc...
2016-11-22 Dmitry Vyukovtsan: mark cur_thread_placeholder definition as initial...
2016-11-22 Adam NemetRename option to -lto-pass-remarks-output
2016-11-22 Adam NemetRename option to -lto-pass-remarks-output
2016-11-22 Tobias Grosser[test] Simplify test case by removing unreferenced...
2016-11-22 Tobias Grosser[test] Ensure important basic blocks in test case have...
2016-11-22 Craig Topper[TableGen][ISel] When factoring ScopeMatcher, if the...
2016-11-22 Tobias Grossertest: add more details to non-affine test case
2016-11-22 Craig Topper[X86] Remove alternate CodeGenOnly version of (v)movq...
2016-11-22 Craig Topper[AVX-512] Add support for commuting VPERMT2(B/W/D/Q...
2016-11-22 Rui UeyamaInline small function. NFC.
2016-11-22 Saleem AbdulrasoolMC: ensure that we have a section before accessing it
2016-11-22 Artem Dergachev[analyzer] Fix a crash on accessing a field within...
2016-11-22 Rui UeyamaDo not save unused pointers to In<ELFT>.
2016-11-22 Rui UeyamaRemove default definition no one uses.
2016-11-22 Rui UeyamaConvert MipsOptionsSection to SyntheticSection.
2016-11-22 Rui UeyamaConvert MipsReginfoSection to SyntheticSection.
2016-11-22 Rui UeyamaConvert MipsAbiFlagsSection to SyntheticSection.
2016-11-22 Craig Topper[AVX-512] Add support for changing the element size...
2016-11-22 Peter CollingbourneObject: Make SymbolicFile::symbol_{begin,end}() virtual...
2016-11-22 Chandler Carruth[ADT] Add initializer list support to SmallPtrSet so...
2016-11-22 Ed MasteTurn on LLDB_EDITLINE_USE_WCHAR on FreeBSD
2016-11-22 Stanislav Mekhanoshin[AMDGPU] Fix multiple vreg definitions in si-lower...
next