summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some compilation failures introduced in recent patches.Zachary Turner2018-11-142-4/+5
* [clangd] Delete unused includes.Kadir Cetinkaya2018-11-141-2/+0
* [InstCombine] fix formatting for matchBSwap(); NFCSanjay Patel2018-11-142-7/+9
* [VPlan, SLP] Use SmallPtrSet for Candidates.Florian Hahn2018-11-142-27/+26
* [SimplifyCFG] Regenerate preserve-branchweights.ll test. NFCJohn Brawn2018-11-141-114/+262
* [TTI] getOperandInfo - a broadcast shuffle means the result is OK_UniformValue Simon Pilgrim2018-11-143-340/+275
* Move DataExtractorTest to unittests/UtilityPavel Labath2018-11-143-1/+1
* Reverted D52835 to fix review commentsDavid Bolvansky2018-11-144-95/+9
* [Diagnostics] Check integer to floating point number implicit conversionsDavid Bolvansky2018-11-144-9/+95
* [AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.tdBruno Ricci2018-11-141-63/+80
* [AArch64] Fix resolution of R_PLT_PAGE RelExprPeter Smith2018-11-142-7/+55
* Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.Andrey Churbanov2018-11-141-0/+2
* Document how to comment an actual parameter.Paul Robinson2018-11-141-0/+15
* [VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.Florian Hahn2018-11-141-4/+4
* [TTI] Pull out repeated 'ConcreteTTI' static_casts. NFCI.Simon Pilgrim2018-11-141-12/+7
* [VPlan] Update ifdef.Florian Hahn2018-11-141-2/+2
* [VPlan, SLP] Add simple SLP analysis on top of VPlan.Florian Hahn2018-11-147-1/+1523
* Adding myself as the code owner for clang-query as discussed in https://revie...Aaron Ballman2018-11-141-0/+4
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-1411-17/+255
* [CostModel] Add generic expansion funnel shift cost supportSimon Pilgrim2018-11-144-1287/+2981
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-1411-249/+17
* [clangd] Replace StringRef in SymbolLocation with a char pointer.Haojian Wu2018-11-1414-47/+96
* [llvm-objdump] Improve ELF file type checking statements (D54509)Xing GUO2018-11-141-12/+6
* [X86][AVX512] Remove constant pool shuffle decoding from SelectionDAGSimon Pilgrim2018-11-143-18/+18
* Fix a crash when parsing incorrect DWARFPavel Labath2018-11-142-3/+48
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-1411-17/+249
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-147-191/+289
* [COFF] Fix a longstanding typo in a variable name. NFC.Martin Storsjo2018-11-141-5/+5
* [WebAssembly] Make sure event-section XFAILs for build optionsHeejin Ahn2018-11-141-2/+2
* Print newline after banner for ModulePassSven van Haastregt2018-11-142-1/+4
* Recommit r346483: [CallSiteSplitting] Only record conditions up to the IDom(c...Florian Hahn2018-11-144-25/+64
* Fix r346747 and r346796Diana Picus2018-11-142-0/+2
* Suppress a "-Wliteral-conversion" compiler warning.Haojian Wu2018-11-141-1/+1
* [WebAssembly] Temporarily disable event-section.llHeejin Ahn2018-11-141-0/+1
* Fix the "make_unique is ambiguous" compiler error.Haojian Wu2018-11-142-4/+4
* [OpenCL] Fix invalid address space generation for clk_event_tAlexey Sotkin2018-11-142-2/+11
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-1415-26/+130
* [clangd] Improve code completion for ObjC methodsSam McCall2018-11-143-11/+164
* [clang-tidy] Avoid C arrays checkRoman Lebedev2018-11-1413-0/+297
* [X86] Add -x86-experimental-vector-widening command lines to pmulh.llCraig Topper2018-11-141-43/+83
* Correctly instantiate `iterator_adaptor_base` when defining `pointer_iterator`David Blaikie2018-11-142-2/+33
* [HIP] Fix device only compilationYaxun Liu2018-11-142-10/+20
* [CMake] Include clang-apply-replacements in Fuchsia toolchainPetr Hosek2018-11-141-0/+1
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-14164-539/+538
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-1434-116/+708
* [PowerPC] Enhance the selection(ISD::VSELECT) of vector typeZi Xuan Wu2018-11-145-20/+133
* Revert r346810 "Preserve loop metadata when splitting exit blocks"Reid Kleckner2018-11-142-80/+0
* [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directoryAlex Lorenz2018-11-144-1/+22
* [CodeGen] Fix forward scan in MachineBasicBlock::computeRegisterLiveness.Eli Friedman2018-11-142-15/+45
* [CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek2018-11-144-0/+12
OpenPOWER on IntegriCloud