platform/upstream/llvm.git
2016-03-05 Filipe Cabecinhas[cmake] Address Samsonov's post-commit review of r262723
2016-03-05 Chandler Carruth[aa-eval] Enhance the comments to better describe the...
2016-03-05 Matthias BraunRegisterCoalescer: Remap subregister lanemasks before...
2016-03-05 Matthias BraunRegisterCoalescer: Need to check DstReg+SrcReg for...
2016-03-05 Matthias BraunRegisterPressure: Small cleanup
2016-03-05 Richard TrieuAdd null check to diagnostic path for lambda captures.
2016-03-05 Mike SpertusTest commit: Fix run-on sentence in comment
2016-03-05 Devin Coughlin[analyzer] Nullability: add option to not report on...
2016-03-05 Quentin Colombet[X86] Fix the lowering of setjmp intrinsic on i386.
2016-03-05 Rafael Espindolalto: Start taking symbol visibility into consideration.
2016-03-04 Quentin ColombetAdd missing triple in my previous commit!
2016-03-04 Quentin Colombet[X86] Do not use cmpxchgXXb when we need the base point...
2016-03-04 Sanjay Patel[x86] add tests for masked loads with constant masks
2016-03-04 Mike Aizatsky[libfuzzer] adding std:string to allowed adaptable...
2016-03-04 David MajnemerFix build breakage
2016-03-04 David Majnemer[X86] Support cleaning more than 2**16 bytes of stack
2016-03-04 Kostya Serebryany[libFuzzer] log less when re-loading files; fix a silly...
2016-03-04 Richard SmithUpdate diagnostics now that hexadecimal literals look...
2016-03-04 David BlaikiePR5941 - improve diagnostic for * vs & confusion when...
2016-03-04 Philip Reames[LVI] Fix a bug which prevented use of !range metadata...
2016-03-04 Rong Xu[PGO] Add a commandline option to control number of...
2016-03-04 Nico Weberclang-cl: Enable PCH flags by default.
2016-03-04 Rafael EspindolaRefactor target independent code.
2016-03-04 Richard SmithImplement P0036R0: remove support for empty unary folds...
2016-03-04 Michael Kuperstein[DAGCombine] Fix divrem combine not to assume div/rem...
2016-03-04 Teresa JohnsonFix new gold test to specify emulation mode.
2016-03-04 Samuel AntaoRevert r262741 - [OPENMP] Codegen for distribute directive
2016-03-04 Richard SmithUpdate cxx_status with likely new features from Jackson...
2016-03-04 Stephen HinesSwitch krait to use -mcpu=cortex-a15 for assembler...
2016-03-04 Carlo Bertolli[OPENMP] Codegen for distribute directive
2016-03-04 Dan Gohman[WebAssembly] Add another possible code-size optimizati...
2016-03-04 James Y KnightUpdate after r262737 in clang changed the accessor.
2016-03-04 Renato Golin[ARM] Merging 64-bit divmod lib calls into one
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-03-04 Xinliang David Li[PGO] Add API to check compatibility of profile data...
2016-03-04 Rui UeyamaAdd a comment about _DYNAMIC.
2016-03-04 Xinliang David LiFix api visibility
2016-03-04 Filipe Cabecinhas[ubsan/float-cast-overflow] Make the test also work...
2016-03-04 Tom StellardAMDGPU/SI: Add support for spiling SGPRs to scratch...
2016-03-04 Teresa JohnsonFix bot failure from r262721: unintented change in...
2016-03-04 Sanjoy Das[Statepoint docs] Delete trailing whitespace
2016-03-04 Devin Coughlin[analyzer] Add diagnostic in ObjCDeallocChecker for...
2016-03-04 Tom StellardAMDGPU/SI: Enable frame index scavenging during PrologE...
2016-03-04 Teresa Johnson[ThinLTO] Ensure prevailing linkonce emitted as weak...
2016-03-04 Krzysztof Parzyszek[Hexagon] Fix lowering of calls with the return type...
2016-03-04 Zoran Jovanovic[mips][microMIPS] Prevent usage of OR16_MMR6 instructio...
2016-03-04 Teresa Johnson[ThinLTO] Launch importing backends in parallel threads...
2016-03-04 Filipe Cabecinhas[ubsan/cmake] Make sure we end up adding -frtti to...
2016-03-04 Teresa JohnsonRefactor gold-plugin codegen to prepare for ThinLTO...
2016-03-04 Rafael EspindolaRefactor duplicated code.
2016-03-04 Teresa JohnsonChange split code gen to use ThreadPool
2016-03-04 Simon Pilgrim[X86][AVX512] Added some basic X86ISD::VPERMV3 shuffle...
2016-03-04 Ben CraigReducing stack usage of test
2016-03-04 Benjamin KramerMove class into anonymous namespace. NFC.
2016-03-04 Pavel LabathAdd a log statement
2016-03-04 Sam KoltonTest commit access
2016-03-04 Pavel LabathResumbit "Fetch remote log files from LLGS tests"
2016-03-04 Pavel LabathFix warning in IRExecutionUnit.cpp
2016-03-04 Tamas BerghammerAdd reverse file remapping for breakpoint set
2016-03-04 Simon Pilgrim[X86][SSSE3] Added combine test for unary shuffle ...
2016-03-04 Valery Pykhtintest commit
2016-03-04 Simon Atanasyan[ELF][MIPS] Factor out the code reading and sign-extend...
2016-03-04 Simon Atanasyan[ELF][MIPS] Factor out the code writing relocation...
2016-03-04 Simon Atanasyan[ELF][MIPS] Factor out the code reading and calculating...
2016-03-04 Simon Atanasyan[ELF][MIPS] Use writeMipsHi16 to apply result of R_MIPS...
2016-03-04 Simon Atanasyan[ELF][MIPS] Replace S and A arguments of the writeMipsH...
2016-03-04 Simon Atanasyan[ELF][MIPS] s/applyMipsHi16Reloc/writeMipsHi16/ NFC
2016-03-04 Benjamin KramerMake headers self-contained again.
2016-03-04 Nikolay HaustovAMDGPU/SI: add llvm.amdgcn.image.atomic.* intrinsics
2016-03-04 Pavel Labath[SemaExprCXX] Avoid calling isInSystemHeader for invali...
2016-03-04 Alexey Bataev[OPENMP 4.0] Codegen for 'declare reduction' construct.
2016-03-04 Haojian Wu[clang-tidy] Make 'modernize-use-nullptr' check work...
2016-03-04 Vedant Kumar[Coverage] Fix the start/end locations of switch statements
2016-03-04 Alexey Bataev[OPENMP] Simplify handling of clauses with postupdates...
2016-03-04 Argyrios Kyrtzidis[index] Distinguish USRs of anonymous enums by using...
2016-03-04 Argyrios Kyrtzidis[index] Include parameter types in the USRs for C funct...
2016-03-04 Argyrios Kyrtzidis[index] In ObjC++ handle objc type parameters for funct...
2016-03-04 Xiuli Pan[OpenCL] Refine pipe builtin support
2016-03-04 Bhushan D.... [MIPS] initFeatureMap() to handle empty string argument
2016-03-04 Mohit K. Bhakkad[Compiler-rt][safestack] Enable for MIPS
2016-03-04 Bill Seurer[powerpc] pacify lint for java_race_pc.cc
2016-03-04 David Majnemer[X86] Pass __m64 types via SSE registers for GCC compat...
2016-03-04 David Majnemer[VFS] Switch from close to SafelyCloseFileDescriptor
2016-03-04 Argyrios Kyrtzidis[index] Ignore ObjCTypeParamDecls during indexing.
2016-03-04 Rui UeyamaUse check function.
2016-03-04 Davide Italiano[ELF] Generalize symbol type handling.
2016-03-04 Justin BognerAnnotate our undefined behaviour to sneak it past the...
2016-03-04 Easwaran RamanFix a memory leak.
2016-03-04 Justin BognerCodeGen: Tune the SmallVector size in LiveRange
2016-03-04 Alexey Samsonov[TSan] Fix compiler warning in Go sanity test.
2016-03-04 Easwaran RamanFix a use-after-free bug introduced in r262636
2016-03-04 Alexey Samsonov[asan] Fix odr_c_test failure with gold linker
2016-03-04 Teresa JohnsonAdd hardware_concurrency interface to llvm::thread...
2016-03-04 Evgeniy Stepanov[gold] Handle modules that are not included in the...
2016-03-04 Bill Seurer[powerpc] activate java_race_pc.cc on powerpc64le
2016-03-03 Easwaran RamanFix memory leak in tests.
2016-03-03 Mike Aizatsky[libfuzzer] arbitrary function adapter.
2016-03-03 Philip Reames[docs] Add a description of current problem areas to...
2016-03-03 Guozhi Wei[InstCombine] Combine A->B->A BitCast
2016-03-03 Bill Seurer[powerpc] activate java_race_pc.cc on powerpc64le
next