summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64ISelLowering.cpp
Commit message (Expand)AuthorAge
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-31
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-30
* [AArch64] Implement FrameAddr and ReturnAddrWeiming Zhao2013-10-29
* [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.Amara Emerson2013-10-24
* Implement aarch64 neon instruction set AdvSIMD (copy).Kevin Qin2013-10-11
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-10
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-07
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-04
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* AArch64: use RegisterOperand for NEON registers.Tim Northover2013-09-13
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-04
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-15
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-13
* AArch64: add initial NEON supportTim Northover2013-08-01
* AArch64: fix even more JIT failuresTim Northover2013-07-25
* Make some arrays 'static const'Craig Topper2013-07-15
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-04
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-03
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Don't cache the instruction info and register info objects.Bill Wendling2013-06-07
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* AArch64: assert code model is small for TLS accessesTim Northover2013-05-04
* AArch64: support large code model for jump-tablesTim Northover2013-05-04
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-04
* AArch64: implement large code model access to global variables.Tim Northover2013-05-04
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-08
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-08
* AArch64: be more careful resorting to inefficient addressing for weak vars.Tim Northover2013-02-28
* AArch64: don't drop GlobalAddress offset when handling extern_weak decls.Tim Northover2013-02-28
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-28
* AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer2013-02-17
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-15
* AArch64: stop claiming that NEON registers are usable for now.Tim Northover2013-02-14
* Spelling correctionJoel Jones2013-02-10
* Implement external weak (ELF) symbols on AArch64Tim Northover2013-02-06
* Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen2013-02-05
* Fix signed-unsigned comparison warning.Tim Northover2013-02-05
* Fix formatting in AArch64 backend.Tim Northover2013-02-05
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31