platform/upstream/llvm.git
2015-01-28 Zachary Turner[llvm-pdbdump] Add support for printing source files...
2015-01-28 Zachary Turner[llvm-pdbdump] Print more friendly names for enum values.
2015-01-28 Enrico GranataPreparatory infrastructural work to support dynamically...
2015-01-28 Eric FiselierFix flag order of -xc++ in CXXCompiler.
2015-01-27 Quentin ColombetRevert r227242 - Merge vector stores into wider vector...
2015-01-27 Greg ClaytonAdded test case to make sure we don't regress on settin...
2015-01-27 Hans WennborgIntrin.h: define _XCR_XFEATURE_ENABLED_MASK
2015-01-27 Petar Jovanovic[mips] Use __clear_cache builtin instead of cacheflush()
2015-01-27 Enrico GranataFix a typo in code-signing.txt
2015-01-27 Richard SmithCleanups, and add some FIXMEs. No functional change.
2015-01-27 Alexey Samsonov[ASan] Fix test cases: don't assume that fast unwinder...
2015-01-27 Eric FiselierFix definition of __has_feature in r227263
2015-01-27 Eric FiselierEnsure __has_feature is defined in test/support/count_n...
2015-01-27 Zachary TurnerRun dos2unix against llvm-pdbdump.
2015-01-27 Saleem AbdulrasoolSymbolRewriter: allow rewriting with comdats
2015-01-27 Saleem AbdulrasoolSymbolRewriter: prevent unnecessary rewrite
2015-01-27 Rui UeyamaRemove kindInGroup reference.
2015-01-27 Alexey Samsonov[ASan] Fix use-after-scope in COMMON_INTERCEPTOR_ENTER...
2015-01-27 Zachary TurnerAdd support for dumping debug tables to llvm-pdbdump.
2015-01-27 Sanjay Patelremove function names from comments; NFC
2015-01-27 Chris BienemanRe-landing changes to use ArrayRef instead of SmallVect...
2015-01-27 Kostya Serebryany[fuzzer] properly enable asan's coverage feedback
2015-01-27 Sanjay Patelfix typos; NFC
2015-01-27 Kostya SerebryanyAdd a Fuzzer library
2015-01-27 Kaelyn TakataFix a think-o in handling ambiguous corrections for...
2015-01-27 Ahmed Bougacha[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
2015-01-27 Sanjoy DasTeach IRCE to look at branch weights when recognizing...
2015-01-27 Alexey SamsonovRevert "[x86] Combine x86mmx/i64 to v2i64 conversion...
2015-01-27 Keno Fischer[ExecutionEngine] Fix r227228 tests on Windows
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-27 Simon Atanasyan[Mips] Remove unused function argument
2015-01-27 Simon Atanasyan[Mips] Support R_MIPS_GPREL16 relocation
2015-01-27 Sanjay PatelMerge vector stores into wider vector stores (PR21711)
2015-01-27 Zachary TurnerAdd llvm-pdbdump to tools.
2015-01-27 Eric FiselierFix linking pthread in tests on FreeBSD
2015-01-27 Simon AtanasyanUse Reference::KindValue instead of uint16_t to pass...
2015-01-27 Simon Atanasyan[Core] Reformat the code with clang-format
2015-01-27 Dmitry Vyukovtsan: properly instrument unaligned accesses
2015-01-27 Dmitry Vyukovtsan: properly instrument unaligned accesses
2015-01-27 Ramkumar Ramachandraoverloaded-intrinsic-name: exercise anyptr on struct
2015-01-27 Keno Fischer[ExecutionEngine] Add weak symbol support to RuntimeDyld
2015-01-27 Keno Fischer[ExecutionEngine] FindFunctionNamed: Skip declarations
2015-01-27 Nico Weber[libcxx] Make __wrap_iter work with gcc.
2015-01-27 Kai Nacke[mips] Add range checks and transformation to octeon...
2015-01-27 Larisse VoufoImplement the remaining portion of DR1467 from r227022...
2015-01-27 Alex RosenbergCheck wchar_t type on PS4.
2015-01-27 Chaoren LinFix copy paste error in file header.
2015-01-27 Adrian PrantlUpdate the doxygen comments in CGDebugInfo.h to follow...
2015-01-27 Kaelyn TakataProperly handle typos in the conditional of ?: expressi...
2015-01-27 Filipe CabecinhasFix part of r227215. PS4 code just omits leaf frame...
2015-01-27 Hafiz Abid... Clean lldb-mi test cases.
2015-01-27 Jim InghamThe MCJIT doesn't seem to call getPointerForNamedFuncti...
2015-01-27 Kostya SerebryanyAdd cmake flag LLVM_USE_SANITIZE_COVERAGE
2015-01-27 Filipe CabecinhasAdded more PS4 defaults for code generation
2015-01-27 Marek OlsakR600/SI: Enable all tests that pass on VI without changes
2015-01-27 Marek OlsakR600/SI: Fix MIN3/MAX3 on VI, define MED3
2015-01-27 Marek OlsakR600/SI: Don't set patterns for chip-specific instructi...
2015-01-27 Marek OlsakR600/SI: Add VI versions of LDS atomics
2015-01-27 Marek OlsakR600/SI: Add VI versions of MUBUF atomics
2015-01-27 Marek OlsakR600/SI: Add VI versions of MUBUF loads and stores
2015-01-27 Marek OlsakR600/SI: Add pseudos for MUBUF loads and stores
2015-01-27 Andrey ChurbanovComments only: removing the Revision and Date svn varia...
2015-01-27 Justin Bognerprofile: add lib/profile to cc_kext on darwin,arm64
2015-01-27 Andrey Churbanovminor formatting change
2015-01-27 Andrey ChurbanovEnables a cpuid leaf 4 check for non-MIC x86 architectures.
2015-01-27 Andrey ChurbanovAdds some new Windows processor groups trace messages
2015-01-27 Andrey ChurbanovFixes error where proc-bind-var is not set when there...
2015-01-27 Andrey ChurbanovRemoves some unused variables (__kmp_ht_*) and changes_...
2015-01-27 Sean SilvaNo longer SCE_PRIVATE ;)
2015-01-27 Andrey ChurbanovReplaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combi...
2015-01-27 Andrey ChurbanovFixed implementation of the teams construct in case...
2015-01-27 Andrea Di Biagio[InstCombine] Teach how to fold a select into a cttz...
2015-01-27 Evgeniy StepanovRevert r226440.
2015-01-27 Evgeniy Stepanov[sancov] Fix unspecified constructor order between...
2015-01-27 Alex RosenbergBegin to teach clang about the PS4.
2015-01-27 Evgeniy Stepanov[msan] Refactor memory layout specification and setup.
2015-01-27 Manuel JacobAdd a FIXME in SelectionDAGBuilder before an assert...
2015-01-27 Dmitry Vyukovtsan: add test for ANNOTATE_HAPPENS_BEFORE/AFTER annota...
2015-01-27 Mohit K. Bhakkad[MSan] Enable MSan unit tests for all archs
2015-01-27 Craig Topper[X86] Add intrinsics for AVX512 128 and 256 bit integer...
2015-01-27 Eric ChristopherReplace some uses of getSubtargetImpl with the cached...
2015-01-27 Denis Protivensky[ARM] Correctly use make_unhandled_reloc_error
2015-01-27 Denis Protivensky[Mips] Fix createMipsRelocationHandler specialization...
2015-01-27 Chandler Carruth[PM] Clean up file banner comments prior to refactoring...
2015-01-27 Eric ChristopherHave the PBQP register allocator use the subtarget...
2015-01-27 Eric ChristopherRemove some extraneous includes.
2015-01-27 Denis ProtivenskyRevert "[Mips] Fix createMipsRelocationHandler speciali...
2015-01-27 Eric ChristopherFix build failure with pointer vs reference.
2015-01-27 Denis Protivensky[Mips] Fix createMipsRelocationHandler specialization
2015-01-27 Eric ChristopherUpdate a few calls to getSubtarget<> to either be getSu...
2015-01-27 Eric ChristopherClean up the AArch64 store pair suppression pass initia...
2015-01-27 Denis Protivensky[lld] Correct forming of ARM/Thumb atoms
2015-01-27 Eric ChristopherThe subtarget is cached on the MachineFunction. Access...
2015-01-27 Eric ChristopherMigrate SeparateConstOffsetFromGEP to use a Function...
2015-01-27 David MajnemerLoopRotate: Don't walk the uses of a Constant
2015-01-27 Eric ChristopherRemove unused include.
2015-01-27 Richard SmithDR1902: if overload resolution recurses, and the inner...
2015-01-27 Rui UeyamaFix incorrect atom ordinal.
2015-01-27 Richard TrieuRevert r227148 & r227154 which added a test which infin...
2015-01-27 Enrico GranataApply the transformation to the static type as well...
next