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
...
*
[InstCombine] Add range metadata to cttz/ctlz/ctpop intrinsic calls based on ...
Craig Topper
2017-06-21
1
-0
/
+46
*
[InstCombine] Don't let folding (select (icmp eq (and X, C1), 0), Y, (or Y, C...
Craig Topper
2017-06-21
1
-4
/
+16
*
[Reassociate] Support xor reassociating for splat vectors
Craig Topper
2017-06-21
1
-24
/
+22
*
[AMDGPU][MC][GFX9] Corrected VOP3P relevant code to fix disassembler failures
Dmitry Preobrazhensky
2017-06-21
4
-11
/
+6
*
[DAG] Move BaseIndexOffset into separate Libarary. NFC.
Nirav Dave
2017-06-21
3
-114
/
+97
*
[DAG] Remove Node csonstruction from BaseIndexOffset match. NFCI.
Nirav Dave
2017-06-21
1
-52
/
+69
*
[AMDGPU][MC] Corrected V_*QSAD* instructions to check that dest register is d...
Dmitry Preobrazhensky
2017-06-21
3
-5
/
+84
*
[x86] fix formatting; NFC
Sanjay Patel
2017-06-21
1
-15
/
+13
*
[AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics.
Christof Douma
2017-06-21
4
-5
/
+114
*
[Support] Add RetryAfterSignal helper function
Pavel Labath
2017-06-21
3
-25
/
+12
*
[AArch64] Add early exit to promoteLoadFromStore.
Florian Hahn
2017-06-21
1
-1
/
+4
*
[MIPS] Fix for selecting of DINS/INS instruction
Strahinja Petrovic
2017-06-21
1
-0
/
+5
*
Use range-loop in machine-scheduler. NFCI.
Javed Absar
2017-06-21
1
-94
/
+72
*
[AMDGPU] SDWA: merge VI and GFX9 pseudo instructions
Sam Kolton
2017-06-21
15
-281
/
+323
*
[AArch64] Preserve register flags when promoting a load from store.
Florian Hahn
2017-06-21
1
-3
/
+4
*
[DAGCombiner] Add another combine from build vector to shuffle
Guy Blank
2017-06-21
1
-0
/
+5
*
[SCEV] Make MulOpsInlineThreshold lower to avoid excessive compilation time
Max Kazantsev
2017-06-21
1
-1
/
+1
*
[XRay] Reduce synthetic references emitted by XRay
Dean Michael Berris
2017-06-21
1
-8
/
+6
*
[ImplicitNullChecks] Uphold an invariant in areMemoryOpsAliased
Serguei Katkov
2017-06-21
1
-24
/
+15
*
[NewGVN] Fix a bug that made the store verifier less effective.
Davide Italiano
2017-06-20
1
-6
/
+4
*
clang-format a region.
Rafael Espindola
2017-06-20
1
-20
/
+19
*
[codeview] YAMLize all section offsets and indices in symbol records
Reid Kleckner
2017-06-20
1
-24
/
+22
*
Fix a crash in DwarfDebug::validThroughout.
Adrian Prantl
2017-06-20
1
-3
/
+5
*
[Statepoint] Add helper functions for GCRelocate and GCResult
Anna Thomas
2017-06-20
1
-0
/
+12
*
Support: chunk writing on Linux
Saleem Abdulrasool
2017-06-20
2
-1
/
+16
*
AMDGPU: Allow vectorization of packed types
Matt Arsenault
2017-06-20
2
-8
/
+20
*
[codeview] Fully initialize DataSym when mapping from YAML
Reid Kleckner
2017-06-20
1
-0
/
+2
*
[AMDGPU] Fix illegal shrink of V_SUBB_U32 and V_ADDC_U32
Stanislav Mekhanoshin
2017-06-20
1
-0
/
+2
*
AMDGPU: Start adding global_* instructions
Matt Arsenault
2017-06-20
6
-6
/
+106
*
[GISel]: Add G_FMA opcode for fused multiply adds
Aditya Nandakumar
2017-06-20
1
-0
/
+7
*
AMDGPU: Do operand folding in program order
Matt Arsenault
2017-06-20
1
-5
/
+3
*
[PDB] Don't write uninitialized bytes to a PDB file.
Zachary Turner
2017-06-20
2
-0
/
+3
*
RegisterScavenging: Followup to r305625
Matthias Braun
2017-06-20
1
-41
/
+38
*
AMDGPU: Preserve undef when folding register operands
Matt Arsenault
2017-06-20
1
-0
/
+2
*
[AMDGPU] Eliminate SGPR to VGPR copy when possible
Stanislav Mekhanoshin
2017-06-20
1
-0
/
+30
*
AMDGPU: Fix crash with undef vreg input operand
Matt Arsenault
2017-06-20
1
-1
/
+1
*
[PowerPC] fix trivial typos in comment, NFC
Hiroshi Inoue
2017-06-20
1
-1
/
+1
*
[GSoC] Flag value completion for clang
Yuka Takahashi
2017-06-20
3
-6
/
+39
*
[x86] enable CGP memcmp() expansion for 2/4/8 byte sizes
Sanjay Patel
2017-06-20
3
-1
/
+13
*
[X86][SSE] Relax 0/-1 vector element insertion to work for any vector with >=...
Simon Pilgrim
2017-06-20
1
-1
/
+2
*
DAG: correctly legalize UMULO.
Tim Northover
2017-06-20
1
-11
/
+18
*
[InstCombine] fix code/test comments for r305792; NFC
Sanjay Patel
2017-06-20
1
-1
/
+1
*
[InstCombine] try to canonicalize xor-of-icmps to and-of-icmps
Sanjay Patel
2017-06-20
1
-0
/
+24
*
[globalisel][tablegen] Add support for COPY_TO_REGCLASS.
Daniel Sanders
2017-06-20
2
-10
/
+30
*
[X86][SSE] Dropped old INSERT_VECTOR_ELT lowering TODO
Simon Pilgrim
2017-06-20
1
-2
/
+0
*
[GlobalISel][X86] fix compilation error ( -Werror=unused-function )
Igor Breger
2017-06-20
1
-2
/
+2
*
[SelectionDAG] Fix an use-after-free issue introduced in r305775.
Haojian Wu
2017-06-20
1
-2
/
+2
*
[GlobalISel][X86] Get correct RegClass for given RegBank.
Igor Breger
2017-06-20
1
-17
/
+26
*
[GlobalISel] combine not symmetric merge/unmerge nodes.
Igor Breger
2017-06-20
1
-13
/
+58
*
[SCEV][NFC] Fix a misleading description of AddOpsInlineThreshold
Max Kazantsev
2017-06-20
1
-1
/
+1
[prev]
[next]