summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Fix illegal agpr use by VALUStanislav Mekhanoshin2019-10-023-4/+31
* [gicombiner] Fix a nullptr dereference when -combiners is given a name that i...Daniel Sanders2019-10-021-5/+11
* [InstCombine] Bypass high bit extract before variable sign-extension (PR43523)Roman Lebedev2019-10-023-26/+91
* [NFC][InstCombine] Add tests for 'variable sext of variable high bit extract'...Roman Lebedev2019-10-021-0/+584
* DebugInfo: Rename DebugLocStream::Entry::Begin/EndSym to just Begin/EndDavid Blaikie2019-10-022-17/+13
* Move SanitizerInitializeUnwinder outside anonymous namespace.Matt Morehouse2019-10-021-32/+32
* [clang][ifs] Clang Interface Stubs ToolChain plumbing.Puyan Lotfi2019-10-0231-97/+333
* [InstCombine] Transform bcopy to memmoveDavid Bolvansky2019-10-023-0/+34
* [X86] Add test cases for suboptimal vselect+setcc splitting.Craig Topper2019-10-022-0/+263
* [LegalizeTypes] Check for already split condition before calilng SplitVecRes_...Craig Topper2019-10-021-4/+4
* gn build: (manually) merge r373527Nico Weber2019-10-022-0/+11
* DebugInfo: Simplify RangeSpan to be a plain structDavid Blaikie2019-10-023-21/+15
* [sanitizer_common] Declare __sanitizer_on_print in Windows interception.Matt Morehouse2019-10-021-0/+1
* [sanitizer_common] Disable onprint.cpp on Android.Matt Morehouse2019-10-021-0/+2
* [sanitizer_common] Add __sanitizer_on_print to interface list.Matt Morehouse2019-10-021-0/+1
* [compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka2019-10-026-6/+44
* NFC: add namespace {}Vitaly Buka2019-10-021-0/+4
* [gicombiner] Add the boring boilerplate for the declarative combinerDaniel Sanders2019-10-029-0/+154
* Fix uninitialized variable warning in CodeGenPGO constructor. NFCI.Simon Pilgrim2019-10-021-2/+2
* ItaniumCXXABI - silence static analyzer getAs<RecordType> null dereference wa...Simon Pilgrim2019-10-021-11/+11
* [NFC][libc++abi] Convert stray tabs to spacesLouis Dionne2019-10-022-10/+10
* [Clang][Driver][NFC] Corrected DeviceActionBuilder methods' comments.Sergey Dmitriev2019-10-021-4/+2
* Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomput...Florian Hahn2019-10-021-7/+3
* CGObjCMac - silence static analyzer dyn_cast<>/getAs<> null dereference warni...Simon Pilgrim2019-10-021-6/+4
* [PowerPC] Fix SH field overflow issueYi-Hong Lyu2019-10-022-4/+66
* [sanitizer_common] Rename OnPrint to __sanitizer_on_print.Matt Morehouse2019-10-022-1/+38
* [libc++] Use functions instead of global variables to set libc++ build flagsLouis Dionne2019-10-022-67/+77
* Fix inconsistent indentation in TableGen.cppDaniel Sanders2019-10-021-68/+64
* Handle llvm.launder.invariant.group in msan.Evgeniy Stepanov2019-10-023-0/+68
* [TableGen] Improve error reporting of overlapping definitions (NFC)Evandro Menezes2019-10-021-6/+14
* [Local] Handle terminators with users in removeUnreachableBlocks.Florian Hahn2019-10-022-3/+39
* [libc++] Use a function to set warning flags per targetLouis Dionne2019-10-022-32/+35
* [ARM64] XPC services are unsupported on device.Davide Italiano2019-10-021-2/+2
* [RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.Davide Italiano2019-10-021-0/+5
* [ObjectFileMachO] FileSpec::SetFile() now takes the style as arg.Davide Italiano2019-10-021-1/+1
* [ObjectFileMachO] Catch up with FileDesc changes.Davide Italiano2019-10-021-3/+3
* [libc++] Revert to using PUBLIC instead of PRIVATE when linking system libsLouis Dionne2019-10-021-14/+14
* [MemorySSA] Update Phi creation when inserting a Def.Alina Sbirlea2019-10-022-37/+82
* [Stencil] Hide implementaion detai. NFC.Benjamin Kramer2019-10-021-1/+1
* [ARM] Make helpers static. NFC.Benjamin Kramer2019-10-021-3/+5
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-029-15/+101
* [JSON] Remove Utility/JSON.{h|cpp}Jonas Devlieghere2019-10-025-861/+0
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCo...Jonas Devlieghere2019-10-021-20/+17
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPl...Jonas Devlieghere2019-10-021-11/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClientJonas Devlieghere2019-10-021-10/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerLLGSJonas Devlieghere2019-10-021-48/+51
* [X86] Rewrite to the vXi1 subvector insertion code to not rely on the value o...Craig Topper2019-10-028-2706/+4002
* Fix: Actually erase remove the elements from AssumeHandlesAditya Kumar2019-10-021-1/+4
* [WebAssembly] Error when using wasm64 for ISelThomas Lively2019-10-022-4/+11
* gn build: Merge r373489GN Sync Bot2019-10-021-0/+1
OpenPOWER on IntegriCloud