summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [docs] Document LLVM_ENABLE_IDEShoaib Meenai2019-02-151-0/+9
* [Driver] Default all Android ARM targets to NEON.Dan Albert2019-02-152-54/+20
* Relax assertion to account for private framework modules, too.Adrian Prantl2019-02-152-5/+5
* [ObjC] Fix non-canonical types preventing type arguments substitution.Volodymyr Sapsai2019-02-152-9/+29
* [X86] Fix LowerAsmOutputForConstraint.Nirav Dave2019-02-156-12/+29
* [MSVC] Recognize `static_assert` keyword in C and C++98Reid Kleckner2019-02-154-4/+22
* [X86] Move all the SSE legality checks out of FP_TO_INTHelper and up to Lower...Craig Topper2019-02-151-22/+14
* Recommit "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."Jonas Paulsson2019-02-152-0/+42
* [CodeExtractor] Do not lift lifetime.end markers for region inputsVedant Kumar2019-02-154-22/+60
* [HotColdSplit] Schedule splitting late to fix perf regressionVedant Kumar2019-02-157-36/+43
* Fix unsymbolized stack history printing.Evgeniy Stepanov2019-02-152-2/+7
* Runtime flags for malloc bisection.Evgeniy Stepanov2019-02-158-19/+141
* Fix false positive when tag_in_malloc=0,tag_in_free=1.Evgeniy Stepanov2019-02-152-4/+61
* [MCA] Improved code comment. NFCAndrea Di Biagio2019-02-152-11/+14
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-1511-75/+40
* Fix 80-column limit in SimplifyDemandedBits/SimplifyDemandedVectorElts. NFCI.Simon Pilgrim2019-02-151-70/+78
* [Sema][NFC] SequenceChecker: Add tests for references/members, and prepare fo...Bruno Ricci2019-02-152-45/+246
* [MCA][LSUnit] Return the ID of the dependent memory operation from methodAndrea Di Biagio2019-02-153-13/+21
* Disable stop-hook-threads.test on LinuxJorge Gorbe Moya2019-02-151-0/+1
* [pstl] Remove some warnings when compiling with a recent ClangLouis Dionne2019-02-155-30/+26
* Variable auto-init of blocks capturing self after init bugfixJF Bastien2019-02-152-12/+33
* [Tests] Demonstrate more missing atomicrmw transformsPhilip Reames2019-02-151-0/+84
* Fix potential UB when target_file directory is nullStefan Granitz2019-02-151-0/+5
* [InstCombine] fix crash while trying to narrow a binop of shuffles (PR40734)Sanjay Patel2019-02-152-1/+17
* [compiler-rt] Let CMake search for thread supportJonas Hahnfeld2019-02-151-0/+2
* Revert r354137 - OptionalStorage implementation for trivial type, take IIISerge Guelton2019-02-151-50/+2
* [clang] Add build and install targets for clang librariesShoaib Meenai2019-02-152-0/+23
* [clang] Create install targets for non-shared librariesShoaib Meenai2019-02-151-1/+1
* GlobalISel: Fix inadequate verification of g_build_vectorMatt Arsenault2019-02-152-24/+43
* Try to organize MachineVerifier testsMatt Arsenault2019-02-1533-8/+20
* OptionalStorage implementation for trivial type, take IIISerge Guelton2019-02-151-2/+50
* Exteded test of .Yitzhak Mandelbaum2019-02-151-9/+13
* Remove unnecessary expectation.Yitzhak Mandelbaum2019-02-151-1/+0
* Added test for matcher On.Yitzhak Mandelbaum2019-02-151-12/+14
* Add tests for assorted `CXXMemberCallExpr` matchers.Yitzhak Mandelbaum2019-02-151-0/+89
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-1510-40/+73
* [MergeICmps] Make base ordering really deterministic.Clement Courbet2019-02-151-87/+107
* [MergeICmps][NFC] Improve doc.Clement Courbet2019-02-151-5/+28
* [Analyzer] Fix for test file of bug 40625Adam Balogh2019-02-151-4/+1
* Speculatively revert r354051 "Recommit Optional specialization for trivially ...Hans Wennborg2019-02-152-65/+0
* Remove alignment from struct XSAVE altogetherPavel Labath2019-02-151-1/+1
* [NFCI] Factor out block removal from stack of nested loopsMax Kazantsev2019-02-151-6/+14
* Fix "field 'DFS' will be initialized after field 'DTU'" warning. NFCI.Simon Pilgrim2019-02-151-1/+1
* [lldb] [MainLoop] Add kevent() EINTR handlingMichal Gorny2019-02-152-2/+32
* [OpenCL][PR40707] Allow OpenCL C types in C++ mode.Anastasia Stulova2019-02-159-41/+28
* [ASTImporter] Import every Decl in lambda recordGabor Marton2019-02-152-7/+23
* [BPI] Look through bitcasts in calcZeroHeuristicSam Parker2019-02-152-1/+110
* [NFC] Promote DFS to field for further useMax Kazantsev2019-02-151-2/+2
* [X86][AVX] lowerShuffleAsLanePermuteAndPermute - fully populate the lane shuf...Simon Pilgrim2019-02-152-3/+12
* [clangd] Unlink VFS working dir from OS working dir. Reland of r351051Sam McCall2019-02-151-2/+3
OpenPOWER on IntegriCloud