summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips][ias] Enable IAS by default for N64 on Debian mips64el.Simon Dardis2016-09-151-0/+4
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-0/+4
* Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...Daniel Sanders2016-08-081-0/+1
* Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...Daniel Sanders2016-08-081-1/+0
* [mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...Daniel Sanders2016-08-081-0/+1
* [mips] Correct label prefixes for N32 and N64.Daniel Sanders2016-07-191-2/+9
* [mips] Enable IAS by default for 32-bit MIPS targets (O32).Daniel Sanders2016-05-141-0/+5
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-6/+6
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-6/+6
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-6/+6
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-6/+6
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-2/+1
* Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders2015-05-201-13/+2
* [mips] The naming convention for private labels is ABI dependant.Daniel Sanders2015-05-201-2/+13
* Allow target to specify prefix for labelsMatt Arsenault2014-12-041-0/+1
* Remove HasLEB128.Rafael Espindola2014-08-151-1/+0
* Print a=b as an assignment.Rafael Espindola2014-06-241-1/+1
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-161-1/+0
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3
* This patch produces the correct pointer size Jack Carter2013-01-081-0/+4
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-1/+1
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+1
* 64-bit data directive.Akira Hatanaka2011-12-201-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka2011-09-211-1/+2
* Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng2011-07-151-0/+6
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+32
OpenPOWER on IntegriCloud