Age | Commit message (Expand) | Author |
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 |
2012-03-08 | This patch eliminates redundant instructions that produce 0. | Akira Hatanaka |
2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
2012-03-05 | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper |
2012-03-04 | Use uint16_t to store register overlaps to reduce static data. | Craig Topper |
2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
2012-03-01 | Changes for migrating to using register mask operands. | Akira Hatanaka |
2012-03-01 | Fix bugs which were introduced when support for base+index floating point loads | Akira Hatanaka |
2012-03-01 | Pass endian information to constructors. Define separate functions to create | Akira Hatanaka |
2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
2012-02-28 | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar |
2012-02-28 | remove blanks, and some code format | Jia Liu |
2012-02-28 | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng |
2012-02-28 | Add comments. | Akira Hatanaka |
2012-02-28 | Do not reserve $gp as a dedicated global base register if the target ABI is n... | Akira Hatanaka |
2012-02-28 | Add support for floating point base register + offset register addressing mode | Akira Hatanaka |
2012-02-27 | Remove unnecessary template parameters. | Akira Hatanaka |
2012-02-27 | Fix instruction predicates that were not set correctly. | Akira Hatanaka |
2012-02-27 | delete useless comment&blank | Jia Liu |
2012-02-25 | Add definitions of floating point multiply add/sub and negative multiply | Akira Hatanaka |
2012-02-24 | Add an option to use a virtual register as the global base register instead of | Akira Hatanaka |
2012-02-24 | comment fix | Jia Liu |
2012-02-24 | some comment fix | Jia Liu |
2012-02-24 | replace a balnk with - | Jia Liu |
2012-02-24 | 80 columns of Mips InstPrinter Makefile | Jia Liu |
2012-02-22 | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper |
2012-02-22 | Use a function in MathExtras to do sign extension. | Akira Hatanaka |
2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles |
2012-02-17 | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu |
2012-02-17 | Do not promote i32 arguments to i64. This was causing unnecessary sign extension | Akira Hatanaka |
2012-02-17 | add Emacs tag and fix some comment error in file headers | Jia Liu |
2012-02-16 | Remove comment. | Akira Hatanaka |
2012-02-16 | Remove trailing whitespace. Add newline. | Akira Hatanaka |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-04 | TargetPassConfig: confine the MC configuration to TargetMachine. | Andrew Trick |
2012-02-03 | Added TargetPassConfig. The first little step toward configuring codegen passes. | Andrew Trick |
2012-02-03 | Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is | Akira Hatanaka |
2012-02-02 | Set the correct stack pointer register. | Akira Hatanaka |