|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2 | Evan Cheng | 2012-04-27 | 1 | -10/+22 | 
| * | If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume | Evan Cheng | 2012-04-26 | 1 | -5/+14 | 
| * | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -1/+2 | 
| * | ARM don't use MCRelaxAll, as it's not safe on ARM. | Jim Grosbach | 2012-03-08 | 1 | -2/+2 | 
| * | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -1/+2 | 
| * | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -1/+0 | 
| * | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 | 
| * | Revert r150222, as the clang driver now handles this properly. | Jim Grosbach | 2012-02-10 | 1 | -11/+3 | 
| * | ARM on darwin, v6 implies the presence of VFP for the assembler. | Jim Grosbach | 2012-02-10 | 1 | -3/+11 | 
| * | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 2011-11-16 | 1 | -2/+3 | 
| * | Remove NaClMode | David Meyer | 2011-10-18 | 1 | -8/+0 | 
| * | ARM Darwin default relocation model is PIC. | Jim Grosbach | 2011-09-30 | 1 | -2/+5 | 
| * | Check in a patch that has already been code reviewed by Owen that I'd forgott... | James Molloy | 2011-09-28 | 1 | -4/+7 | 
| * | ARMv7a has the PKH instructions. | Jim Grosbach | 2011-09-14 | 1 | -2/+2 | 
| * | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -2/+3 | 
| * | Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain | Nick Lewycky | 2011-09-05 | 1 | -0/+8 | 
| * | Fix typo in comment. | Nick Lewycky | 2011-09-05 | 1 | -1/+1 | 
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 | 
| * | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng | 2011-08-23 | 1 | -5/+8 | 
| * | The new ARM disassembler disassembles "bx lr" as a special BX_ret instruction... | Benjamin Kramer | 2011-08-09 | 1 | -10/+0 | 
| * | Add MCInstrAnalysis class. This allows the targets to specify own versions of... | Benjamin Kramer | 2011-08-08 | 1 | -0/+53 | 
| * | Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea... | Evan Cheng | 2011-07-26 | 1 | -5/+5 | 
| * | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 1 | -5/+5 | 
| * | Separate MCInstPrinter registration from AsmPrinter registration. | Evan Cheng | 2011-07-25 | 1 | -0/+13 | 
| * | Sink ARM mc routines into MCTargetDesc. | Evan Cheng | 2011-07-23 | 1 | -2/+37 | 
| * | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 2011-07-22 | 1 | -25/+21 | 
| * | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 1 | -2/+3 | 
| * | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 1 | -1/+0 | 
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -0/+14 | 
| * | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -3/+3 | 
| * | Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest | Evan Cheng | 2011-07-15 | 1 | -3/+3 | 
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -13/+29 | 
| * | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -1/+0 | 
| * | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -1/+1 | 
| * | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng | 2011-07-09 | 1 | -6/+7 | 
| * | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng | 2011-07-08 | 1 | -54/+45 | 
| * | Rename attribute 'thumb' to a more descriptive 'thumb-mode'. | Evan Cheng | 2011-07-07 | 1 | -2/+3 | 
| * | Sink feature IsThumb into MC layer. | Evan Cheng | 2011-07-07 | 1 | -3/+19 | 
| * | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng | 2011-07-07 | 1 | -2/+3 | 
| * | Change some ARM subtarget features to be single bit yes/no in order to sink t... | Evan Cheng | 2011-07-07 | 1 | -17/+16 | 
| * | Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR... | Evan Cheng | 2011-07-07 | 1 | -0/+46 | 
| * | Add ARM MC registry routines. | Evan Cheng | 2011-07-06 | 1 | -0/+74 |