platform/upstream/llvm.git
2016-04-11 Simon Pilgrim[X86] Added widening tests for and/xor/or bit operations
2016-04-11 Andrey Turetskiy[X86] Restrict max long nop length for Lakemont.
2016-04-11 Kuba Brecka[sanitizer] Restore stderr when using forkpty() to...
2016-04-11 Martin Probstclang-format: [JS] Test for parameter annotations.
2016-04-11 Tamas BerghammerFix makefile for TestMiThreadInfo after rL265858 (2nd...
2016-04-11 Tamas BerghammerFix makefile for TestMiThreadInfo after rL265858
2016-04-11 Kuba Brecka[tsan] Replace 'not' with '%deflake' in gcd-apply-race...
2016-04-11 Benjamin KramerRemove redundant conditions of the form (A || (!A ...
2016-04-11 Dmitry Polukhin[GCC] Attribute ifunc support in clang
2016-04-11 Martin Probstclang-format: [JS] do not insert semicolons after wrapp...
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( vperm{i|t...
2016-04-11 Marshall ClowImplement LWG#680, which was missed lo these many moons...
2016-04-10 Sanjoy Das[IndVars] Eliminate op.with.overflow when possible
2016-04-10 Sanjoy Das[SCEV] See through op.with.overflow intrinsics
2016-04-10 Davide ItalianoRemove leftovers from previous linker experiments.
2016-04-10 Simon Atanasyan[ELF] Do not skip relocation scanning checking if the...
2016-04-10 Mehdi AminiPlumb the option to emit the `ModuleHash` in the bitcod...
2016-04-10 Kuba BreckaAdd a ThreadSanitizer testcase that tests multiple...
2016-04-10 Kuba BreckaProvide more information in ThreadSanitizer's JSON...
2016-04-10 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( vcvt ) builtin...
2016-04-10 Simon Pilgrim[X86][AVX512] Add vector integer division by constant...
2016-04-10 Simon Pilgrim[X86][AVX512BW] Add support for v64i8 multiplies
2016-04-10 Elena DemikhovskyLoop vectorization with uniform load
2016-04-10 Teresa Johnson[ThinLTO] Remove unused parameter (NFC)
2016-04-10 Saleem AbdulrasoolCorrect pg instrumentation for AArch64
2016-04-10 Simon Pilgrim[X86][AVX512] Regenerated mask op tests
2016-04-10 Jeroen Ketema[OCaml] Expose the LLVM diagnostic handler
2016-04-10 Michael ZuckermanAdding avx512 (unpck{h|l}{pd|ps}, rcp14{pd|ps}{128...
2016-04-10 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( store ) builti...
2016-04-10 Johannes DoerfertAllow pointer expressions in SCEVs again.
2016-04-10 Craig Topper[X86] Use for loops over types to reduce code for setti...
2016-04-10 Craig Topper[X86] Remove unnecessary setOperationAction for SRA...
2016-04-10 Xinliang David LiFix asan test failure
2016-04-10 Xinliang David Li[PGO] Fix deserialize bug
2016-04-10 Saleem Abdulrasooltest: add additional tests for SVN r265888
2016-04-10 Saleem AbdulrasoolAdd support for __gnu_mcount_nc as the pg interface
2016-04-10 Xinliang David LiClean up test case
2016-04-09 Charles Davis[CodeGen] Don't assume that fixed stack objects are...
2016-04-09 Davide Italiano[COFF] SmallVector<char, 0> -> SmallString<0>.
2016-04-09 Johannes Doerfert[FIX] Do not allow select as a base pointer in the...
2016-04-09 Johannes DoerfertDo not allow exception handling code in SCoPs
2016-04-09 Johannes DoerfertAdd __isl_give annotations to return types [NFC]
2016-04-09 Davide Italiano[MC] support TLSDESC and TLSCALL / GNU2 tls dialect
2016-04-09 JF BastienFix hash_integer_value
2016-04-09 JF Bastienis_integral_or_enum ❥ enum class ⇒ hashable enum class
2016-04-09 Saleem AbdulrasoolBasic: thread TargetOptions into TargetInfo
2016-04-09 Manman RenObjC kindof: check the context when inserting methods...
2016-04-09 Adrian PrantlDrop debug info for DISubprograms that are not referenc...
2016-04-09 Sanjay Patel[x86] use BMI 'andn' for logic + compare ops
2016-04-09 Simon Pilgrim[X86][XOP] Support for VPPERM 2-input shuffle mask...
2016-04-09 Johannes Doerfert[FIX] Do not recompute SCEVs but pass them to subfunctions
2016-04-09 Michael KruseFix: Always honor LLVM_LIBDIR_SUFFIX.
2016-04-09 Craig Topper[X86] Use for loops over types to reduce code for setti...
2016-04-09 Craig Topper[X86] Remove calls to setOperationAction that set CTLZ_...
2016-04-09 Oleksiy VyalovFix TestBreakpointSetRestart failure on Android.
2016-04-09 Nathan Wilson[Concepts] Implement subsection [dcl.spec.concept]p7...
2016-04-09 Sanjoy DasMaintain calling convention when inling calls to llvm...
2016-04-08 Mike Aizatsky[libfuzzer] defensive assert
2016-04-08 Enrico GranataRemove what I believe are the last known instances...
2016-04-08 Chris Bieneman[Perf-Training] Reworked workflow improvements for...
2016-04-08 Chris Bieneman[CMake] Make llvm_ExternalProject always call the build...
2016-04-08 Adrian PrantlUse NoDebug compile units to mark debug metadata used...
2016-04-08 Adrian PrantlSupport the Nodebug emission kind for DICompileUnits.
2016-04-08 Peter Collingbournebenchcomp: Add a mode for analyzing rule execution...
2016-04-08 Peter Collingbournebenchcomp: Look at all sections whose names begin with...
2016-04-08 Chuck Ries-thread-info in lldbmi does not conform to protocol...
2016-04-08 Richard SmithRemove unused functions from ASTWriter interface.
2016-04-08 Eric FiselierUpdate filesystem status
2016-04-08 Sanjay Patelfix documentation comments; NFC
2016-04-08 Rui UeyamaFix another crash bug in --start-lib.
2016-04-08 Rafael EspindolaAdd an interesting test case we already pass.
2016-04-08 Easwaran RamanRefactor Threshold computation. NFC.
2016-04-08 Tim Shen[SSP] Remove llvm.stackprotectorcheck.
2016-04-08 Sanjay Patel[x86] show missed opportunities to use andn
2016-04-08 Enrico GranataRemove even more of the data formatters that silently...
2016-04-08 Richard SmithPR25501: Delay loading visible updates for a declaratio...
2016-04-08 Rui UeyamaFix a crash bug in --start-lib.
2016-04-08 Hans WennborgRangeify a loop. NFC.
2016-04-08 Hans WennborgRemove some redundant variables from X86TargetLowering...
2016-04-08 Ekaterina RomanovaAdd doxygen comments to emmintrin.h's intrinsics. Only...
2016-04-08 Oleksiy VyalovReset continue_after_async only if neither SIGINIT...
2016-04-08 Kyle ButtCodegen: Factor tail duplication into a utility class...
2016-04-08 Sanjay Patel[x86] regenerate checks for BMI tests
2016-04-08 Evgeny Stupachenkotest commit
2016-04-08 Devin Coughlin[analyzer] Teach trackNullOrUndefValue about calls...
2016-04-08 Richard Smith[modules] Handle merged fields in designated initializers.
2016-04-08 James Y KnightAdd trailing colons to labels in a test.
2016-04-08 Nirav DaveFix Load Control Dependence in MemCpy Generation
2016-04-08 Duncan P. N... ValueMapper: Extract llvm::RemapFunction from IRMover...
2016-04-08 Johannes Doerfert[FIX] Do not crash on opaque (unsized) types.
2016-04-08 Duncan P. N... ValueMapper: Always use Mapper::mapValue from remapInst...
2016-04-08 Duncan P. N... ValueMapper: Roll RemapInstruction into Mapper, NFC
2016-04-08 Duncan P. N... Linker: Always pass RF_IgnoreMissingLocals; NFC
2016-04-08 Kevin B. Smith[X86] Fix PR23155 by turning on X86FixupBWInsts by...
2016-04-08 Todd FialaFix #ifdef __APPLE__ code is the swig Python bindings
2016-04-08 Duncan P. N... ValueMapper: Don't memoize metadata when RF_NoModuleLev...
2016-04-08 Duncan P. N... ValueMapper: Stop memoizing MDStrings
2016-04-08 Rafael EspindolaCleanup the handling of MustBeInDynSym and IsUsedInRegu...
2016-04-08 Sanjoy DasPropagate Undef in llvm.cos Intrinsic
2016-04-08 Johannes Doerfert[FIX] Teach the ScopExpander about parallel subfunctions
next