aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-3/+3
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-3/+3
* Major update to CMake build to reflect changes in r135219 in theChandler Carruth2011-07-151-1/+6
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-143-13/+138
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-142-1/+3
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-1/+1
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-6/+7
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-082-54/+52
* Rename attribute 'thumb' to a more descriptive 'thumb-mode'.Evan Cheng2011-07-071-2/+3
* Sink feature IsThumb into MC layer.Evan Cheng2011-07-072-4/+20
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-071-2/+3
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-071-17/+16
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-072-0/+54
* Add ARM MC registry routines.Evan Cheng2011-07-064-0/+126