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
/
test
/
CodeGen
/
X86
/
GlobalISel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
2
-2
/
+2
*
[GlobalISel]: Allow targets to override how to widen constants during legaliz...
Aditya Nandakumar
2019-12-03
4
-5
/
+5
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
10
-48
/
+48
*
[GlobalISel][AArch64][AMDGPU][X86] Teach LegalizationArtifactCombiner to comb...
Craig Topper
2019-10-24
9
-69
/
+42
*
[Test] Fix inconsistency in alignment in test case
Philip Reames
2019-10-03
1
-7
/
+7
*
Add an operand to memory intrinsics to denote the "tail" marker.
Amara Emerson
2019-09-28
1
-9
/
+9
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
126
-659
/
+659
*
[GlobalISel] Import patterns containing SUBREG_TO_REG
Jessica Paquette
2019-08-28
3
-5
/
+11
*
Recommit "[GlobalISel] Import patterns containing INSERT_SUBREG"
Jessica Paquette
2019-08-27
4
-17
/
+24
*
Revert "[GlobalISel] Import patterns containing INSERT_SUBREG"
Jessica Paquette
2019-08-27
4
-24
/
+17
*
[GlobalISel] Import patterns containing INSERT_SUBREG
Jessica Paquette
2019-08-26
4
-17
/
+24
*
GlobalISel: Don't create G_UADDE with constant false carry in
Matt Arsenault
2019-08-22
2
-8
/
+10
*
[globalisel] Add G_SEXT_INREG
Daniel Sanders
2019-08-09
2
-5
/
+5
*
[GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs an...
Amara Emerson
2019-07-19
1
-54
/
+9
*
[AArch64][GlobalISel] Make s8 and s16 G_CONSTANTs legal.
Amara Emerson
2019-06-21
1
-6
/
+4
*
[X86] Introduce new MOVSSrm/MOVSDrm opcodes that use VR128 register class.
Craig Topper
2019-06-18
1
-20
/
+20
*
Describe stack-id as an enum
Sander de Smalen
2019-06-17
12
-43
/
+43
*
[X86FixupLEAs] Turn optIncDec into a generic two address LEA optimizer. Suppo...
Craig Topper
2019-05-25
4
-15
/
+15
*
[GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...
Amara Emerson
2019-04-15
5
-87
/
+88
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
2
-7
/
+7
*
[X86] Merge the different SETcc instructions for each condition code into sin...
Craig Topper
2019-04-05
3
-98
/
+98
*
[X86][GlobalISEL] Support lowering aligned unordered atomics
Philip Reames
2019-03-15
1
-0
/
+952
*
[GlobalISel][Utils] Add a getConstantVRegVal variant that looks through instrs
Quentin Colombet
2019-03-14
3
-21
/
+11
*
[X86] Regenerate legalize test files
Simon Pilgrim
2019-03-01
2
-84
/
+151
*
GlobalISel: Consolidate load/store legalization
Matt Arsenault
2019-02-05
1
-1
/
+1
*
GlobalISel: Enforce operand types for constants
Matt Arsenault
2019-02-04
3
-18
/
+18
*
GlobalISel: Fix creating MMOs with align 0
Matt Arsenault
2019-01-31
1
-73
/
+73
*
MIR: Reject non-power-of-4 alignments in MMO parsing
Matt Arsenault
2019-01-30
10
-104
/
+104
*
GlobalISel: Verify memory size for load/store
Matt Arsenault
2019-01-30
6
-148
/
+210
*
[AArch64][GlobalISel] Add some missing vector support for FP arithmetic ops.
Amara Emerson
2019-01-28
1
-0
/
+48
*
[GISel]: Change how CSE is enabled by default for each pass
Aditya Nandakumar
2019-01-24
12
-17
/
+17
*
GlobalISel: Allow shift amount to be a different type
Matt Arsenault
2019-01-22
11
-199
/
+131
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
2
-2
/
+2
*
[x86] allow 8-bit adds to be promoted by convertToThreeAddress() to form LEA
Sanjay Patel
2018-12-12
3
-6
/
+8
*
[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes.
Amara Emerson
2018-12-10
5
-31
/
+31
*
[x86] don't try to convert add with undef operands to LEA
Sanjay Patel
2018-12-09
1
-3
/
+32
*
Revert r345165 "[X86] Bring back the MOV64r0 pseudo instruction"
Craig Topper
2018-10-31
1
-1
/
+1
*
[X86] Bring back the MOV64r0 pseudo instruction
Craig Topper
2018-10-24
1
-1
/
+1
*
[GlobalISel] Fix the artifact combiner to fold G_IMPLICIT_DEF properly
Volkan Keles
2018-10-10
2
-30
/
+30
*
[GlobalIsel][X86] Support G_UDIV/G_UREM/G_SREM
Alexander Ivchenko
2018-10-08
13
-0
/
+2985
*
[GISel]: Remove an incorrect assert in CallLowering
Aditya Nandakumar
2018-09-28
1
-0
/
+13
*
Fix line-endings. NFCI.
Simon Pilgrim
2018-09-20
19
-1082
/
+1082
*
[X86] Handle COPYs of physregs better (regalloc hints)
Simon Pilgrim
2018-09-19
19
-1034
/
+1082
*
Copy utilities updated and added for MI flags
Michael Berg
2018-09-19
1
-0
/
+228
*
Revert r342457 "Fixes removal of dead elements from PressureDiff (PR37252)."
Hans Wennborg
2018-09-18
1
-2
/
+2
*
Fixes removal of dead elements from PressureDiff (PR37252).
Yury Gribov
2018-09-18
1
-2
/
+2
*
[GlobalISel][X86] Add the support for G_FPTRUNC
Alexander Ivchenko
2018-08-31
4
-0
/
+137
*
[GlobalISel][X86_64] Support for G_FPTOSI
Alexander Ivchenko
2018-08-31
3
-0
/
+892
*
[GlobalIsel][X86] Support for llvm.trap intrinsic
Alexander Ivchenko
2018-08-31
1
-0
/
+28
*
[GlobalIsel][X86] Support for G_FCMP
Alexander Ivchenko
2018-08-31
3
-0
/
+3800
[next]