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
/
ARMISelLowering.cpp
Age
Commit message (
Expand
)
Author
2007-02-23
Fix stack alignment in functions with varargs.
Lauro Ramos Venancio
2007-02-22
Simplify lowering and selection of exception ops.
Jim Laskey
2007-02-21
Support to provide exception and selector registers.
Jim Laskey
2007-02-13
According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.
Lauro Ramos Venancio
2007-02-03
Fix comments.
Evan Cheng
2007-02-02
Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the...
Evan Cheng
2007-02-01
Thumb does not have clz.
Evan Cheng
2007-01-31
Specify the right CC for comparison libcalls.
Evan Cheng
2007-01-31
Observe -soft-float.
Evan Cheng
2007-01-30
- Fix codegen for pc relative constant (e.g. JT) in thumb mode:
Evan Cheng
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-22
Use bl to call Thumb fuctions directly.
Evan Cheng
2007-01-19
isDarwin -> isTargetDarwin
Evan Cheng
2007-01-19
ARM backend contribution from Apple.
Evan Cheng