aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64
Commit message (Expand)AuthorAgeFilesLines
* A minor change for an obvous problem caused by r188451:Hao Liu2013-08-211-1/+1
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-154-1/+220
* Update makeLibCall to return both the call and the chain associated with the ...Michael Gottesman2013-08-131-1/+1
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-061-0/+2
* AArch64: add initial NEON supportTim Northover2013-08-0117-35/+2649
* AArch64: fix even more JIT failuresTim Northover2013-07-252-4/+4
* Make some arrays 'static const'Craig Topper2013-07-153-43/+51
* Add const qualifier to some static arrays.Craig Topper2013-07-152-6/+6
* 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-092-5/+26
* Use a OwningPtr instead of a manual delete.Rafael Espindola2013-07-041-5/+3
* Fix leak. Should bring back the valgrind bot.Rafael Espindola2013-07-041-0/+1
* 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
* Remove address spaces from MC.Rafael Espindola2013-07-023-7/+6
* AArch64: correct CodeGen of MOVZ/MOVK combinations.Tim Northover2013-07-012-10/+14
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-222-2/+2
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-182-6/+6
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-164-59/+0
* Don't cache the instruction info and register info objects.Bill Wendling2013-06-076-28/+22
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-6/+6
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-311-6/+6
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-3/+4
* AArch64: clarify -help messageTim Northover2013-05-281-1/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-253-41/+41
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-243-3/+3
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-1/+1
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-5/+5
* AArch64: add CMake dependency to fix very parallel buildsTim Northover2013-05-181-0/+2
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-182-2/+2
* Remove addFrameMove.Rafael Espindola2013-05-161-11/+13
* Remove the MachineMove class.Rafael Espindola2013-05-132-4/+6
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-5/+4
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-041-1/+1
* AArch64: implement first relocation required for MCJITTim Northover2013-05-041-0/+6
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-041-1/+1
* AArch64: assert code model is small for TLS accessesTim Northover2013-05-041-0/+2
* AArch64: support literal pool access in large memory model.Tim Northover2013-05-041-20/+48
* 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-047-14/+126
* AArch64 InstrFormats:Jia Liu2013-04-281-1/+1
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-231-2/+3
* AArch64: remove useless commentTim Northover2013-04-201-2/+0
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-201-4/+0
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-4/+5
* Fix undefined behavior in AArch64David Majnemer2013-04-111-7/+11
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-083-145/+193