platform/upstream/llvm.git
2016-11-23 Marcin KoscielnickiRevert "[ASan] Enable on SystemZ."
2016-11-23 John Brawn[DAGCombiner] Fix infinite loop in vector mul/shl combining
2016-11-23 Nemanja Ivanovic[PowerPC] Remove InstAlias definitions that cause incor...
2016-11-23 Marcin Koscielnicki[ASan] Enable on SystemZ.
2016-11-23 Gabor Horvath[ASTImporter] Added ability to import AtomicType nodes
2016-11-23 Simon Pilgrim[X86][AVX512] Add support for v4i64 fptosi/fptoui/sitof...
2016-11-23 Elena DemikhovskyType legalization for compressstore and expandload...
2016-11-23 Simon Pilgrim[CostModel][X86] Add missing AVX512DQ v8i64 fptosi...
2016-11-23 Benjamin Kramer[clang-rename] Add test case for r287758.
2016-11-23 Benjamin Kramer[clang-rename] Fix non-functional offset check.
2016-11-23 Benjamin Kramer[MD5] Use write32le instead of spelling it out with...
2016-11-23 Simon Pilgrim[CostModel][X86] Add v2f32 -> v2i64 fptosi/fptoui cost...
2016-11-23 Simon Pilgrim[X86][AVX512VL] Add missing _mm256_maskz_alignr_epi64...
2016-11-23 Benjamin Kramer[CodeGen] Simplify code. No functionality change intended.
2016-11-23 Eugene Leviant[ELF] Refactor several error messages
2016-11-23 Haojian Wu[clang-move] Add some options allowing to add old/new...
2016-11-23 Eugene Leviant[ELF] Fixup buffer pointer when writing synthetic sections
2016-11-23 Eugene Leviant[ELF] Print error location in .eh_frame parser
2016-11-23 Eric FiselierFix __hash_table::max_size() on 32 bit systems
2016-11-23 Marcin Koscielnicki[profile] Enable on SystemZ.
2016-11-23 Rui UeyamaRemove one of SymbolTable::addRegular function that...
2016-11-23 Craig Topper[AVX-512] Remove intrinsics for valignd/q and autoupgra...
2016-11-23 Zvi Rackover[X86] Simplify lowerVectorShuffleAsBitMask to handle...
2016-11-23 Rui UeyamaRemove a forwarding constructor that is used only once.
2016-11-23 Rui UeyamaParse symbol versions in scanVersionScript() instead...
2016-11-23 Simon Atanasyan[ELF][MIPS] Turn Config->Threads off for MIPS targets
2016-11-23 Rui UeyamaBetter formatting.
2016-11-23 Simon Atanasyan[ELF][MIPS] clang-format the code
2016-11-23 Rui UeyamaAllow calling getName() on local symbols.
2016-11-23 Dean Michael... [XRay][compiler-rt] Add newlines to error messages...
2016-11-23 Rui UeyamaFix builbots.
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...
next