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
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
18
-151
/
+312
*
[ThinLTO] Thin link efficiency: More efficient export list computation
Teresa Johnson
2016-12-16
1
-32
/
+21
*
Add extra headers that got deleted by my revert in r289916 but for which
Chandler Carruth
2016-12-16
1
-1
/
+2
*
Revert patch series introducing the DAG combine to match a load-by-bytes
Chandler Carruth
2016-12-16
1
-283
/
+0
*
[SimplifyLibCalls] Use a lambda. NFCI.
Davide Italiano
2016-12-16
1
-6
/
+6
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-16
6
-151
/
+235
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
18
-313
/
+151
*
Add missing library dep.
Peter Collingbourne
2016-12-16
1
-1
/
+1
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
18
-151
/
+313
*
IPO: Introduce ThinLTOBitcodeWriter pass.
Peter Collingbourne
2016-12-16
2
-0
/
+345
*
[AArch64] Add FeatureSlowMisaligned128Store to Exynos M1 and M2
Evandro Menezes
2016-12-16
1
-0
/
+2
*
[ThinLTO] Thin link efficiency improvement: don't re-export globals (NFC)
Teresa Johnson
2016-12-15
1
-9
/
+13
*
[SimplifyLibCalls] Lower fls() to llvm.ctlz().
Davide Italiano
2016-12-15
2
-3
/
+19
*
DebugInfo: Address non-deterministic output (iterating a SmallPtrSet) in 289697
David Blaikie
2016-12-15
3
-9
/
+5
*
[IRTranslator] Merge the entry and ABI lowering blocks.
Quentin Colombet
2016-12-15
1
-0
/
+26
*
DebugInfo: Emit ranges for functions with DISubprograms but lacking locations...
David Blaikie
2016-12-15
3
-29
/
+20
*
[SimplifyLibCalls] Remove redundant folding logic for ffs().
Davide Italiano
2016-12-15
1
-13
/
+3
*
Don't combine splats with other shuffles.
Eli Friedman
2016-12-15
1
-0
/
+5
*
Fix R_AARCH64_MOVW_UABS_G3 relocation
Yichao Yu
2016-12-15
1
-23
/
+49
*
AMDGPU: Select branch on undef to uniform scc branch
Matt Arsenault
2016-12-15
3
-0
/
+21
*
[ThinLTO] Revert part of r289843 that belonged to another patch.
Teresa Johnson
2016-12-15
1
-13
/
+9
*
Don't combine a shuffle of two BUILD_VECTORs with duplicate elements.
Eli Friedman
2016-12-15
1
-10
/
+23
*
[Verifier] Allow TBAA metadata on atomicrmw and atomiccmpxchg
Sanjoy Das
2016-12-15
1
-1
/
+2
*
[ThinLTO] Remove stale comment (NFC)
Teresa Johnson
2016-12-15
1
-2
/
+1
*
AMDGPU: Fix asserting on returned tail calls
Matt Arsenault
2016-12-15
1
-2
/
+4
*
[ThinLTO] Thin link efficiency: skip candidate added later with higher thresh...
Teresa Johnson
2016-12-15
1
-4
/
+13
*
AMDGPU: Assembler support for vintrp instructions
Matt Arsenault
2016-12-15
3
-6
/
+108
*
[LV] Enable vectorization of loops with conditional stores by default
Matthew Simpson
2016-12-15
1
-1
/
+1
*
[SimplifyCFG] Merge debug locations when hoisting an instruction from a then/...
Andrea Di Biagio
2016-12-15
1
-4
/
+4
*
[LiveRangeEdit] Change eliminateDeadDef assert to if condition.
Geoff Berry
2016-12-15
1
-4
/
+5
*
LibDriver: Allow resource files to be archive members.
Peter Collingbourne
2016-12-15
1
-2
/
+4
*
[InstCombine] add folds for icmp (smin X, Y), X
Sanjay Patel
2016-12-15
1
-0
/
+37
*
[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.
Ahmed Bougacha
2016-12-15
3
-3
/
+3
*
[x86] use a single shufps for 256-bit vectors when it can save instructions
Sanjay Patel
2016-12-15
1
-1
/
+13
*
[AArch64] Guard Misaligned 128-bit store penalty by subtarget feature
Matthew Simpson
2016-12-15
1
-1
/
+2
*
[AArch64][GlobalISel] Remove redundant RBI comments. NFC.
Ahmed Bougacha
2016-12-15
1
-20
/
+1
*
[ThinLTO] Ensure callees get hot threshold when first seen on cold path
Teresa Johnson
2016-12-15
1
-24
/
+28
*
[x86] use a single shufps when it can save instructions
Sanjay Patel
2016-12-15
1
-14
/
+19
*
[X86][SSE] Fix domains for scalar store instructions
Simon Pilgrim
2016-12-15
1
-0
/
+4
*
Revert "[SimplifyCFG] In sinkLastInstruction correctly set debugloc of common...
Robert Lougher
2016-12-15
1
-8
/
+1
*
[lanai] Simplify small section check in LowerGlobalAddress and treat ldata se...
Jacques Pienaar
2016-12-15
2
-3
/
+14
*
[X86][AVX512] Moved instruction domain lookups to the right table. NFCI.
Simon Pilgrim
2016-12-15
1
-4
/
+4
*
[SimplifyCFG] In sinkLastInstruction correctly set debugloc of "common" inst
Robert Lougher
2016-12-15
1
-1
/
+9
*
[X86][SSE] Fix domains for VZEXT_LOAD type instructions
Simon Pilgrim
2016-12-15
1
-0
/
+6
*
Fix for regression after Global Load Scalarization patch
Alexander Timofeev
2016-12-15
1
-1
/
+2
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
30
-220
/
+237
*
[CostModel][X86] Updated reverse shuffle costs
Simon Pilgrim
2016-12-15
1
-5
/
+95
*
[InstCombine] New opportunities for FoldAndOfICmp and FoldXorOfICmp
Ehsan Amiri
2016-12-15
2
-2
/
+98
*
[CostModel] Fix long standing bug with reverse shuffle mask detection
Simon Pilgrim
2016-12-15
1
-1
/
+1
*
[Power9] Allow AnyExt immediates for XXSPLTIB
Nemanja Ivanovic
2016-12-15
2
-7
/
+7
[next]