summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Lower __restrict and other pointer qualifiers correctlyReid Kleckner2018-02-276-19/+637
* Revert "[Pipeliner] Drop memrefs instead of creating ones with size UINT64_MAX"Krzysztof Parzyszek2018-02-271-4/+2
* [analyzer] UndefinedAssignmentChecker: Better warning message in implicit ctors.Artem Dergachev2018-02-272-6/+100
* [ELF] Add llvm-readelf to the lit tool substitutionsAlexander Richardson2018-02-271-2/+2
* [Pipeliner] Drop memrefs instead of creating ones with size UINT64_MAXKrzysztof Parzyszek2018-02-271-2/+4
* [AsmPrinter] Handle qualified unnamed types in CodeView printerShoaib Meenai2018-02-272-3/+85
* AMDGPU: Define FP_FAST_FMA{F} macros for amdgcnKonstantin Zhuravlyov2018-02-274-182/+384
* [codeview] Remove unused variableReid Kleckner2018-02-271-1/+0
* AMDGPU: Add fast fmaf feature to gfx702Konstantin Zhuravlyov2018-02-271-1/+2
* [OPENMP] Emit warning for non-trivial types in map clauses.Alexey Bataev2018-02-2765-364/+372
* [libunwind][MIPS]: Add support for unwinding in N32 processes.John Baldwin2018-02-276-11/+33
* [analyzer] MallocChecker: Suppress false positives in shared pointers.Artem Dergachev2018-02-272-7/+130
* [llvm-cvtres] Update the help test after SVN r326244.Martin Storsjo2018-02-271-1/+1
* [analyzer] Fix trivial copy for empty objects.Artem Dergachev2018-02-272-0/+31
* [analyzer] Track temporaries without construction contexts for destruction.Artem Dergachev2018-02-273-17/+59
* [analyzer] Don't crash when dynamic type of a variable is set via placement new.Artem Dergachev2018-02-272-1/+37
* llvm-cvtres: Mention ARM64 as a supported machine type in the help text. NFC.Martin Storsjo2018-02-271-1/+1
* Add `--dynamic-linker=foo` as an alias for `--dynamic-linker foo`.Rui Ueyama2018-02-273-12/+25
* Put undefined symbols from shared libraries in the symbol table.Rafael Espindola2018-02-277-47/+5
* [InstSimplify] add tests for FP with undef operand; NFCSanjay Patel2018-02-272-18/+89
* [analyzer] Disable constructor inlining when lifetime extending through a field.Artem Dergachev2018-02-274-18/+26
* [analyzer] Self-debug: Dump dynamic type info and taint with the program state.Artem Dergachev2018-02-273-1/+34
* [CFG] NFC: Refactor ConstructionContext into a finite set of cases.Artem Dergachev2018-02-277-205/+496
* [ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to look through Extract...Craig Topper2018-02-272-0/+20
* [analyzer] Introduce correct lifetime extension behavior in simple cases.Artem Dergachev2018-02-275-46/+337
* [MinGW, CrossWindows] Allow passing -static together with -sharedMartin Storsjo2018-02-274-19/+32
* [analyzer] Remove redundant checkGeorge Karpenkov2018-02-271-2/+0
* [analyzer] Only attempt to get the value of locations of known typeGeorge Karpenkov2018-02-272-1/+9
* [ARM] Another f16 litpool fixSjoerd Meijer2018-02-272-2/+119
* [dsymutil] Skip DW_AT_sibling attributes.Jonas Devlieghere2018-02-273-8/+22
* [analyzer] Quickfix: don't crash when runtime definition is not available.George Karpenkov2018-02-271-3/+5
* [analyzer] Logging test quickfix #2.George Karpenkov2018-02-271-3/+2
* Revert r326225 "[X86] Move the load folding tables to a separate .inc file"Craig Topper2018-02-272-3634/+3623
* [clang-format] Format operator key in protosKrasimir Georgiev2018-02-273-0/+27
* ARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp if the add defines CPSR.Peter Collingbourne2018-02-272-1/+13
* [X86] Move the load folding tables to a separate .inc fileCraig Topper2018-02-272-3623/+3634
* [LLDB] Initial version of PPC64 InstEmulationPavel Labath2018-02-2712-17/+814
* [libunwind] Permit additional compiler and linker flags to be passed to tests.John Baldwin2018-02-272-0/+6
* add UUID to the acronyms list of objc property name checksYan Zhang2018-02-271-0/+2
* [ARM] add loop vectorizer test based on 482.sphinx3 from SPEC2006; NFCSanjay Patel2018-02-271-0/+165
* [Hexagon] Add patterns for compares of i1 valuesKrzysztof Parzyszek2018-02-272-2/+31
* Handle the NetBSD case in ToolChain::getOSLibName()Kamil Rytarowski2018-02-271-0/+2
* Move TestGdbRemoteExitCode next to the other llgs testsPavel Labath2018-02-273-363/+0
* [AArch64] add SLP test based on TSVC; NFCSanjay Patel2018-02-271-0/+127
* Disable ASan exceptions on NetBSDKamil Rytarowski2018-02-271-1/+2
* [GISel]: Print more fallback information when abortingAditya Nandakumar2018-02-271-1/+1
* Removed accidentally committed code from previous commit.Han Ming Ong2018-02-271-5/+1
* Got rid of weak imports of libpenergy and libpsample because we are already r...Han Ming Ong2018-02-272-87/+29
* [OPENMP] Allow multiple mappings for member expressions for pointers.Alexey Bataev2018-02-274-11/+33
* [clangd] Remove codecomplete override content API. Long live addDocument!Sam McCall2018-02-275-69/+28
OpenPOWER on IntegriCloud