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
/
MipsMCInstLower.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow negative offsets in MipsMCInstLower::LowerOperand
Alex Richardson
2019-12-04
1
-5
/
+3
*
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
-0
/
+2
*
[Mips] Supplement long branch pseudo instructions
Stefan Maksimovic
2018-11-05
1
-0
/
+4
*
[mips] Extend LONG_BRANCH_LUi/ADDiu with extra parameter
Aleksandar Beserminji
2018-06-12
1
-18
/
+63
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-7
/
+6
*
[mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.
Daniel Sanders
2016-05-03
1
-57
/
+98
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-0
/
+6
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-7
/
+7
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-5
/
+5
*
Remove MCStreamer.h include from MCContext.h and explictly include it where n...
Pete Cooper
2015-03-04
1
-0
/
+1
*
[mips] Optimize long branch for MIPS64 by removing %higher and %highest.
Sasa Stankovic
2014-05-27
1
-15
/
+8
*
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
Sasa Stankovic
2014-04-30
1
-0
/
+75
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
The asm printer has a mangler. Use it.
Rafael Espindola
2013-10-29
1
-3
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
[mips] Generate big GOT code.
Akira Hatanaka
2012-11-21
1
-0
/
+4
*
There are some Mips instructions that are lowered by the
Jack Carter
2012-09-06
1
-68
/
+0
*
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-31
1
-19
/
+23
*
The instruction DEXT may be transformed into DEXTU or DEXTM depending
Jack Carter
2012-08-28
1
-0
/
+35
*
Add HIGHER and HIGHEST relocations to Mips backend.
Akira Hatanaka
2012-07-21
1
-0
/
+2
*
Doubleword Shift Left Logical Plus 32
Jack Carter
2012-07-16
1
-0
/
+29
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
1
-7
/
+7
*
Remove code in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-14
1
-20
/
+2
*
Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-02
1
-112
/
+0
*
In MipsMCInstLower::LowerSymbolOperand, get offset from symbol if
Akira Hatanaka
2012-06-02
1
-2
/
+4
*
Remove the code that expands MIPS' .cpload directive.
Akira Hatanaka
2012-05-25
1
-23
/
+0
*
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-25
1
-27
/
+0
*
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-12
1
-10
/
+5
*
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
1
-63
/
+57
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
remove blanks, and some code format
Jia Liu
2012-02-28
1
-9
/
+9
*
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-24
1
-0
/
+26
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
1
-1
/
+1
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
1
-1
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-5
/
+3
*
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+2
*
Cleanup Mips code and rename some variables. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-30
1
-73
/
+73
*
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-19
1
-20
/
+20
*
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-14
1
-0
/
+3
*
Expand .cprestore directive to multiple instructions if the offset does not fit
Akira Hatanaka
2011-12-13
1
-6
/
+27
*
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-07
1
-0
/
+1
*
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
1
-32
/
+146
*
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-11
1
-0
/
+1
*
Properly handle Mips MC relocations and lower cpload and cprestore macros to ...
Bruno Cardoso Lopes
2011-11-08
1
-20
/
+77
*
Add enums and functions for symbols Mips64 uses.
Akira Hatanaka
2011-09-22
1
-0
/
+5
*
Drop support for Mips1 and Mips2.
Akira Hatanaka
2011-09-09
1
-44
/
+0
*
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-08-16
1
-0
/
+44
*
Define function MipsMCInstLower::LowerOperand.
Akira Hatanaka
2011-08-16
1
-25
/
+28
[next]