platform/upstream/llvm.git
2016-02-02 Pavel LabathFix build after clang interface change in r259489
2016-02-02 Daniel Sanders[compiler-rt] add_custom_libcxx should pass LLVM_PATH...
2016-02-02 Denis ZobninTest commit (NFC).
2016-02-02 Anastasia Stulova[OpenCL] Eliminate warning when declaring OpenCL builti...
2016-02-02 Benjamin KramerMake headers self-contained.
2016-02-02 Benjamin KramerMove DebugInfoKind into its own header to cut the cycli...
2016-02-02 Pavel LabathFix single-stepping onto a breakpoint
2016-02-02 Daniel Jasperclang-format: Make AlignAfterOpenBracket also affect...
2016-02-02 Tobias Grosserwww: Mark full/partial tile separation for vectorizatio...
2016-02-02 Tobias Grosserwww: Update statistic code
2016-02-02 Pavel LabathFix compiler lookup when specified without path
2016-02-02 Tobias Grosserwww: update formatting of polyhedral.info news
2016-02-02 JF BastienWebAssembly: add option to disable register coloring
2016-02-02 George Rimar[ELF] Implemented -Bsymbolic-functions command line...
2016-02-02 Sjoerd MeijerRemoved FeatureVFPOnlySP from the Cortex-R7 processor...
2016-02-02 Simon Atanasyan[ELF] Remove redundant empty line. NFC
2016-02-02 Simon Atanasyan[ELF] Finalize .dynamic section at the end
2016-02-02 Tobias Grosserwww: Fix overlapping lines II
2016-02-02 Tobias GrosserAvoid overlapping lines
2016-02-02 Rui UeyamaELF: Include archive names in error messages.
2016-02-02 Rui UeyamaELF: Simplify and add comments.
2016-02-02 Maxim Ostapenko[asan] Fix internal CHECK failure on double free in...
2016-02-02 Rui UeyamaDo not use "No" prefix for boolean variables to make...
2016-02-02 Rui UeyamaELF: Move GOT relocation handler code to one place...
2016-02-02 Rui UeyamaELF: Move PLT relocation handler to one place. NFC.
2016-02-02 David Majnemer[RegisterCoalescer] Better DebugLoc for reMaterializeTr...
2016-02-02 Rui UeyamaELF: Move GNU_IFUNC relocation handler to one place...
2016-02-02 Rui UeyamaELF: Move copy relocation handler to one place. NFC.
2016-02-02 Rui UeyamaELF: Move code for MIPS local GOT entries to one place...
2016-02-02 Alexey Bataev[OPENMP 4.0] Allow to use 'omp simd' directive inside...
2016-02-02 Arpith Chacko... [OpenMP] Prevent nesting of target constructs within...
2016-02-02 Chandler Carruth[LCG] Build an edge abstraction for the LazyCallGraph...
2016-02-02 Kamil RytarowskiNetBSD: Define initial RegisterContextNetBSD_x86_64
2016-02-02 Philip Reames[LVI] Introduce an intersect operation on lattice values
2016-02-02 Rui UeyamaAdd comments.
2016-02-02 Kostya Serebryany[libFuzzer] allow passing 1 or more files as individual...
2016-02-02 Rui UeyamaUpdate a comment.
2016-02-02 Matthias BraunMachineVerifier: Use report_context() instead of ad...
2016-02-02 Sanjoy Das[X86] Fix a bug in getMemOpBaseRegImmOfs
2016-02-02 Rui UeyamaReplace auto with the real type.
2016-02-02 Kostya Serebryany[libFuzzer] fail if the corpus dir does not exist
2016-02-02 Anna Zaks[asan] Add iOS support for Address Sanitizer
2016-02-02 Anna Zaks[asan] Fixup r258849 by updating warning in the test
2016-02-02 Anna Zaks[asan] Add iOS support.
2016-02-02 Pete CooperSet ordinals of all File's created in MachO passes.
2016-02-02 Ahmed Bougacha[X86][FastISel] Don't force Nearest-Even rounding for...
2016-02-02 Ahmed Bougacha[X86] Don't force Nearest-Even rounding for VCVTPS2PH...
2016-02-02 Anna Zaks[safestack] Make sure the unsafe stack pointer is poppe...
2016-02-02 Philip Reames[LVI] Fix a latent bug in getValueAt
2016-02-02 Richard TrieuTemplate Type Diffing change
2016-02-02 Rui UeyamaAlways initialize Out<ELFT> members.
2016-02-02 Jim InghamWe try to avoid static objects. These are on the error...
2016-02-02 Pete CooperFixed comment characters. NFC
2016-02-02 Pete CooperAdd pointerKind() method to the MachO ArchHandler's...
2016-02-01 Pete CooperAdd ObjC method list atom type. NFC.
2016-02-01 Pete CooperAdd command line option to disable ObjC category merging.
2016-02-01 Sanjay Patelfix typos; NFC
2016-02-01 Philip Reames[LVI] Missing test case from 259432
2016-02-01 Pete CooperMove SimpleDefinedAtom::addReference to DefinedAtom.
2016-02-01 Rui UeyamaELF: Do not call fatal() if relocation contraints are...
2016-02-01 Teresa JohnsonAdd test for PR26419 (stable function summary ordering)
2016-02-01 Stephane SezerFix getCompiler in unit testing framework on compiler...
2016-02-01 Philip Reames[LVI] Remove overly tight assert from 259429
2016-02-01 Pete CooperAdd operator== for DefinedAtom::reference_iterator...
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VMOVD (load) shuff...
2016-02-01 Philip Reames[LVI] Add select handling
2016-02-01 Nico WeberAlways build a new TypeSourceInfo for function template...
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS...
2016-02-01 Pete CooperMachoFile should default to using subsections_via_symbols.
2016-02-01 Sanjay Patelfunction names start with a lowercase letter; NFC
2016-02-01 Matthias BraunFix build problem by lower SmallSet<N> to a reasonable...
2016-02-01 Sanjay Patel[InstCombine] simplify masked scatter/gather intrinsics...
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VINSERTPS shuffle...
2016-02-01 Matthias BraunSmallSet/SmallPtrSet: Refuse huge Small numbers
2016-02-01 Arpith Chacko... Undoing commit r259366 to debug buildbot failure.
2016-02-01 Rafael EspindolaSimplify.
2016-02-01 Simon Pilgrim[X86][SSE] Regenerated load vector + element extraction...
2016-02-01 Pete CooperUse dyn_cast instead of static_cast.
2016-02-01 Chad RosierMove comments a bit closer to associated code. NFC.
2016-02-01 Simon Pilgrim[X86][SSE] Add AVX512 merge consecutive load tests
2016-02-01 Aaron BallmanCode clean up; NFC.
2016-02-01 Alexey Samsonov[CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.
2016-02-01 Simon PilgrimRegenerate vector blend tests.
2016-02-01 Simon PilgrimRegenerate vector sext/zext constant folding tests.
2016-02-01 Rui UeyamaELF: Teach SymbolBody about how to get its addresses.
2016-02-01 Jun Bum LimAvoid inlining call sites in unreachable-terminated...
2016-02-01 Chad RosierRemove extra semicolon. NFC.
2016-02-01 Sanjoy Das[SCEV] Clean up isKnownPredicateViaConstantRanges;...
2016-02-01 Sanjoy Das[SCEV] Rename isKnownPredicateWithRanges; NFC
2016-02-01 Rafael EspindolaFix infinite recursion in MCAsmStreamer::EmitValueImpl.
2016-02-01 Teresa Johnson[ThinLTO] Ensure function summary output order is stable
2016-02-01 Jim InghamAdd a note on how to create an empty target and use...
2016-02-01 Nico WeberRevert r259143, it broke check-lld on Windows (see...
2016-02-01 Rafael EspindolaAdd a test for r258362.
2016-02-01 Eugene ZelenkoSort checks alphabetically in ReadabilityTidyModule...
2016-02-01 Sanjay Patel[InstCombine] simplify masked store intrinsics with...
2016-02-01 Davide Italiano[llvm-nm] Simplify the code a bit. NFCI.
2016-02-01 Reid Kleckner[ubsan] Stop thinking we can rely on C++ ABI knowledge...
2016-02-01 Balaram MakamAArch64: Implement missed conditional compare sequences.
2016-02-01 Pete CooperAtomize the ObjC category list section.
next