aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMFastISel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do type checks before we bother to do everything else.Eric Christopher2010-08-251-8/+9
* Reorganize load mechanisms. Handle types in a little less fixed way.Eric Christopher2010-08-251-19/+45
* Fix predicate and add a comment.Eric Christopher2010-08-241-1/+2
* Rework braindead conditionals I put in yesterday.Eric Christopher2010-08-241-14/+12
* Fix thumb2 mode loads to have the correct operand ordering. Add a todoEric Christopher2010-08-241-4/+9
* Update comment.Eric Christopher2010-08-241-1/+2
* Fix the opcode and the operands for the load instruction.Eric Christopher2010-08-241-2/+5
* Add register class hack that needs to go away, but makes it more obviousEric Christopher2010-08-241-12/+35
* Add some more debugging code, make it more obvious that RegOffset isEric Christopher2010-08-241-12/+20
* Don't need the extra register here.Eric Christopher2010-08-231-6/+4
* Add some more "get address into register" code and a more TODOs/FIXMEs.Eric Christopher2010-08-231-0/+22
* Add an ARMFunctionInfo member and use it.Eric Christopher2010-08-231-1/+5
* Start getting ARM loads/address computation going.Eric Christopher2010-08-231-0/+73
* Fix loop conditionals (MO.isDef() asserts that it's a reg) andEric Christopher2010-08-201-1/+2
* Add a couple of random comments.Eric Christopher2010-08-201-0/+3
* Silence warning.Eric Christopher2010-08-191-1/+1
* Add an AddOptionalDefs method and use it.Eric Christopher2010-08-191-21/+64
* Copy over some overridden MI wrappers for ARM fast-isel. This is whereEric Christopher2010-08-171-1/+192
* Make arm fast-isel possible to enable via command line.Eric Christopher2010-08-171-1/+7
* ARM fastisel isn't ready.Evan Cheng2010-07-261-1/+2
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-211-0/+71