summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement getTargetLowering() or else LSR won't be using ARM specific hooks.Evan Cheng2007-03-131-1/+2
* Added -march=thumb; removed -enable-thumb.Evan Cheng2007-02-231-10/+23
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-4/+6
* Add space between // and the comment.Lauro Ramos Venancio2007-02-131-2/+2
* Add ABI information to ARM subtarget.Lauro Ramos Venancio2007-02-131-3/+5
* According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio2007-02-131-2/+2
* Also set alignment of stack-based structs to 4 in thumb mode.Evan Cheng2007-02-011-6/+6
* Thumb add sp, #imm requires the immediate value be multiple of 4. For now,Evan Cheng2007-01-311-2/+6
* ARM AAPCS abi (Linux, etc.) requires 8-byte double / long alignment; MacEvan Cheng2007-01-221-2/+2
* Double and Long preferred alignment is 4 for Darwin, 8 for Linux.Evan Cheng2007-01-221-1/+5
* Clean up ARM PEI code.Evan Cheng2007-01-201-4/+1
* isDarwin -> isTargetDarwinEvan Cheng2007-01-191-1/+1
* ARM backend contribution from Apple.Evan Cheng2007-01-191-10/+21
* revert previous patchRafael Espindola2006-11-031-2/+0
* add createCFGSimplificationPass to ARMTargetMachine::addInstSelectorRafael Espindola2006-11-031-0/+2
* most ARM targets are little endianRafael Espindola2006-10-091-1/+1
* Implement a MachineFunctionPass to fix the mul instructionRafael Espindola2006-09-191-1/+6
* 1. Remove condition on delete.Jim Laskey2006-09-071-0/+7
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-50/+6
* Simplify target construction.Chris Lattner2006-09-031-2/+1
* initial support for selectRafael Espindola2006-08-211-0/+3
* Declare the callee saved regsRafael Espindola2006-08-161-1/+2
* correctly set LocalAreaOffset of TargetFrameInfoRafael Espindola2006-08-091-1/+1
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-3/+1
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-201-1/+1
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+99
OpenPOWER on IntegriCloud