index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Attributor] Deduce "align" attribute
Hideto Ueno
2019-07-28
1
-0
/
+25
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-114
/
+98
*
Reland: [Remarks] Support parsing remark metadata in the YAML remark parser
Francis Visoiu Mistrih
2019-07-26
1
-0
/
+4
*
Revert "[Remarks] Support parsing remark metadata in the YAML remark parser"
Francis Visoiu Mistrih
2019-07-26
1
-4
/
+0
*
[Remarks] Support parsing remark metadata in the YAML remark parser
Francis Visoiu Mistrih
2019-07-26
1
-0
/
+4
*
[MemorySSA & LoopPassManager] Analysis can be preserved only when all loop pa...
Alina Sbirlea
2019-07-26
1
-2
/
+0
*
[AArch64][SVE2] Rename bitperm feature to sve2-bitperm
Cullen Rhodes
2019-07-26
3
-31
/
+31
*
[AMDGPU] Add llvm.amdgcn.softwqm intrinsic
Carl Ritson
2019-07-26
1
-0
/
+7
*
[Loop Utils] Extend the scope of addStringMetadataToLoop.
Serguei Katkov
2019-07-26
1
-0
/
+2
*
GlobalISel: Fold out unmerge to scalars from concat_vector
Matt Arsenault
2019-07-26
1
-11
/
+43
*
Reland: [Remarks] Add support for serializing metadata for every remark streamer
Francis Visoiu Mistrih
2019-07-26
2
-1
/
+46
*
Reland the "[NewPM] Port Sancov" patch from rL365838. No functional
Leonard Chan
2019-07-25
3
-5
/
+65
*
[DDG] DirectedGraph as a base class for various dependence graphs such
Whitney Tsang
2019-07-25
1
-0
/
+270
*
[LOOPINFO] Introduce the loop guard API.
Whitney Tsang
2019-07-25
1
-3
/
+31
*
Allow prefetching from non-zero address spaces
JF Bastien
2019-07-25
1
-1
/
+1
*
[PredicateInfo] Use SmallVector instead of SmallPtrSet.
Florian Hahn
2019-07-25
1
-5
/
+5
*
[IR][PatternMatch] Introduce m_NegatedPower2() matcher
Roman Lebedev
2019-07-25
1
-0
/
+12
*
[IR][PatternMatch] introduce m_Unless() matcher
Roman Lebedev
2019-07-25
1
-0
/
+14
*
[ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1
Pablo Barrio
2019-07-25
2
-0
/
+15
*
Revert rL366946 : [Remarks] Add support for serializing metadata for every re...
Simon Pilgrim
2019-07-25
2
-46
/
+1
*
[MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyle
Fangrui Song
2019-07-25
1
-2
/
+0
*
[MC] Add MCInstrAnalysis::evaluateMemoryOperandAddress
Seiya Nuta
2019-07-25
1
-0
/
+6
*
[Object] Add public MaxSectionAlignment to MachOUniversal
Shoaib Meenai
2019-07-25
1
-0
/
+2
*
[FileCollector] Change coding style from LLDB to LLVM (NFC)
Jonas Devlieghere
2019-07-25
1
-19
/
+17
*
[Remarks][NFC] Rename remarks::Parser to remarks::RemarkParser
Francis Visoiu Mistrih
2019-07-25
1
-8
/
+8
*
Define some basic terminology around loops in our documentation
Philip Reames
2019-07-24
1
-0
/
+3
*
Fix unittest build issue in r366956
Alex Lorenz
2019-07-24
1
-0
/
+1
*
[Support] move FileCollector from LLDB to llvm/Support
Alex Lorenz
2019-07-24
1
-0
/
+74
*
[Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & C) ==/!= 0 fold
Roman Lebedev
2019-07-24
1
-0
/
+43
*
IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...
Peter Collingbourne
2019-07-24
1
-3
/
+1
*
[GlobalISel] Support for inlining memcpy, memset and memmove calls.
Amara Emerson
2019-07-24
3
-2
/
+46
*
[Transforms] move copying of load metadata to helper function; NFC
Sanjay Patel
2019-07-24
1
-0
/
+4
*
[CodeGen] Add missing comment (NFC)
Evandro Menezes
2019-07-24
1
-14
/
+19
*
[Remarks] Add support for serializing metadata for every remark streamer
Francis Visoiu Mistrih
2019-07-24
2
-1
/
+46
*
[Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializer
Francis Visoiu Mistrih
2019-07-24
3
-15
/
+15
*
[DAGCombine] matchBinOpReduction - add partial reduction matching
Simon Pilgrim
2019-07-24
1
-2
/
+5
*
[Remarks] Simplify the creation of remark serializers
Francis Visoiu Mistrih
2019-07-24
2
-0
/
+13
*
AMDGPU: Only allow FP types for format buffer intrinics
Matt Arsenault
2019-07-24
1
-22
/
+22
*
[Support] Fix `-ftime-trace-granularity` option
Anton Afanasyev
2019-07-24
1
-1
/
+1
*
[InstSimplify] Rename SimplifyFPUnOp and SimplifyFPBinOp
Jay Foad
2019-07-24
1
-10
/
+8
*
FileCheck [8/12]: Define numeric var from expr
Thomas Preud'homme
2019-07-24
1
-39
/
+77
*
[DWARF][NFC] Add constants for reserved values of an initial length field.
Igor Kudrin
2019-07-24
1
-0
/
+5
*
Recommit rr366796 "[Object/ELF.h] - Improve testing of the fields in ELFFile<...
George Rimar
2019-07-24
2
-5
/
+13
*
Revert "FileCheck [8/12]: Define numeric var from expr"
Thomas Preud'homme
2019-07-24
1
-77
/
+39
*
[Remarks] String tables should be move-only
Francis Visoiu Mistrih
2019-07-23
2
-14
/
+29
*
FileCheck [8/12]: Define numeric var from expr
Thomas Preud'homme
2019-07-23
1
-39
/
+77
*
[Remarks] Introduce a new format: yaml-strtab
Francis Visoiu Mistrih
2019-07-23
4
-7
/
+16
*
[Remarks][NFC] Move the YAML serializer to its own header
Francis Visoiu Mistrih
2019-07-23
2
-23
/
+47
*
Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...
Vlad Tsyrklevich
2019-07-23
2
-11
/
+4
*
[llvm-ar] Fix support for archives with members larger than 4GB
Owen Reynolds
2019-07-23
1
-2
/
+4
[next]