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
Age
Commit message (
Expand
)
Author
2011-10-26
Complete the missing parts of MIPS-JIT functionality. Patch by Petar Jovanovic.
Bill Wendling
2011-10-14
Add f128 to datalayout string.
Akira Hatanaka
2011-10-14
Revert r141932, r141936 and r141937.
Akira Hatanaka
2011-10-14
Definition of function getMipsRegisterNumbering.
Akira Hatanaka
2011-10-14
Add definition of class MipsELFWriterInfo.
Akira Hatanaka
2011-10-14
Add missing relocation types.
Akira Hatanaka
2011-10-14
Fixup enumerations.
Akira Hatanaka
2011-10-14
Add more Mips relocation types.
Akira Hatanaka
2011-10-12
Define base class LogicNOR and make 32-bit and 64-bit NOR derive from it.
Akira Hatanaka
2011-10-12
Fix encoding of 32-bit integer instructions. Change names of operands and nodes.
Akira Hatanaka
2011-10-11
Change name of class to ArithOverflowR.
Akira Hatanaka
2011-10-11
Define class ArithLogicI. Make 32-bit and 64-bit arithmetic and logical
Akira Hatanaka
2011-10-11
Fix comment.
Akira Hatanaka
2011-10-11
Define classes ArithLogicR and ArithLogicOfR and make 32-bit and 64-bit
Akira Hatanaka
2011-10-11
Fix function isUnalignedLoadStore.
Akira Hatanaka
2011-10-11
Remove unused PatLeaf.
Akira Hatanaka
2011-10-11
Change the names of 64-bit logical instructions so that they match the names of
Akira Hatanaka
2011-10-11
Remove redundancy in setcc patterns using multiclass.
Akira Hatanaka
2011-10-11
Use sltiu instead of sltu when a register operand and immediate are compared.
Akira Hatanaka
2011-10-11
Add patterns for conditional branches with 64-bit register operands.
Akira Hatanaka
2011-10-11
Add support for 64-bit set-on-less-than instructions.
Akira Hatanaka
2011-10-11
Add support for conditional branch instructions with 64-bit register operands.
Akira Hatanaka
2011-10-11
Make changes necessary for supporting floating point load and store instructions
Akira Hatanaka
2011-10-11
Modify lowering of GlobalAddress so that correct code is emitted when target is
Akira Hatanaka
2011-10-11
Modify MipsDAGToDAGISel::SelectAddr so that it can handle 64-bit pointers too.
Akira Hatanaka
2011-10-11
Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot.
Akira Hatanaka
2011-10-11
Add definitions of 64-bit loads and stores. Add a patterns for unaligned
Akira Hatanaka
2011-10-11
Change definitions of classes LoadM and StoreM in preparation for adding support
Akira Hatanaka
2011-10-08
Simplify definition of FP move instructions.
Akira Hatanaka
2011-10-08
Define classes and multiclasses for FP binary instructions.
Akira Hatanaka
2011-10-08
Define multiclasses for FP-to-FP instructions.
Akira Hatanaka
2011-10-08
Define classes for FP unary instructions and multiclasses for FP-to-fixed point
Akira Hatanaka
2011-10-08
Add patterns for unaligned load and store instructions and enable the
Akira Hatanaka
2011-10-06
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-05
Fix assertion string.
Akira Hatanaka
2011-10-05
Make sure candidate for delay slot filler is not a return instruction.
Akira Hatanaka
2011-10-05
Add RA to the set of registers that are defined if instruction is a call.
Akira Hatanaka
2011-10-05
MipsDelaySlotFiller.cpp: Appease msvc to specify llvm::next() explicitly.
NAKAMURA Takumi
2011-10-05
Insert space.
Akira Hatanaka
2011-10-05
Do not examine variadic or implicit operands if instruction is a return (jr).
Akira Hatanaka
2011-10-05
Clean up function Filler::delayHasHazard.
Akira Hatanaka
2011-10-05
Remove function Filler::insertCallUses.
Akira Hatanaka
2011-10-05
Clean up Filler::findDelayInstr.
Akira Hatanaka
2011-10-05
Remove function Filler::isDelayFiller. Check if I is the same instruction that
Akira Hatanaka
2011-10-05
Clean up Filler::runOnMachineBasicBlock. Change interface of
Akira Hatanaka
2011-10-05
Define a statistic for the number of slots that were filled with useful
Akira Hatanaka
2011-10-05
Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true before
Akira Hatanaka
2011-10-05
Add comments and move assignment statement. If sawStore is true, sawLoad does
Akira Hatanaka
2011-10-05
Correct description string of enable-mips-delay-filler.
Akira Hatanaka
2011-10-03
Add support for 64-bit logical NOR.
Akira Hatanaka
[next]