aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)Author
2012-04-18Delete blank line.Akira Hatanaka
2012-04-17Delete latter half of CMakeLists.txt.Akira Hatanaka
2012-04-17Add disassembler to MIPS. Akira Hatanaka
2012-04-16Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka
2012-04-11Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka
2012-04-11Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka
2012-04-11Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka
2012-04-04Reapply 154038 without the failing test.Akira Hatanaka
2012-04-04Revert r154038. It was causing make check failures.Owen Anderson
2012-04-04Fix LowerGlobalAddress to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Fix LowerJumpTable to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Fix LowerConstantPool to produce instructions with the correct relocationAkira Hatanaka
2012-04-04Fix LowerBlockAddress to produce instructions with the correct relocationAkira Hatanaka
2012-04-03Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...Akira Hatanaka
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer
2012-04-02Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-31Select static relocation model if it is jitting.Akira Hatanaka
2012-03-29Expand FREM.Akira Hatanaka
2012-03-28Turn off post-RA scheduler by default.Akira Hatanaka
2012-03-28Turn on post register allocation scheduler.Akira Hatanaka
2012-03-28Sort relocation entries before they are written out to a file. MIPS ABIAkira Hatanaka
2012-03-28Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka
2012-03-28Mark flag neverHasSideEffects of pattern-less instructions that do not haveAkira Hatanaka
2012-03-27Remove trailing white space.Akira Hatanaka
2012-03-27Add member EmitNOAT and its setter and getter functions to class MipsFunction...Akira Hatanaka
2012-03-27Prune some includesCraig Topper
2012-03-27Pass the llvm IR pointer value and offset to the constructor ofAkira Hatanaka
2012-03-27Fix bug in LowerConstantPool. Akira Hatanaka
2012-03-27Add T9 to the list of live-in registers of the entry basic block. Akira Hatanaka
2012-03-27Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka
2012-03-27Define function MipsGetSymAndOffset which returns a fixup's symbol and theAkira Hatanaka
2012-03-27Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka
2012-03-27Reserve hardware registers.Akira Hatanaka
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-21Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper
2012-03-21Incremental big endian patch by Jack Carter.Akira Hatanaka
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-11Convert more static tables of registers used by calling convention to uint16_...Craig Topper
2012-03-11Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper
2012-03-10Do not custom lower i64 nodes if i64 is not a legal type. Move lines that setAkira Hatanaka
2012-03-09Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb...Akira Hatanaka
2012-03-09Remove unused header files.Akira Hatanaka
2012-03-09Fix undefined behavior in the Mips backend.Ahmed Charles
2012-03-08Invoke setTargetDAGCombine for SELECT.Akira Hatanaka
2012-03-08Swap the operands of a select node if the false (the second) operand is 0.Akira Hatanaka
2012-03-08Set minimum function alignment to 3 if target is Mips64.Akira Hatanaka