platform/upstream/llvm.git
2016-07-22 Sanjay Patelupdate to use FileCheck and auto-generate checks
2016-07-22 George Burgess IVFix include case. NFC.
2016-07-22 Sanjay Pateladd tests for icmp vector folds
2016-07-22 Zachary TurnerMake DebugInfoMsf a dependency of DebugInfoPDBTests.
2016-07-22 Tim NorthoverGlobalISel: implement legalization pass, with just...
2016-07-22 Zachary TurnerMake PDBFile store an msf::Layout.
2016-07-22 Zachary Turner[pdb] Have builders share a single BumpPtrAllocator.
2016-07-22 Zachary Turner[msf] Create LLVMDebugInfoMsf
2016-07-22 Teresa Johnson[llvm-ar] Document 'T' thin archive modifier (NFC)
2016-07-22 Kostya Serebryany[sanitizer] revert r276383 while investigating failures...
2016-07-22 Pirama Arumuga... Add .rgba syntax extension to ext_vector_type types
2016-07-22 Reid KlecknerTry to fix more Windows portability issues in sanitizer...
2016-07-22 Teresa Johnson[ThinLTO/gold] Remove thin archive part of new test...
2016-07-22 Jun Bum LimRecommit - [DSE]Enhance shorthening MemIntrinsic based...
2016-07-22 Sanjay Pateladd tests for vector bit manipulation intrinsics
2016-07-22 Teresa Johnson[ThinLTO/gold] Support for getting list of included...
2016-07-22 Wei Mi[PM] Port BreakCriticalEdges to the new PM.
2016-07-22 Anna ThomasClang changes for overloading invariant.start and end...
2016-07-22 Anna ThomasInvariant start/end intrinsics overloaded for address...
2016-07-22 Vedant Kumar[utils] Update coverage regression checking script
2016-07-22 NAKAMURA TakumiClangRenameTests: Update libdeps.
2016-07-22 Michael KruseRemove unused parameters from simplifySCoP(). NFC.
2016-07-22 Jan VeselyAMDGPU: Implement get_global_offset builtin
2016-07-22 Jan VeselyAMDGPU: Use clang intrinsics for workitem builtins
2016-07-22 Krzysztof Parzyszek[Hexagon] Make HexagonCodeGen depend on Scalar
2016-07-22 Reid Kleckner[sanitizers] Enable sanitizer_common tests on Win64
2016-07-22 Matt ArsenaultAMDGPU: Remove redundant test
2016-07-22 Matt ArsenaultAMDGPU: Fix groupstaticsize for large LDS
2016-07-22 Matt ArsenaultAMDGPU: Add HSA dispatch id intrinsic
2016-07-22 Matt ArsenaultAMDGPU: Delete more dead code
2016-07-22 Matt ArsenaultAMDGPU: Fix i1 fp_to_int
2016-07-22 Matt ArsenaultAMDGPU: Don't reinvent transferSuccessorsAndUpdatePHIs
2016-07-22 Tim NorthoverGlobalISel: implement alloca instruction
2016-07-22 Simon Pilgrim[SelectionDAG] Optimization of BITREVERSE legalization...
2016-07-22 Xinliang David Li[Profile] Cleanup: remove unused interface
2016-07-22 Lang Hames[Support] Make ErrorAsOutParameter take an Error* rathe...
2016-07-22 Krzysztof Parzyszek[RDF] Make the graph construction/use less expensive
2016-07-22 Samuel AntaoReplace enum types in variadic functions by build-in...
2016-07-22 Zachary Turner[pdb] Move file layout header structs to RawTypes.h
2016-07-22 Zachary Turner[pdb] Round-trip module & file info to/from YAML.
2016-07-22 Anna Thomastest commit. update comment grammatically. NFC
2016-07-22 Jan Veselyptx: Fix builtin names after clang r274770
2016-07-22 Krzysztof Parzyszek[Hexagon] Use loop data prefetch on Hexagon
2016-07-22 Reid KlecknerUse INT64_MAX instead of LLONG_MAX
2016-07-22 Simon Pilgrim[X86][AVX] Added support for lowering to VBROADCASTF128...
2016-07-22 Simon Pilgrim[X86][AVX] Added support for lowering to VBROADCASTF128...
2016-07-22 Clement CourbetRevert "Revert "[clang-tidy] new cppcoreguidelines...
2016-07-22 Kirill Bobyrev[clang-rename] introduce better symbol finding
2016-07-22 Clement CourbetRevert "[clang-tidy] new cppcoreguidelines-slicing"
2016-07-22 Tamas BerghammerSupport loading files even when incorrect file name...
2016-07-22 Ahmed Bougacha[FastISel] Ignore @llvm.assume.
2016-07-22 Ying Yi[llvm-cov] - Add the coverage of lines in the summary...
2016-07-22 Clement Courbet[clang-tidy] new cppcoreguidelines-slicing
2016-07-22 Benjamin Kramer[llvm-profdata] Bring back reading profile data from...
2016-07-22 Pavel LabathFixing layout of elf-core file related structures
2016-07-22 Benjamin KramerRevert "[X86][AVX] Added support for lowering to VBROAD...
2016-07-22 Ying Yi[llvm-cov] - Improve llvm-cov error message
2016-07-22 Tamas BerghammerFix a crash when an ELF section symbol have no name
2016-07-22 Daniel Sanders[compiler-rt][cmake] Don't reset CAN_TARGET_${arch...
2016-07-22 Ying Yitest commit
2016-07-22 Benjamin Kramer[include-fixer] Fix faulty sort predicate.
2016-07-22 Sjoerd MeijerThis refactoring of ARM machine block size computation...
2016-07-22 Eugene Leviant[ELF] Support PROVIDE and PROVIDE_HIDDEN inside SECTIONS
2016-07-22 Hrvoje Varga[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU...
2016-07-22 Tobias GrosserGPGPU: Generate PTX assembly code for the kernel modules
2016-07-22 Simon Atanasyan[ELF][MIPS] Apply mask while reading implicit addend...
2016-07-22 Craig Topper[AVX512] Add ExeDomain to vector extend and truncate...
2016-07-22 Craig Topper[AVX512] Add initial support for the Execution Domain...
2016-07-22 Craig Topper[AVX512] Fix the ExeDomain for some packed fp instructions.
2016-07-22 Craig Topper[AVX512] Add load folding for some AVX512VL logic and...
2016-07-22 Craig Topper[AVX512] Update X86InstrInfo::foldMemoryOperandCustom...
2016-07-22 David MajnemerDon't remove side effecting instructions due to Constan...
2016-07-22 Xinliang David LiSync up InstrProfData.inc with compiler-rt with fixes...
2016-07-22 Xinliang David LiRevert 276386
2016-07-22 Xinliang David LiSync up InstrProfData.inc with compiler-rt
2016-07-22 Xinliang David Li[Profile] cleanup: do not reference name directly of...
2016-07-22 Davide Italiano[ELF/LinkerScript] Support ONLY_IF_{RO, RW} directive.
2016-07-22 Kostya Serebryany[sanitizer] refactor TransferBatch to hide the implemen...
2016-07-22 Pete CooperFix r276380 for targets without REALPATH.
2016-07-22 Vitaly BukaFix test on windows, symbolizer returns invalid line
2016-07-22 Pete CooperAvoid dsymutil calls to getFileNameByIndex.
2016-07-22 Kostya Serebryany[asan] revert to using -std=c++11 on test/asan/TestCas...
2016-07-22 Vitaly Bukafix windows
2016-07-22 Kostya Serebryany[sanitizer] allocator: introduce kUseSeparateSizeClassF...
2016-07-22 Vitaly BukaFix test on windows
2016-07-22 Vitaly BukaAdd test to check detection of stack-use-after-scope...
2016-07-22 Vitaly BukaFix detection of stack-use-after scope for char arrays.
2016-07-22 Sanjoy Das[IRCE] Don't misuse CHECK-LABEL; NFC
2016-07-22 Sanjoy Das[IRCE] Add an option to skip profitability checks
2016-07-22 Eugene ZelenkoRestructure release notes.
2016-07-22 Vedant Kumar[Coverage] Attempt to appease a Windows builder
2016-07-22 Jason MolendaAdd support to get the shared cache information from...
2016-07-22 Sebastian PopGVN-hoist: move check before mutating the IR
2016-07-22 Vedant Kumar[Coverage] Strengthen a test case
2016-07-21 David Majnemer[AArch64] Cleanup sign extend in genAlternativeCodeSequence
2016-07-21 Devin Coughlin[analyzer] Add checker modeling potential C++ self...
2016-07-21 Sebastian PopGVN-hoist: add missing check for all GEP operands available
2016-07-21 Vedant Kumar[llvm-cov] Strengthen a test case
2016-07-21 Douglas Katzman[Sparc]: Fix bug in LowerSTORE due to r275592
2016-07-21 Wolfgang PiebReverting r275115 which caused PR28634.
next