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 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
*
[mips] Reordering callseq* nodes to be linear
Aleksandar Beserminji
2017-09-29
1
-19
/
+20
*
[DAGCombiner] fold assertzexts separated by trunc
Sanjay Patel
2017-09-18
1
-33
/
+0
*
[mips] Lift the assertion on the types that can be used with MipsGPRel
Simon Dardis
2017-08-11
1
-2
/
+2
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-15
/
+47
*
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. ...
Peter Collingbourne
2017-07-26
1
-1
/
+1
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-1
/
+1
*
Reland r308585
Stefan Maksimovic
2017-07-20
1
-29
/
+2
*
[mips] Support `long_call/far/near` attributes passed by front-end
Simon Atanasyan
2017-07-20
1
-9
/
+24
*
Revert r308585
Stefan Maksimovic
2017-07-20
1
-2
/
+29
*
[mips] Fix fp select machine verifier errors
Stefan Maksimovic
2017-07-20
1
-29
/
+2
*
[mips] Handle the `long-calls` feature flags in the MIPS backend
Simon Atanasyan
2017-07-15
1
-0
/
+14
*
Reland "[mips] Fix multiprecision arithmetic."
Simon Dardis
2017-07-13
1
-2
/
+130
*
Revert "[mips] Fix multiprecision arithmetic."
Simon Dardis
2017-06-29
1
-133
/
+2
*
[MIPS] Fix for selecting of DINS/INS instruction
Strahinja Petrovic
2017-06-21
1
-0
/
+5
*
[mips] Fix multiprecision arithmetic.
Simon Dardis
2017-06-14
1
-2
/
+133
*
Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-06-09
1
-2
/
+72
*
[mips] do not use FastISel when -mxgot is present
Petar Jovanovic
2017-06-07
1
-2
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
1
-1
/
+0
*
[Mips] Placate GCC's -Wmisleading-indentation. NFCI.
Davide Italiano
2017-05-26
1
-17
/
+17
*
[MIPS] Add support to match more patterns for DINS instruction
Strahinja Petrovic
2017-05-22
1
-25
/
+62
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+1
*
Revert "[MIPS] Add support to match more patterns for DINS instruction"
Simon Dardis
2017-05-09
1
-59
/
+25
*
[MIPS] Add support to match more patterns for DINS instruction
Strahinja Petrovic
2017-05-09
1
-25
/
+59
[next]