summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* [Attributor] Deduce "align" attributeHideto Ueno2019-07-281-0/+25
* [FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno2019-07-281-114/+98
* Reland: [Remarks] Support parsing remark metadata in the YAML remark parserFrancis Visoiu Mistrih2019-07-261-0/+4
* Revert "[Remarks] Support parsing remark metadata in the YAML remark parser"Francis Visoiu Mistrih2019-07-261-4/+0
* [Remarks] Support parsing remark metadata in the YAML remark parserFrancis Visoiu Mistrih2019-07-261-0/+4
* [MemorySSA & LoopPassManager] Analysis can be preserved only when all loop pa...Alina Sbirlea2019-07-261-2/+0
* [AArch64][SVE2] Rename bitperm feature to sve2-bitpermCullen Rhodes2019-07-263-31/+31
* [AMDGPU] Add llvm.amdgcn.softwqm intrinsicCarl Ritson2019-07-261-0/+7
* [Loop Utils] Extend the scope of addStringMetadataToLoop.Serguei Katkov2019-07-261-0/+2
* GlobalISel: Fold out unmerge to scalars from concat_vectorMatt Arsenault2019-07-261-11/+43
* Reland: [Remarks] Add support for serializing metadata for every remark streamerFrancis Visoiu Mistrih2019-07-262-1/+46
* Reland the "[NewPM] Port Sancov" patch from rL365838. No functionalLeonard Chan2019-07-253-5/+65
* [DDG] DirectedGraph as a base class for various dependence graphs suchWhitney Tsang2019-07-251-0/+270
* [LOOPINFO] Introduce the loop guard API.Whitney Tsang2019-07-251-3/+31
* Allow prefetching from non-zero address spacesJF Bastien2019-07-251-1/+1
* [PredicateInfo] Use SmallVector instead of SmallPtrSet.Florian Hahn2019-07-251-5/+5
* [IR][PatternMatch] Introduce m_NegatedPower2() matcherRoman Lebedev2019-07-251-0/+12
* [IR][PatternMatch] introduce m_Unless() matcherRoman Lebedev2019-07-251-0/+14
* [ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1Pablo Barrio2019-07-252-0/+15
* Revert rL366946 : [Remarks] Add support for serializing metadata for every re...Simon Pilgrim2019-07-252-46/+1
* [MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyleFangrui Song2019-07-251-2/+0
* [MC] Add MCInstrAnalysis::evaluateMemoryOperandAddressSeiya Nuta2019-07-251-0/+6
* [Object] Add public MaxSectionAlignment to MachOUniversalShoaib Meenai2019-07-251-0/+2
* [FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere2019-07-251-19/+17
* [Remarks][NFC] Rename remarks::Parser to remarks::RemarkParserFrancis Visoiu Mistrih2019-07-251-8/+8
* Define some basic terminology around loops in our documentationPhilip Reames2019-07-241-0/+3
* Fix unittest build issue in r366956Alex Lorenz2019-07-241-0/+1
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-241-0/+74
* [Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & C) ==/!= 0 foldRoman Lebedev2019-07-241-0/+43
* IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...Peter Collingbourne2019-07-241-3/+1
* [GlobalISel] Support for inlining memcpy, memset and memmove calls.Amara Emerson2019-07-243-2/+46
* [Transforms] move copying of load metadata to helper function; NFCSanjay Patel2019-07-241-0/+4
* [CodeGen] Add missing comment (NFC)Evandro Menezes2019-07-241-14/+19
* [Remarks] Add support for serializing metadata for every remark streamerFrancis Visoiu Mistrih2019-07-242-1/+46
* [Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializerFrancis Visoiu Mistrih2019-07-243-15/+15
* [DAGCombine] matchBinOpReduction - add partial reduction matchingSimon Pilgrim2019-07-241-2/+5
* [Remarks] Simplify the creation of remark serializersFrancis Visoiu Mistrih2019-07-242-0/+13
* AMDGPU: Only allow FP types for format buffer intrinicsMatt Arsenault2019-07-241-22/+22
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-241-1/+1
* [InstSimplify] Rename SimplifyFPUnOp and SimplifyFPBinOpJay Foad2019-07-241-10/+8
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-241-39/+77
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-0/+5
* Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<...George Rimar2019-07-242-5/+13
* Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme2019-07-241-77/+39
* [Remarks] String tables should be move-onlyFrancis Visoiu Mistrih2019-07-232-14/+29
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-231-39/+77
* [Remarks] Introduce a new format: yaml-strtabFrancis Visoiu Mistrih2019-07-234-7/+16
* [Remarks][NFC] Move the YAML serializer to its own headerFrancis Visoiu Mistrih2019-07-232-23/+47
* Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...Vlad Tsyrklevich2019-07-232-11/+4
* [llvm-ar] Fix support for archives with members larger than 4GBOwen Reynolds2019-07-231-2/+4
OpenPOWER on IntegriCloud