platform/upstream/llvm.git
2017-12-25 Jonas Devlieghere[docs] Use dbgs() instead of errs() for DEBUG()
2017-12-25 Eugene Leviant[ThinLTO] Don't import functions with noinline attribute
2017-12-25 whitequark[libunwind] fix a typo in r321441.
2017-12-25 whitequark[libunwind] convert error logs to _LIBUNWIND_LOG/_LIBUN...
2017-12-25 whitequark[libunwind] Avoid using C++ headers.
2017-12-25 George Rimar[MC] - Disallow invalid section groups declarations.
2017-12-25 Max Kazantsev[SafepointIRVerifier] Allow non-dereferencing uses...
2017-12-25 Craig Topper[X86] Add a DAG combines to turn vXi64 muls into VPMULD...
2017-12-25 Craig Topper[X86] Add avx512vl and avx512dq command lines to combin...
2017-12-25 Don Hinton[libcxx] Suppress unused warning on apple.
2017-12-25 Don Hinton[cmake] Always respect existing CMAKE_REQUIRED_FLAGS...
2017-12-25 Craig Topper[X86] Make some helper methods static functions instead...
2017-12-25 Craig Topper[X86] Use SelectionDAG::getFPExtendOrRound to simplify...
2017-12-24 Dimitry AndricFix PR35739: chkstk and chkst2 should only be built...
2017-12-24 Rafael EspindolaAllow relocations in rw sections to create plt entries.
2017-12-24 Benjamin Kramer[AST] Inline CompoundStmt contents into the parent...
2017-12-24 Benjamin Kramer[AST] Convert AttributedStmt to llvm::TrailingObjects.
2017-12-24 Alexey Bataev[OPENMP] Fix the tests for 32bits targets, NFC.
2017-12-24 Simon Pilgrim[X86][AVX] Add AVX1/AVX2 vmul tests
2017-12-24 Benjamin KramerMake helpers static. No functionality change.
2017-12-24 Simon Pilgrim[X86][X87] Mark pseudo memory fold instructions as...
2017-12-24 Simon Pilgrim[X86][X87] Renamed CHECK prefix, its not actually broke...
2017-12-24 Simon Pilgrim[X86][X87] Add another test case mentioned on PR34080
2017-12-24 Joachim Protze[OMPT] Set and reset frame address when creating a...
2017-12-24 Craig Topper[X86] Fix (v2f64 (s/uint_to_fp (v2i1))) to avoid scalar...
2017-12-24 George Rimar[MC] - Teach llvm-mc to handle comdats whose names...
2017-12-24 Rafael EspindolaFix output section offset and contents when linker...
2017-12-24 Craig Topper[DAGCombiners] Don't turn ANDs to shuffles with zero...
2017-12-24 Craig Topper[X86] Add assembler predicates to BITALG/VBMI2/VNNI...
2017-12-24 Craig Topper[X86] Teach WidenMaskArithmetic to handle any constant...
2017-12-23 Craig Topper[SelectionDAG] Teach SelectionDAG::getNode to constant...
2017-12-23 Florian Hahn[CallSiteSplitting] Remove isOrHeader restriction.
2017-12-23 Sam McCall[clangd] Use Builder for symbol slabs, and use sorted...
2017-12-23 Sam McCall[Index] Reduce size of SymbolInfo struct.
2017-12-23 Faisal Vali[NFC] Remove a cast rendered unnecessary by r321409
2017-12-23 Faisal Vali[NFC] Update the template-parameter parsers and analyze...
2017-12-23 Craig Topper[X86] Remove type restrictions from WidenMaskArithmetic.
2017-12-23 Craig Topper[X86] In WidenMaskArithmetic, make sure we check the...
2017-12-23 Craig Topper[X86] Remove unneeded EVT variable. NFC
2017-12-23 Simon Pilgrim[X86][X87] Wrap FpI_ pseudo to use PseudoI. NFCI.
2017-12-23 Rafael EspindolaDetemplate reportDuplicate.
2017-12-23 George Rimar[ELF] - Fix mistype in comment. NFC.
2017-12-23 Davide Italiano[SCCP] Manually fold branches on undef.
2017-12-23 Simon Pilgrim[X86] Add default InstrItinClass to PseudoI
2017-12-23 George Rimar[ELF] - Allow using PLT relocations when "-z notext...
2017-12-23 Craig Topper[X86] Pass the right VT to the getZeroExtendInReg intro...
2017-12-23 Craig Topper[X86] Use SelectionDAG::getZeroExtendInReg instead...
2017-12-23 Craig Topper[SelectionDAG][X86] Don't use ->getValueType(0) after...
2017-12-23 Richard Trieu[ODRHash] Disable hashing on methods.
2017-12-23 Richard Trieu[ODRHash] Support ODR violation detection in functions.
2017-12-23 Alex Shlyapnikov[Sanitizers] Export aligned new/delete from runtimes.
2017-12-23 Rafael EspindolaDetemplate isCompatible(). NFC.
2017-12-22 Chandler CarruthAdd an explicit `LLVM_FALLTHROUGH` annotation to an...
2017-12-22 Nirav Dave[DAG] Add missing case check from findbaseoffset merge...
2017-12-22 Rafael EspindolaResult of subtracting two symbols should be absolute.
2017-12-22 Nirav DaveIntegrate findBaseOffset address analyses to BaseIndexO...
2017-12-22 Walter Lee[git-llvm] Handle files ignored by svn correctly
2017-12-22 Benjamin KramerUnbreak the build. Combining chrono with Optional is...
2017-12-22 Alexey Bataev[OPENMP] Captured arguments of the capturable clauses...
2017-12-22 Sam Clegg[WebAssembly] Increase test coverage for weak aliases
2017-12-22 Sam Clegg[WebAssembly] MC: Fix for address taken aliases
2017-12-22 Simon DardisReland "[mips][compiler-rt] Provide 64bit atomic add...
2017-12-22 Alina Sbirlea[MemorySSA] Allow reordering of loads that alias in...
2017-12-22 Rafael EspindolaNote that the test .tar.xz has been updated.
2017-12-22 Nirav DaveRevert "[DAG] Integrate findBaseOffset address analyses...
2017-12-22 Paul Osmialowski[OMPT] Add missing initialization in nested_lwt.c test...
2017-12-22 Julie HockettReformatting Fuchsia overloaded operator test
2017-12-22 Guozhi Wei[SimplifyCFG] Don't do if-conversion if there is a...
2017-12-22 Ben Dunbobbin[ThinLTO][CachePruning] explicitly disable pruning
2017-12-22 Sanjoy Das(Re-landing) Expose a TargetMachine::getTargetTransform...
2017-12-22 Alex Shlyapnikov[Sanitizers] Disable new_delete_test.cc on Android...
2017-12-22 Alex Shlyapnikov[Sanitizers, CMake] Basic sanitizer Solaris support...
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of negative expressions
2017-12-22 Michael Kruse[CodeGen] Fix noalias annotations for memcpy/memmove.
2017-12-22 Craig Topper[SelectionDAG] Reverse the order of operands in the...
2017-12-22 Craig Topper[X86] When lowering insert_vector_elt/extract_vector_el...
2017-12-22 Craig Topper[X86] Improve the printing of address mode during isel...
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of optional operands...
2017-12-22 Haicheng Wu[InlineCost] Find more free binary operations
2017-12-22 Alex Shlyapnikov[MSan,TSan] Add aligned new/delete interceptors.
2017-12-22 Nirav Dave[DAG] Integrate findBaseOffset address analyses to...
2017-12-22 Julie Hockett[clang-tidy] Adding Fuchsia checker for overloaded...
2017-12-22 Joachim Protze[OMPT] Fix failing test cases for gcc on Ubuntu
2017-12-22 Joachim ProtzeRemove unused positional argument for printf
2017-12-22 Serge PavlovUnit tests for TBAA metadata generation.
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Added support of 256- and 512-bit tuples...
2017-12-22 Haojian Wu[clangd] Add a tool to build YAML-format global symbols.
2017-12-22 Simon Atanasyan[mips] Add test case to check that calls to mcount...
2017-12-22 Diana Picus[ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT...
2017-12-22 Pavel Labathdebugserver: Propagate environment in launch-mode ...
2017-12-22 Diana Picus[ARM GlobalISel] Support pointer constants
2017-12-22 Pavel LabathEnable TestReadMemCString on non-darwin targets
2017-12-22 Ivan A. Kosarev[CodeGen] Represent array members in new-format TBAA...
2017-12-22 Ivan A. Kosarev[CodeGen] Support generation of TBAA info in the new...
2017-12-22 Sam McCall[clangd] Simplify GlobalCompilationDatabase, cache...
2017-12-22 Sam Parker[DAGCombine] Revert r321259
2017-12-22 Sam McCall[clangd] Improve packing of Symbol struct. NFC
2017-12-22 Sam McCallFix unused variable warning in SemaTemplate. NFC
2017-12-22 Chandler CarruthRewrite the cached map used for locating the most preci...
2017-12-22 Aaron Smith[lldb] Stop searching for a symbol in a pdb by regex
next