platform/upstream/llvm.git
2016-02-03 Rui UeyamaELF: Remove dead code.
2016-02-03 Anastasia StulovaAdded Anastasia Stulova as a code owner for OpenCL
2016-02-03 Richard SmithFix regression from r259622: the operand of an incremen...
2016-02-03 Saleem AbdulrasoolARM: support TLS for WoA
2016-02-03 Wei MiRevert r259662, which caused regressions on polly tests.
2016-02-03 Quentin Colombet[InstCombine] Revert r238452: Fold IntToPtr and PtrToIn...
2016-02-03 Jonas Paulsson[ScheduleDAGInstrs::buildSchedGraph()] Handling of...
2016-02-03 Xinliang David LiFix comments /NFC
2016-02-03 Matt ArsenaultAdd builtins for bitreverse intrinsic
2016-02-03 Daniel Jasperclang-format: Fix formatting of ternary expressions...
2016-02-03 Rui UeyamaDo not expect /dev/null (or NUL) non-mmap'able.
2016-02-03 Haojian Wu[clang-tidy] Fix a crash issue on misc-virtual-near...
2016-02-03 Chris BienemanAdd back the ABITest makefiles
2016-02-03 Joseph Tremoulet[Unittest] Clean up formatting, NFC
2016-02-03 Wei Mi[SCEV] Try to reuse existing value during SCEV expansion
2016-02-03 Rafael EspindolaSimplify. NFC.
2016-02-03 Tobias GrosserProperly build shared libraries if LLVM_LINK_LLVM_DYLIB...
2016-02-03 Tobias Grosserwww: Simplify 'build & install' descriptions
2016-02-03 Renato Golin[ARM] Move GNUEABI divmod to __aeabi_divmod*
2016-02-03 Jun Bum Lim[MachineCopyPropagation] Fix comment. NFC
2016-02-03 Daniel Sanders[mips] Remove redundant inclusions of MipsAnalyzeImmedi...
2016-02-03 Arpith Chacko... [OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Tobias GrossertScopInfo: Shorten comment slightly
2016-02-03 Aaron BallmanMinor cleanup to remove casts and improve some const...
2016-02-03 Anastasia Stulova[OpenCL] Adding reserved operator logical xor for OpenCL
2016-02-03 Dmitry Vyukovtsan: disable flaky mmap_stress test
2016-02-03 James Molloy[DemandedBits] Revert r249687 due to PR26071
2016-02-03 Daniel JasperProvide match function to look over an entire TU again.
2016-02-03 Yury GribovForgot to remove file in previous commit.
2016-02-03 Yury Gribov[analyzer] AnalysisConsumer: print fully-qualified...
2016-02-03 Nemanja IvanovicFix for PR 26381
2016-02-03 Aidan DoddsAdd ability to override JIT expr compiler options.
2016-02-03 Haojian Wu[clang-tidy] bug fix: Don't warn on partial template...
2016-02-03 Pavel LabathRemove skipUnlessListedRemote test decorator
2016-02-03 Simon Atanasyan[mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and...
2016-02-03 Daniel Jasperclang-tidy: [misc-unused-parameters] Ignore template...
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.
next