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
/
AArch64
/
AArch64ISelLowering.cpp
Age
Commit message (
Expand
)
Author
2013-05-04
AArch64: assert code model is small for TLS accesses
Tim Northover
2013-05-04
AArch64: support large code model for jump-tables
Tim Northover
2013-05-04
AArch64: implement support for blockaddress in large code model
Tim Northover
2013-05-04
AArch64: implement large code model access to global variables.
Tim Northover
2013-04-20
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-08
AArch64: remove barriers from AArch64 atomic operations.
Tim Northover
2013-03-08
AArch64: expand sincos operations, we don't support them.
Tim Northover
2013-02-28
AArch64: be more careful resorting to inefficient addressing for weak vars.
Tim Northover
2013-02-28
AArch64: don't drop GlobalAddress offset when handling extern_weak decls.
Tim Northover
2013-02-28
AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.
Tim Northover
2013-02-17
AArch64: Avoid shifts by 64, that's undefined behavior.
Benjamin Kramer
2013-02-15
AArch64: remove ConstantIsland pass & put literals in separate section.
Tim Northover
2013-02-14
AArch64: stop claiming that NEON registers are usable for now.
Tim Northover
2013-02-10
Spelling correction
Joel Jones
2013-02-06
Implement external weak (ELF) symbols on AArch64
Tim Northover
2013-02-05
Move MRI liveouts to AArch64 return instructions.
Jakob Stoklund Olesen
2013-02-05
Fix signed-unsigned comparison warning.
Tim Northover
2013-02-05
Fix formatting in AArch64 backend.
Tim Northover
2013-02-05
Remove cyclic dependency in AArch64 libraries
Tim Northover
2013-01-31
Add AArch64 as an experimental target.
Tim Northover