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
/
MipsAsmBackend.cpp
Age
Commit message (
Expand
)
Author
2013-02-05
Remove getBundleSize methods from NaCl Asm backends
Derek Schuff
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-08
This patch produces the correct addend value for
Jack Carter
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2012-11-30
Use isOSNaCl and minimize some LOCALMODs
David Sehr
2012-11-29
Add isOSNaCl, and add Asm subclasses for NaCl
David Sehr
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-21
Mips direct object xgot support
Jack Carter
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
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-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
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-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-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-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-04-16
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-03-27
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
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-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-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-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-11
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2011-12-22
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-06
MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.
NAKAMURA Takumi
2011-12-06
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-11-23
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-11
Mips MC object code emission improvements:
Bruno Cardoso Lopes
2011-09-30
Register Asm backend. Add functions to MipsAsmBackend.
Akira Hatanaka
2011-09-30
Add MCELFObjectTargetWriter and MCAsmBackend classes.
Akira Hatanaka