summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add missing REQUIRES.Rafael Espindola2018-02-271-0/+2
* Fix gcc warning.Rafael Espindola2018-02-271-1/+2
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2018-02-27123-576/+847
* Add support for SHF_ARM_PURECODE.Rafael Espindola2018-02-272-3/+49
* [scudo] Introduce Chunk::getHeaderSizeKostya Kortchinsky2018-02-273-25/+27
* [clang-format] Tidy up new API guessLanguage()Ben Hamilton2018-02-272-32/+13
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-2714-120/+108
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-279-25/+19
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-279-19/+25
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-2714-108/+120
* [ELF] - Format, fix mistype. NFC.George Rimar2018-02-271-3/+2
* AttrDocs.td: fix some bad code-blocksHans Wennborg2018-02-271-20/+20
* AttrDocs.td: fix bad bullet listHans Wennborg2018-02-271-5/+5
* AttrDocs.td: fix bad indent and code blockHans Wennborg2018-02-271-6/+7
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-274-5/+17
* clang-format: fix formatting of ObjC @synchronized blocksFrancois Ferrand2018-02-272-0/+30
* [X86][AVX] combineLoopMAddPattern - support 256-bit cases on AVX1 via SplitBi...Simon Pilgrim2018-02-272-36/+34
* Make the LLParser accept call instructions of variables in the program ASAlexander Richardson2018-02-275-19/+80
* Don't output bitcode to stdout in 2002-07-31-SlashInString.ll testAlexander Richardson2018-02-271-1/+1
* [dsymutil][test] Add PowerPC testJonas Devlieghere2018-02-273-0/+24
* [ADT] Recognize ppc as valid architecture in target triple.Jonas Devlieghere2018-02-272-1/+18
* [NewGVN] Update phi-of-ops def block when updating existing ValuePHI.Florian Hahn2018-02-272-0/+57
* [test] Extend the Driver/mingw-msvcrt.c test with a -SAME check. NFC.Martin Storsjo2018-02-271-1/+2
* [ELF] - Fix case of using both --icf and --symbol-ordering-file together.George Rimar2018-02-272-1/+33
* [SystemZ] Make sure SelectCode() is not called on a target opcode.Jonas Paulsson2018-02-271-1/+2
* [MemorySSA] Invalidate def caches on deletionGeorge Burgess IV2018-02-272-2/+52
OpenPOWER on IntegriCloud