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
/
MipsSubtarget.h
Age
Commit message (
Expand
)
Author
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-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2012-12-07
[mips] Delete unused sub-target features.
Akira Hatanaka
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-15
[mips] Add predicate HasFPIdx for floating-point indexed load instruction
Akira Hatanaka
2012-09-21
Add flags and feature bits for mips dsp.
Akira Hatanaka
2012-08-22
Add register Mips::GP to the list of reserved registers if target is bare-metal
Akira Hatanaka
2012-08-16
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-05-22
This patch adds a predicate to existing mips32 and mips64 so that those
Akira Hatanaka
2012-05-16
This patch adds the register class for MIPS16 as well as the ability for
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-28
Add support for floating point base register + offset register addressing mode
Akira Hatanaka
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-09-21
Set ABI if it hasn't been set on the command line.
Akira Hatanaka
2011-09-21
Fix typo.
Akira Hatanaka
2011-09-20
Change the names of functions isMips* to hasMips*.
Akira Hatanaka
2011-09-20
Initial Mips64 support. Patch by Liu with some modifications.
Akira Hatanaka
2011-09-14
Add comment.
Akira Hatanaka
2011-09-09
O64 will not be supported.
Akira Hatanaka
2011-09-09
Drop support for Mips1 and Mips2.
Akira Hatanaka
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-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
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
2010-11-12
Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>
Bruno Cardoso Lopes
2010-11-08
Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...
Bruno Cardoso Lopes
2009-12-19
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
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
2009-05-27
Added support for fround, fextend and FP_TO_SINT
Bruno Cardoso Lopes
2009-05-23
Propagate CPU string out of SubtargetFeatures
Anton Korobeynikov
2008-07-30
Added new features to represent specific instructions groups
Bruno Cardoso Lopes
2008-07-21
Added initial support for small sections on Mips.
Bruno Cardoso Lopes
2008-07-14
Added Subtarget support into RegisterInfo
Bruno Cardoso Lopes
2008-07-09
Fixed features usage.
Bruno Cardoso Lopes
2008-07-09
Fixe typos and 80 column size problems
Bruno Cardoso Lopes
2008-07-05
Several changes to Mips backend, experimental fp support being the most
Bruno Cardoso Lopes
2008-06-04
Some Mips minor fixes
Bruno Cardoso Lopes
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
[next]