platform/upstream/llvm.git
2016-01-25 Dan Gohman[WebAssembly] Minor code formatting cleanups. NFC.
2016-01-25 Dan Gohman[SelectionDAG] Use the correct return type for memcpy...
2016-01-25 James Molloy[DemandedBits] Fix computation of demanded bits for...
2016-01-25 Michael Zuckerman[AVX512] Adding PTESTNMB/D/W/Q instruction
2016-01-25 Aaron BallmanReapplying r256836 with a fix for MSVC 14 support.
2016-01-25 Michael Zuckerman[AVX512] Adding PTESTMB/W/D/Q instruction
2016-01-25 Sagar Thakur[LLDB][MIPS] Fix TestPrintStackTraces.py
2016-01-25 Sagar Thakur[LLDB][MIPS] Fix TestExprsChar.py
2016-01-25 Bradley Smith[ARM] Add DSP build attribute and extension targeting
2016-01-25 Bradley Smith[ARM] Add new system registers to ARMv8-M Baseline...
2016-01-25 Bradley Smith[ARM] Add ARMv8-M security extension instructions to...
2016-01-25 Asaf Badouh[X86][IFMA] adding intrinsics and encoding for multiply...
2016-01-25 Benjamin KramerFix printing of types in initializers with suppressed...
2016-01-25 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2016-01-25 Oliver Stannard[TableGen] Fix sort order of asm operand classes
2016-01-25 Junmo ParkSilence a -Wparentheses warning; NFC.
2016-01-25 Igor BregerAVX1 : Enable vector masked_load/store to AVX1.
2016-01-25 Daniel Marjamaki[Sema] Improve constness
2016-01-25 George Rimar[ELF] - Symbols from object files that override symbols...
2016-01-25 Michael Zuckerman[AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predi...
2016-01-25 George RimarUse of assert instead of llvm_unreachable in EhFrameHea...
2016-01-25 Alexey BataevAllow capture typedefs/type aliases for VLAs in lambdas...
2016-01-25 Alexey BataevFixed processing of GNU extensions to C99 designated...
2016-01-25 Davide Italiano[llvm-size] Use stderr instead of stdout for error...
2016-01-25 Lang Hames[Object][COFF] Revert r258665 - It doesn't do what...
2016-01-24 Lang Hames[Object][COFF] Set the generic SF_Exported flag on...
2016-01-24 David Majnemer[COFF] Simplify SetSectionName
2016-01-24 David Majnemer[LoopSimplify] Reuse changeToUnreachable
2016-01-24 Tobias Grossertest: Name instructions in a test case [NFC]
2016-01-24 David MajnemerFix build bot breakage
2016-01-24 Tobias GrosserBlockGenerators: Avoid redundant map lookup [NFC]
2016-01-24 Elena DemikhovskyAdded Skylake client to X86 targets and features
2016-01-24 Amjad AboudFixed few comments.
2016-01-24 Igor BregerAVX512: VMOVDQU8/16/32/64 (load) intrinsic implementation.
2016-01-24 Craig Topper[TableGen] In AsmWriterEmitter unique command search...
2016-01-24 David MajnemerFix buildbot failures
2016-01-24 David Majnemer[SCCP] Remove duplicate code
2016-01-24 David Majnemer[InstCombine, SCCP] Consolidate code used to remove...
2016-01-24 Betul Buyukkurt[PGO] Windows buildbot failure fix. [NFC]
2016-01-23 David Majnemer[WinEH] Don't miscompile cleanups which conditionally...
2016-01-23 Betul BuyukkurtClang changes for value profiling
2016-01-23 Manuel JacobRemove duplicate documentation in ConstantFolding.cpp...
2016-01-23 Manuel JacobRemove duplicate documentation in Attributes.cpp. ...
2016-01-23 Manuel JacobUpdate outdated method documention in Attributes.h...
2016-01-23 Simon Pilgrim[SelectionDAG] Generalised the CONCAT_VECTORS creation...
2016-01-23 Simon Pilgrim[X86][SSE] Generalised TRUNC -> PACKSS/PACKUS code...
2016-01-23 Simon PilgrimTidied up TRUNC combine code. NFC.
2016-01-23 Justin Lebar[CUDA] Disallow variadic functions other than printf...
2016-01-23 Justin Lebar[CUDA] Make printf work.
2016-01-23 Justin Lebar[CUDA] Reject the alias attribute in CUDA device code.
2016-01-23 Justin Lebar[CUDA] Use Triple::isNVPTX() instead of enumerating...
2016-01-23 Justin Lebar[CUDA] Add Target::isNVPTX().
2016-01-23 Justin Lebar[CUDA] Die gracefully when trying to output an LLVM...
2016-01-23 Justin Lebar[CUDA] Make empty parameter lists in nvptx function...
2016-01-23 Benjamin KramerDon't check if a list is empty with ilist::size.
2016-01-23 NAKAMURA TakumiObjectTransformLayerTest.cpp: Rework r258633. [-Wincons...
2016-01-23 NAKAMURA TakumiObjectTransformLayerTest.cpp: Fix a warning. [-Wredunda...
2016-01-23 NAKAMURA TakumiObjectTransformLayerTest.cpp: Fix a warning. [-Winconsi...
2016-01-23 Tobias GrosserScopInfo: Simplify code by folding definition into if
2016-01-23 Kostya Serebryany[libFuzzer] add -abort_on_timeout option
2016-01-23 Joseph Tremoulet[ORC] Update ObjectTransformLayer signature
2016-01-23 Sanjay Patelregenerate checks and note some near-term improvements
2016-01-23 Aaron BallmanImproving documentation for the isMoveAssignmentOperato...
2016-01-23 Akira Hatanaka[Bitcode] Insert the darwin wrapper at the beginning...
2016-01-23 Aaron BallmanSilence a -Wparentheses warning; NFC.
2016-01-23 Duncan P. N... Revert "unordered_map: Reuse insert logic in emplace...
2016-01-23 Simon PilgrimAdded missing comment. NFC.
2016-01-23 NAKAMURA TakumiAlignOf.h: Satisfy both g++-4.7 and msc18.
2016-01-23 Simon Pilgrim[X86][SSE] Remove INSERTPS dependencies from unreferenc...
2016-01-23 Mohit K. Bhakkad[LLDB] Consider only valid symbols while resolving...
2016-01-23 Haicheng Wu[LIR] Add support for structs and hand unrolled loops
2016-01-23 Matthias BraunInline variable into assert
2016-01-23 NAKAMURA TakumiAArch64ISelLowering.cpp: Fix a warning. [-Wunused-variable]
2016-01-23 Junmo ParkRemove extra whitespace. NFC.
2016-01-23 David Majnemer[PruneEH] Don't try to insert a terminator after anothe...
2016-01-23 Manuel JacobPut space after pointer type in test. NFC.
2016-01-23 Matt ArsenaultAMDGPU: Replace some deprecated intrinsic uses in tests
2016-01-23 Matt ArsenaultAMDGPU: Run instnamer on a few tests
2016-01-23 Matt ArsenaultAMDGPU: Remove more unused intrinsics
2016-01-23 David Majnemer[PruneEH] FuncletPads must not have undef operands
2016-01-23 David Majnemer[PruneEH] Unify invoke and call handling in DeleteBasic...
2016-01-23 David Majnemer[PruneEH] Reuse code from removeUnwindEdge
2016-01-23 Matt ArsenaultAMDGPU: Move amdgcn intrinsic handling into SITargetLow...
2016-01-23 Matt ArsenaultAMDGPU: Remove IntrNoMem from llvm.SI.sendmsg
2016-01-23 Matt ArsenaultAMDGPU: Remove Feature64BitPtr
2016-01-23 Matthias BraunAArch64ISel: Fix ccmp code selection matching deep...
2016-01-23 Matthias BraunAArch64ISelLowering: Reduce maximum recursion depth...
2016-01-23 Matthias BraunFix wrong indentation
2016-01-23 Todd FialaSkipped IncompleteModulesTestCase on OS X
2016-01-23 Todd Fialafixed TestConsecutiveBreakpoints test on OS X
2016-01-23 NAKAMURA TakumiAlignOf.h: Appease g++-4.7 for now. Will fix later.
2016-01-23 Sean Silva[ELF] Avoid unnecessary global variable.
2016-01-23 NAKAMURA TakumiSemaOpenMP.cpp: Fix a warning in r258543. [-Wunused...
2016-01-23 Derek Schuff[WebAssembly] Fix RegNumbering for the stack pointer
2016-01-23 Evgeniy Stepanov[cfi] Do not emit bit set entry for available_externall...
2016-01-23 Devin Coughlin[analyzer] SATestBuild.py: Remove html and log when...
2016-01-23 Marshall ClowFix test to pass in C++03
2016-01-23 Zachary TurnerFix missing function argument passthrough.
2016-01-23 Anna Zaks[analyzer] Fixup r258572 Utility to match function...
2016-01-22 Kostya Serebryany[libFuzzer] add more fields to DictionaryEntry to count...
next