| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement AArch64 post-index vector load/store multiple N-element structure c... | Hao Liu | 2013-11-05 | 1 | -0/+135 |
* | Implemented aarch64 neon intrinsic vcopy_lane with float type. | Kevin Qin | 2013-11-05 | 1 | -3/+6 |
* | [AArch64] Make the use of FP instructions optional, but enabled by default. | Amara Emerson | 2013-10-31 | 1 | -21/+29 |
* | [AArch64] Add support for NEON scalar floating-point compare instructions. | Chad Rosier | 2013-10-30 | 1 | -1/+4 |
* | [AArch64] Implement FrameAddr and ReturnAddr | Weiming Zhao | 2013-10-29 | 1 | -0/+41 |
* | [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen. | Amara Emerson | 2013-10-24 | 1 | -2/+6 |
* | Implement aarch64 neon instruction set AdvSIMD (copy). | Kevin Qin | 2013-10-11 | 1 | -4/+194 |
* | Implement AArch64 vector load/store multiple N-element structure class SIMD(l... | Hao Liu | 2013-10-10 | 1 | -0/+54 |
* | Revert "Implement AArch64 vector load/store multiple N-element structure clas... | Rafael Espindola | 2013-10-10 | 1 | -54/+0 |
* | Implement AArch64 vector load/store multiple N-element structure class SIMD(l... | Hao Liu | 2013-10-10 | 1 | -0/+54 |
* | [AArch64] Add support for NEON scalar arithmetic instructions: | Chad Rosier | 2013-10-07 | 1 | -0/+3 |
* | Implement aarch64 neon instruction set AdvSIMD (3V elem). | Jiangning Liu | 2013-10-04 | 1 | -0/+45 |
* | Initial support for Neon scalar instructions. | Jiangning Liu | 2013-09-24 | 1 | -0/+11 |
* | AArch64: use RegisterOperand for NEON registers. | Tim Northover | 2013-09-13 | 1 | -17/+13 |
* | Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc... | Hao Liu | 2013-09-04 | 1 | -8/+82 |
* | Clang and AArch64 backend patches to support shll/shl and vmovl instructions ... | Hao Liu | 2013-08-15 | 1 | -0/+52 |
* | Update makeLibCall to return both the call and the chain associated with the ... | Michael Gottesman | 2013-08-13 | 1 | -1/+1 |
* | AArch64: add initial NEON support | Tim Northover | 2013-08-01 | 1 | -1/+521 |
* | AArch64: fix even more JIT failures | Tim Northover | 2013-07-25 | 1 | -1/+1 |
* | Make some arrays 'static const' | Craig Topper | 2013-07-15 | 1 | -10/+10 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-14 | 1 | -3/+3 |
* | AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all | Stephen Lin | 2013-07-09 | 1 | -0/+21 |
* | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -3/+0 |
* | Revert r185595-185596 which broke buildbots. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -0/+3 |
* | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-03 | 1 | -3/+0 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 1 | -1/+1 |
* | Don't cache the instruction info and register info objects. | Bill Wendling | 2013-06-07 | 1 | -8/+4 |
* | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -3/+4 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 1 | -29/+29 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 1 | -1/+1 |
* | Add LLVMContext argument to getSetCCResultType | Matt Arsenault | 2013-05-18 | 1 | -1/+1 |
* | AArch64: assert code model is small for TLS accesses | Tim Northover | 2013-05-04 | 1 | -0/+2 |
* | AArch64: support large code model for jump-tables | Tim Northover | 2013-05-04 | 1 | -5/+18 |
* | AArch64: implement support for blockaddress in large code model | Tim Northover | 2013-05-04 | 1 | -11/+20 |
* | AArch64: implement large code model access to global variables. | Tim Northover | 2013-05-04 | 1 | -5/+43 |
* | Remove unused ShouldFoldAtomicFences flag. | Tim Northover | 2013-04-20 | 1 | -4/+0 |
* | AArch64: remove barriers from AArch64 atomic operations. | Tim Northover | 2013-04-08 | 1 | -104/+38 |
* | AArch64: expand sincos operations, we don't support them. | Tim Northover | 2013-03-08 | 1 | -0/+3 |
* | AArch64: be more careful resorting to inefficient addressing for weak vars. | Tim Northover | 2013-02-28 | 1 | -5/+4 |
* | AArch64: don't drop GlobalAddress offset when handling extern_weak decls. | Tim Northover | 2013-02-28 | 1 | -4/+10 |
* | AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations. | Tim Northover | 2013-02-28 | 1 | -18/+9 |
* | AArch64: Avoid shifts by 64, that's undefined behavior. | Benjamin Kramer | 2013-02-17 | 1 | -3/+3 |
* | AArch64: remove ConstantIsland pass & put literals in separate section. | Tim Northover | 2013-02-15 | 1 | -2/+8 |
* | AArch64: stop claiming that NEON registers are usable for now. | Tim Northover | 2013-02-14 | 1 | -11/+0 |
* | Spelling correction | Joel Jones | 2013-02-10 | 1 | -1/+1 |
* | Implement external weak (ELF) symbols on AArch64 | Tim Northover | 2013-02-06 | 1 | -2/+13 |
* | Move MRI liveouts to AArch64 return instructions. | Jakob Stoklund Olesen | 2013-02-05 | 1 | -13/+10 |
* | Fix signed-unsigned comparison warning. | Tim Northover | 2013-02-05 | 1 | -8/+10 |
* | Fix formatting in AArch64 backend. | Tim Northover | 2013-02-05 | 1 | -22/+36 |
* | Remove cyclic dependency in AArch64 libraries | Tim Northover | 2013-02-05 | 1 | -1/+1 |