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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir][spirv] Update SPIR-V documentation with information about
MaheshRavishankar
2020-01-05
1
-6
/
+113
*
[MC] Reorder members of MCFragment's subclasses to decrease padding
Fangrui Song
2020-01-05
1
-54
/
+14
*
[MC] Reorder MCFragment members to decrease padding
Fangrui Song
2020-01-05
2
-17
/
+8
*
[DAGCombine] Don't check the legality of type when combine the SIGN_EXTEND_INREG
QingShan Zhang
2020-01-06
2
-6
/
+4
*
[MC] Delete MCFragment::isDummy. NFC
Fangrui Song
2020-01-05
2
-4
/
+1
*
[X86] Improve v2i64->v2f32 and v4i64->v4f32 uint_to_fp on avx and avx2 targets.
Craig Topper
2020-01-05
5
-638
/
+514
*
[NFC] Modify the format:
Liu, Chen3
2020-01-06
1
-2
/
+1
*
[Coroutines] Remove corresponding phi values when apply simplifyTerminatorLea...
Brian Gesiak
2020-01-05
3
-12
/
+133
*
Clang-format previous commit
Stephen Kelly
2020-01-05
1
-3
/
+1
*
[MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...
Fangrui Song
2020-01-05
4
-17
/
+6
*
Add missing test
Stephen Kelly
2020-01-05
1
-0
/
+12
*
[Gnu toolchain] Look at standard GCC paths for libstdcxx by default
Kristina Brooks
2020-01-05
6
-86
/
+121
*
[MC] Delete MCSection::{rbegin,rend}
Fangrui Song
2020-01-05
2
-8
/
+2
*
Allow using traverse() with bindings
Stephen Kelly
2020-01-05
3
-0
/
+38
*
Fix oversight in AST traversal helper
Stephen Kelly
2020-01-05
1
-1
/
+1
*
[MC] Merge MCSymbol::getSectionPtr into getSection and simplify
Fangrui Song
2020-01-05
1
-9
/
+1
*
[MC] Drop an unused rule about absolute temporary symbols
Fangrui Song
2020-01-05
1
-4
/
+0
*
[X86][SSE] Combine combineLogicBlendIntoConditionalNegate for VSELECT nodes (...
Simon Pilgrim
2020-01-05
3
-139
/
+117
*
[X86] Move combineLogicBlendIntoConditionalNegate before combineSelect. NFCI.
Simon Pilgrim
2020-01-05
1
-62
/
+62
*
[X86] Merge (identical) LowerGC_TRANSITION_START and LowerGC_TRANSITION_END (...
Simon Pilgrim
2020-01-05
2
-27
/
+4
*
[ARM] Use isFMAFasterThanFMulAndFAdd for scalars as well as MVE vectors
David Green
2020-01-05
10
-25
/
+52
*
[ARM] Fill in FP16 FMA patterns
David Green
2020-01-05
2
-64
/
+65
*
[ARM] Add and update FMA tests. NFC
David Green
2020-01-05
3
-31
/
+480
*
[ParserTest] Move raw string literal out of macro
David Green
2020-01-05
1
-3
/
+3
*
[LegalizeVectorOps][X86] Enable expansion of vector fp_to_uint in LegalizeVec...
Craig Topper
2020-01-04
4
-258
/
+113
*
[TargetLowering] In expandFP_TO_UINT, add proper extend or truncate for the c...
Craig Topper
2020-01-04
1
-0
/
+4
*
[LegalizeVectorOps] Split most of ExpandStrictFPOp into a separate UnrollStri...
Craig Topper
2020-01-04
1
-6
/
+13
*
[ELF] Drop const qualifier to fix -Wrange-loop-analysis. NFC
Fangrui Song
2020-01-04
1
-1
/
+1
*
GlobalISel: Scalarize all division operations
Matt Arsenault
2020-01-04
6
-0
/
+1742
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
25
-946
/
+858
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
25
-858
/
+946
*
[SCEV] Remove unused ScalarEvolutionExpander.h includes (NFC).
Florian Hahn
2020-01-04
4
-4
/
+0
*
GlobalISel: Define G_READCYCLECOUNTER
Matt Arsenault
2020-01-04
6
-0
/
+27
*
AMDGPU/GlobalISel: Refine SMRD selection rules
Matt Arsenault
2020-01-04
3
-36
/
+172
*
AMDGPU/GlobalISel: Legalize more odd sized loads
Matt Arsenault
2020-01-04
5
-307
/
+43
*
AMDGPU/GlobalISel: Assume vcc phis for any vcc input
Matt Arsenault
2020-01-04
3
-86
/
+69
*
[Pass Registration] XFAIL load_extension.ll test on macOS.
Florian Hahn
2020-01-04
1
-0
/
+3
*
AMDGPU/GlobalISel: Implement applyMappingImpl less incorrectly
Matt Arsenault
2020-01-04
1
-13
/
+23
*
[cmake] Remove install from add_llvm_example_library.
Florian Hahn
2020-01-04
1
-4
/
+3
*
Re-apply "[Examples] Add IRTransformations directory to examples."
Florian Hahn
2020-01-04
17
-0
/
+1004
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
68
-80
/
+80
*
[AMDGPU] need to insert wait between the scalar load and vector store to the ...
alex-t
2020-01-04
2
-0
/
+50
*
[NFCI][InstCombine] Refactor 'sink negation into select if that folds one han...
Roman Lebedev
2020-01-04
1
-40
/
+35
*
[InstCombine] Sink sub into hands of select if one hand becomes zero. Part 2 ...
Roman Lebedev
2020-01-04
3
-22
/
+43
*
[NFC][InstCombine] 'subtract from one hands of select' pattern tests (PR44426)
Roman Lebedev
2020-01-04
2
-11
/
+78
*
[InstCombine] Sink sub into hands of select if one hand becomes zero (PR44426)
Roman Lebedev
2020-01-04
3
-22
/
+43
*
[NFC][InstCombine] 'subtract of one hands of select' pattern tests (PR44426)
Roman Lebedev
2020-01-04
1
-0
/
+89
*
[Transforms][GlobalSRA] huge array causes long compilation time and huge memo...
Alexey Lapshin
2020-01-04
2
-65
/
+138
*
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...
Simon Pilgrim
2020-01-04
12
-150
/
+151
*
[LLD] [COFF] Don't error out on duplicate absolute symbols with the same value
Martin Storsjö
2020-01-04
4
-3
/
+31
[next]