| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add instruction encoding for the Neon VMOV immediate instruction. This changes | Bob Wilson | 2010-06-11 | 1 | -17/+36 |
| * | Use report_fatal_error, not llvm_unreachable. | Evan Cheng | 2010-05-27 | 1 | -1/+1 |
| * | llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error. | Evan Cheng | 2010-05-27 | 1 | -18/+2 |
| * | Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases | Bob Wilson | 2010-05-27 | 1 | -11/+17 |
| * | Use enums instead of literals in the ARM backend. | Jakob Stoklund Olesen | 2010-05-25 | 1 | -2/+2 |
| * | Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums | Jakob Stoklund Olesen | 2010-05-24 | 1 | -2/+2 |
| * | Add support for movi32 of global values to the new (MC) asm printer. | Rafael Espindola | 2010-05-12 | 1 | -4/+23 |
| * | Handle target-specific form of DBG_VALUE in AsmPrinter. | Dale Johannesen | 2010-04-26 | 1 | -0/+19 |
| * | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 1 | -4/+5 |
| * | In the same spirit of r101524, which removed the assert() from printAddrMode2... | Johnny Chen | 2010-04-16 | 1 | -1/+0 |
| * | Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are | Johnny Chen | 2010-04-16 | 1 | -1/+0 |
| * | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -2/+2 |
| * | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner | 2010-04-08 | 1 | -6/+6 |
| * | don't use emitlabel in the arm asm printer yet, the order | Chris Lattner | 2010-04-05 | 1 | -2/+7 |
| * | fix a couple problems I introduced handling symbols | Chris Lattner | 2010-04-05 | 1 | -4/+10 |
| * | just have all targets create the DwarfWriter. | Chris Lattner | 2010-04-05 | 1 | -6/+0 |
| * | simplify various getAnalysisUsage implementations. | Chris Lattner | 2010-04-05 | 1 | -2/+0 |
| * | clean up the asmprinter header and privatize some stuff. | Chris Lattner | 2010-04-04 | 1 | -5/+5 |
| * | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner | 2010-04-04 | 1 | -4/+5 |
| * | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner | 2010-04-04 | 1 | -6/+3 |
| * | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner | 2010-04-04 | 1 | -26/+38 |
| * | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner | 2010-04-04 | 1 | -14/+14 |
| * | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -4/+7 |
| * | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 1 | -3/+2 |
| * | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -109/+186 |
| * | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 1 | -1/+1 |
| * | Comment the changes for r98218 and friends inside the source code. | Bill Wendling | 2010-03-31 | 1 | -0/+5 |
| * | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 1 | -3/+3 |
| * | Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6") | Bob Wilson | 2010-03-20 | 1 | -10/+10 |
| * | Refines 98745 so that it only contains the patch related to the output of the | Johnny Chen | 2010-03-17 | 1 | -12/+1 |
| * | Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm | Johnny Chen | 2010-03-17 | 1 | -17/+29 |
| * | Revert 98683. It is breaking something in the disassembler. | Bob Wilson | 2010-03-16 | 1 | -2/+11 |
| * | Remove redundant writeback flag from ARM address mode 6. Also remove the | Bob Wilson | 2010-03-16 | 1 | -11/+2 |
| * | Remove redundant writeback flag in ARM addressing mode 5. | Bob Wilson | 2010-03-16 | 1 | -2/+0 |
| * | Remove the writeback flag from ARM's address mode 4. Now that we have separate | Bob Wilson | 2010-03-16 | 1 | -2/+0 |
| * | Fix unused variable warnings. | Bob Wilson | 2010-03-16 | 1 | -1/+0 |
| * | --- Reverse-merging r98637 into '.': | Bob Wilson | 2010-03-16 | 1 | -29/+17 |
| * | Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend | Johnny Chen | 2010-03-16 | 1 | -17/+29 |
| * | Stop using the old pre-UAL syntax for LDM/STM instruction suffixes. | Bob Wilson | 2010-03-16 | 1 | -11/+1 |
| * | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner | 2010-03-13 | 1 | -6/+6 |
| * | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 1 | -3/+2 |
| * | Change ARM ld/st multiple instructions to have variant instructions for | Bob Wilson | 2010-03-13 | 1 | -3/+4 |
| * | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner | 2010-03-12 | 1 | -3/+4 |
| * | When outputing a non-lazy pointer for a stub, we may need to fill in the value | Bill Wendling | 2010-03-11 | 1 | -4/+5 |
| * | Added Thumb2 LDRD/STRD pre/post variants for disassembly only. | Johnny Chen | 2010-03-11 | 1 | -0/+1 |
| * | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling | 2010-03-10 | 1 | -7/+9 |
| * | Factored out the disassembly printing of CPS option, MSR mask, and Negative Zero | Johnny Chen | 2010-03-10 | 1 | -0/+3 |
| * | set the temporary bit on MCSymbols correctly. | Chris Lattner | 2010-03-10 | 1 | -3/+3 |
| * | Print blank line and clear stubs vector. | Bill Wendling | 2010-03-09 | 1 | -2/+13 |
| * | MC-ize the stub printing in ARM. | Bill Wendling | 2010-03-09 | 1 | -4/+17 |