platform/upstream/llvm.git
2016-02-03 Marina Yatsina-inline-asm][X86] Add ability to use AVX512 in MS inlin...
2016-02-03 Pavel LabathFix an off-by-one in SocketTest::DecodeHostAndPort
2016-02-03 Axel NaumannReduce initial Sema memory consumption by 400KB. By...
2016-02-03 Dylan McKay[TableGen] Add 'register alternative name matching...
2016-02-03 Simon Pilgrim[X86][AVX] Add support for 64-bit VZEXT_LOAD of 256...
2016-02-03 Ewan Crawford[RenderScript] Use LLVM DWARF language enum
2016-02-03 Tobias GrosserScopInfo: Extend description of the access relation.
2016-02-03 Xinliang David LiAdd a compatibility test
2016-02-03 Xinliang David LiFix a typo in comment
2016-02-03 Xinliang David LiFix uninitiazed variable use problem
2016-02-03 Tobias GrosserRevert "Support loads with differently sized types...
2016-02-03 Daniel Jasperclang-format: [JS/TypeScript] Support "enum" as an...
2016-02-03 Xinliang David LiSync up with master file
2016-02-03 Xinliang David Li[PGO] Profile summary reader/writer support
2016-02-03 Peter CollingbourneLowerBitSets: Don't bother to do any work if the llvm...
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
2016-02-03 Peter CollingbourneAdd #include "llvm/Support/raw_ostream.h" to fix Window...
2016-02-03 Richard SmithFix miscompile and rejects-valids when disambiguating...
2016-02-03 Peter CollingbourneTransforms: Move GlobalOpt's Evaluator to Utils where...
2016-02-03 Nick LewyckyFix typo in comment. NFC
2016-02-03 Peter Collingbournedocs: Document how bitsets may be used to encode type...
2016-02-03 Richard SmithFix typo in OpenCL type mangling. This is still bogus...
2016-02-03 Kyle ButtCodegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates.
2016-02-03 Richard SmithFix Itanium RTTI emission so that we emit fundamental...
2016-02-03 Yunzhong GaoRevert r259576: Disable the vzeroupper insertion pass...
2016-02-03 Marcello MaggioniRegCoalescer: Making sure re-materialization defines...
2016-02-03 Rui UeyamaDefine SymbolBody::getSize instead of getSymSize(Symbol...
2016-02-03 NAKAMURA TakumiDiagnosticInfoWithDebugLocBase: Appease Twine for now.
2016-02-03 Jim InghamThe compiler may use "line number 0" to indicate compil...
2016-02-03 Adam Nemet[LoopVersioning] Expose loop versioning as a pass too
2016-02-02 Richard SmithPR24989: Stop trying to use the C++11 rules for lambda...
2016-02-02 Zachary TurnerFix inverted conditional in TestInferiorAssert.py
2016-02-02 Siva ChandraFix a thinko in StackFrame::GetInScopeVariableList.
2016-02-02 Rui UeyamaELF: Write about the current policy to README.
2016-02-02 Adrian McCarthySet correct thread stop info when single-step lands...
2016-02-02 Richard SmithFix rejects-valid when forming a pointer-to-member...
2016-02-02 George Burgess IVAttempt #2 to unbreak r259595.
2016-02-02 David Majnemer[codeview] Improve readability of codeview assembly...
2016-02-02 Kostya Serebryany[libFuzzer] don't create too many trace-based mutations...
2016-02-02 George Burgess IVAttempt to fix builds broken by r259595.
2016-02-02 Richard SmithWork around build failure due to GCC 4.8.1 bug. We...
2016-02-02 Rui UeyamaELF: Make link() to take an output stream to which...
2016-02-02 Rui UeyamaELF: Do not exit if it cannot open an output file.
2016-02-02 George Burgess IVThis patch adds MemorySSA to LLVM.
2016-02-02 Philip Reames[LVI] Fix debug output
2016-02-02 Alexey Samsonov[TSan] Use darwin_filter_host_arch to restrict set...
2016-02-02 Artem Belevich[CUDA] Do not allow dynamic initialization of global...
2016-02-02 Manman RenObjCXX: fix a crash during typo correction.
2016-02-02 Zachary TurnerDon't return a tuple from the skip test function.
2016-02-02 Pete Cooper__mh_execute_header atoms should be global and never...
2016-02-02 Anna Zaks[asan] Remove redundant elif
2016-02-02 Tobias GrosserSupport loads with differently sized types from a singl...
2016-02-02 Anna Zaks[asan] Add iOS support to AddressSanitzier
2016-02-02 Philip Reames[LVI] Code motion only [NFC]
2016-02-02 Rui UeyamaAdd "REQUIRES: shell" to fix Windows buildbot.
2016-02-02 Philip Reames[LVI] Refactor to use newly introduced intersect utility
2016-02-02 Justin BognerRemove utils/buildit
2016-02-02 Hemant KulkarniCorrect size calculations for ELF files
2016-02-02 Daniel Sanders[tsan] Disable x86_64h build that was enabled as part...
2016-02-02 Yunzhong GaoDisable the vzeroupper insertion pass on PS4.
2016-02-02 Lang Hames[Orc] Stub addresses should be based on stub size,...
2016-02-02 Pete CooperFix handling of mach header and DSO handle symbols.
2016-02-02 Matt ArsenaultAMDGPU: Do not promote allocas with non-inbounds GEPs
2016-02-02 Rui UeyamaRe-submit ELF: Report multiple errors from the driver.
2016-02-02 Rui UeyamaELF: Rewrite "echo" command arguments in hope that...
2016-02-02 Matt ArsenaultAMDGPU: Handle promoting memmove
2016-02-02 Rui UeyamaELF: Do not use fatal in LinkerScript.cpp.
2016-02-02 Todd FialaRevert "[NFC] Cleanup RangeMap.h"
2016-02-02 Rui UeyamaDo not use filename in a lit test.
2016-02-02 Rui UeyamaELF: Use StringRef instead of std::string.
2016-02-02 Quentin Colombet[X86] Fix the merging of SP updates in prologue/epilogu...
2016-02-02 Matthias BraunMachineVerifier: Check that defs/uses are live in subre...
2016-02-02 Matt ArsenaultAMDGPU: Skip promote alloca with no optimizations
2016-02-02 Matt ArsenaultAMDGPU: Minor cleanups for AMDGPUPromoteAlloca
2016-02-02 Lang Hames[Orc] Turn OrcX86_64::IndirectStubsInfo into a template...
2016-02-02 David Majnemer[codeview] Correctly handle inlining functions post...
2016-02-02 Matt ArsenaultAMDGPU: Report AMDGPUPromoteAlloca changed the function
2016-02-02 Matt ArsenaultAMDGPU: Whitelist handled intrinsics
2016-02-02 Matt ArsenaultAMDGPU: Use inbounds when calculating workitem offset
2016-02-02 Kuba BreckaReverting r259529 (Marking the mmap_stress.cc TSan...
2016-02-02 Zachary TurnerRe-write many skip decorators to use shared code.
2016-02-02 Daniel SandersRe-commit r259512: [tsan] Add a libc++ and lit testsuit...
2016-02-02 Alexey SamsonovCast the fifth arg to mremap to void *
2016-02-02 Eugene ZelenkoFix Clang-tidy readability-redundant-control-flow warni...
2016-02-02 Tamas Berghammer[NFC] Cleanup RangeMap.h
2016-02-02 Tim NorthoverARM: allow both vfma and vfms intrinsics on v7.
2016-02-02 Reid Kleckner[codeview] Wire up the .cv_inline_linetable directive
2016-02-02 Denis ZobninPR23057: Fix assertion `Val && "isa<> used on a null...
2016-02-02 Alexander Kornienko[clang-tidy] Removed unnecessary parameters in the...
2016-02-02 Alexander Kornienko[clang-tidy] Add non-constant references in function...
2016-02-02 Kuba BreckaMarking the mmap_stress.cc TSan test as unsupported...
2016-02-02 Derek Schuff[MC] Enable eip-relative addressing on x86-64 for X32 ABI
2016-02-02 Pavel LabathXFAIL TestConsecutiveBreakpoints.test_single_step_threa...
2016-02-02 Todd Fialaskip TestWatchLocation on OS X
2016-02-02 Tobias GrosserScopInfo: Split memory access construction into differe...
2016-02-02 Tobias GrosserScopInfo: Do not track element-size as additional array...
2016-02-02 Daniel SandersRevert r259512 - [tsan] Add a libc++ and lit testsuite...
2016-02-02 Benjamin KramerMake CodeGen headers self-contained.
2016-02-02 Pavel LabathRemove redundant test in TestExitDuringStep
2016-02-02 Rafael EspindolaExpand comment a bit.
next