summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang] Fail for empty names in is*DerivedFrom matchers.Anton Bikineev2019-07-252-3/+13
* [OpenMP] RISCV64 portJonas Hahnfeld2019-07-2519-16/+243
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-257-89/+169
* [AArch64][SVE] Allow explicit size specifier for predicate operandMomchil Velikov2019-07-257-37/+152
* AMDGPU: Don't assert on v4f16 arguments to shader calling conventionsMatt Arsenault2019-07-252-1/+33
* [IR][PatternMatch] Introduce m_NegatedPower2() matcherRoman Lebedev2019-07-252-0/+33
* [IR][PatternMatch] introduce m_Unless() matcherRoman Lebedev2019-07-252-0/+30
* [Utils] remove duplicated documentation comments; NFCSanjay Patel2019-07-251-29/+4
* [X86] concatSubVectors - remove unnecessary args. NFCI.Simon Pilgrim2019-07-251-9/+12
* Fix failing test plist-macros-with-expansion-ctu.cBalazs Keri2019-07-251-2/+1
* Update some tests after r366702Krasimir Georgiev2019-07-251-3/+6
* [InstCombine] try to narrow a truncated loadSanjay Patel2019-07-252-12/+89
* [clang] Add isDirectlyDerivedFrom AST matcher.Anton Bikineev2019-07-256-6/+97
* [lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann2019-07-256-70/+161
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-2553-64/+68
* [ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1Pablo Barrio2019-07-2519-16/+164
* [CrossTU] Fix plist macro expansion if macro in other file.Balazs Keri2019-07-256-17/+137
* [lldb][CMake] Fix framework-enabled build detail for XcodeStefan Granitz2019-07-251-1/+1
* Revert rL366946 : [Remarks] Add support for serializing metadata for every re...Simon Pilgrim2019-07-256-166/+135
* Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sectio...George Rimar2019-07-252-55/+89
* SymbolFile: Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds afte...Fangrui Song2019-07-251-0/+1
* [MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyleFangrui Song2019-07-253-9/+1
* [IPSCCP] Add assertion to surface cases where we zap returns with overdefined...Florian Hahn2019-07-251-0/+15
* [ASTImporter] Reorder fields after structure import is finishedGabor Marton2019-07-252-2/+64
* [clangd] Fix the annotate tweak after rL366893Haojian Wu2019-07-252-17/+34
* [PowerPC][NFC] Make `getDefMIPostRA` publicKai Luo2019-07-251-5/+5
* SymbolVendor: Remove the type list memberPavel Labath2019-07-2515-65/+23
* [LV] Scalar Epilogue Lowering. NFC.Sjoerd Meijer2019-07-252-57/+66
* [clangd] Provide help text to users who run `clangd` in a terminal.Sam McCall2019-07-251-0/+5
* [clangd] Also accept flags from CLANGD_FLAGS variable.Sam McCall2019-07-253-10/+26
* [PowerPC][NFC] Added `getDefMIPostRA` methodKai Luo2019-07-252-21/+38
* [Clang] New loop pragma vectorize_predicateSjoerd Meijer2019-07-2513-16/+145
* [ELF][MIPS] Improve testsFangrui Song2019-07-2529-466/+466
* [MC] Add MCInstrAnalysis::evaluateMemoryOperandAddressSeiya Nuta2019-07-253-1/+40
* [BasicAA] Temporarily disable two testsGeorge Burgess IV2019-07-251-2/+5
* LLGS: fix tracking execve on linuxPavel Labath2019-07-253-79/+16
* [llvm-objdump][NFC] Make the PrettyPrinter::printInst() output bufferedSeiya Nuta2019-07-251-16/+12
* cli-wrapper-mpxtable.cpp: fix file headerFangrui Song2019-07-251-2/+1
* [TableGen] Fix comments/headers referencing clang (NFC)Jonas Devlieghere2019-07-253-6/+7
* Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...Marshall Clow2019-07-2520-66/+162
* [lit] Protect full test suite from FILECHECK_OPTSJoel E. Denny2019-07-252-3/+10
* Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...Petr Hosek2019-07-256-98/+10
* github-upload-release.py: Fix script name in examplesTom Stellard2019-07-251-4/+4
* Add github-release.py scriptTom Stellard2019-07-251-0/+77
* [PowerPC] exclude more icmps in LSR which is converted in later hardware loop...Chen Zheng2019-07-253-13/+6
* [FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)Jonas Devlieghere2019-07-255-56/+15
* [FileSystem] Fix ambiguous symbol on Windows.Jonas Devlieghere2019-07-251-1/+1
* [FileCollector] Update unit test to match coding style.Jonas Devlieghere2019-07-251-34/+34
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-07-256-10/+98
* [llvm-lipo] Implement alignment function in -createShoaib Meenai2019-07-255-4/+503
OpenPOWER on IntegriCloud