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
/
RISCVISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[RISCV] Add DAGCombine for (SplitF64 (ConstantFP x))
Alex Bradbury
2019-03-30
1
-0
/
+11
*
[RISCV] Add basic RV32E definitions and MC layer support
Alex Bradbury
2019-03-22
1
-0
/
+3
*
[RISCV] Optimize emission of SELECT sequences
Alex Bradbury
2019-03-22
1
-17
/
+90
*
[RISCV][NFC] Convert some MachineBaiscBlock::iterator(MI) to MI.getIterator()
Alex Bradbury
2019-03-11
1
-2
/
+2
*
[RISCV][NFC] Minor refactoring of CC_RISCV
Alex Bradbury
2019-03-09
1
-7
/
+7
*
[RISCV][NFC] Split out emitSelectPseudo from EmitInstrWithCustomInserter
Alex Bradbury
2019-03-09
1
-16
/
+19
*
[RISCV] Support -target-abi at the MC layer and for codegen
Alex Bradbury
2019-03-09
1
-0
/
+6
*
[RISCV][NFC] IsEligibleForTailCallOptimization -> isEligibleForTailCallOptimi...
Alex Bradbury
2019-02-21
1
-6
/
+5
*
[RISCV] Implement RV64D codegen
Alex Bradbury
2019-02-01
1
-4
/
+7
*
[RISCV] Add RV64F codegen support
Alex Bradbury
2019-01-31
1
-1
/
+74
*
[RISCV] Add target DAG combine for bitcast fabs/fneg on RV32FD
Alex Bradbury
2019-01-25
1
-3
/
+28
*
[RISCV] Custom-legalise i32 SDIV/UDIV/UREM on RV64M
Alex Bradbury
2019-01-25
1
-30
/
+28
*
[RISCV] Custom-legalise 32-bit variable shifts on RV64
Alex Bradbury
2019-01-25
1
-32
/
+86
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-0
/
+6
*
[RISCV] Quick fix for PR40333
Alex Bradbury
2019-01-22
1
-1
/
+5
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-6
/
+0
*
[RISCV] Fix build after r351778
Alex Bradbury
2019-01-22
1
-3
/
+6
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[RISCV] Add codegen support for RV64A
Alex Bradbury
2019-01-17
1
-32
/
+85
*
[RISCV] Introduce codegen patterns for RV64M-only instructions
Alex Bradbury
2019-01-12
1
-5
/
+21
*
[RISCV] Add patterns for RV64I SLLW/SRLW/SRAW instructions
Alex Bradbury
2019-01-12
1
-0
/
+51
*
[RISCV] Add support for the various RISC-V FMA instruction variants
Alex Bradbury
2018-12-13
1
-3
/
+1
*
[TargetLowering][RISCV] Introduce isSExtCheaperThanZExt hook and implement fo...
Alex Bradbury
2018-11-30
1
-0
/
+4
*
[RISCV] Implement codegen for cmpxchg on RV32IA
Alex Bradbury
2018-11-29
1
-0
/
+21
*
[RISCV] Mark FREM as Expand
Alex Bradbury
2018-11-15
1
-1
/
+1
*
[RISCV] Add some missing expansions for floating-point intrinsics
Alex Bradbury
2018-11-02
1
-0
/
+9
*
[RISCV] Remove overzealous is64Bit checks
Alex Bradbury
2018-10-04
1
-2
/
+2
*
[RISCV] Bugfix for floats passed on the stack with the ILP32 ABI on RV32F
Alex Bradbury
2018-10-04
1
-4
/
+7
*
[RISCV][NFC] Fix naming of RISCVISelLowering::{LowerRETURNADDR,LowerFRAMEADDR}
Alex Bradbury
2018-10-04
1
-5
/
+5
*
[RISCV] Handle redundant SplitF64+BuildPairF64 pairs in a DAGCombine
Alex Bradbury
2018-10-03
1
-0
/
+18
*
[RISCV][NFC] Refactor LocVT<->ValVT converstion in RISCVISelLowering
Alex Bradbury
2018-10-03
1
-40
/
+33
*
[RISCV] Codegen for i8, i16, and i32 atomicrmw with RV32A
Alex Bradbury
2018-09-19
1
-2
/
+91
*
[RISCV] Remove unused function
Roger Ferrer Ibanez
2018-08-17
1
-20
/
+0
*
[RISCV] Add support for _interrupt attribute
Ana Pazos
2018-07-26
1
-0
/
+43
*
[RISCV] Add codegen support for atomic load/stores with RV32A
Alex Bradbury
2018-06-13
1
-2
/
+22
*
[RISCV] Codegen support for atomic operations on RV32I
Alex Bradbury
2018-06-13
1
-0
/
+3
*
Set ADDE/ADDC/SUBE/SUBC to expand by default
Amaury Sechet
2018-06-01
1
-5
/
+0
*
[RISCV] Lower the tail pseudoinstruction
Mandeep Singh Grang
2018-05-23
1
-8
/
+117
*
[RISCV] Separate base from offset in lowerGlobalAddress
Sameer AbuAsal
2018-05-17
1
-5
/
+10
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[RISCV] Implement isZextFree
Alex Bradbury
2018-04-26
1
-0
/
+14
*
[RISCV] Implement isTruncateFree
Alex Bradbury
2018-04-26
1
-0
/
+20
*
[RISCV] Implement isLegalICmpImmediate
Alex Bradbury
2018-04-26
1
-0
/
+4
*
[RISCV] Implement isLegalAddImmediate
Alex Bradbury
2018-04-26
1
-0
/
+4
*
[RISCV] Implement isLegalAddressingMode for RISC-V
Alex Bradbury
2018-04-26
1
-0
/
+26
*
[RISCV] Expand function call to "call" pseudoinstruction
Shiva Chen
2018-04-25
1
-4
/
+7
*
[RISCV] Fix assert message operator
Mandeep Singh Grang
2018-04-16
1
-1
/
+1
*
[RISCV] Change function alignment to 4 bytes, and 2 bytes for RVC
Shiva Chen
2018-04-12
1
-2
/
+3
*
[RISCV] Codegen support for RV32D floating point comparison operations
Alex Bradbury
2018-04-12
1
-4
/
+12
[prev]
[next]