| Age | Commit message (Expand) | Author |
| 2010-10-01 | Rename the AsmPrinter directory to InstPrinter for those targets that have | Jim Grosbach |
| 2010-09-30 | Now that the pseudos that needed this are all custom lowered, we can go back | Jim Grosbach |
| 2010-09-30 | Nuke it from orbit. It's the only way to be sure. | Jim Grosbach |
| 2010-09-23 | nuke unused var | Jim Grosbach |
| 2010-09-22 | Add PrintSpecial() handling for in ARM MC instruction printer. | Jim Grosbach |
| 2010-09-21 | Add start of support for MC instruction printer of ARM jump tables. Filling in | Jim Grosbach |
| 2010-09-18 | PC-relative pseudo instructions are lowered and printed directly. Any encounter | Jim Grosbach |
| 2010-09-17 | Teach the (non-MC) instruction printer to use the cannonical names for push/pop, | Jim Grosbach |
| 2010-09-17 | Hook up verbose asm comment printing for SOImm operands in MC printer | Jim Grosbach |
| 2010-09-17 | trailing whitespace | Jim Grosbach |
| 2010-09-16 | MC-ization of the PICLDR pseudo. Next up, adding the other variants | Jim Grosbach |
| 2010-09-16 | Remove support for "dregpair" operand modifier, now that it is no longer being | Bob Wilson |
| 2010-09-16 | store MC FP immediates as a double instead of as an APFloat, thus avoiding an | Jim Grosbach |
| 2010-09-15 | Add support for the 'lane' modifier on vdup operands | Jim Grosbach |
| 2010-09-15 | Reduce dependencies in the ARM MC instruction printer. | Jim Grosbach |
| 2010-09-15 | Add support for floating point immediates to MC instruction printing. ARM | Jim Grosbach |
| 2010-09-14 | Reapply r113875 with additional cleanups. | Jim Grosbach |
| 2010-09-14 | revert 113875 momentarilly. Need to fix the MC disassembler to handle the | Jim Grosbach |
| 2010-09-14 | trailing whitespace cleanup | Jim Grosbach |
| 2010-09-14 | The register specified for a dregpair is the corresponding Q register, so to | Jim Grosbach |
| 2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
| 2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
| 2010-08-27 | Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like | Bob Wilson |
| 2010-08-16 | Rename sat_shift operand to shift_imm, in preparation for using it for other | Bob Wilson |
| 2010-08-12 | Cleaned up the for-disassembly-only entries in the arm instruction table so that | Johnny Chen |
| 2010-08-11 | Move the ARM SSAT and USAT optional shift amount operand out of the | Bob Wilson |
| 2010-08-05 | ARM "rrx" shift operands do not have an immediate. PR7790. | Bob Wilson |
| 2010-07-20 | Update CMake files. | Daniel Dunbar |
| 2010-07-19 | sink the arm implementations of ASmPrinter and MCInstLower | Chris Lattner |
| 2010-07-15 | Split -enable-finite-only-fp-math to two options: | Evan Cheng |
| 2010-07-14 | Remove restriction on NEON alignment values. Some of the NEON ld/st | Bob Wilson |
| 2010-07-13 | Move NEON "modified immediate" encode/decode into ARMAddressingModes.h to | Bob Wilson |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-07-09 | Print "dregpair" NEON operands with a space between them, for readability and | Bob Wilson |
| 2010-07-06 | Represent NEON load/store alignments in bytes, not bits. | Bob Wilson |
| 2010-07-02 | Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so | Bob Wilson |
| 2010-06-11 | Add instruction encoding for the Neon VMOV immediate instruction. This changes | Bob Wilson |
| 2010-05-27 | Use report_fatal_error, not llvm_unreachable. | Evan Cheng |
| 2010-05-27 | llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error. | Evan Cheng |
| 2010-05-27 | Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases | Bob Wilson |
| 2010-05-25 | Use enums instead of literals in the ARM backend. | Jakob Stoklund Olesen |
| 2010-05-24 | Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums | Jakob Stoklund Olesen |
| 2010-05-12 | Add support for movi32 of global values to the new (MC) asm printer. | Rafael Espindola |
| 2010-05-11 | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands |
| 2010-04-26 | Handle target-specific form of DBG_VALUE in AsmPrinter. | Dale Johannesen |
| 2010-04-17 | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman |
| 2010-04-16 | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen |
| 2010-04-16 | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen |
| 2010-04-16 | Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are | Johnny Chen |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |