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
/
ARMTargetObjectFile.cpp
Age
Commit message (
Expand
)
Author
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Use isOSNaCl and minimize some LOCALMODs
David Sehr
2012-11-29
Fix LibCall simplification and ARM EH
Derek Schuff
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-16
Control LSDA only on native client
David Sehr
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-19
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-01-25
Properly emit ctors / dtors with priorities into desired sections
Anton Korobeynikov
2011-12-03
Emit the ctors in the proper order on ARM/EABI.
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2010-10-11
Second set of ARM/MC/ELF changes.
Jason W Kim
2010-04-08
delete a forwarding function.
Chris Lattner
2010-03-15
Now that the default for Darwin platforms is to place the LSDA into the TEXT
Bill Wendling
2010-03-09
The ARM EH experiment worked!
Bill Wendling