summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
Commit message (Expand)AuthorAge
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Don't cache the instruction info and register info objects.Bill Wendling2013-06-07
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* AArch64: clarify -help messageTim Northover2013-05-28
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* AArch64: add CMake dependency to fix very parallel buildsTim Northover2013-05-18
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* Remove addFrameMove.Rafael Espindola2013-05-16
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Remove unused argument.Rafael Espindola2013-05-10
* AArch64: enable MCJIT and tests now that everything passes.Tim Northover2013-05-04
* AArch64: implement first relocation required for MCJITTim Northover2013-05-04
* Build system changes to enable MCJIT on AArch64Tim Northover2013-05-04
* AArch64: assert code model is small for TLS accessesTim Northover2013-05-04
* AArch64: support literal pool access in large memory model.Tim Northover2013-05-04
* AArch64: support large code model for jump-tablesTim Northover2013-05-04
* AArch64: implement support for blockaddress in large code modelTim Northover2013-05-04
* AArch64: implement large code model access to global variables.Tim Northover2013-05-04
* AArch64 InstrFormats:Jia Liu2013-04-28
* AArch64: remove unnecessary check that RS is validTim Northover2013-04-23
* AArch64: remove useless commentTim Northover2013-04-20
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Fix undefined behavior in AArch64David Majnemer2013-04-11
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-08
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-03
* AArch64: switch patterns to be type-based rather than RegClass-basedTim Northover2013-04-03
* AArch64: implement GICv3 system registersTim Northover2013-03-28
* Switch to LLVM support function abs64 to keep VS2008 happy.Tim Northover2013-03-27
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-14
* AArch64: expand sincos operations, we don't support them.Tim Northover2013-03-08
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-28
* AArch64: be more careful resorting to inefficient addressing for weak vars.Tim Northover2013-02-28
* AArch64: don't drop GlobalAddress offset when handling extern_weak decls.Tim Northover2013-02-28
* AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations.Tim Northover2013-02-28
* TypoFrancois Pichet2013-02-24
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* Remove some unused private fields from the AArch64MCCodeEmitter. TheseChandler Carruth2013-02-19
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* AArch64: Avoid shifts by 64, that's undefined behavior.Benjamin Kramer2013-02-17