aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/AArch64ISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-151-0/+52
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-131-1/+1
* AArch64: add initial NEON supportTim Northover2013-08-011-1/+521
* AArch64: fix even more JIT failuresTim Northover2013-07-251-1/+1
* Make some arrays 'static const'Craig Topper2013-07-151-10/+10
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-3/+3
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-091-0/+21
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-041-3/+0
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-041-0/+3
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-031-3/+0
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* Don't cache the instruction info and register info objects.Bill Wendling2013-06-071-8/+4
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-3/+4
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-29/+29
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* AArch64: assert code model is small for TLS accessesTim Northover2013-05-041-0/+2
* AArch64: support large code model for jump-tablesTim Northover2013-05-041-5/+18
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-041-11/+20
* AArch64: implement large code model access to global variables.Tim Northover2013-05-041-5/+43
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-201-4/+0
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-081-104/+38
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-081-0/+3
* AArch64: be more careful resorting to inefficient addressing for weak vars.Tim Northover2013-02-281-5/+4
* AArch64: don't drop GlobalAddress offset when handling extern_weak decls.Tim Northover2013-02-281-4/+10
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-281-18/+9
* AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer2013-02-171-3/+3
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-151-2/+8
* AArch64: stop claiming that NEON registers are usable for now.Tim Northover2013-02-141-11/+0
* Spelling correctionJoel Jones2013-02-101-1/+1
* Implement external weak (ELF) symbols on AArch64Tim Northover2013-02-061-2/+13
* Move MRI liveouts to AArch64 return instructions.Jakob Stoklund Olesen2013-02-051-13/+10
* Fix signed-unsigned comparison warning.Tim Northover2013-02-051-8/+10
* Fix formatting in AArch64 backend.Tim Northover2013-02-051-22/+36
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-051-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+2957