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
/
MipsSubtarget.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-10
This is for an experimental option -mips-os16. The idea is to compile all
Reed Kotler
2013-04-09
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-05
[mips] Remove android calling convention.
Akira Hatanaka
2013-02-05
This patch that sets the Mips ELF header flag for
Jack Carter
2013-01-30
This patch implements runtime Mips specific
Jack Carter
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-07
[mips] Delete unused sub-target features.
Akira Hatanaka
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-15
[mips] Add predicate HasFPIdx for floating-point indexed load instruction
Akira Hatanaka
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-25
Initialize boolean variables in MipsSubtarget's constructor.
Akira Hatanaka
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-08-22
Add register Mips::GP to the list of reserved registers if target is bare-metal
Akira Hatanaka
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-05-16
This patch adds the register class for MIPS16 as well as the ability for
Akira Hatanaka
2012-05-15
Temporarily disable anti-dependence breaking for Mips until bug 12829 is
Akira Hatanaka
2012-03-28
Turn off post-RA scheduler by default.
Akira Hatanaka
2012-03-28
Turn on post register allocation scheduler.
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
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-29
Change names for MIPS "generic" processors defined in Mips.td to match what GNU
Akira Hatanaka
2011-09-21
Undo a change made in r140254.
Akira Hatanaka
2011-09-21
MipsArchVersion does not need to be in the initialization list and MipsABI
Akira Hatanaka
2011-09-21
Set ABI if it hasn't been set on the command line.
Akira Hatanaka
2011-09-09
Drop support for Mips1 and Mips2.
Akira Hatanaka
2011-09-09
Drop support for Allegrex. Allegrex implements a variant of Mips2.
Akira Hatanaka
2011-09-09
Change default target architecture from Mips1 to Mips32r1 in preparation for
Akira Hatanaka
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-09
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-04-15
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-03-04
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...
Bruno Cardoso Lopes
2009-08-13
reintroduce support for Mips "small" section handling. This is
Chris Lattner
2009-08-13
Restore some "small section" support code, reverting my patch from r76936.
Chris Lattner
2009-08-03
Remove -disable-mips-abicall and -enable-mips-absolute-call command-line
Eli Friedman
2009-08-02
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-07-24
remove more remnants of small section support.
Chris Lattner
[next]