summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMInstrInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add PredicateOperand to all ARM instructions that have the condition field.Evan Cheng2007-05-151-16/+21
| | | | llvm-svn: 37066
* Rewrite of Thumb constant islands handling (exact allowance for paddingDale Johannesen2007-04-291-3/+4
| | | | | | around islands and jump tables). llvm-svn: 36573
* Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.Evan Cheng2007-04-261-1/+1
| | | | llvm-svn: 36483
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-251-1/+1
| | | | llvm-svn: 36430
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-2/+2
| | | | | | target for tabs checking. llvm-svn: 36146
* Inverted logic.Evan Cheng2007-04-031-1/+1
| | | | llvm-svn: 35619
* findRegisterUseOperand() changed.Evan Cheng2007-03-261-2/+2
| | | | llvm-svn: 35366
* Fix naming inconsistencies.Evan Cheng2007-03-191-2/+2
| | | | llvm-svn: 35163
* Spill / restore should avoid modifying the condition register.Evan Cheng2007-02-071-2/+2
| | | | llvm-svn: 33971
* Copy and paste bug.Evan Cheng2007-01-301-1/+11
| | | | llvm-svn: 33658
* Misseed thumb jumptable branch.Evan Cheng2007-01-301-0/+1
| | | | llvm-svn: 33656
* Factor GetInstSize() out of constpool island pass.Evan Cheng2007-01-291-1/+70
| | | | llvm-svn: 33644
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-4/+0
| | | | llvm-svn: 33537
* ARM backend contribution from Apple.Evan Cheng2007-01-191-21/+384
| | | | llvm-svn: 33353
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-2/+3
| | | | | | of opcode and number of operands. llvm-svn: 31947
* fix warning about missing newline at end of fileRafael Espindola2006-10-241-1/+1
| | | | llvm-svn: 31162
* implement uncond branch insertion, mark branches with isBranch.Chris Lattner2006-10-241-0/+8
| | | | llvm-svn: 31160
* add shifts to addressing mode 1Rafael Espindola2006-09-131-3/+6
| | | | llvm-svn: 30291
* partial implementation of the ARM Addressing Mode 1Rafael Espindola2006-09-111-7/+7
| | | | llvm-svn: 30252
* change the addressing mode of the str instruction to reg+immRafael Espindola2006-08-081-0/+4
| | | | llvm-svn: 29571
* create the raddr addressing mode that matches any register and the frame indexRafael Espindola2006-07-101-22/+0
| | | | | | | | | use raddr for the ldr instruction. This removes a dummy mov from the assembly output remove SelectFrameIndex remove isLoadFromStackSlot remove isStoreToStackSlot llvm-svn: 29079
* handle the "mov reg1, reg2" case in isMoveInstrRafael Espindola2006-06-271-1/+13
| | | | llvm-svn: 28945
* implement minimal versions ofRafael Espindola2006-05-231-5/+0
| | | | | | | | ARMAsmPrinter::runOnMachineFunction LowerFORMAL_ARGUMENTS ARMInstrInfo::isMoveInstr llvm-svn: 28431
* added a skeleton of the ARM backendRafael Espindola2006-05-141-0/+58
llvm-svn: 28301
OpenPOWER on IntegriCloud