index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mips direct object xgot support
Jack Carter
2012-11-21
4
-1
/
+45
*
[mips] Add target operand flag enums for big GOT relocations.
Akira Hatanaka
2012-11-21
1
-1
/
+7
*
This patch moves from using a hard coded number (4)
Jack Carter
2012-10-03
1
-2
/
+4
*
The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...
Jack Carter
2012-10-02
4
-4
/
+134
*
Add case clauses for returning dsp accumulator encoding values in function
Akira Hatanaka
2012-09-26
1
-2
/
+4
*
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
2
-8
/
+16
*
Remove unused private fields to silence -Wunused-private-field.
Craig Topper
2012-09-15
1
-9
/
+6
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-1
/
+1
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-1
/
+1
*
The Mips standalone assembler fpu instruction support.
Jack Carter
2012-09-07
1
-1
/
+1
*
Mips specific llvm assembler support for branch and jump instructions.
Jack Carter
2012-09-06
1
-2
/
+9
*
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-22
1
-1
/
+1
*
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
1
-3
/
+5
*
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-07
2
-0
/
+4
*
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-08-06
4
-2
/
+30
*
Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.
Akira Hatanaka
2012-07-23
1
-0
/
+2
*
Add HIGHER and HIGHEST relocations to Mips backend.
Akira Hatanaka
2012-07-21
1
-1
/
+4
*
The Mips specific relocation R_MIPS_GOT_DISP
Jack Carter
2012-07-13
4
-4
/
+12
*
Patch for Mips direct object generation.
Jack Carter
2012-07-11
1
-0
/
+8
*
Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor
Jack Carter
2012-07-02
1
-1
/
+2
*
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
4
-3
/
+54
*
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
1
-6
/
+8
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
3
-4
/
+5
*
Test commit
Jack Carter
2012-06-09
1
-0
/
+1
*
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
2
-0
/
+5
*
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-04-22
1
-1
/
+1
*
Add disassembler to MIPS.
Akira Hatanaka
2012-04-17
1
-1
/
+40
*
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-16
1
-4
/
+2
*
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
1
-40
/
+1
*
MIPS disassembler support.
Akira Hatanaka
2012-04-03
1
-1
/
+40
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
4
-23
/
+49
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
1
-1
/
+2
*
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-31
1
-1
/
+3
*
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-28
1
-0
/
+103
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+1
*
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
2
-67
/
+67
*
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
1
-0
/
+30
*
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-7
/
+1
*
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
1
-1
/
+1
*
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-21
2
-13
/
+30
*
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-05
1
-1
/
+2
*
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-03-01
5
-57
/
+55
*
remove blanks, and some code format
Jia Liu
2012-02-28
2
-2
/
+2
*
comment fix
Jia Liu
2012-02-24
1
-1
/
+1
*
some comment fix
Jia Liu
2012-02-24
1
-3
/
+3
*
replace a balnk with -
Jia Liu
2012-02-24
1
-1
/
+1
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
6
-6
/
+6
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
6
-6
/
+6
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-0
/
+1
[next]