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
/
MCTargetDesc
Age
Commit message (
Expand
)
Author
2013-03-22
Fix the invalid opcode for Mips branch instructions in the assembler
Jack Carter
2013-02-20
Fix the (clang -Werror) build by removing an unused member variable.
David Blaikie
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-15
Remove a final dependency on the form field in tablegen; which is a remnant
Reed Kotler
2013-02-05
This patch that sets the Mips ELF header flag for
Jack Carter
2013-02-05
This patch changes a static_cast to dyn_cast
Jack Carter
2013-01-30
Removing initializer for the field removed in r173887
David Blaikie
2013-01-30
Remove unused variable (introduced in r173884) to clear clang -Werror build
David Blaikie
2013-01-30
Forgot to add new file to CMakeLists
Jack Carter
2013-01-30
This patch implements runtime Mips specific
Jack Carter
2013-01-30
This patch reworks how llvm targets set
Jack Carter
2013-01-23
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-15
This patch fixes a Mips specific bug where
Jack Carter
2013-01-08
This patch produces the correct addend value for
Jack Carter
2013-01-08
This patch produces the correct pointer size
Jack Carter
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-10
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-21
Mips direct object xgot support
Jack Carter
2012-11-21
[mips] Add target operand flag enums for big GOT relocations.
Akira Hatanaka
2012-10-03
This patch moves from using a hard coded number (4)
Jack Carter
2012-10-02
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-09-26
Add case clauses for returning dsp accumulator encoding values in function
Akira Hatanaka
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-15
Remove unused private fields to silence -Wunused-private-field.
Craig Topper
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-09-12
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-07
The Mips standalone assembler fpu instruction support.
Jack Carter
2012-09-06
Mips specific llvm assembler support for branch and jump instructions.
Jack Carter
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-17
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-07
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-06
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-07-23
Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.
Akira Hatanaka
2012-07-21
Add HIGHER and HIGHEST relocations to Mips backend.
Akira Hatanaka
2012-07-13
The Mips specific relocation R_MIPS_GOT_DISP
Jack Carter
2012-07-11
Patch for Mips direct object generation.
Jack Carter
2012-07-02
Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor
Jack Carter
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-09
Test commit
Jack Carter
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-04-22
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-04-17
Add disassembler to MIPS.
Akira Hatanaka
2012-04-16
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
[next]