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
/
Target
/
Mips
/
MipsISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mips] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1
/
+1
*
[TargetLowering] Change getOptimalMemOpType to take a function attribute list
Sjoerd Meijer
2019-04-30
1
-5
/
+4
*
[MIPS] Use custom bitcast lowering to avoid excessive instructions
Simon Atanasyan
2019-04-25
1
-2
/
+3
*
[TargetLowering] Rename preferShiftsToClearExtremeBits and shouldFoldShiftPai...
Simon Pilgrim
2019-04-16
1
-2
/
+2
*
Mips: Fix typo in assert message
Matt Arsenault
2019-03-21
1
-1
/
+1
*
Mips: Don't create copy of nothing
Matt Arsenault
2019-03-21
1
-2
/
+0
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
1
-1
/
+2
*
[mips] Replace assertion by error message while lowering `RETURNADDR` and `FR...
Simon Atanasyan
2019-03-06
1
-4
/
+10
*
[MIPS MSA] Avoid some DAG combines for vector shifts
Petar Avramovic
2019-02-20
1
-0
/
+7
*
[mips] Support for +abs2008 attribute
Aleksandar Beserminji
2019-01-28
1
-0
/
+71
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25
Vladimir Stefanovic
2019-01-17
1
-1
/
+52
*
[mips] Optimize shifts for types larger than GPR size (mips2/mips3)
Aleksandar Beserminji
2019-01-14
1
-0
/
+88
*
[MIPS] Fix illegal type assert in single-float mode
Simon Atanasyan
2018-09-11
1
-3
/
+8
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-2
/
+4
*
[mips] Sign extend i32 return values on MIPS64
Stefan Maksimovic
2018-07-26
1
-0
/
+7
*
[mips] Fix local dynamic TLS with Sym64
Simon Atanasyan
2018-07-24
1
-2
/
+3
*
[mips] Fix atomic operations at O0, v3
Aleksandar Beserminji
2018-07-05
1
-329
/
+276
*
[mips] Modify comment to test new email address (NFC).
Simon Dardis
2018-06-21
1
-1
/
+1
*
[Mips] Remove uneeded variants of ADDC/ADDE lowering
Amaury Sechet
2018-06-05
1
-5
/
+0
*
Set ADDE/ADDC/SUBE/SUBC to expand by default
Amaury Sechet
2018-06-01
1
-10
/
+3
*
DAG: Remove redundant version of getRegisterTypeForCallingConv
Matt Arsenault
2018-05-29
1
-6
/
+0
*
[mips] Add microMIPSR6 ll/sc instructions.
Simon Dardis
2018-05-20
1
-8
/
+8
*
[mips] Fix how compiler fuse instructions to fmadd/fmsub
Aleksandar Beserminji
2018-04-27
1
-0
/
+1
*
[MIPS GlobalISel] Select add i32, i32
Petar Jovanovic
2018-04-11
1
-0
/
+7
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[mips] Don't create nested CALLSEQ_START..CALLSEQ_END nodes.
Simon Dardis
2018-03-13
1
-8
/
+43
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-1
/
+1
*
[mips] Generate memory dependencies for byVal arguments
Stefan Maksimovic
2018-02-22
1
-1
/
+6
*
[MIPS][MSA] Convert vector integer min/max opcodes to use generic implementation
Simon Pilgrim
2018-02-17
1
-4
/
+0
*
[mips] Fix 'l' constraint handling for types smaller than 32 bits
Simon Atanasyan
2018-02-12
1
-1
/
+1
*
[mips] Revert rL324869
Simon Atanasyan
2018-02-12
1
-1
/
+1
*
[mips] Fix 'l' constraint handling for types smaller than 32 bits
Simon Atanasyan
2018-02-12
1
-1
/
+1
*
Revert accidental changes that snuck in r324584
Stefan Maksimovic
2018-02-08
1
-5
/
+0
*
[mips] Define certain instructions in microMIPS32r3
Stefan Maksimovic
2018-02-08
1
-0
/
+5
*
[mips] Fix incorrect sign extension for fpowi libcall
Simon Dardis
2018-01-30
1
-3
/
+2
*
[mips] Provide correct descriptions of asm constraints in the comments. NFC
Simon Atanasyan
2017-12-29
1
-2
/
+4
*
[mips] Replace assert by an error message
Simon Atanasyan
2017-12-29
1
-2
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-5
/
+5
*
[mips] Removal of microMIPS64R6
Aleksandar Beserminji
2017-12-11
1
-5
/
+0
*
Use getStoreSize() in various places instead of 'BitSize >> 3'.
Jonas Paulsson
2017-11-28
1
-2
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-3
/
+3
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
Revert "[mips] Reordering callseq* nodes to be linear"
Aleksandar Beserminji
2017-10-20
1
-20
/
+19
*
Remove unused variables
Vitaly Buka
2017-10-15
1
-1
/
+0
*
[mips] Reordering callseq* nodes to be linear
Aleksandar Beserminji
2017-09-29
1
-19
/
+20
*
Revert "[mips] Reordering callseq* nodes to be linear"
Aleksandar Beserminji
2017-09-29
1
-20
/
+19
[next]