aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Pass the llvm IR pointer value and offset to the constructor ofAkira Hatanaka2012-03-271-9/+13
* Fix bug in LowerConstantPool. Akira Hatanaka2012-03-271-1/+1
* Add T9 to the list of live-in registers of the entry basic block. Akira Hatanaka2012-03-271-0/+2
* Retrieve and add the offset of a symbol in applyFixup rather than retrieve andAkira Hatanaka2012-03-272-67/+67
* Define function MipsGetSymAndOffset which returns a fixup's symbol and theAkira Hatanaka2012-03-271-0/+30
* Rewrite computation of Value in adjustFixupValue so that the upper 48-bits areAkira Hatanaka2012-03-271-1/+1
* Reserve hardware registers.Akira Hatanaka2012-03-271-0/+4
* Prune some includes and forward declarations.Craig Topper2012-03-261-7/+1
* Add typecast to silence -Wswitch warning introduced by r153153.Craig Topper2012-03-211-1/+1
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-212-13/+30
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-1713-20/+16
* Convert more static tables of registers used by calling convention to uint16_...Craig Topper2012-03-111-10/+10
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-111-2/+2
* Do not custom lower i64 nodes if i64 is not a legal type. Move lines that setAkira Hatanaka2012-03-101-11/+14
* Lower SETCC nodes during legalization. Previously, it was lowered in DAG comb...Akira Hatanaka2012-03-092-20/+16
* Remove unused header files.Akira Hatanaka2012-03-091-2/+0
* Fix undefined behavior in the Mips backend.Ahmed Charles2012-03-092-15/+15
* Invoke setTargetDAGCombine for SELECT.Akira Hatanaka2012-03-081-0/+1
* Swap the operands of a select node if the false (the second) operand is 0.Akira Hatanaka2012-03-081-0/+35
* Set minimum function alignment to 3 if target is Mips64.Akira Hatanaka2012-03-081-1/+1
* This patch eliminates redundant instructions that produce 0.Akira Hatanaka2012-03-081-1/+50
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-052-2/+4
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-052-3/+3
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-1/+1
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-042-2/+2
* Changes for migrating to using register mask operands.Akira Hatanaka2012-03-016-48/+45
* Fix bugs which were introduced when support for base+index floating point loadsAkira Hatanaka2012-03-014-10/+35
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-015-57/+55
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-282-3/+5
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-282-5/+3
* remove blanks, and some code formatJia Liu2012-02-2834-156/+156
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-282-3/+5
* Add comments.Akira Hatanaka2012-02-281-0/+4
* Do not reserve $gp as a dedicated global base register if the target ABI is n...Akira Hatanaka2012-02-281-1/+2
* Add support for floating point base register + offset register addressing modeAkira Hatanaka2012-02-286-4/+91
* Remove unnecessary template parameters.Akira Hatanaka2012-02-271-15/+13
* Fix instruction predicates that were not set correctly.Akira Hatanaka2012-02-271-8/+10
* delete useless comment&blankJia Liu2012-02-271-16/+14
* Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka2012-02-253-8/+71
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-2416-98/+247
* comment fixJia Liu2012-02-241-1/+1
* some comment fixJia Liu2012-02-241-3/+3
* replace a balnk with -Jia Liu2012-02-241-1/+1
* 80 columns of Mips InstPrinter MakefileJia Liu2012-02-241-1/+1
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-221-3/+3
* Use a function in MathExtras to do sign extension.Akira Hatanaka2012-02-221-1/+1
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-4/+1
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-1727-27/+27
* Do not promote i32 arguments to i64. This was causing unnecessary sign extensionAkira Hatanaka2012-02-172-14/+16
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-1729-28/+41