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-05-13
Remove the MachineMove class.
Rafael Espindola
2013-05-11
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-10
Remove unused argument.
Rafael Espindola
2013-05-04
AArch64: enable MCJIT and tests now that everything passes.
Tim Northover
2013-05-04
AArch64: implement first relocation required for MCJIT
Tim Northover
2013-05-04
Build system changes to enable MCJIT on AArch64
Tim Northover
2013-05-04
AArch64: assert code model is small for TLS accesses
Tim Northover
2013-05-04
AArch64: support literal pool access in large memory model.
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-28
AArch64 InstrFormats:
Jia Liu
2013-04-23
AArch64: remove unnecessary check that RS is valid
Tim Northover
2013-04-20
AArch64: remove useless comment
Tim Northover
2013-04-20
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-11
Fix undefined behavior in AArch64
David Majnemer
2013-04-08
AArch64: remove barriers from AArch64 atomic operations.
Tim Northover
2013-04-03
AArch64: implement ETMv4 trace system registers.
Tim Northover
2013-04-03
AArch64: switch patterns to be type-based rather than RegClass-based
Tim Northover
2013-03-28
AArch64: implement GICv3 system registers
Tim Northover
2013-03-27
Switch to LLVM support function abs64 to keep VS2008 happy.
Tim Northover
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-15
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-14
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
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
[next]