index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
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-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-07-03
Diff from hg rev 0b098ca44de7
Derek Schuff
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
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-31
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-28
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-27
Prune some includes
Craig Topper
2012-03-27
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-21
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-01
Pass endian information to constructors. Define separate functions to create
Akira Hatanaka
2012-02-28
remove blanks, and some code format
Jia Liu
2012-02-24
comment fix
Jia Liu
2012-02-24
some comment fix
Jia Liu
2012-02-24
replace a balnk with -
Jia Liu
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-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-01-28
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-24
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
[prev]
[next]