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
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mips] Fix evaluating J-format branch targets
Simon Atanasyan
2019-10-07
1
-4
/
+7
*
[mips] Push `fixup_Mips_LO16` fixup for `jialc` and `jic` instructions
Simon Atanasyan
2019-10-03
1
-2
/
+5
*
[mips] Fix code indentation. NFC
Simon Atanasyan
2019-09-30
1
-3
/
+3
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
3
-11
/
+8
*
[Alignment] Introduce llvm::Align to MCSection
Guillaume Chatelet
2019-09-13
2
-7
/
+10
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
2
-3
/
+4
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
2
-2
/
+2
*
[mips] Inline emitStoreWithSymOffset and emitLoadWithSymOffset methods. NFC
Simon Atanasyan
2019-08-29
1
-41
/
+0
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
1
-1
/
+1
*
[mips] Remove duplicated case from the `StringSwitch`. NFC
Simon Atanasyan
2019-08-21
1
-1
/
+0
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[mips] Make a couple of class methods plain static functions. NFC
Simon Atanasyan
2019-08-07
1
-9
/
+9
*
[mips] Use isMicroMips() function to check enabled feature flag. NFC
Simon Atanasyan
2019-08-07
1
-2
/
+1
*
[Mips] Instruction `sc` now accepts symbol as an argument
Simon Atanasyan
2019-08-07
1
-0
/
+52
*
[mips] Implement .cplocal directive
Simon Atanasyan
2019-07-17
1
-20
/
+47
*
Delete dead stores
Fangrui Song
2019-07-12
1
-2
/
+1
*
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
*
[ARM] Support .reloc *, R_ARM_NONE, *
Fangrui Song
2019-05-17
3
-8
/
+3
*
[mips] LLVM and GAS now use same instructions for CFA Definition. NFCI
Simon Atanasyan
2019-05-15
1
-1
/
+1
*
[Mips] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
2
-5
/
+1
*
[Mips] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
6
-3
/
+403
*
[mips] Emit `.module softfloat` directive
Simon Atanasyan
2019-02-26
1
-2
/
+5
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
3
-5
/
+4
*
Reapply: [mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag
Simon Atanasyan
2019-01-24
2
-8
/
+11
*
Revert "[mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag"
Amara Emerson
2019-01-24
2
-11
/
+8
*
[mips] Handle MipsMCExpr sub-expression for the MEK_DTPREL tag
Simon Atanasyan
2019-01-23
2
-8
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
24
-96
/
+72
*
[mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25
Vladimir Stefanovic
2019-01-17
2
-1
/
+11
*
[mips][micrompis] Emit 16bit NOPs by default
Aleksandar Beserminji
2019-01-09
1
-1
/
+5
*
[mips] Show an error on attempt to use 64-bit PC-relative relocation
Simon Atanasyan
2018-12-29
1
-0
/
+4
*
[mips] Show a regular error message on attempt to use one byte relocation
Simon Atanasyan
2018-12-29
1
-1
/
+4
*
[mips] Enable using of integrated assembler in all cases.
Simon Atanasyan
2018-12-12
1
-21
/
+1
*
[mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts
Simon Atanasyan
2018-12-03
3
-0
/
+12
*
[mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALR
Vladimir Stefanovic
2018-11-21
3
-2
/
+18
*
[mips][micromips] Fix how values in .gcc_except_table are calculated
Aleksandar Beserminji
2018-10-16
2
-0
/
+10
*
[mips][micromips] Fix overlaping FDEs error
Aleksandar Beserminji
2018-10-15
2
-0
/
+24
*
[mips][micromips] Revert "Fix overlaping FDEs error"
Aleksandar Beserminji
2018-10-15
2
-24
/
+0
*
[mips][micromips] Fix overlaping FDEs error
Aleksandar Beserminji
2018-10-15
2
-0
/
+24
*
[mips] Set pointer size to 4 bytes for N32 ABI
Simon Atanasyan
2018-10-09
1
-2
/
+1
*
[mips] Add support MIPS r6 Debian triples
Simon Atanasyan
2018-09-27
1
-4
/
+11
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[mips][microMIPS] Fix the definition of MOVEP instruction
Simon Atanasyan
2018-09-19
1
-0
/
+6
*
[mips] Fix MIPS N32 ABI triples support
Simon Atanasyan
2018-09-17
3
-2
/
+9
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[mips] Replace custom parsing logic for data directives by the `addAliasForDi...
Simon Atanasyan
2018-07-25
2
-2
/
+9
*
[mips] Remove dead code. NFC
Simon Atanasyan
2018-07-11
2
-11
/
+0
*
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
Alexander Richardson
2018-06-25
3
-8
/
+5
*
[mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.
Brad Smith
2018-06-24
1
-0
/
+5
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
2
-3
/
+6
[next]