aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-096-107/+94
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-238-82/+76
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0214-115/+180
* Update LLVM for rebase to r212749.Stephen Hines2014-07-219-41/+52
* Updated the makefiles to use AArch64 name.Chris Wailes2014-06-041-8/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2917-1681/+2804
* Update to LLVM 3.5a.Stephen Hines2014-04-2411-106/+187
* Make LLVM build on AArch64.Tim Murray2014-03-141-0/+55
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-192-3/+8
* Revert r194865 and r194874.Alexey Samsonov2013-11-182-8/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-152-3/+8
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-0/+29
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-4/+2
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-5/+4
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+1
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-092-4/+5
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-0/+27
* AArch64: add initial NEON supportTim Northover2013-08-011-1/+1
* Make some arrays 'static const'Craig Topper2013-07-151-20/+28
* Remove address spaces from MC.Rafael Espindola2013-07-021-5/+4
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-5/+5
* Remove the MachineMove class.Rafael Espindola2013-05-131-4/+5
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* AArch64: implement first relocation required for MCJITTim Northover2013-05-041-0/+6
* AArch64: implement large code model access to global variables.Tim Northover2013-05-041-0/+20
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-4/+5
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-281-11/+0
* Remove some unused private fields from the AArch64MCCodeEmitter. TheseChandler Carruth2013-02-191-7/+2
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-2/+2
* AArch64: add block comments where missingTim Northover2013-02-145-0/+25
* Fix formatting in AArch64 backend.Tim Northover2013-02-053-69/+70
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-054-1578/+3
* Give explicit suffix to integer constant over 32-bits.Tim Northover2013-02-041-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-3116-0/+3969