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
*
[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
*
[DAGCombine] LoadedSlice - keep getOffsetFromBase() uint64_t offset. NFCI.
Simon Pilgrim
2019-07-09
1
-1
/
+1
*
[HardwareLoops] NFC - move hardware loop checking code to isHardwareLoopProfi...
Chen Zheng
2019-07-09
1
-33
/
+12
*
[MIPS GlobalISel] Register bank select for G_PHI. Select i64 phi
Petar Avramovic
2019-07-09
1
-0
/
+28
*
[CodeGen] AccelTable - remove non-constexpr (MSVC) Atom defs
Simon Pilgrim
2019-07-09
1
-20
/
+0
*
[NFC][AsmPrinter] Fix the formatting for the rL365467
Djordje Todorovic
2019-07-09
2
-23
/
+21
*
OpaquePtr: add Type parameter to Loads analysis API.
Tim Northover
2019-07-09
1
-2
/
+4
*
[DwarfDebug] Dump call site debug info
Djordje Todorovic
2019-07-09
10
-38
/
+390
*
[SelectionDAG] Simplify some calls to getSetCCResultType. NFC
Bjorn Pettersson
2019-07-09
3
-8
/
+4
*
[LegalizeTypes] Fix saturation bug for smul.fix.sat
Bjorn Pettersson
2019-07-09
1
-3
/
+3
*
Fixing @llvm.memcpy not honoring volatile.
Guillaume Chatelet
2019-07-09
1
-19
/
+24
*
Revert r364515 and r364524
Jeremy Morse
2019-07-09
1
-85
/
+2
*
Reland "[LiveDebugValues] Emit the debug entry values"
Djordje Todorovic
2019-07-09
3
-18
/
+127
*
[MachinePipeliner] Fix Phi refers to Phi in same stage in 1st epilogue
Jinsong Ji
2019-07-09
1
-1
/
+1
*
Changing CodeView debug info type record representation in assembly files to ...
Nilanjana Basu
2019-07-09
1
-13
/
+52
*
Standardize on MSVC behavior for triples with no environment
Reid Kleckner
2019-07-08
3
-7
/
+5
*
RegUsageInfoCollector: Don't iterate all regs for every reg class
Matt Arsenault
2019-07-08
1
-31
/
+6
*
GlobalISel: Convert some build functions to using SrcOp/DstOp
Matt Arsenault
2019-07-08
1
-43
/
+54
*
GlobalISel: widenScalar for G_BUILD_VECTOR
Matt Arsenault
2019-07-08
1
-0
/
+19
*
[TargetLowering] SimplifyDemandedBits - just call computeKnownBits for BUILD_...
Simon Pilgrim
2019-07-08
1
-23
/
+3
*
[CodeGen] Add larger vector types for i32 and f32
David Majnemer
2019-07-07
1
-1
/
+25
[next]