summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsExpandPseudo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Fix gcc -Wunused-but-set-variable in -DLLVM_ENABLE_ASSERTIONS=Off buil...Fangrui Song2019-12-131-0/+1
* [Mips] Add support for min/max/umin/umax atomicsMirko Brkusanin2019-12-121-7/+212
* [mips] Split long lines in the code. NFCSimon Atanasyan2019-11-031-2/+8
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-27/+27
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Fix atomic operations at O0, v3Aleksandar Beserminji2018-07-051-0/+702
* [mips] Revert fixes for PR32020.Simon Dardis2017-03-091-341/+0
* Recommit "[mips] Fix atomic compare and swap at O0."Simon Dardis2017-02-241-0/+341
* Delete MipsExpandPseudo.cpp.Akira Hatanaka2012-05-251-117/+0
* Remove pseudo instructions that are no longer used.Akira Hatanaka2012-05-251-6/+0
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-2/+2
* remove blanks, and some code formatJia Liu2012-02-281-4/+4
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-241-0/+6
* 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
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-4/+4
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-7/+6
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-8/+10
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-151-0/+116
OpenPOWER on IntegriCloud