index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMFastISel.cpp
Age
Commit message (
Expand
)
Author
2010-08-31
Rewrite slightly so we can expand for floating point types easier.
Eric Christopher
2010-08-30
If we have an unhandled type then assert, we shouldn't get here for
Eric Christopher
2010-08-25
Do type checks before we bother to do everything else.
Eric Christopher
2010-08-25
Reorganize load mechanisms. Handle types in a little less fixed way.
Eric Christopher
2010-08-24
Fix predicate and add a comment.
Eric Christopher
2010-08-24
Rework braindead conditionals I put in yesterday.
Eric Christopher
2010-08-24
Fix thumb2 mode loads to have the correct operand ordering. Add a todo
Eric Christopher
2010-08-24
Update comment.
Eric Christopher
2010-08-24
Fix the opcode and the operands for the load instruction.
Eric Christopher
2010-08-24
Add register class hack that needs to go away, but makes it more obvious
Eric Christopher
2010-08-24
Add some more debugging code, make it more obvious that RegOffset is
Eric Christopher
2010-08-23
Don't need the extra register here.
Eric Christopher
2010-08-23
Add some more "get address into register" code and a more TODOs/FIXMEs.
Eric Christopher
2010-08-23
Add an ARMFunctionInfo member and use it.
Eric Christopher
2010-08-23
Start getting ARM loads/address computation going.
Eric Christopher
2010-08-20
Fix loop conditionals (MO.isDef() asserts that it's a reg) and
Eric Christopher
2010-08-20
Add a couple of random comments.
Eric Christopher
2010-08-19
Silence warning.
Eric Christopher
2010-08-19
Add an AddOptionalDefs method and use it.
Eric Christopher
2010-08-17
Copy over some overridden MI wrappers for ARM fast-isel. This is where
Eric Christopher
2010-08-17
Make arm fast-isel possible to enable via command line.
Eric Christopher
2010-07-26
ARM fastisel isn't ready.
Evan Cheng
2010-07-21
Baby steps towards ARM fast-isel.
Eric Christopher