summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/MCTargetDesc
Commit message (Expand)AuthorAge
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-31
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-04
* AArch64: add initial NEON supportTim Northover2013-08-01
* Make some arrays 'static const'Craig Topper2013-07-15
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Remove unused argument.Rafael Espindola2013-05-10
* AArch64: implement first relocation required for MCJITTim Northover2013-05-04
* AArch64: implement large code model access to global variables.Tim Northover2013-05-04
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-28
* 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: add block comments where missingTim Northover2013-02-14
* Fix formatting in AArch64 backend.Tim Northover2013-02-05
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-05
* Give explicit suffix to integer constant over 32-bits.Tim Northover2013-02-04
* Add AArch64 as an experimental target.Tim Northover2013-01-31