summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ELF][test] Change references of %T to %t.dirFangrui Song2019-10-3011-50/+57
* Fix pattern error for S2_tstbit_i instructionIkhlas Ajbar2019-10-302-2/+36
* [SLPVectorizer] Use getAPInt() for comparison. NFCI.Simon Pilgrim2019-10-301-1/+1
* [scudo][standalone] Add a free list to the SecondaryKostya Kortchinsky2019-10-307-127/+178
* Updating the documentation for the _Noreturn attribute; NFC.Aaron Ballman2019-10-301-1/+3
* [LLD] - Fix a test after obj2yaml change.Georgii Rymar2019-10-301-6/+3
* gn build: (manually) merge 67474c60d34Nico Weber2019-10-301-0/+2
* [AIX] Lowering CPI/JTI/BA to MIRXiangling Liao2019-10-304-6/+138
* [AArch64][MachineOutliner] Return address signing for outlined functionsDavid Tellenbach2019-10-3010-7/+966
* [SelectionDAG] Add support for FP_ROUND in WidenVectorOperand.Jay Foad2019-10-302-4/+24
* [ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLV...Georgii Rymar2019-10-3012-126/+95
* [bugpoint] Reduce metadata that does not contribute to crash.Florian Hahn2019-10-304-11/+151
* [NFC][LoopUnroll] Tests for peeling of first iteration (PR43840)Roman Lebedev2019-10-301-1/+232
* [OpenMP] Reset affinity mask in the process child on FreeBSDDavid Carlier2019-10-301-1/+1
* [OPENMP][DOC]Provide correct info about supported features, NFC.Alexey Bataev2019-10-301-23/+2
* [OPENMP][DOC]Update list of supported functions, NFC.Alexey Bataev2019-10-301-2/+2
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-3046-19/+5971
* [compiler-rt] libhwasan interceptor ABI intercept longjmp/setjmpDavid Tellenbach2019-10-306-0/+260
* [IR] Allow fast math flags on calls with floating point array type.Jay Foad2019-10-306-24/+133
* [ASTImporter] Add support for BuiltinTemplateDeclRaphael Isemann2019-10-303-0/+62
* LiveIntervals: Split live intervals on multiple dead defsKrzysztof Parzyszek2019-10-304-11/+21
* minidump: Rename some architecture constantsPavel Labath2019-10-309-25/+25
* [nfc][libomptarget] Move smid() into target_implJon Chesterfield2019-10-302-8/+8
* [libomptarget] Always call malloc, free via SafeMalloc, SafeFree wrapperJon Chesterfield2019-10-301-5/+6
* Rename a flang test caseJeremy Morse2019-10-302-2/+2
* lldb-vscode: Add a forgotten cast to voidPavel Labath2019-10-301-0/+1
* [lldb-vscod] fix build with NDEBUG on windowsSquallATF2019-10-301-3/+4
* COFF: Set section permissionsPavel Labath2019-10-302-3/+13
* [ARM][AArch64][DebugInfo] Improve call site instruction interpretationDjordje Todorovic2019-10-308-9/+296
* [lldb] [test] Mark TestCustomShell XFAIL on *bsd as wellMichał Górny2019-10-301-1/+4
* [AArch64][SVE] Implement masked store intrinsicsKerry McLaughlin2019-10-305-22/+260
* [X86] combineOrShiftToFunnelShift - use isOperationLegalOrCustom to check FSH...Simon Pilgrim2019-10-301-1/+2
* [X86] combineOrShiftToFunnelShift - use getShiftAmountTy instead of hardwirin...Simon Pilgrim2019-10-301-5/+8
* [AArch64][SVE] Implement additional integer arithmetic intrinsicsKerry McLaughlin2019-10-306-16/+404
* [AMDGPU] Consolidate one more getGeneration checkJay Foad2019-10-301-1/+1
* gn build: Merge 6bf55804924LLVM GN Syncbot2019-10-301-0/+1
* [clang][driver] Add basic --driver-mode=flang support for fortranPeter Waller2019-10-3018-21/+322
* [llvm-objcopy] - Do not crash on object that has relocations but no symbol ta...Georgii Rymar2019-10-303-10/+115
* Enable OpenBSD support.AndreyChurbanov2019-10-303-4/+33
* [UpdateTestChecks] Fix invalid python string escapesAlex Richardson2019-10-301-3/+3
* [Alignment] Use Align for TFI.getStackAlignment() in X86ISelLoweringGuillaume Chatelet2019-10-301-26/+18
* [update_cc_test_checks.py] Fix invalid python string escape sequenceAlex Richardson2019-10-301-1/+1
* [AddressSanitizer] Only instrument globals of default address spaceKarl-Johan Karlsson2019-10-302-0/+33
* [PowerPC] Clear the sideeffect bit for those instructions that didn't have th...QingShan Zhang2019-10-305-16/+57
* [Target] Change PATCHABLE_EVENT_CALL/PATCHABLE_TYPED_EVENT_CALL to use unknow...Craig Topper2019-10-301-2/+2
* [X86] Add test case for PR43758. NFCCraig Topper2019-10-301-0/+60
* [llvm-objcopy] Add REQUIRES directive to fix a testSeiya Nuta2019-10-301-0/+2
* [X86] Make memcmp vector lowering handle arbitrary expansionsDavid Zarzycki2019-10-305-99/+6348
* [llvm-objcopy][MachO] Support indirect symbol tableSeiya Nuta2019-10-304-9/+96
* [Orc][test] Fix -DBUILD_SHARED_LIBS=on buildFangrui Song2019-10-291-0/+1
OpenPOWER on IntegriCloud