summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Convert all uses of WriteFShuffle to X86SchedWriteWidths.Simon Pilgrim2018-05-012-123/+153
* [OPENMP] Emit template instatiation|specialization functions forAlexey Bataev2018-05-012-5/+18
* [AArch64][SVE] Asm: Support for contiguous ST1 (scalar+scalar) store instruct...Sander de Smalen2018-05-0110-1/+214
* Reland r331175: "[mips] Fix the predicates of jump and branch and link instru...Simon Dardis2018-05-015-51/+71
* [X86] Split WriteVecLogic into XMM and YMM/ZMM scheduler classesSimon Pilgrim2018-05-0112-43/+21
* [InstCombine] Adjusting bswap pattern matching to hold for And/Shift mixed caseOmer Paparo Bivas2018-05-012-6/+14
* [X86] Convert all uses of WriteFLogic/WriteVecLogic to X86SchedWriteWidths.Simon Pilgrim2018-05-012-141/+157
* [MC] Add llvm_unreachable to toString to fix compile time warning.Florian Hahn2018-05-011-2/+1
* [X86] Tag PSLLDQ/PSRLDQ as WriteShuffle scheduler classes instead of shifts.Simon Pilgrim2018-05-016-39/+25
* [X86] Correct spill slot size.Andrea Di Biagio2018-05-012-2/+70
* NFC, Avoid a warning in WasmObjectWriterGabor Buella2018-05-011-0/+2
* Split TestGlobalVariables into two and xfail one of them for arm64 linuxPavel Labath2018-05-011-10/+23
* [X86] directstore and movdir64b intrinsicsGabor Buella2018-05-0114-0/+141
* [X86] movdiri and movdir64b instructionsGabor Buella2018-05-0116-2/+211
* [PM/LoopUnswitch] Remove the last manual domtree update code from loopChandler Carruth2018-05-011-170/+18
* [PM/LoopUnswitch] Add back a successor set that was removed based onChandler Carruth2018-05-011-2/+6
* Fix up r331244 - the emitted definition is weak_odr linkage. Should getChandler Carruth2018-05-011-1/+1
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-0148-19/+254
* [X86] Remove 'opaque ptr' from the intel syntax parser and printer.Craig Topper2018-05-0110-75/+66
* Fix type_lookup test to make buildbots happyEugene Zemtsov2018-05-013-3/+3
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-012-6/+36
* Log to the process channel, not target twice.Jason Molenda2018-05-011-1/+1
* [ShadowCallStack] fix the docsKostya Serebryany2018-05-011-2/+2
* Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher2018-05-0116-9150/+308
* Add logging when ArchSpec::SetArchitecture is given a cputype andJason Molenda2018-05-011-0/+5
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-3010-37/+39
* Move the persistent variable counter into TargetAdrian Prantl2018-04-3011-19/+30
* [Modules] Fix testcases from r331232Bruno Cardoso Lopes2018-04-302-3/+2
* [Modules] Handle ObjC/C ODR-like semantics for EnumConstantDeclBruno Cardoso Lopes2018-04-306-4/+44
* [CodeGen] Fix typo in comment form->from. NFCCraig Topper2018-04-301-1/+1
* Remove premature caching of the global variables list in CompileUnit.Adrian Prantl2018-04-303-5/+20
* Protect DWARFCompileUnit::m_die_array by a new mutexJan Kratochvil2018-04-302-3/+18
* [InstCombine] fix test to restore intentSanjay Patel2018-04-301-3/+2
* Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton2018-04-305-5/+173
* [InstCombine] add tests, update checks; NFCSanjay Patel2018-04-301-86/+120
* [docs] Fix docs/InternalsManual.rst heading.Fangrui Song2018-04-301-1/+1
* Stop setting LLVM_ON_WIN32 in config.h and llvm-config.h.Nico Weber2018-04-304-7/+3
* [ModRefInfo] Rename local variable IsMustAlias to avoid shadowing MustAlias e...Alina Sbirlea2018-04-301-3/+3
* [SimplifyCFG] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).Florian Hahn2018-04-301-37/+14
* [WebAssembly] MC: Improve debug outputSam Clegg2018-04-302-8/+34
* [LivePhysRegs] Remove registers clobbered by regmasks from the live setKrzysztof Parzyszek2018-04-303-6/+44
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-3017-23/+153
* [LoopSimplify] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).Florian Hahn2018-04-301-4/+1
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-308-2/+113
* AMDGPU: Add Vega12 and Vega20Matt Arsenault2018-04-3043-322/+2133
* clang-cl: Expose -fmerge-all-constantsHans Wennborg2018-04-302-1/+2
* [MIR] Reset unique MBB numbering in MachineFunction::reset()Roman Tereshin2018-04-302-2/+8
* [OpenMP][OMPT] Fix api_calls_from_other_thread.cppJonathan Peyton2018-04-301-3/+3
* [OPENMP] Do not emit warning about non-declared target function params.Alexey Bataev2018-04-302-4/+4
* [DAGCombiner] rename function attribute for disabling ftrunc transformSanjay Patel2018-04-303-8/+7
OpenPOWER on IntegriCloud