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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a quick hack so clang does not use mul type instructions on mips.
meklort-10.0.1
Evan Lojewski
2020-08-01
1
-15
/
+36
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
6
-6
/
+6
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-3
/
+3
*
[MIPS] Don't emit R_(MICRO)MIPS_JALR relocations against data symbols
Alex Richardson
2020-01-13
1
-0
/
+9
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-2
/
+0
*
[TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...
Craig Topper
2020-01-10
1
-3
/
+0
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
2
-2
/
+2
*
MipsDelaySlotFiller: Update registers def-uses for BUNDLE instructions
Alex Richardson
2020-01-09
1
-2
/
+10
*
Fix "use of uninitialized variable" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-07
1
-2
/
+2
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-2
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-4
/
+5
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
GlobalISel: Add type argument to getRegBankFromRegClass
Matt Arsenault
2020-01-03
2
-4
/
+5
*
[MIPS GlobalISel] Select bitreverse. Recommit
Petar Avramovic
2019-12-30
1
-0
/
+4
*
Revert "[MIPS GlobalISel] Select bitreverse"
Dmitri Gribenko
2019-12-30
1
-4
/
+0
*
[MIPS GlobalISel] Select bitreverse
Petar Avramovic
2019-12-30
1
-0
/
+4
*
[MIPS GlobalISel] Select bswap
Petar Avramovic
2019-12-30
2
-0
/
+14
*
[SelectionDAG] Disallow indirect "i" constraint
Fangrui Song
2019-12-29
2
-5
/
+0
*
Revert "Honor -fuse-init-array when os is not specified on x86"
Mitch Phillips
2019-12-17
1
-0
/
+1
*
Honor -fuse-init-array when os is not specified on x86
Kamlesh Kumar
2019-12-16
1
-1
/
+0
*
[mips] Add an assert in getTargetStreamer()
Miloš Stojanović
2019-12-16
1
-0
/
+2
*
[Mips] Fix gcc -Wunused-but-set-variable in -DLLVM_ENABLE_ASSERTIONS=Off buil...
Fangrui Song
2019-12-13
1
-0
/
+1
*
[Legalizer] Making artifact combining order-independent
Roman Tereshin
2019-12-13
1
-1
/
+2
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
1
-2
/
+4
*
[Mips] Add support for min/max/umin/umax atomics
Mirko Brkusanin
2019-12-12
6
-28
/
+385
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
4
-0
/
+4
*
[MCRegInfo] Add forward sub and super register iterators. (NFC)
Florian Hahn
2019-12-05
1
-14
/
+10
*
Allow negative offsets in MipsMCInstLower::LowerOperand
Alex Richardson
2019-12-04
2
-7
/
+5
*
Handle BUNDLE instructions in MipsAsmPrinter
Alex Richardson
2019-12-04
1
-0
/
+4
*
MipsDelaySlotFiller: Don't move BUNDLE instructions into the delay slot
Alex Richardson
2019-12-04
1
-0
/
+6
*
Add debug output to MipsDelaySlotFiller pass
Alex Richardson
2019-12-04
1
-5
/
+28
*
[mips] Fix sc, scs, ll, lld instructions expanding
Simon Atanasyan
2019-11-27
8
-88
/
+143
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
4
-4
/
+4
*
[mips] Add a 'generic' Mips CPU
Miloš Stojanović
2019-11-21
1
-0
/
+1
*
[mips] Remove unused `IsPCRelativeLoad` MIPS instructions attribute. NFC
Simon Atanasyan
2019-11-21
3
-11
/
+3
*
[mips] Define mem_simm# operands using tblgen `foreach` loop. NFC
Simon Atanasyan
2019-11-20
1
-29
/
+5
*
[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] Joint MipsMemSimmXXXAsmOperand into the single template class. NFC
Simon Atanasyan
2019-11-19
2
-60
/
+14
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
1
-1
/
+2
*
[mips] Remove redundant cast. NFC
Simon Atanasyan
2019-11-16
1
-10
/
+7
*
[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 GlobalISel] Select andi, ori and xori
Petar Avramovic
2019-11-15
1
-3
/
+6
*
[MIPS GlobalISel] Select addiu
Petar Avramovic
2019-11-15
1
-1
/
+2
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
[mips][NFC] Remove old FIXME comment
Miloš Stojanović
2019-11-14
1
-1
/
+0
*
[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
[next]