index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsMCInstLower.cpp
Age
Commit message (
Expand
)
Author
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-21
[mips] Generate big GOT code.
Akira Hatanaka
2012-09-06
There are some Mips instructions that are lowered by the
Jack Carter
2012-08-31
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-28
The instruction DEXT may be transformed into DEXTU or DEXTM depending
Jack Carter
2012-07-21
Add HIGHER and HIGHEST relocations to Mips backend.
Akira Hatanaka
2012-07-16
Doubleword Shift Left Logical Plus 32
Jack Carter
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
Remove code in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-02
Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-02
In MipsMCInstLower::LowerSymbolOperand, get offset from symbol if
Akira Hatanaka
2012-05-25
Remove the code that expands MIPS' .cpload directive.
Akira Hatanaka
2012-05-25
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-12
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-03-28
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-18
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2011-12-30
Cleanup Mips code and rename some variables. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-19
Tidy up. Simplify logic. No functional change intended.
Akira Hatanaka
2011-12-14
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-13
Expand .cprestore directive to multiple instructions if the offset does not fit
Akira Hatanaka
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-11-23
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-11-08
Properly handle Mips MC relocations and lower cpload and cprestore macros to ...
Bruno Cardoso Lopes
2011-09-22
Add enums and functions for symbols Mips64 uses.
Akira Hatanaka
2011-09-09
Drop support for Mips1 and Mips2.
Akira Hatanaka
2011-08-16
Fix handling of double precision loads and stores when Mips1 is targeted.
Akira Hatanaka
2011-08-16
Define function MipsMCInstLower::LowerOperand.
Akira Hatanaka
2011-08-16
Add parameter Offset to MipsMCInstLower::LowerSymbolOperand.
Akira Hatanaka
2011-07-08
Raise assertion when MachineOperand has unexpected target flag.
Akira Hatanaka
2011-07-08
Make sure variable Kind is assigned a value to suppress warning.
Akira Hatanaka
2011-07-07
Define class MipsMCInstLower.
Akira Hatanaka