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
...
*
[NFC][TTI] Add Alignment for isLegalMasked[Gather/Scatter]
Anna Welker
2019-12-18
1
-6
/
+8
*
[X86] Add calculation for elements in structures in getting uniform base for ...
Wang, Pengfei
2019-12-18
1
-6
/
+28
*
[FPEnv][LegalizeTypes] Make ScalarizeVecOp_STRICT_FP_ROUND do its own replace...
Craig Topper
2019-12-17
1
-1
/
+7
*
[FPEnv][LegalizeTypes][LegalizeDAG][AArch64] Few fixes/improvements for legal...
Craig Topper
2019-12-17
4
-2
/
+22
*
Recommit "[DebugInfo] Refactored macro related generation,
Sourabh Singh Tomar
2019-12-18
2
-19
/
+9
*
[SDAG] adjust isNegatibleForFree calculation to avoid crashing
Sanjay Patel
2019-12-17
1
-1
/
+8
*
Revert "[SDAG] remove use restriction in isNegatibleForFree() when called fro...
Sanjay Patel
2019-12-17
1
-8
/
+1
*
[SDAG] remove use restriction in isNegatibleForFree() when called from getNeg...
Sanjay Patel
2019-12-17
1
-1
/
+8
*
[DAGCombiner] Add node back in the worklist in topological order in CommitTar...
Amaury Séchet
2019-12-17
1
-2
/
+1
*
Revert "Honor -fuse-init-array when os is not specified on x86"
Mitch Phillips
2019-12-17
1
-1
/
+0
*
This adds constrained intrinsics for the signed and unsigned conversions
Kevin P. Neal
2019-12-17
6
-52
/
+236
*
PostRA Machine Sink should take care of COPY defining register that is a sub-...
alex-t
2019-12-17
1
-3
/
+7
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-2
/
+2
*
[ObjC][DWARF] Emit DW_AT_APPLE_objc_direct for methods marked as __attribute_...
Raphael Isemann
2019-12-17
1
-0
/
+3
*
[LegalizeTypes] Pre-size the SmallVectors in ScalarizeVecRes_StrictFPOp and S...
Craig Topper
2019-12-16
1
-9
/
+9
*
[LegalizeTypes] Remove ScalarizeVecRes_STRICT_FP_ROUND in favor of just using...
Craig Topper
2019-12-16
2
-16
/
+0
*
[LegalizeTypes] Remove the call to SplitVecRes_UnaryOp from SplitVecRes_Stric...
Craig Topper
2019-12-16
1
-29
/
+0
*
[SelectionDAG] Add the fpexcept flag to the SelectionDAG dumping output so we...
Craig Topper
2019-12-16
1
-0
/
+3
*
[NFC][llvm][MIRVRegNamerUtils] Moving some switch cases and altering comments.
Puyan Lotfi
2019-12-16
1
-5
/
+5
*
[llvm][MIRVRegNamerUtils] Adding hashing on CImm / FPImm MachineOperands.
Puyan Lotfi
2019-12-16
1
-2
/
+7
*
Honor -fuse-init-array when os is not specified on x86
Kamlesh Kumar
2019-12-16
1
-0
/
+1
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-2
/
+2
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-2
/
+2
*
[CodegenPrepare] Guard against degenerate branches
Valentin Churavy
2019-12-16
1
-0
/
+4
*
[DAG] Add SimplifyDemandedBits support for BSWAP
Sanjay Patel
2019-12-15
1
-0
/
+10
*
[LegalizeTypes] Teach BitcastToInt_ATOMIC_SWAP to only create FP16_TO_FP when...
Craig Topper
2019-12-14
1
-4
/
+9
*
[LegalizeTypes] In PromoteFloatOp_SETCC, don't both querying for transforming...
Craig Topper
2019-12-14
1
-2
/
+1
*
[NFC][llvm][MIRVRegNamerUtils] Refactoring GetHashableMO into switch-statement.
Puyan Lotfi
2019-12-14
1
-7
/
+34
*
[Legalizer] Making artifact combining order-independent
Roman Tereshin
2019-12-13
1
-1
/
+6
*
[Legalizer] Refactoring out legalizeMachineFunction
Roman Tereshin
2019-12-13
1
-49
/
+66
*
[Legalizer] More detailed debugging printing in main loop
Roman Tereshin
2019-12-13
1
-1
/
+7
*
[NFC] Use SelectionDAG::getMemBasePlusOffset() instead of getNode(ISD::ADD)
Alex Richardson
2019-12-13
7
-55
/
+24
*
[NFC] Implement SelectionDAG::getObjectPtrOffset() using getMemBasePlusOffset()
Alex Richardson
2019-12-13
1
-4
/
+6
*
[NFC] Add a SDValue overload for SelectionDAG::getMemBasePlusOffset()
Alex Richardson
2019-12-13
1
-1
/
+8
*
[NFC] Change SelectionDAG::getMemBasePlusOffset() to use int64_t
Alex Richardson
2019-12-13
1
-1
/
+1
*
[DAGCombiner] fold shift-trunc-shift to shift-mask-trunc (2nd try)
Sanjay Patel
2019-12-13
1
-0
/
+14
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-2
/
+2
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
4
-19
/
+25
*
Recommit "[AArch64][SVE] Implement intrinsics for non-temporal loads & stores"
Kerry McLaughlin
2019-12-13
1
-1
/
+4
*
[LiveDebugValues] Omit entry values for DBG_VALUEs with pre-existing expressions
David Stenberg
2019-12-13
1
-2
/
+3
*
[LegalizeTypes] Remove unnecessary if before calling ReplaceValueWith on the ...
Craig Topper
2019-12-13
1
-2
/
+1
*
Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...
Eric Christopher
2019-12-12
4
-11
/
+19
*
NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List
David Blaikie
2019-12-12
4
-19
/
+11
*
NFC: DebugInfo: Refactor debug_loc/loclist emission into a common function
David Blaikie
2019-12-12
2
-21
/
+15
*
hwasan: add tag_offset DWARF attribute to optimized debug info
Evgenii Stepanov
2019-12-12
5
-1
/
+32
*
Revert "[DAGCombiner] fold shift-trunc-shift to shift-mask-trunc"
Sanjay Patel
2019-12-12
1
-12
/
+0
*
[DAGCombiner] fold shift-trunc-shift to shift-mask-trunc
Sanjay Patel
2019-12-12
1
-0
/
+12
*
[DAGCombiner] improve readability
Sanjay Patel
2019-12-12
1
-11
/
+11
*
[DebugInfo] Prevent invalid fragments at ISel from dropping debug info
stozer
2019-12-12
1
-1
/
+7
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-2
/
+2
[prev]
[next]