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
*
fix trivial typo, NFC
Hiroshi Inoue
2017-06-29
1
-1
/
+1
*
[DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI.
Nirav Dave
2017-06-29
2
-21
/
+35
*
Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue"
Daniel Jasper
2017-06-29
10
-585
/
+14
*
Fold fneg and fabs like multiplications
Stanislav Mekhanoshin
2017-06-28
1
-0
/
+46
*
Rangify loops, formatting changes, use bool instead of unsigned, NFC
Krzysztof Parzyszek
2017-06-28
1
-18
/
+16
*
Missed a check for UndefVI in r306466
Krzysztof Parzyszek
2017-06-28
1
-1
/
+1
*
[X86] Correct dwarf unwind information in function epilogue
Petar Jovanovic
2017-06-28
10
-14
/
+585
*
Revert "[DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI."
Nirav Dave
2017-06-28
2
-24
/
+27
*
Allow to truncate left shift with non-constant shift amount
Stanislav Mekhanoshin
2017-06-28
1
-10
/
+12
*
[DAG] Fold FrameIndex offset into BaseIndexOffset analysis. NFCI.
Nirav Dave
2017-06-28
2
-27
/
+24
*
[CGP] add specialization for memcmp expansion with only one basic block
Sanjay Patel
2017-06-27
1
-1
/
+41
*
GlobalISel: add some more sanity-checking to MachineInstrBuilder. NFC.
Tim Northover
2017-06-27
1
-1
/
+15
*
[GISel]: Add G_FEXP, G_FEXP2 opcodes
Aditya Nandakumar
2017-06-27
1
-0
/
+10
*
[CGP] eliminate a sub instruction in memcmp expansion
Sanjay Patel
2017-06-27
1
-5
/
+2
*
GlobalISel: verify that a COPY is trivial when created.
Tim Northover
2017-06-27
2
-5
/
+10
*
Create a PHI value when merging with a known undef live-in
Krzysztof Parzyszek
2017-06-27
1
-8
/
+19
*
[CGP] simplify code to get bswap in memcmp expansion; NFCI
Sanjay Patel
2017-06-27
1
-3
/
+1
*
RenameIndependentSubregs: Fix infinite loop
Matt Arsenault
2017-06-27
1
-1
/
+2
*
[CGP] add an IR builder to memcmp expansion class instead of recreating it; NFCI
Sanjay Patel
2017-06-27
1
-19
/
+6
*
LiveRangeCalc: Slightly improve map usage; NFC
Matthias Braun
2017-06-27
2
-9
/
+14
*
[SelectionDAG] set dereferenceable flag in MergeConsecutiveStores to fix asse...
Hiroshi Inoue
2017-06-27
1
-2
/
+12
*
fix trivial typos, NFC
Hiroshi Inoue
2017-06-27
2
-4
/
+4
*
ScheduleDAGInstrs: Fix fixupKills() adding too many kill flags.
Matthias Braun
2017-06-27
1
-1
/
+1
*
DAGCombine: Make sure we only eliminate trunc/extend when the scales of trunc...
Wolfgang Pieb
2017-06-26
1
-5
/
+9
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-26
6
-70
/
+136
*
RenameIndependentSubregs: Fix iterator problem
Matt Arsenault
2017-06-26
1
-0
/
+3
*
AArch64: legalize G_EXTRACT operations.
Tim Northover
2017-06-26
3
-3
/
+58
*
[IfConversion] Hoist removeBranch calls out of if/else clauses [NFC]
Mikael Holmen
2017-06-26
1
-4
/
+9
*
This reverts commit r306272.
Serguei Katkov
2017-06-26
1
-29
/
+0
*
[MBP] do not rotate loop if it creates extra branch
Serguei Katkov
2017-06-26
1
-0
/
+29
*
AVX-512: Fixed a crash during legalization of <3 x i8> type
Elena Demikhovsky
2017-06-25
1
-2
/
+1
*
[SelectionDAG] set dereferenceable flag when expanding memcpy/memmove
Hiroshi Inoue
2017-06-24
2
-8
/
+43
*
GlobalISel: remove G_SEQUENCE instruction.
Tim Northover
2017-06-23
2
-72
/
+1
*
GlobalISel: convert buildSequence to use non-deprecated instructions.
Tim Northover
2017-06-23
2
-10
/
+26
*
Restrict the definition of loop preheader to avoid EH blocks
Andrew Kaylor
2017-06-22
1
-0
/
+6
*
[DAG] Add Target Store Merge pass ordering function
Nirav Dave
2017-06-22
1
-1
/
+2
*
Mark dump() methods as const. NFC
Sam Clegg
2017-06-21
4
-8
/
+8
*
[CGP, memcmp] replace CreateZextOrTrunc with CreateZext because it can never ...
Sanjay Patel
2017-06-21
1
-5
/
+7
*
[CGP] fix variables to be unsigned in memcmp expansion
Sanjay Patel
2017-06-21
1
-12
/
+14
*
[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
*
Use range-loop in machine-scheduler. NFCI.
Javed Absar
2017-06-21
1
-94
/
+72
*
[DAGCombiner] Add another combine from build vector to shuffle
Guy Blank
2017-06-21
1
-0
/
+5
*
[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
*
Fix a crash in DwarfDebug::validThroughout.
Adrian Prantl
2017-06-20
1
-3
/
+5
*
[GISel]: Add G_FMA opcode for fused multiply adds
Aditya Nandakumar
2017-06-20
1
-0
/
+7
*
RegisterScavenging: Followup to r305625
Matthias Braun
2017-06-20
1
-41
/
+38
*
DAG: correctly legalize UMULO.
Tim Northover
2017-06-20
1
-11
/
+18
*
[globalisel][tablegen] Add support for COPY_TO_REGCLASS.
Daniel Sanders
2017-06-20
2
-10
/
+30
[next]