summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64TargetMachine.cpp
Commit message (Expand)AuthorAge
* Move AArch64TargetLowering to AArch64Subtarget.Eric Christopher2014-06-10
* Move AArch64InstrInfo to AArch64Subtarget.Eric Christopher2014-06-10
* Move AArch64SelectionDAGInfo down to the subtarget.Eric Christopher2014-06-10
* Have AArch64SelectionDAGInfo take a DataLayout parameter ratherEric Christopher2014-06-10
* Move DataLayout onto the AArch64 subtarget.Eric Christopher2014-06-10
* Move AArch64FrameLowering into the subtarget.Eric Christopher2014-06-10
* Remove the uses of AArch64TargetMachine and AArch64Subtarget fromEric Christopher2014-06-10
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [AArch64] Enable global merge pass.Jiangning Liu2014-04-22
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* [AArch64] Add support for TargetTransformInfo Analysis.Chad Rosier2014-02-20
* Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine....Christian Pirker2014-02-19
* Test commit - added a new line to lib/Target/AArch64/AArch64TargetMachine.cpp.Christian Pirker2014-02-19
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* Simplify the datalayout string of ARM and AArch64.Rafael Espindola2013-12-12
* Remove the MachineMove class.Rafael Espindola2013-05-13
* AArch64: add branch fixup pass.Tim Northover2013-02-15
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-15
* AArch64: add block comments where missingTim Northover2013-02-14
* Add AArch64 as an experimental target.Tim Northover2013-01-31