Age | Commit message (Expand) | Author |
2011-07-20 | ARM PKH shift ammount operand printing tweaks. | Jim Grosbach |
2011-07-20 | Tidy up a bit. | Jim Grosbach |
2011-07-20 | ARM: Tidy up representation of PKH instruction. | Jim Grosbach |
2011-07-20 | ARM assembly parsing of MUL instruction. | Jim Grosbach |
2011-07-20 | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng |
2011-07-20 | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng |
2011-07-19 | Tweak ARM assembly parsing and printing of MSR instruction. | Jim Grosbach |
2011-07-19 | ARM assembly parsing of MRS instruction. | Jim Grosbach |
2011-07-19 | Enhance the FixedLengthDecoder to be able to generate plausible-looking decod... | Owen Anderson |
2011-07-19 | ARM assembly parsing for MRC/MRC2/MRRC/MRRC2. | Jim Grosbach |
2011-07-19 | ARM assembly parsing for MOV (register). | Jim Grosbach |
2011-07-19 | Tidy up. | Jim Grosbach |
2011-07-19 | Tighten conditional for 'mov' cc_out. | Jim Grosbach |
2011-07-19 | ARM assembly parsing for MOV (immediate). | Jim Grosbach |
2011-07-19 | Remove unused code. | Jim Grosbach |
2011-07-19 | ARM range checking for so_imm operands in assembly parsing. | Jim Grosbach |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-18 | Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD] to avoid having multiple... | Owen Anderson |
2011-07-18 | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng |
2011-07-18 | Mark the Darwin assembler workout as isCodeGenOnly, so that it doesn't cause ... | Owen Anderson |
2011-07-18 | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng |
2011-07-18 | Re-apply r135319 with a fix for the constant island pass. | Owen Anderson |
2011-07-18 | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-16 | Revert r135319 in an attempt to get to unbreak testers. | Owen Anderson |
2011-07-15 | Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tB... | Owen Anderson |
2011-07-15 | Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ... | Owen Anderson |
2011-07-15 | Remove unnecessary duplicate instruction definitions that simply overloaded t... | Owen Anderson |
2011-07-15 | Eliminate "const" from extern const to fix breakeage since r135184 on msvc. | NAKAMURA Takumi |
2011-07-15 | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng |
2011-07-15 | Major update to CMake build to reflect changes in r135219 in the | Chandler Carruth |
2011-07-14 | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng |
2011-07-14 | ARM diagnostic when 's' suffix on mnemonic that can't set flags. | Jim Grosbach |
2011-07-14 | Add OperandTypes for Thumb branch targets. | Benjamin Kramer |
2011-07-14 | Port operand types for ARM and X86 over from EDIS to the .td files. | Benjamin Kramer |
2011-07-14 | ARM MCRR/MCRR2 immediate operand range checking. | Jim Grosbach |
2011-07-14 | ARM MCR/MCR2 assembly parsing operand constraints. | Jim Grosbach |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
2011-07-14 | Reorganize ARM assembler aliases. | Jim Grosbach |
2011-07-14 | Don't leak operands when putting them into a shift. | Benjamin Kramer |
2011-07-14 | Update ARM Assembly of LDM/STM. | Jim Grosbach |
2011-07-14 | ARM ISB instruction assembly parsing. | Jim Grosbach |
2011-07-14 | ARM Assembler support for DSB instruction. | Jim Grosbach |
2011-07-14 | DMB instalias needs the same predicate as the instruction. | Jim Grosbach |
2011-07-13 | ARM Assembler support for DMB instruction. | Jim Grosbach |
2011-07-13 | Update comments. These are for assembler, too. | Jim Grosbach |
2011-07-13 | Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ... | Owen Anderson |
2011-07-13 | ARM Assembler support for DBG instruction. | Jim Grosbach |
2011-07-13 | Revert 135093. Think-o. | Jim Grosbach |
2011-07-13 | Correct range for thumb co-processor immediate | Jim Grosbach |