index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Mips
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[mips] Add an assert in getTargetStreamer()
Miloš Stojanović
2019-12-16
1
-0
/
+2
*
[mips] Fix sc, scs, ll, lld instructions expanding
Simon Atanasyan
2019-11-27
1
-45
/
+124
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[mips] Remove unused `IsPCRelativeLoad` MIPS instructions attribute. NFC
Simon Atanasyan
2019-11-21
1
-2
/
+1
*
[mips] Put conditions when we need to expand memory operand into a separate f...
Simon Atanasyan
2019-11-20
1
-29
/
+36
*
[mips] Make MipsAsmParser::isEvaluated static function. NFC
Simon Atanasyan
2019-11-20
1
-21
/
+20
*
[mips] Remove old FIXME comment. NFC
Simon Atanasyan
2019-11-16
1
-2
/
+0
*
[mips] Enable `la` pseudo instruction on 64-bit arch.
Simon Atanasyan
2019-11-15
1
-5
/
+1
*
[mips] Do not emit R_MIPS_JALR for sym+offset in case of O32 ABI
Simon Atanasyan
2019-11-15
1
-1
/
+14
*
[mips] Use local variable to escape repetitive calls of `getOpcode`. NFC
Simon Atanasyan
2019-11-14
1
-13
/
+10
*
[mips] Use isInt<> call instead of explicit range checking. NFC
Simon Atanasyan
2019-11-14
1
-2
/
+1
*
[mips] Add tests to check `jal sym+offset`. NFC
Simon Atanasyan
2019-11-13
1
-2
/
+0
*
[mips] Support `octeon+` CPU in the `.set arch=` directive
Simon Atanasyan
2019-11-07
1
-2
/
+3
*
[mips] Implement Octeon+ `saa` and `saad` instructions
Simon Atanasyan
2019-11-07
1
-3
/
+48
*
[mips] Split long lines in the code. NFC
Simon Atanasyan
2019-11-03
1
-2
/
+2
*
[mips] Use `expandLoadAddress` for JAL expansion
Simon Atanasyan
2019-10-23
1
-47
/
+9
*
[mips] Implement `la` macro expansion for N32 ABI
Simon Atanasyan
2019-10-23
1
-1
/
+1
*
[mips] Rely on GPR size not ABI when select instruction to load value into re...
Simon Atanasyan
2019-10-12
1
-9
/
+5
*
[mips] Fix `loadImmediate` calls when load non-address values.
Simon Atanasyan
2019-10-12
1
-5
/
+5
*
[mips] Remove unused local variables. NFC
Simon Atanasyan
2019-10-11
1
-19
/
+11
*
[mips] Store 64-bit `li.d' operand as a single 8-byte value
Simon Atanasyan
2019-10-11
1
-4
/
+4
*
[mips] Use less instruction to load zero into FPR by li.s / li.d pseudos
Simon Atanasyan
2019-10-11
1
-13
/
+18
*
[mips] Fix loading "double" immediate into a GPR and FPR
Simon Atanasyan
2019-10-11
1
-6
/
+14
*
[mips] Rename local variable. NFC
Simon Atanasyan
2019-10-09
1
-19
/
+19
*
[mips] Split expandLoadImmReal into multiple methods. NFC
Simon Atanasyan
2019-10-09
1
-154
/
+205
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-11
/
+9
*
[mips] Expand 'lw/sw' instructions for 32-bit GOT
Simon Atanasyan
2019-09-18
1
-17
/
+64
*
[mips] Reduce code duplication in the `loadAndAddSymbolAddress`. NFC
Simon Atanasyan
2019-09-18
1
-106
/
+57
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-9
/
+12
*
[mips] Inline emitStoreWithSymOffset and emitLoadWithSymOffset methods. NFC
Simon Atanasyan
2019-08-29
1
-6
/
+11
*
[mips] Fix expanding `lw/sw $reg1, symbol($reg2)` instruction
Simon Atanasyan
2019-08-29
1
-3
/
+3
*
[mips] Reduce number of instructions used for loading a global symbol's value
Simon Atanasyan
2019-08-23
1
-5
/
+13
*
[mips] Do not include offset into `%got` expression for global symbols
Simon Atanasyan
2019-08-23
1
-14
/
+18
*
[mips] Replace call `expandLoadAddress` by `loadAndAddSymbolAddress`. NFC
Simon Atanasyan
2019-08-21
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-8
/
+8
*
[Mips] Instruction `sc` now accepts symbol as an argument
Simon Atanasyan
2019-08-07
1
-29
/
+52
*
[mips] Fix lowering load/store instruction in PIC case
Simon Atanasyan
2019-08-01
1
-1
/
+18
*
[mips] Implement .cplocal directive
Simon Atanasyan
2019-07-17
1
-13
/
+54
*
[mips] Implement sge/sgeu pseudo instructions
Simon Atanasyan
2019-07-09
1
-0
/
+104
*
[mips] Implement sgt/sgtu pseudo instructions with immediate operand
Simon Atanasyan
2019-07-09
1
-0
/
+55
*
[mips] Refactor expandSeq and expandSeqI methods. NFC
Simon Atanasyan
2019-07-04
1
-41
/
+43
*
[Mips] Add s.d instruction alias for Mips1
Simon Atanasyan
2019-06-12
1
-0
/
+50
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[Mips] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[mips] Remove unused FGRH32 register class. NFC
Simon Atanasyan
2019-04-03
1
-13
/
+0
*
[mips] Fix crash on recursive using of .set
Simon Atanasyan
2019-03-19
1
-10
/
+9
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
[next]