aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64
Commit message (Expand)AuthorAgeFilesLines
* 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
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-032-0/+432
* AArch64: switch patterns to be type-based rather than RegClass-basedTim Northover2013-04-031-503/+492
* AArch64: implement GICv3 system registersTim Northover2013-03-282-5/+141
* Switch to LLVM support function abs64 to keep VS2008 happy.Tim Northover2013-03-271-3/+3
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-1/+1
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-37/+46
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-141-54/+1
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-081-0/+3
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-283-27/+30
* AArch64: be more careful resorting to inefficient addressing for weak vars.Tim Northover2013-02-281-5/+4