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
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAG: Handle dbg_value for arguments split into multiple subregs
Matt Arsenault
2019-07-19
1
-23
/
+52
*
[MachineCSE][MachinePRE] Avoid hoisting code from code regions into hot BBs.
Kai Luo
2019-07-19
1
-0
/
+25
*
[IPRA] Don't rely on non-exact function definitions
Oliver Stannard
2019-07-19
1
-1
/
+5
*
Use the MachineBasicBlock symbol for a callbr target
Bill Wendling
2019-07-19
1
-2
/
+7
*
[GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs an...
Amara Emerson
2019-07-19
2
-42
/
+83
*
CodeGen: Allow !associated metadata to point to aliases.
Peter Collingbourne
2019-07-18
1
-2
/
+2
*
[COFF] Change a variable type to be const in the HeapAllocSite map.
Amy Huang
2019-07-18
4
-5
/
+7
*
[DAGCombine] Pull getSubVectorSrc helper out of narrowInsertExtractVectorBinO...
Simon Pilgrim
2019-07-18
1
-22
/
+22
*
Changes to display code view debug info type records in hex format
Nilanjana Basu
2019-07-17
1
-1
/
+1
*
Adding inline comments to code view type record directives for better readabi...
Nilanjana Basu
2019-07-17
1
-2
/
+15
*
[PEI] Don't re-allocate a pre-allocated stack protector slot
Francis Visoiu Mistrih
2019-07-17
2
-2
/
+27
*
[CodeGen][NFC] Simplify checks for stack protector index checking
Francis Visoiu Mistrih
2019-07-17
2
-13
/
+11
*
GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sources
Matt Arsenault
2019-07-17
2
-48
/
+87
*
GlobalISel: Handle more cases for widenScalar of G_MERGE_VALUES
Matt Arsenault
2019-07-17
1
-4
/
+23
*
Basic codegen for MTE stack tagging.
Evgeniy Stepanov
2019-07-17
1
-0
/
+13
*
[AsmPrinter] Make the encoding of call sites in .gcc_except_table configurabl...
Alex Bradbury
2019-07-17
3
-6
/
+28
*
[RISCV] Set correct encodings for DWARF exception handling
Alex Bradbury
2019-07-17
1
-0
/
+8
*
[MIPS GlobalISel] ClampScalar and select pointer G_ICMP
Petar Avramovic
2019-07-17
1
-0
/
+36
*
GlobalISel: Add overload of handleAssignments with CCState
Matt Arsenault
2019-07-16
1
-2
/
+11
*
DWARF: Skip zero column for inline call sites
David Blaikie
2019-07-16
1
-1
/
+2
*
[Strict FP] Allow more relaxed scheduling
Ulrich Weigand
2019-07-16
1
-10
/
+21
*
[Remarks][NFC] Combine ParserFormat and SerializerFormat
Francis Visoiu Mistrih
2019-07-16
1
-0
/
+1
*
[DAGCombiner] fold (addcarry (xor a, -1), b, c) -> (subcarry b, a, !c) and fl...
Amaury Sechet
2019-07-16
1
-16
/
+28
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
9
-24
/
+24
*
[WebAssembly] Rename except_ref type to exnref
Heejin Ahn
2019-07-15
1
-1
/
+1
*
GlobalISel: Implement narrowScalar for vector extract/insert indexes
Matt Arsenault
2019-07-15
1
-0
/
+11
*
[PowerPC] Support fp128 libcalls
Fangrui Song
2019-07-15
1
-0
/
+28
*
[DebugInfo] Add column info for inline sites
Jonas Devlieghere
2019-07-12
1
-0
/
+1
*
Delete dead stores
Fangrui Song
2019-07-12
4
-15
/
+3
*
[DAGCombine] narrowExtractedVectorBinOp - wrap subvector extraction in helper...
Simon Pilgrim
2019-07-12
1
-9
/
+11
*
Revert "[DwarfDebug] Dump call site debug info"
Djordje Todorovic
2019-07-12
10
-393
/
+43
*
[MachinePipeliner] Fix order for nodes with Anti dependence in same cycle
Jinsong Ji
2019-07-12
1
-0
/
+8
*
[DAGCombine] narrowInsertExtractVectorBinOp - add CONCAT_VECTORS support
Simon Pilgrim
2019-07-11
1
-4
/
+14
*
RegUsageInfoCollector: Skip calling conventions I missed before
Matt Arsenault
2019-07-11
1
-0
/
+3
*
GlobalISel: Use Register
Matt Arsenault
2019-07-11
1
-5
/
+5
*
OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC.
Tim Northover
2019-07-11
1
-2
/
+2
*
OpaquePtr: use byval accessor instead of inspecting pointer type. NFC.
Tim Northover
2019-07-11
1
-3
/
+2
*
[SDAG] commute setcc operands to match a subtract
Sanjay Patel
2019-07-10
1
-0
/
+11
*
[AArch64][GlobalISel] Optimize compare and branch cases with G_INTTOPTR and u...
Amara Emerson
2019-07-10
1
-0
/
+3
*
Move three folds for FADD, FSUB and FMUL in the DAG combiner away from Unsafe...
Michael Berg
2019-07-10
1
-4
/
+4
*
[TargetLowering] support BlockAddress as "i" inline asm constraint
Nick Desaulniers
2019-07-10
1
-0
/
+7
*
GlobalISel: Legalization for G_FMINNUM/G_FMAXNUM
Matt Arsenault
2019-07-10
2
-0
/
+71
*
GlobalISel: Define the full family of FP min/max instructions
Matt Arsenault
2019-07-10
1
-0
/
+8
*
[DAGCombine] visitINSERT_SUBVECTOR - use uint64_t subvector index. NFCI.
Simon Pilgrim
2019-07-10
1
-1
/
+1
*
Fix const/non-const lambda return type warning. NFCI.
Simon Pilgrim
2019-07-10
1
-1
/
+1
*
GlobalISel: Implement lower for G_FCOPYSIGN
Matt Arsenault
2019-07-09
1
-0
/
+50
*
GlobalISel: Combine unmerge of merge with intermediate cast
Matt Arsenault
2019-07-09
1
-3
/
+9
*
[X86][AMDGPU][DAGCombiner] Move call to allowsMemoryAccess into isLoadBitCast...
Craig Topper
2019-07-09
1
-15
/
+8
*
Revert "[HardwareLoops] NFC - move hardware loop checking code to isHardwareL...
Jinsong Ji
2019-07-09
1
-12
/
+33
*
[AArch64][GlobalISel] Optimize conditional branches followed by unconditional...
Amara Emerson
2019-07-09
1
-0
/
+62
[next]