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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen][ExpandMemcmp] Allow memcmp to expand to vector loads (2).
Clement Courbet
2017-10-30
7
-38
/
+74
*
[Hexagon] Allow the RDF optimizations to be run in .mir testcases
Krzysztof Parzyszek
2017-10-30
2
-5
/
+7
*
[GlobalISel|ARM] : Allow legalizing G_FSUB
Javed Absar
2017-10-30
3
-8
/
+13
*
Invalid used of 'w' suffix on push and pop using 64-bit register.
Andrew V. Tischenko
2017-10-30
1
-1
/
+3
*
Revert "[X86][AVX512] Adding a pattern for broadcastm intrinsic."
Jina Nahias
2017-10-30
1
-64
/
+0
*
Recommit r315288: [SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-30
1
-7
/
+95
*
[X86][AVX512] Adding a pattern for broadcastm intrinsic.
Jina Nahias
2017-10-30
1
-0
/
+64
*
[IRCE][NFC] Store Length as SCEV in RangeCheck instead of Value
Max Kazantsev
2017-10-30
1
-6
/
+6
*
Revert r316887 to fix buildbot failures.
Florian Hahn
2017-10-30
1
-93
/
+7
*
Recommit r315288: [SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-30
1
-7
/
+93
*
[GVN][NFC] Mark instruction for deletion instead of immediate erasing in LoadPRE
Max Kazantsev
2017-10-30
1
-2
/
+1
*
[X86] Rearrange code in X86InstrInfo.cpp to put all the foldMemoryOperandImpl...
Craig Topper
2017-10-30
1
-270
/
+270
*
[X86] Simplify code by removing an unnecessary temporary variable. NFC
Craig Topper
2017-10-30
1
-2
/
+1
*
[X86] Move some EVEX->VEX code to a helper function to prepare for a future p...
Craig Topper
2017-10-30
1
-24
/
+33
*
[SelectionDAG] Add SEXT/AND/XOR/Or demanded elts support to ComputeNumSignBits
Simon Pilgrim
2017-10-29
1
-7
/
+11
*
[(new) Pass Manager] instantiate SimplifyCFG with the same options as the old PM
Sanjay Patel
2017-10-29
1
-2
/
+7
*
[SelectionDAG] Add SRA/SHL demanded elts support to ComputeNumSignBits
Simon Pilgrim
2017-10-29
1
-3
/
+29
*
[X86] Remove combine that turns X86ISD::LSUB into X86ISD::LADD. Update patter...
Craig Topper
2017-10-29
2
-29
/
+8
*
[X86] Fix typo in comment. NFC
Craig Topper
2017-10-29
1
-1
/
+1
*
[X86] Use the extended vector register classes in fast isel with AVX512F/VL.
Craig Topper
2017-10-29
1
-10
/
+10
*
[X86] Add AVX512 support to X86FastISel::X86SelectFPExt and X86FastISel::X86S...
Craig Topper
2017-10-29
1
-4
/
+12
*
[X86] Add AVX512 support to X86FastISel::X86MaterializeFP
Craig Topper
2017-10-29
1
-2
/
+6
*
[X86] Remove invalid code from LowerVSELECT.
Craig Topper
2017-10-28
1
-4
/
+0
*
[SelectionDAG] Add support for INSERT_SUBVECTOR to computeKnownBits
Simon Pilgrim
2017-10-28
1
-0
/
+34
*
[X86][SSE] Combine 128-bit target shuffles to PACKSS/PACKUS.
Simon Pilgrim
2017-10-28
1
-0
/
+10
*
[X86][SSE] Split off matchVectorShuffleWithPACK. NFCI.
Simon Pilgrim
2017-10-28
1
-16
/
+41
*
[X86] Fix a mistake in the X86ISelDAGToDAG.cpp code for MUL8r/IMUL8r.
Craig Topper
2017-10-28
1
-1
/
+1
*
[X86] Replace some default cases in X86SelectShift with llvm_unreachable.
Craig Topper
2017-10-28
1
-3
/
+3
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
6
-83
/
+74
*
[X86][SSE] Rename truncateVectorCompareWithPACKSS to truncateVectorWithPACKSS...
Simon Pilgrim
2017-10-28
1
-12
/
+11
*
[SelectionDAG] Support 'bit preserving' floating points bitcasts on computeKn...
Simon Pilgrim
2017-10-28
1
-7
/
+15
*
[X86] Remove unneeded MVT::i1 related code from fast isel.
Craig Topper
2017-10-28
1
-10
/
+0
*
[ConstantFold] Fix a crash when folding a GEP that has vector index
Haicheng Wu
2017-10-28
1
-0
/
+3
*
[PartialInlineLibCalls] Teach PartialInlineLibCalls to honor nobuiltin, prope...
Craig Topper
2017-10-28
1
-6
/
+5
*
AMDGPU/GlobalISel: Mark 32-bit G_FADD as legal
Tom Stellard
2017-10-27
1
-0
/
+2
*
[support] remove tautological comparison in Support/Windows/Path.inc
Bob Haarman
2017-10-27
1
-4
/
+0
*
Revert "Add support for writing 64-bit symbol tables for archives when offset...
Jake Ehrlich
2017-10-27
1
-55
/
+9
*
Add support for writing 64-bit symbol tables for archives when offsets become...
Jake Ehrlich
2017-10-27
1
-9
/
+55
*
[Hexagon] Adjust patterns to reflect instruction selection preferences
Krzysztof Parzyszek
2017-10-27
1
-7
/
+30
*
Add a few missing headers for modularization/IWYU/etc
David Blaikie
2017-10-27
4
-1
/
+5
*
[DAGCombine] Don't combine sext with extload if sextload is not supported and...
Guozhi Wei
2017-10-27
1
-1
/
+5
*
Make 32-bit member offset in Archive::Symbol::getMember 64-bit
Jake Ehrlich
2017-10-27
1
-1
/
+1
*
Handle undefined weak hidden symbols on all architectures.
Rafael Espindola
2017-10-27
2
-20
/
+12
*
Force #define GTEST_LANG_CXX11.
Zachary Turner
2017-10-27
1
-0
/
+3
*
[X86] Remove fast-isel code for handling i8 shifts. This is handled by auto g...
Craig Topper
2017-10-27
1
-14
/
+7
*
Improve clamp recognition in ValueTracking.
Artur Gainullin
2017-10-27
1
-12
/
+26
*
[X86] Teach fastisel to use VLX VMOVNTDQA for v4f64 and 256-bit integers when...
Craig Topper
2017-10-27
1
-2
/
+2
*
Fix llvm-special-case-list-fuzzer regexp exception
Vlad Tsyrklevich
2017-10-27
1
-2
/
+2
*
[Hexagon] Fix an incorrect assertion in HexagonConstExtenders.cpp
Krzysztof Parzyszek
2017-10-27
1
-1
/
+1
*
ELF: Add support for emitting dynamic relocations in the Android relocation p...
Peter Collingbourne
2017-10-27
1
-0
/
+2
[next]