| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement aarch64 neon instruction set AdvSIMD (Across). | Jiangning Liu | 2013-10-05 | 2 | -0/+144 |
* | Implement aarch64 neon instruction set AdvSIMD (3V elem). | Jiangning Liu | 2013-10-04 | 6 | -53/+937 |
* | Initial support for Neon scalar instructions. | Jiangning Liu | 2013-09-24 | 6 | -47/+271 |
* | ISelDAG: spot chain cycles involving MachineNodes | Tim Northover | 2013-09-22 | 1 | -0/+1 |
* | Added support for generate DWARF .debug_aranges sections automatically. | Richard Mitton | 2013-09-19 | 1 | -1/+1 |
* | Implement 3 AArch64 neon instructions : umov smov ins. | Kevin Qin | 2013-09-17 | 5 | -14/+468 |
* | AArch64: use RegisterOperand for NEON registers. | Tim Northover | 2013-09-13 | 9 | -271/+230 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 1 | -2/+3 |
* | Generate compact unwind encoding from CFI directives. | Bill Wendling | 2013-09-09 | 2 | -4/+5 |
* | Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow... | Jiangning Liu | 2013-09-09 | 2 | -1/+696 |
* | Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc... | Hao Liu | 2013-09-04 | 6 | -38/+805 |
* | Clean up some usage of Triple. The base class has methods for determining if... | Cameron Esfahani | 2013-08-29 | 1 | -1/+1 |
* | A minor change for an obvous problem caused by r188451: | Hao Liu | 2013-08-21 | 1 | -1/+1 |
* | Clang and AArch64 backend patches to support shll/shl and vmovl instructions ... | Hao Liu | 2013-08-15 | 4 | -1/+220 |
* | Update makeLibCall to return both the call and the chain associated with the ... | Michael Gottesman | 2013-08-13 | 1 | -1/+1 |
* | Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ... | NAKAMURA Takumi | 2013-08-06 | 1 | -0/+2 |
* | AArch64: add initial NEON support | Tim Northover | 2013-08-01 | 17 | -35/+2649 |
* | AArch64: fix even more JIT failures | Tim Northover | 2013-07-25 | 2 | -4/+4 |
* | Make some arrays 'static const' | Craig Topper | 2013-07-15 | 3 | -43/+51 |
* | Add const qualifier to some static arrays. | Craig Topper | 2013-07-15 | 2 | -6/+6 |
* | 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 | 2 | -5/+26 |
* | Use a OwningPtr instead of a manual delete. | Rafael Espindola | 2013-07-04 | 1 | -5/+3 |
* | Fix leak. Should bring back the valgrind bot. | Rafael Espindola | 2013-07-04 | 1 | -0/+1 |
* | 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 |
* | Remove address spaces from MC. | Rafael Espindola | 2013-07-02 | 3 | -7/+6 |
* | AArch64: correct CodeGen of MOVZ/MOVK combinations. | Tim Northover | 2013-07-01 | 2 | -10/+14 |
* | The getRegForInlineAsmConstraint function should only accept MVT value types. | Chad Rosier | 2013-06-22 | 2 | -2/+2 |
* | Use pointers to the MCAsmInfo and MCRegInfo. | Bill Wendling | 2013-06-18 | 2 | -6/+6 |
* | DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI... | David Blaikie | 2013-06-16 | 4 | -59/+0 |
* | Don't cache the instruction info and register info objects. | Bill Wendling | 2013-06-07 | 6 | -28/+22 |
* | Cache the TargetLowering info object as a pointer. | Bill Wendling | 2013-06-06 | 1 | -6/+6 |
* | Make SubRegIndex size mandatory, following r183020. | Ahmed Bougacha | 2013-05-31 | 1 | -6/+6 |
* | Order CALLSEQ_START and CALLSEQ_END nodes. | Andrew Trick | 2013-05-29 | 1 | -3/+4 |
* | AArch64: clarify -help message | Tim Northover | 2013-05-28 | 1 | -1/+1 |
* | Track IR ordering of SelectionDAG nodes 2/4. | Andrew Trick | 2013-05-25 | 3 | -41/+41 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 3 | -3/+3 |
* | Remove the Copied parameter from MemoryObject::readBytes. | Benjamin Kramer | 2013-05-24 | 1 | -1/+1 |
* | MC: Disassembled CFG reconstruction. | Ahmed Bougacha | 2013-05-24 | 1 | -5/+5 |
* | AArch64: add CMake dependency to fix very parallel builds | Tim Northover | 2013-05-18 | 1 | -0/+2 |
* | Add LLVMContext argument to getSetCCResultType | Matt Arsenault | 2013-05-18 | 2 | -2/+2 |
* | Remove addFrameMove. | Rafael Espindola | 2013-05-16 | 1 | -11/+13 |
* | Remove the MachineMove class. | Rafael Espindola | 2013-05-13 | 2 | -4/+6 |
* | Change getFrameMoves to return a const reference. | Rafael Espindola | 2013-05-11 | 1 | -5/+4 |
* | Remove unused argument. | Rafael Espindola | 2013-05-10 | 1 | -1/+1 |
* | AArch64: enable MCJIT and tests now that everything passes. | Tim Northover | 2013-05-04 | 1 | -1/+1 |
* | AArch64: implement first relocation required for MCJIT | Tim Northover | 2013-05-04 | 1 | -0/+6 |
* | Build system changes to enable MCJIT on AArch64 | Tim Northover | 2013-05-04 | 1 | -1/+1 |