summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Move searching functions in ClangExpressionDeclMap to own functionRaphael Isemann2019-11-212-89/+121
* [DeclCXX] Remove unknown external linkage specificationsEhud Katz2019-11-218-44/+7
* [Debuginfo][NFC] removes redundant semicolon.Alexey Lapshin2019-11-211-1/+1
* [lldb][NFC] Reduce scope of some variables in ClangExpressionDeclMap::FindExt...Raphael Isemann2019-11-211-5/+3
* Make coding standards document more inclusiveDmitri Gribenko2019-11-212-332/+180
* Revert "[RISCV] Support mutilib in baremetal environment"Zakk Chen2019-11-2129-201/+11
* [DAGCombiner] Add tests for thumb load-combine.Clement Courbet2019-11-212-0/+593
* Statistic - Fix MSVC shadow warning against global PrintOnExit static variabl...Simon Pilgrim2019-11-212-3/+3
* Fix Wshadow warning against global None variable. NFC.Simon Pilgrim2019-11-211-2/+2
* [lldb][NFC] Remove test directory completelyTatyana Krasnukha2019-11-213-2/+0
* [lldb][NFC] Move searching local variables into own functionRaphael Isemann2019-11-212-39/+74
* [Driver] Fix a shadowing warning. NFCIlya Biryukov2019-11-211-7/+7
* [lldb][NFC] Move searching the ClangModulesDeclVendor into own functionRaphael Isemann2019-11-212-72/+86
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-2113-29/+188
* dwarfdump --statistics: Use new location list apiPavel Labath2019-11-213-40/+147
* [mips] Rename test case. NFCSimon Atanasyan2019-11-211-0/+0
* [mips] Remove unused `IsPCRelativeLoad` MIPS instructions attribute. NFCSimon Atanasyan2019-11-213-11/+3
* [mips] Remove addresses from the test case. NFCSimon Atanasyan2019-11-211-40/+40
* Revert "[DependenceAnalysis] Dependecies for loads marked with "ivnariant.loa...Benjamin Kramer2019-11-211-19/+6
* [OpenCL] Fix address space for base method call (PR43145)Sven van Haastregt2019-11-212-2/+35
* Atomics: support min/max orthogonallyTim Northover2019-11-219-31/+193
* Revert "[Driver] Use VFS to check if sanitizer blacklists exist"Ilya Biryukov2019-11-219-175/+23
* [COFF] Widen PE32Header fields to fit 64 bit versionsMartin Storsjö2019-11-212-6/+8
* [lldb][NFC] Move searching for the local variable namespace into own functionRaphael Isemann2019-11-212-24/+38
* [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-219-23/+175
* [AMDGPU] Add attribute for target loop unroll threshold defaultTim Corringham2019-11-212-1/+54
* [DebugInfo] Refactor DIExpression [SZ]Ext creation into function [NFC]David Stenberg2019-11-213-4/+16
* [lldb][NFC] Early exit in ClangExpressionDeclMap::FindExternalVisibleDeclsRaphael Isemann2019-11-211-302/+302
* [compiler-rt] Don't check XCR0 when detecting avx512 on Darwin.Florian Hahn2019-11-211-0/+8
* [Support] Don't check XCR0 when detecting avx512 on Darwin.Florian Hahn2019-11-211-0/+15
* [RISCV] Support mutilib in baremetal environmentZakk Chen2019-11-2129-11/+201
* [libcxx] Add Sergej Jaskiewicz to CREDITS.txtSergej Jaskiewicz2019-11-211-0/+4
* [clangd] Reland b5135a86e0476: Fix a crash in expected typesIlya Biryukov2019-11-212-4/+14
* [DAGCombine][NFC] Use ArrayRef and correctly size SmallVectors.Clement Courbet2019-11-211-3/+3
* D'oh. Fix assert after a84922916e6eddf701b39fbd7fe0222cb0fee1d6.James Y Knight2019-11-201-2/+3
* [clang][IFS][test] GreenDragon and Fuchsia Darwin bot fix: BindArchClass Nest.Puyan Lotfi2019-11-201-1/+3
* Fix unused variable warning in NDEBUG mode after 8ba56f322abf848cec78ff7f814f...James Y Knight2019-11-201-2/+2
* Tablegen: Remove the error for duplicate include files.River Riddle2019-11-206-15/+22
* [Error] Remove a broken code fragment accidentally included in 76bcbaafab2.Lang Hames2019-11-201-2/+0
* [Orc][Modules] Fix Modules build fallout from a34680a33eb.Lang Hames2019-11-205-4/+35
* [MemorySSA] Moving at the end often means before terminator.Alina Sbirlea2019-11-207-6/+45
* [X86] Fix i16->f128 sitofp to promote the i16 to i32 before trying to form a ...Craig Topper2019-11-202-16/+113
* [X86] Fix f128->i16 fptosi to promote the i16 to i32 before trying to form a ...Craig Topper2019-11-202-23/+101
* Fix an offset underflow bug in DwarfExpression when describing small values w...Adrian Prantl2019-11-203-12/+47
* Precommit tests for forthcoming widenable.condition transformsPhilip Reames2019-11-201-0/+156
* [docs] Tiny rewording in the portability FAQ entryJosh Kunz2019-11-201-1/+1
* [MemorySSA] Update analysis when the terminator is a memory instruction.Alina Sbirlea2019-11-203-1/+73
* [ADT] Move to_vector from STLExtras.h to SmallVector.hReid Kleckner2019-11-202-14/+11
* [Sema] Add a 'Semantic' parameter to Expr::isKnownToHaveBooleanValueErik Pilkington2019-11-204-16/+30
* gn build: check-clang depends on llvm-cxxfilt.Peter Collingbourne2019-11-201-0/+1
OpenPOWER on IntegriCloud