platform/upstream/llvm.git
2015-12-15 Michael KupersteinDo not try to use i8 and i16 versions of FP_TO_U/SINT...
2015-12-15 Nemanja IvanovicDefine a feature for __float128 support in the PPC...
2015-12-15 Tamas BerghammerMerge ENABLE_THREADS and ENABLE_STD_THREADS markers
2015-12-15 Alexey Bataev[OPENMP 4.5] Fix test compatibility with 32 bit mode.
2015-12-15 Alexey Bataev[OPENMP 4.5] Codegen for 'hint' clause of 'critical...
2015-12-15 Cong HouImprove the successor list update in TailDuplication...
2015-12-15 NAKAMURA TakumiInstCombineLoadStoreAlloca.cpp: Avoid instantiating...
2015-12-15 NAKAMURA Takumiclang/test/Analysis/padding_c.c: Suppress a test incomp...
2015-12-15 Benjamin Kramer[libclang] Add a flag to create the precompiled preambl...
2015-12-15 James Molloy[PassManagerBuilder] Add a few more scalar optimization...
2015-12-15 Mehdi AminiMark ThreadPool unittests as unsupported on PowerPC64
2015-12-15 Mehdi AminiThreadPool unittest: add a rough mechanism to mark...
2015-12-15 George RimarReapply fixed r255626 that broke buildbot:
2015-12-15 Gabor Horvath[clang-tidy] Check for suspicious string assignments.
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-15 George RimarRevert of r255626 "[ELF] - refactor of code in Relocati...
2015-12-15 Gabor HorvathAdd a new matcher to match character types.
2015-12-15 George Rimar[ELF] - refactor of code in RelocationSection<ELFT...
2015-12-15 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critica...
2015-12-15 Craig Topper[IR] Add classof for GetElementPtrConstantExpr, Compare...
2015-12-15 Craig TopperUse CmpInst::Predicate instead of 'unsigned short'...
2015-12-15 Simon Atanasyan[ELF][MIPS] Remove applying the redundant bit-mask
2015-12-15 Mehdi AminiFix MSVC build with LLVM_ENABLE_THREADS=OFF
2015-12-15 Justin BognerLoopUtils: Remove defaults for arguments that are alway...
2015-12-15 Sagar Thakur[LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3...
2015-12-15 Cong HouReplace the unit test of BranchProbability::normalizeEd...
2015-12-15 Teresa JohnsonFix template parameter pack handling in ThreadPool
2015-12-15 Weiming ZhaoBump up MAX_SUBTARGET_FEATURES
2015-12-15 Vaivaswatha... NFC: Fix typo in comment
2015-12-15 Quentin Colombet[ShrinkWrapping] Do not choose restore point inside...
2015-12-15 Dan Gohman[WebAssembly] Use an immediate OperandType for offset...
2015-12-15 Nico WeberTry to let r255604 have an effect.
2015-12-15 Mehdi AminiAdd specific header for MSVC to be able to build with...
2015-12-15 Enrico GranataFix a bug where language categories would hold on to...
2015-12-15 Dan Gohman[WebAssembly] Remove .import printing.
2015-12-15 JF BastienWebAssembly: test global array indexing
2015-12-15 Mehdi AminiInstcombine: destructor loads of structs that do not...
2015-12-15 Eric FiselierMark declarations of externally instantiated functions...
2015-12-15 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and readability...
2015-12-15 Jason MolendaAdd NetBSDSignals.cpp to the xcode project file.
2015-12-15 Reid Kleckner[llvm-readobj] s/FunctionName/LinkageName/ for codeview...
2015-12-15 Cong HouLet operator/ with uint32_t rhs operand be a member...
2015-12-15 Kostya Serebryany[asan] try to fix ARM bots
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Kamil RytarowskiWelcome to NetBSD signals
2015-12-15 Mehdi AminiRevert "Add a C++11 ThreadPool implementation in LLVM"
2015-12-15 Jason MolendaWhen constructing an address range to "step" or "next...
2015-12-15 Mehdi AminiAdd a C++11 ThreadPool implementation in LLVM
2015-12-15 Kostya Serebryany[asan] add option: handle_sigill
2015-12-15 Xinliang David Li[PGO] make profile prefix even shorter and more readable
2015-12-15 Xinliang David Li[PGO] make profile prefix even shorter and more readable
2015-12-15 Eric FiselierFix various GCC mis-configurations for newer versions.
2015-12-15 Siva ChandraMake few adjustments after r255542.
2015-12-15 Quentin Colombet[X86] Add relaxtion logic for SBB instructions.
2015-12-14 Mike Aizatskysancov: coverage can be reported by multiple functions.
2015-12-14 Todd Fialatest infra: catch and print exception info on test...
2015-12-14 Michael KruseFix typos; NFC
2015-12-14 Rafael EspindolaYet another missing include.
2015-12-14 Rafael EspindolaA better attempt to add a missing include
2015-12-14 Rafael EspindolaTrying to fix the build in a bot.
2015-12-14 Xinliang David Li[PGO] Shorten profile symbol prefixes
2015-12-14 Xinliang David Li[PGO] Shorten profile symbol prefixes
2015-12-14 Justin BognerLoopRotate: Convert the methods of LoopRotate to utilit...
2015-12-14 Justin BognerLoopRotate: Reorder some method implementations. NFC
2015-12-14 Rafael EspindolaUpdate for llvm api change.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-14 Quentin Colombet[X86] Add relaxtion logic for ADC instructions.
2015-12-14 Pete CooperFactor out some duplication. NFC.
2015-12-14 Kate Stone[Test] Addresses failing test when path to make contain...
2015-12-14 Zachary TurnerRemove the multiplier loop.
2015-12-14 Evgeniy Stepanov[msan] Intercept ctermid, ctermid_r.
2015-12-14 Dan Gohman[WebAssembly] Add type prefixes to call instructions
2015-12-14 Dan Gohman[WebAssembly] Implement a new algorithm for placing...
2015-12-14 Dan Gohman[WebAssembly] Avoid adding redundant EXPR_STACK uses.
2015-12-14 Reid KlecknerRevert "Don't create unnecessary PHIs"
2015-12-14 Eric FiselierUpdate paths in libc++ build instructions. Patch from...
2015-12-14 Eric FiselierUpdate how libc++/libc++abi link the tests. Follow...
2015-12-14 Eric Fiselier[libc++abi] Use libgcc and libgcc_s to provide _Unwind...
2015-12-14 Chih-Hung Hsieh[X86] Part 2 to fix x86-64 fp128 calling convention.
2015-12-14 Todd FialaRevert "Temporarily skip TestWithLimitDebugInfo on...
2015-12-14 George Burgess IV[Sema] Make nullness warnings appear in C++.
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 Ben CraigReordering fields to reduce padding in LLVM. NFC
2015-12-14 Ben CraigReordering fields to reduce padding in Clang. NFC
2015-12-14 Dan Gohman[WebAssembly] Add an assert to sanity-check dead flags.
2015-12-14 Pete CooperStart implementing FDE dumping when printing the eh_frame.
2015-12-14 Todd FialaTemporarily skip TestWithLimitDebugInfo on Darwin and...
2015-12-14 Kate Stone[Editline] Redesign automatic indentation fix command...
2015-12-14 Omair JavaidCorrection in TestFrames.py test for arm targets in...
2015-12-14 Pete CooperPrint the eh_frame section in MachoDump.
2015-12-14 Ben Craig[PATCH] Adding checker to detect excess padding in...
2015-12-14 Krzysztof Parzyszek[Hexagon] Add "const" to function parameters in Hexagon...
2015-12-14 Todd Fialatest infra: enable single-worker rerun phase for flakey...
2015-12-14 Zachary TurnerMake skipIf decorator support not_in() functor.
2015-12-14 Diego NovilloFix formatting. NFC.
2015-12-14 Krzysztof Parzyszek[Packetizer] Add AliasAnalysis as a parameter to the...
2015-12-14 Petar Jovanovic[PowerPC] Fix test/CodeGen/ppc-sfvarargs
2015-12-14 Pete CooperAdd missing vtable anchor's.
2015-12-14 Krzysztof Parzyszek[Packetizer] Make endPacket virtual
2015-12-14 David Majnemer[ConstantFold] Fix bitcast to gep constant folding...
next