platform/upstream/llvm.git
2017-03-20 Michael Kruse[DeLICM] Refector out parseSetOrNull. NFC.
2017-03-20 Michael Kruse[DeLICM] Add forgotten isl_space_set_tuple_id in unittests.
2017-03-20 Daniel Sanders[tablegen][globalisel] Capture instructions into locals...
2017-03-20 Anastasia Stulova[OpenCL] Fix extension guards for atomic functions
2017-03-20 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT tests
2017-03-20 Diana Picus[GlobalISel] Use the correct calling conv for calls
2017-03-20 Simon PilgrimUse MutableArrayRef for APFloat::convertToInteger
2017-03-20 Rafael EspindolaInline a few functions.
2017-03-20 Rafael EspindolaInitialize dot.
2017-03-20 Maxim Ostapenko[sancov] Fix broken links and displaced coloring in...
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-03-20 Francis RicciRevert "Use pthreads for thread-local lsan allocator...
2017-03-20 Sylvestre LedruAdd more examples to clang-format configuration
2017-03-20 George Rimar[ELF] - Simplify redundant templated call. NFC.
2017-03-20 George Rimar[ELF] - Get rid of uintX_t in GdbIndexSection. NFC.
2017-03-20 George Rimar[ELF] - Reuse Config->IsLE. NFC.
2017-03-20 George Rimar[ELF] - Combine LinkerScriptBase and LinkerScript<ELFT>
2017-03-20 George Rimar[ELF] - Apply clang-format. NFC.
2017-03-20 Konstantin... Revert "[AMDGPU] Run always inliner early in opt"
2017-03-20 Laszlo Nagy[scan-build-py] use python tempfile for tempdir
2017-03-20 Craig Topper[IR] Move a few static functions in Instruction class...
2017-03-20 Michael Zolotukhin[ConstantRange] Add setSizeSmallerThanOf method.
2017-03-20 Craig Topper[IR] Remove some unneeded includes from Operator.h...
2017-03-20 Craig Topper[IR] Add missing copyright header.
2017-03-20 Craig Topper[APInt] Don't initialize VAL to 0 in APInt constructors...
2017-03-20 Xin TongRemove unnecessary IDom check
2017-03-19 Craig Topper[InstCombine] Remove duplicate code in SimplifyDemanded...
2017-03-19 Simon Atanasyan[ELF] clang-format sortMipsSymbols. NFC
2017-03-19 Aaron BallmanRename the clang-tidy safety module to be hicpp, for...
2017-03-19 Craig Topper[AVX-512] Handle kor/kand/kandn/kxor/kxnor/knot intrins...
2017-03-19 Craig Topper[InstCombine] Use update_test_checks.py to regenerate...
2017-03-19 Simon PilgrimFix constant folding of fp2int to large integers
2017-03-19 Simon PilgrimFix MSVC warning: "switch statement contains 'default...
2017-03-19 Ahmed Bougacha[GlobalISel] Don't select trivially dead instructions.
2017-03-19 Ahmed Bougacha[GlobalISel][AArch64] Add DBG_VALUE select test. NFC.
2017-03-19 Ahmed Bougacha[GlobalISel][AArch64] Split out cast select tests....
2017-03-19 Ahmed Bougacha[GlobalISel] Move method definition to the proper file...
2017-03-19 Ahmed Bougacha[CodeGen] Update hasSideEffects comment. NFC.
2017-03-19 Xin TongCorrect a rebase mistake.
2017-03-19 Xin TongRemove unused arguments. NFCI
2017-03-19 Xin Tong[JumpThreading] Perform phi-translation in SimplifyPart...
2017-03-19 Xin TongExtract FindAvailablePtrLoadStore out of FindAvailableL...
2017-03-19 Aaron BallmanCleaning up the IdentifierResolver::iterator class...
2017-03-19 Francis RicciUse pthreads for thread-local lsan allocator cache...
2017-03-19 Teresa JohnsonEnable stripping of multiple DILocation on !llvm.loop...
2017-03-19 Oren Ben Simhon[MIR] Test assumes x64 windows calling convention upon...
2017-03-19 Benjamin Kramer[MIR] Add triple to test that assumes it runs on windows.
2017-03-19 Oren Ben SimhonCalleeSavedRegister was removed from MIR and is recalcu...
2017-03-19 Oren Ben SimhonMoving the test to x86 because other architectures...
2017-03-19 Igor Breger[X86][AVX512][Clang][Intrinsics] Adding missing intrins...
2017-03-19 Oren Ben Simhon[MIR] Support Customed Register Mask and CSRs
2017-03-19 Zachary TurnerFix syntax error when building with editline support.
2017-03-19 Zachary TurnerRemove FileSystem::Get/SetFilePermissions
2017-03-19 Craig Topper[InstCombine] Use setHighBits/setLowBits/setBitsFrom...
2017-03-19 Zachary TurnerRemove FileSystem::MakeDirectory.
2017-03-19 Zachary TurnerFix unit test compilation failure.
2017-03-19 Brian Gesiak[Analysis] bitreverse(undef) returns undef
2017-03-19 Kuba MracekRe-commit of r296706 ("Increase stack size for stack...
2017-03-19 Daniel BerlinNewGVN: Now that we have a better verifier, we can...
2017-03-19 Daniel BerlinNewGVN: Remove dead code (for now)
2017-03-18 Tobias Grosser[CodeGen] Remove need for all parameters to be in scop...
2017-03-18 Kuba MracekApparently, PTHREAD_STACK_MIN can be in limits.h on...
2017-03-18 Kuba MracekChange stack-use-after-return.cc to respect PTHREAD_STA...
2017-03-18 Tobias Grosser[IslExprBuilder] Print accessed memory locations with...
2017-03-18 Kuba MracekAdd extra return value checks into stack-use-after...
2017-03-18 Tobias Grosser[OpenMP] Do not emit lifetime markers for context
2017-03-18 Craig Topper[GVN] Fix accidental double storage of the function...
2017-03-18 Craig Topper[ValueTracking] Remove deadish code from computeKnownBi...
2017-03-18 Tamas BerghammerRemove some dead code from DumpValueObjectOptions:...
2017-03-18 Daniel BerlinNewGVN: Greatly enhance the ability of the NewGVN verif...
2017-03-18 Daniel BerlinNewGVN: Fix PHI evaluation bug exposed by new verifier...
2017-03-18 Daniel BerlinDebugCounters: Add API for setting/unsetting programati...
2017-03-18 Renato GolinRevert "Modules: Cache PCMs in memory and avoid a use...
2017-03-18 Matthias BraunExecutionDepsFix: Let targets specialize the pass; NFC
2017-03-18 Matthias BraunExecutionDepsFix: Normalize names; NFC
2017-03-18 Matthias BraunCodeGen.cpp: Sort alphabetically; NFC
2017-03-18 Matthias BraunInitializePasses.h: Cleanup; NFC
2017-03-18 Craig Topper[ValueTracking] Add APInt::setSignBit and use it to...
2017-03-18 Nirav DaveMake library calls sensitive to regparm module flag...
2017-03-18 Nirav DaveCapitalize ArgListEntry fields. NFC.
2017-03-18 Nirav Dave[X86] Add NumRegisterParameters Module Flag.
2017-03-18 Bruno Cardoso... [LockFileManager] Reduce lock timeout
2017-03-18 Bruno Cardoso... [Modules] In case of lock timeout, fallback and build...
2017-03-18 Evgeniy StepanovFix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.
2017-03-18 Evgeniy Stepanov[asan] Remove gc-sections test with bfd.
2017-03-17 Stanislav Mekhanoshin[AMDGPU] Add address space based alias analysis pass
2017-03-17 Craig Topper[BuildLibCalls] emitPutChar should infer function attri...
2017-03-17 Argyrios Kyrtzidis[index] For C++ constructors/destructors, add reference...
2017-03-17 Evgeniy Stepanov[asan] Disable globals-gc test with ld.bfd.
2017-03-17 Rui UeyamaCompute Config member function return values only once.
2017-03-17 Rui UeyamaDefine Config::isLE and Config::wordsize.
2017-03-17 Sanjay Patel[x86] regenerate checks; NFC
2017-03-17 Duncan P. N... Modules: Cache PCMs in memory and avoid a use-after...
2017-03-17 Sanjay Patel[x86] regenerate checks; NFC
2017-03-17 Evgeniy StepanovFix docs-llvm-html build.
2017-03-17 Jessica Paquette[Outliner] Add outliner for AArch64
2017-03-17 Eli Friedman[SCEV] Use const Loop *L instead of Loop *L. NFC
2017-03-17 Davide Italiano[Sema] Unbreak GCC -Werror build (enum compare).
next