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
*
Add a quick hack so clang does not use mul type instructions on mips.
meklort-10.0.0
Evan Lojewski
2020-03-29
1
-15
/
+36
*
[MIPS] Don't emit R_(MICRO)MIPS_JALR relocations against data symbols
Alex Richardson
2020-01-13
1
-0
/
+9
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
1
-1
/
+1
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-2
/
+4
*
[Mips] Add support for min/max/umin/umax atomics
Mirko Brkusanin
2019-12-12
1
-19
/
+135
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
1
-1
/
+2
*
[mips] Reduce number of nested `if` statements. NFC
Simon Atanasyan
2019-11-13
1
-8
/
+5
*
[mips] Fix `getRegForInlineAsmConstraint` to do not crash on empty Constraint
Simon Atanasyan
2019-11-06
1
-4
/
+6
*
[mips] Split long lines in the code. NFC
Simon Atanasyan
2019-11-03
1
-10
/
+15
*
TLI: Remove DAG argument from getRegisterByName
Matt Arsenault
2019-10-01
1
-6
/
+6
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-5
/
+4
*
[MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopy
Petar Avramovic
2019-09-23
1
-1
/
+1
*
[mips] Pass "xgot" flag as a subtarget feature
Simon Atanasyan
2019-09-18
1
-9
/
+6
*
[SVE][MVT] Fixed-length vector MVT ranges
Graham Hunter
2019-09-17
1
-1
/
+1
*
[Alignment] Use Align for TargetLowering::MinStackArgumentAlignment
Guillaume Chatelet
2019-09-10
1
-9
/
+10
*
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+2
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-1
/
+1
*
[mips] clang-format the code. NFC
Simon Atanasyan
2019-08-26
1
-3
/
+3
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-53
/
+53
*
[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
[next]