index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
AArch64
Age
Commit message (
Expand
)
Author
2013-03-08
AArch64: expand sincos operations, we don't support them.
Tim Northover
2013-02-28
AArch64: remove post-encoder method from FCMP (immediate) instructions.
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-24
Typo
Francois Pichet
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-19
Remove some unused private fields from the AArch64MCCodeEmitter. These
Chandler Carruth
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-17
AArch64: Avoid shifts by 64, that's undefined behavior.
Benjamin Kramer
2013-02-15
AArch64: add branch fixup pass.
Tim Northover
2013-02-15
AArch64: remove ConstantIsland pass & put literals in separate section.
Tim Northover
2013-02-15
AArch64: refactor frame handling to use movz/movk for overlarge offsets.
Tim Northover
2013-02-14
AArch64: switch from neverHasSideEffects to hasSideEffects.
Tim Northover
2013-02-14
AArch64: stop claiming that NEON registers are usable for now.
Tim Northover
2013-02-14
AArch64: add block comments where missing
Tim Northover
2013-02-11
AArch64: fix build on some MSVC versions
Tim Northover
2013-02-11
AArch64: Simplify logic in deciding whether bfi is valid
Tim Northover
2013-02-11
Make use of DiagnosticType to provide better AArch64 diagnostics.
Tim Northover
2013-02-10
Spelling correction
Joel Jones
2013-02-06
Implement external weak (ELF) symbols on AArch64
Tim Northover
2013-02-06
Add AArch64 CRC32 instructions
Tim Northover
2013-02-06
Add icache prefetch operations to 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 remaining StringRef abuse.
Tim Northover
2013-02-05
Fix formatting in AArch64 backend.
Tim Northover
2013-02-05
Remove cyclic dependency in AArch64 libraries
Tim Northover
2013-02-04
Fix some abuses of StringRef
Tim Northover
2013-02-04
Give explicit suffix to integer constant over 32-bits.
Tim Northover
2013-02-01
Remove currently unused register decoder from AArch64.
Tim Northover
2013-01-31
Update AArch64 backend to changed eliminateFrameIndex interface.
Tim Northover
2013-01-31
Add AArch64 as an experimental target.
Tim Northover