summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-8357/+0
|
* Address a few issues in the expansion of li.d and li.s:visa2019-07-281-8/+15
| | | | | | | - In the N64 mode, properly load the whole immediate value in the destination register even if the lower 32 bits are zero. - Ensure correct alignment of memory operands. - Fix the endianess of memory operands.
* Implement .cplocal directive. Needed when building libcrypto.visa2019-06-241-8/+46
|
* Implement SGE pseudo-instructions. Needed when building libcrypto.visa2019-06-241-0/+79
|
* Fix a bug in memory operand handling. If a load or store uses a symbolvisa2019-06-241-0/+4
| | | | | | | | | | | | as a memory operand, the assembler generates incorrect relocations in PIC mode. As a simple fix, expand the instruction into an address load sequence, which works, that is followed by the actual memory instruction. Note that the generated sequence is not always optimal. If the symbol has a small offset, the offset could be fused with the memory instruction. The fix does not achieve that, however. A symbol offset adds an extra instruction.
* Import LLVM 8.0.0 release including clang, lld and lldb.patrick2019-06-231-124/+81
|
* Import LLVM 7.0.1 release including clang, lld and lldb.patrick2019-01-271-284/+536
|
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-061-13/+90
| | | | "where is the kaboom?" deraadt@
* Import LLVM 5.0.1 release including clang, lld and lldb.patrick2017-12-241-4/+230
|
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-041-190/+1132
|
* Import LLVM 4.0.0 release including clang and lld.patrick2017-03-141-4/+13
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-241-361/+749
| | | | development effort on OpenBSD/arm64.
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-775/+949
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+6204
ok hackroom@