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
2012-04-18
Delete blank line.
Akira Hatanaka
2012-04-17
Delete latter half of CMakeLists.txt.
Akira Hatanaka
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-11
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
Fix bugs in lowering of FCOPYSIGN nodes.
Akira Hatanaka
2012-04-04
Reapply 154038 without the failing test.
Akira Hatanaka
2012-04-04
Revert r154038. It was causing make check failures.
Owen Anderson
2012-04-04
Fix LowerGlobalAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Fix LowerJumpTable to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Fix LowerConstantPool to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Fix LowerBlockAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-03
Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...
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
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
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-29
Expand FREM.
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-03-28
Sort relocation entries before they are written out to a file. MIPS ABI
Akira Hatanaka
2012-03-28
Emit all directives except for ".cprestore" during asm printing rather than emit
Akira Hatanaka
2012-03-28
Mark flag neverHasSideEffects of pattern-less instructions that do not have
Akira Hatanaka
2012-03-27
Remove trailing white space.
Akira Hatanaka
2012-03-27
Add member EmitNOAT and its setter and getter functions to class MipsFunction...
Akira Hatanaka
2012-03-27
Prune some includes
Craig Topper
2012-03-27
Pass the llvm IR pointer value and offset to the constructor of
Akira Hatanaka
2012-03-27
Fix bug in LowerConstantPool.
Akira Hatanaka
2012-03-27
Add T9 to the list of live-in registers of the entry basic block.
Akira Hatanaka
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-27
Reserve hardware registers.
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-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-11
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-10
Do not custom lower i64 nodes if i64 is not a legal type. Move lines that set
Akira Hatanaka
2012-03-09
Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb...
Akira Hatanaka
2012-03-09
Remove unused header files.
Akira Hatanaka
2012-03-09
Fix undefined behavior in the Mips backend.
Ahmed Charles
2012-03-08
Invoke setTargetDAGCombine for SELECT.
Akira Hatanaka
2012-03-08
Swap the operands of a select node if the false (the second) operand is 0.
Akira Hatanaka
2012-03-08
Set minimum function alignment to 3 if target is Mips64.
Akira Hatanaka
[next]