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
/
RISCV
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[RISCV] Lower inline asm constraint A for RISC-V
Lewis Revill
2019-08-16
3
-0
/
+23
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
3
-6
/
+6
*
[risc-v] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
6
-49
/
+49
*
[RISCV] Fix ICE in isDesirableToCommuteWithShift
Sam Elliott
2019-08-12
1
-2
/
+4
*
[RISCV] Allow ABI Names in Inline Assembly Constraints
Sam Elliott
2019-08-08
1
-34
/
+78
*
[RISCV] Minimal stack realignment support
Sam Elliott
2019-08-08
1
-2
/
+46
*
[RISCV] Custom legalize i32 operations for RV64 to reduce signed extensions
Shiva Chen
2019-08-06
1
-0
/
+24
*
[LLVM][Alignment] Introduce Alignment Type
Guillaume Chatelet
2019-08-05
1
-1
/
+1
*
Emit diagnostic if an inline asm constraint requires an immediate
Bill Wendling
2019-08-03
1
-0
/
+4
*
[RISCV] Add Custom Parser for Atomic Memory Operands
Sam Elliott
2019-08-01
4
-4
/
+113
*
[RISCV] Support 'f' Inline Assembly Constraint
Sam Elliott
2019-07-31
2
-0
/
+22
*
[RISCV] Add support for lowering floating point inlineasm clobbers
Simon Cook
2019-07-31
1
-0
/
+46
*
[RISCV] Fix uninitialized variable after call to evaluateConstantImm
Francis Visoiu Mistrih
2019-07-29
1
-22
/
+22
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
2
-0
/
+5
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
2
-5
/
+0
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
2
-0
/
+5
*
[RISCV] Reset NoPHIS MachineFunctionProperty in emitSelectPseudo
Alex Bradbury
2019-07-18
1
-0
/
+1
*
[RISCV] Avoid signed integer overflow UB in RISCVMatInt::generateInstSeq
Alex Bradbury
2019-07-18
1
-1
/
+1
*
[RISCV] Don't acccess an invalidated iterator in RISCVInstrInfo::removeBranch
Alex Bradbury
2019-07-18
1
-2
/
+2
*
[RISCV] Match GNU tools canonical JALR and add aliases
Alex Bradbury
2019-07-16
1
-7
/
+18
*
[RISCV] Avoid overflow when determining number of nops for code align
Alex Bradbury
2019-07-16
1
-2
/
+6
*
[RISCV] Fix a potential issue in shouldInsertFixupForCodeAlign()
Alex Bradbury
2019-07-16
1
-4
/
+3
*
[RISCV][NFC] Split PseudoCALL pattern out from instruction
Alex Bradbury
2019-07-16
1
-2
/
+2
*
[RISCV][NFC] Fix HasStedExtA -> HasStdExtA typo in comment
Alex Bradbury
2019-07-16
1
-1
/
+1
*
[RISCV] Make RISCVELFObjectWriter::getRelocType check IsPCRel
Alex Bradbury
2019-07-16
1
-25
/
+36
*
[RISCV] Allow parsing dot '.' in assembly
Sam Elliott
2019-07-12
1
-0
/
+1
*
[RISCV] Fix ICE in isDesirableToCommuteWithShift
Sam Elliott
2019-07-09
1
-1
/
+1
*
[RISCV] Fix RISCVTTIImpl::getIntImmCost for immediates where getMinSignedBits...
Alex Bradbury
2019-07-09
1
-1
/
+3
*
[RISCV] Specify registers used in DWARF exception handling
Alex Bradbury
2019-07-08
2
-0
/
+20
*
[RISCV] Support z and i operand modifiers
Alex Bradbury
2019-07-08
1
-9
/
+27
*
[RISCV] Support @llvm.readcyclecounter() Intrinsic
Sam Elliott
2019-07-05
4
-1
/
+107
*
[RISCV][NFC] Replace hard-coded CSR duplication with symbolic references
Sam Elliott
2019-07-05
4
-39
/
+36
*
[RISCV] Delete a ctor that is commented out. NFC
Fangrui Song
2019-07-05
1
-2
/
+0
*
[RISCV] Add break; to the last switch case
Fangrui Song
2019-07-01
1
-0
/
+1
*
[RISCV] Add pseudo instruction for calls with explicit register
Lewis Revill
2019-06-26
4
-11
/
+38
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
2
-2
/
+2
*
[RISCV] Add RISCV-specific TargetTransformInfo
Sam Elliott
2019-06-21
6
-2
/
+154
*
[RISCV] Allow parsing immediates that use tilde & exclaim
Lewis Revill
2019-06-19
1
-0
/
+4
*
[RISCV] Fix failure to parse parenthesized immediates
Lewis Revill
2019-06-19
1
-3
/
+8
*
[RISCV] Add lowering of global TLS addresses
Lewis Revill
2019-06-19
6
-0
/
+169
*
[RISCV] Prevent re-ordering some adds after shifts
Sam Elliott
2019-06-18
4
-4
/
+75
*
[RISCV] Lower calls through PLT
Lewis Revill
2019-06-18
3
-4
/
+18
*
[DAGCombiner] [CodeGenPrepare] More comprehensive GEP splitting
Luis Marques
2019-06-17
1
-0
/
+1
*
[RISCV] Simplify RISCVAsmBackend::writeNopData(). NFC
Fangrui Song
2019-06-15
1
-7
/
+3
*
[RISCV] Add CFI directives for RISCV prologue/epilog.
Hsiangkai Wang
2019-06-12
3
-4
/
+78
*
[RISCV] Add lowering of addressing sequences for PIC
Lewis Revill
2019-06-11
6
-16
/
+64
*
[RISCV] Lower inline asm constraints I, J & K for RISC-V
Lewis Revill
2019-06-11
2
-0
/
+42
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
6
-6
/
+6
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
6
-6
/
+6
*
[RISCV] Support Bit-Preserving FP in F/D Extensions
Sam Elliott
2019-06-07
2
-0
/
+7
[prev]
[next]