summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "test commit"Abel Kocsis2019-11-081-1/+0
* Revert "Revert "Revert "[clang] Report sanitizer blacklist as a dependency in...Abel Kocsis2019-11-086-62/+21
* Revert "Revert "[clang] Report sanitizer blacklist as a dependency in cc1""Abel Kocsis2019-11-086-21/+62
* test commitAbel Kocsis2019-11-081-0/+1
* test commitAbel Kocsis2019-11-081-0/+1
* Revert "[clang] Report sanitizer blacklist as a dependency in cc1"Jeremy Morse2019-11-086-62/+21
* Revert "[compiler-rt] Fix tests after 03b84e4f6d0"Jeremy Morse2019-11-082-2/+2
* Reland: [TII] Use optional destination and source pair as a return value; NFCDjordje Todorovic2019-11-0813-131/+104
* [lldb] Make Target* a Target& in CommandObjectExpression::DoExecute REPL logicRaphael Isemann2019-11-081-49/+47
* [lldb][NFC] Refactor some IsClangType checks in ClangASTContextRaphael Isemann2019-11-082-2/+6
* [cmake] Enable thin lto cache when building with lld-linkRussell Gallop2019-11-081-0/+3
* Revert d91ed80 "[codeview] Reference types in type parent scopes"Hans Wennborg2019-11-084-170/+16
* [RAGreedy] Enable -consider-local-interval-cost for AArch64Sanne Wouda2019-11-083-69/+19
* Keep symbols passed by -init and -finiRui Ueyama2019-11-082-0/+44
* [RISCV] Fix evaluation of %pcrel_loRoger Ferrer Ibanez2019-11-082-3/+59
* [Analyzer] Checker for Debugging Iterator CheckersAdam Balogh2019-11-083-2/+221
* [NFC][IndVarS] Adjust a commentDaniil Suchkov2019-11-081-1/+1
* [CR] ConstantRange::sshl_sat(): check sigdness of the min/max, not rangesRoman Lebedev2019-11-081-2/+2
* [ConstantRange] Add `ushl_sat()`/`sshl_sat()` methods.Roman Lebedev2019-11-083-0/+44
* [BPF] turn on -mattr=+alu32 for cpu version v3 and laterYonghong Song2019-11-072-0/+2
* Reordering KextImageInfo::LoadImageUsingMemoryModuleJason Molenda2019-11-071-9/+15
* [PowerPC][Altivec] Fix offsets for vec_xl and vec_xstNemanja Ivanovic2019-11-072-20/+530
* [PowerPC][Altivec] Emit correct builtin for single precision vec_all_neNemanja Ivanovic2019-11-072-1/+58
* [PowerPC] Option for enabling absolute jumptables with command lineNemanja Ivanovic2019-11-072-0/+105
* [creduce] Fixed a typo in the error message we're looking for.Artem Belevich2019-11-071-1/+1
* [analyzer] Add test cases for the unsupported C++ constructor modeling.Artem Dergachev2019-11-073-3/+242
* [analyzer] PR41729: CStringChecker: Improve strlcat and strlcpy modeling.Artem Dergachev2019-11-072-138/+252
* [llvm/test] Update test commentsShu-Chun Weng2019-11-071-5/+5
* [MC] Delete defaulted constructor llvm::AsmCond::AsmCondFangrui Song2019-11-071-2/+0
* [InstCombine] Don't transform bitcasts between x86_mmx and v1i64 into inserte...Craig Topper2019-11-072-6/+5
* [InstCombine] auto-generate complete checks; NFCSanjay Patel2019-11-071-10/+9
* Modernize TestWeakSymbols MakefileFred Riss2019-11-071-20/+15
* [SEH] Defer checking filter expression types until instantiatonReid Kleckner2019-11-074-13/+24
* Correctly update isSignalFrame when unwinding the stack via dwarf.Sterling Augustine2019-11-074-4/+39
* gn build: Merge 25ee861372fLLVM GN Syncbot2019-11-072-1/+1
* [debugify] Move the Debugify pass from tools/opt to lib/Transform/UtilsDaniel Sanders2019-11-076-40/+28
* [compiler-rt] Fix tests after 03b84e4f6d0Jan Korous2019-11-072-2/+2
* BreakpointDummyOptionGroup was using g_breakpoint_modify_options rather than ...Jim Ingham2019-11-073-1/+25
* [clang] Report sanitizer blacklist as a dependency in cc1Jan Korous2019-11-076-21/+62
* Revert "[MachineVerifier] Improve verification of live-in lists.Galina Kistanova2019-11-075-154/+0
* [codeview] Reference types in type parent scopesReid Kleckner2019-11-074-16/+170
* [Diagnostics] Teach -Wnull-dereference about address_space attributeDávid Bolvanský2019-11-072-14/+29
* [CodeGenModule] Group blocks runtime globals together, NFCVedant Kumar2019-11-071-4/+4
* [lldb] Improve assert in GDBRemoteCommunicationReplayServerJonas Devlieghere2019-11-071-1/+8
* [InstCombine] Add test cases to show bad canonicalization of bitcasts between...Craig Topper2019-11-071-0/+19
* [Sema] Fixes a crash with a templated destructorMark de Wever2019-11-072-4/+13
* [clang] Add -fdebug-default-version for specifying the default DWARF versionDavid Blaikie2019-11-075-1/+76
* Wrong debug info generated at -O2 (-O0 is correct)Vedant Kumar2019-11-078-8/+73
* crashlog.py: Improve regular expressionsAdrian Prantl2019-11-072-13/+63
* Revert "[Sema] Suppress -Wchar-subscripts if the index is a literal char"Edward Jones2019-11-072-15/+1
OpenPOWER on IntegriCloud