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
/
MCTargetDesc
/
ARMELFStreamer.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-16
Fix build failure introduced in 179591 when assertions are disabled.
Logan Chien
2013-04-16
Implement ARM unwind opcode assembler.
Logan Chien
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-04
Remove the unnecessary hack and document the actually necessary one.
Derek Schuff
2013-02-04
Cherry-pick not-yet-committed upstream change to fix relaxation at bundle end
Derek Schuff
2013-01-31
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-30
Override virtual function for ARM EH directives.
Logan Chien
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-08
Simplify code. Sort includes. No functionality change.
Benjamin Kramer
2012-12-08
Fix a use-after-free bug found by ASan. You can't assign a temporary
Chandler Carruth
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover