platform/upstream/llvm.git
2016-02-18 Xinliang David LiStop creating covmap as note section on ELF
2016-02-18 Ewan CrawfordFix OSX cmake build
2016-02-18 Johannes DoerfertAllow all combinations of types and subscripts for...
2016-02-18 Nicolai HaehnleAMDGPU/SI: add llvm.amdgcn.image.load/store[.mip] intri...
2016-02-18 Serge PavlovFile missed from r261222
2016-02-18 Serge PavlovAvoid double deletion in Clang driver.
2016-02-18 Aaron BallmanAdd an AST matcher for real floating-point types. e...
2016-02-18 Krzysztof Parzyszek[Hexagon] Fix compilation error with GCC 6
2016-02-18 Yury Gribov[analyzer] dump_ast_matchers.py: fix replacement regexps
2016-02-18 Krzysztof Parzyszek[Hexagon] Implement TLS support
2016-02-18 Benjamin Kramer[Parse] Code complete expressions in bracket declarators.
2016-02-18 Hongbin ZhengAdd more isl object printing function
2016-02-18 Hongbin ZhengAdd the missing __isl_give to MemoryAccess::getAccessRe...
2016-02-18 George RimarFixed comments formatting. NFC.
2016-02-18 George RimarRenamed sh_type -> Type, sh_flags -> Flags in arguments...
2016-02-18 Matthew SimpsonReapply commit r259357 with a fix for PR26629
2016-02-18 Zlatko Buljan[mips][microMIPS] Implement TLBINV and TLBINVF instructions
2016-02-18 Krzysztof Parzyszek[Hexagon] Add support for __builtin_prefetch
2016-02-18 Alexey Bataev[OPENMP] Fix codegen for lastprivate loop counters.
2016-02-18 Krzysztof Parzyszek[Hexagon] Update the callee-saved register set for...
2016-02-18 Benjamin KramerAdd parentheses around arithmetic in operand of '|'.
2016-02-18 Bhushan D.... [LLDB][MIPS] Provide CPU string to compiler for appropr...
2016-02-18 Tamas BerghammerImprove the handling of missing elf symtab and missing...
2016-02-18 Yury Gribov[analyzer] Add --force-analyze-debug-code option to...
2016-02-18 Chandler Carruth[PM] Port the PostOrderFunctionAttrs pass to the new...
2016-02-18 Aidan Dodds[Renderscript] Refactor .rs.info parser.
2016-02-18 Simon Pilgrim[X86][SSE] Improve PSHUFB shuffle mask decoding.
2016-02-18 Junmo ParkMinor code cleanup. NFC.
2016-02-18 Nikolay HaustovTest commit access.
2016-02-18 Michael Zuckerman[AVX512][PRORQ][PRORD] Change imm8 to int
2016-02-18 Chandler Carruth[PM/AA] Teach the new pass manager to use pass-by-lambd...
2016-02-18 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pmovsx{b|d|w}{w|d...
2016-02-18 David Majnemer[MSVC] Turn C++ EH on my default
2016-02-18 NAKAMURA TakumiMake a stub version of MITests, instead of reverting.
2016-02-18 Jonas Hahnfeld[compiler-rt] Return correct size of struct pthread...
2016-02-18 Saleem AbdulrasoolSema: provide an extension warning for enable_if
2016-02-18 David Majnemer[Parse] Make sure we don't forget to diagnose typos...
2016-02-18 Dan Gohman[WebAssembly] Don't use setRequiresStructuredCFG(true).
2016-02-18 Matthias BraunRevert "LiveIntervalAnalysis: Remove LiveVariables...
2016-02-18 Craig Topper[TableGen,X86] Add NDEBUG check to a variable initializ...
2016-02-18 Craig Topper[TableGen,X86] Remove extra optional operand from RawFr...
2016-02-18 Tom Stellard[AMDGPU] Disassembler: Added basic disassembler for...
2016-02-18 Kostya Serebryany[libFuzzer] fix the libFuzzer bot
2016-02-18 Jim InghamAdd usage instructions for TypeSystemMap::AddToMap.
2016-02-18 Kostya Serebryany[sanitizer-coverage] allow -fsanitize-coverage=trace...
2016-02-18 Eric FiselierCommit tests missing from r261180.
2016-02-18 Eric FiselierGet <ext/hash_map> working again
2016-02-18 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings; other...
2016-02-17 Kostya Serebryany[sanitizer-coverage] add a deprecation warning for...
2016-02-17 Amaury SechetAdd upport for bitcast in the C API echo test
2016-02-17 Derek Schuff[WebAssembly] Disable register stackification and color...
2016-02-17 Tim NorthoverAArch64: always clear kill flags up to last eliminated...
2016-02-17 Amaury SechetAdd support for memory operations (load/store/gep)...
2016-02-17 Zachary Turner[DebugInfoPDB] A few cleanups on PDB Variant class.
2016-02-17 Amaury SechetMove LLVMCreateTargetData and LLVMDisposeTargetData...
2016-02-17 David MajnemerDon't crash w/ a diagnostic range containing a null...
2016-02-17 Michael J.... [readobj] Remove uneeded braces in case statement.
2016-02-17 Amaury SechetMake sure functions are generated even there is no...
2016-02-17 Adrian PrantlDwarfDebug: Don't drop the DIExpression just because...
2016-02-17 Adrian PrantlDbgVariable: Add an accessor for the common case of...
2016-02-17 Enrico GranataApple simulator platforms don't have a shared cache...
2016-02-17 Amaury SechetAdd support for global variables in the C API echo...
2016-02-17 Manman RenAdd 'nopartial' qualifier for availability attributes.
2016-02-17 Richard Smith[modules] Cache 'acceptable decl' lookups for namespace...
2016-02-17 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
2016-02-17 Alexey SamsonovPR26606: Make abort_on_error.cc test more portable.
2016-02-17 Amaury SechetNFC: Fix formating
2016-02-17 Tim NorthoverFix warning on build without asserts
2016-02-17 Tim NorthoverAArch64: improve redundant copy elimination.
2016-02-17 Zachary Turner[DebugInfoPDB] Raise getSymIndexId() up to PDBSymbol
2016-02-17 Zachary Turner[DebugInfoPDB] Teach Variant to support string types.
2016-02-17 Akira Hatanaka[CodeGen] Fix an assert in CodeGenFunction::EmitFunctio...
2016-02-17 Alexey SamsonovFix PR26608: Make sanitizer_common tests more portable.
2016-02-17 Haicheng Wu[LIR] Avoid turning non-temporal stores into memset
2016-02-17 Alexey Samsonov[TSan] PR26609: Fix two test cases.
2016-02-17 Adrian PrantlDebug Info: Teach LdStHasDebugValue() (Local.cpp) about...
2016-02-17 George Burgess IVAdd static/const qualifiers to methods. NFC.
2016-02-17 Kostya Serebryany[libFuzzer] don't timeout when loading the corpus....
2016-02-17 Alexey Samsonov[tests] Slightly improve a fix in r260669.
2016-02-17 Akira HatanakaMention 'notail' attribute in 3.9 release notes.
2016-02-17 Elena DemikhovskyCreate masked gather and scatter intrinsics in Loop...
2016-02-17 Amaury SechetFix load alignement when unpacking aggregates structs
2016-02-17 David MajnemerRevert "Reapply commit r258404 with fix."
2016-02-17 Ed SchoutenEnable SafeStack for CloudABI.
2016-02-17 Frederic Riss[ObjCARC] Handle ARCInstKind::ClaimRV in OptimizeIndivi...
2016-02-17 Colin LeMahieu[Hexagon] Replacing reference/dereference with referenc...
2016-02-17 Nico WeberRemove superfluous semicolon.
2016-02-17 Nico WeberRevert r261070, it caused PR26652 / PR26653.
2016-02-17 David Majnemer[WinEH] Optimize WinEH state stores
2016-02-17 Ed Maste[tsan] Fix signal number definitions for FreeBSD
2016-02-17 Ed Maste[tsan] Fix build warnings on FreeBSD
2016-02-17 Easwaran RamanAdd a profile summary class specific to instrumentation...
2016-02-17 Colin LeMahieu[Hexagon] Loop instructions don't need special processi...
2016-02-17 Justin Lebar[NVPTX] Annotate convergent intrinsics as convergent.
2016-02-17 Justin Lebar[NVPTX] Test that MachineSink won't sink across llvm...
2016-02-17 Justin Lebar[NVPTX] Annotate call machine instructions as calls.
2016-02-17 Justin Lebar[IR] Add {is,set,setNot}Convergent() functions to CallS...
2016-02-17 Justin LebarUpdate langref to indicate that calls may be convergent.
2016-02-17 Justin LebarFix typo in comment.
2016-02-17 David MajnemerCorrect more typos in conditional expressions
next