| Age | Commit message (Expand) | Author |
| 2012-03-04 | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper |
| 2012-03-04 | Use uint8_t instead of enums to store values in X86 disassembler table. Shave... | Craig Topper |
| 2012-03-02 | Prevent obscure and incorrect tail-call optimization. | Chad Rosier |
| 2012-03-01 | Neuter the optimization I implemented with r107852 and r108258 which turn some | Evan Cheng |
| 2012-03-01 | Handle regmasks in Thumb1RegisterInfo::saveScavengerRegister(). | Jakob Stoklund Olesen |
| 2012-03-01 | ARM use the right opcode for FP<->Integer move in fast-isel. | Jim Grosbach |
| 2012-03-01 | Minimal changes for LLVM to compile under VS11. | Michael J. Spencer |
| 2012-03-01 | Changes for migrating to using register mask operands. | Akira Hatanaka |
| 2012-03-01 | Change ARMInstPrinter::printPredicateOperand() so it will not abort if it | Kevin Enderby |
| 2012-03-01 | Fix bugs which were introduced when support for base+index floating point loads | Akira Hatanaka |
| 2012-03-01 | Make TargetRegisterClasses non-virtual by making the only virtual function a ... | Benjamin Kramer |
| 2012-03-01 | Emit the "is an intrinsic overloaded" table as a bitfield. | Benjamin Kramer |
| 2012-03-01 | Pass endian information to constructors. Define separate functions to create | Akira Hatanaka |
| 2012-02-29 | Added annotations for x86 pc relative loads to llvm's 'C' disassembler. | Kevin Enderby |
| 2012-02-29 | Intel Atom instruction itineraries for mov sign extension and mov zero extens... | Andrew Trick |
| 2012-02-29 | Make MemoryObject accessor members const again | Derek Schuff |
| 2012-02-28 | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach |
| 2012-02-28 | ARM vbit/vbif/vbsl assembly optional size suffix. | Jim Grosbach |
| 2012-02-28 | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng |
| 2012-02-28 | Properly MCize the section switch, removing a FIXME. | Roman Divacky |
| 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-28 | Enable ARM base pointer when calling functions with large arguments. | Jakob Stoklund Olesen |
| 2012-02-27 | This patch adds instruction latencies for the SSE instructions | Preston Gurd |
| 2012-02-27 | Delete incorrect reference to inexistent Hexagon architecture manuals. | Evandro Menezes |
| 2012-02-27 | ARM BL/BLX instruction fixups should use relocations. | Jim Grosbach |
| 2012-02-27 | Reapply r151278 with fixes. | Roman Divacky |
| 2012-02-27 | Add q suffix aliases for the fistp and fisttp mnemonics. | Chad Rosier |
| 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 | Fix the symbolic operand added for the C disassmbler API for the ARM bl | Kevin Enderby |
| 2012-02-27 | Remove HexagonGenIntrinsics.inc from Hexagon cmake file. It does not appear i... | Craig Topper |
| 2012-02-27 | delete useless comment&blank | Jia Liu |
| 2012-02-27 | X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ... | Craig Topper |
| 2012-02-26 | Default TargetData alignment information for 128-bit floating-point types. | Hal Finkel |
| 2012-02-25 | Revert r151278, breaks static linking. | Hal Finkel |
| 2012-02-25 | Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe... | NAKAMURA Takumi |
| 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 | Remove unused cl::opt, make another opt static. | Benjamin Kramer |
| 2012-02-24 | Thumb2 asm aliases for wide bitwise w/ immediate instructions. | Jim Grosbach |
| 2012-02-24 | Add WIN_FTOL_* psudo-instructions to model the unique calling convention | Michael J. Spencer |
| 2012-02-24 | X11/X2 loads around indirect calls on ppc64 should not be deleted. | Hal Finkel |
| 2012-02-24 | Remove dead code. | Richard Osborne |
| 2012-02-24 | Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du... | Pete Cooper |
| 2012-02-24 | comment fix | Jia Liu |