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
/
test
/
CodeGen
/
RISCV
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RISCV] Fix incorrect FP base CFI offset for variable argument functions
Shiva Chen
2020-06-25
1
-4
/
+4
*
[RISCV64] Emit correct lib call for fp(float/double) to ui/si
Kamlesh Kumar
2020-06-25
1
-2
/
+122
*
[LegalizeTypes][RISCV] Correctly sign-extend comparison for ATOMIC_CMP_XCHG
Alex Bradbury
2020-06-25
1
-0
/
+10
*
[RISCV] Correct the CallPreservedMask for the function call in an interrupt h...
Shiva Chen
2020-02-20
1
-0
/
+70
*
[RISCV] Support ABI checking with per function target-features
Zakk Chen
2020-01-27
1
-3
/
+8
*
Revert "[RISCV] Support ABI checking with per function target-features"
Zakk Chen
2020-01-27
1
-8
/
+3
*
[RISCV] Check the target-abi module flag matches the option
Zakk Chen
2020-01-27
2
-0
/
+51
*
[RISCV] Support ABI checking with per function target-features
Zakk Chen
2020-01-15
1
-3
/
+8
*
Revert "[RISCV] Support ABI checking with per function target-features"
Zakk Chen
2020-01-15
1
-8
/
+3
*
[RISCV] Support ABI checking with per function target-features
Zakk Chen
2020-01-15
1
-3
/
+8
*
[RISCV] Allow shrink wrapping for RISC-V
lewis-revill
2020-01-14
1
-0
/
+97
*
[RISCV] Handle globals and block addresses in asm operands
Luís Marques
2020-01-13
1
-2
/
+44
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
1
-0
/
+10
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
2
-2
/
+2
*
[RISCV][NFC] Fix use of missing attribute groups in tests
Luís Marques
2019-12-23
3
-6
/
+6
*
[RISCV] Enable the machine outliner for RISC-V
lewis-revill
2019-12-19
1
-0
/
+132
*
[RISCV] Add subtargets initialized with target feature
Zakk Chen
2019-12-17
1
-0
/
+15
*
[PGO][PGSO] Enable size optimizations in code gen / target passes for cold code.
Hiroshi Yamauchi
2019-12-13
1
-0
/
+28
*
[RISCV] Fix mir-target-flags.ll
Sam Elliott
2019-12-09
1
-10
/
+7
*
[RISCV] Machine Operand Flag Serialization
Sam Elliott
2019-12-09
1
-0
/
+77
*
[MBP] Avoid tail duplication if it can't bring benefit
Guozhi Wei
2019-12-06
2
-413
/
+572
*
Reland [MachineCopyPropagation] Extend MCP to do trivial copy backward propag...
Kai Luo
2019-12-05
2
-12
/
+6
*
Revert "[MachineCopyPropagation] Extend MCP to do trivial copy backward propa...
Kai Luo
2019-12-05
2
-6
/
+12
*
[MachineCopyPropagation] Extend MCP to do trivial copy backward propagation
Kai Luo
2019-12-05
2
-12
/
+6
*
[RISCV] Don't force Local Exec TLS for non-PIC
James Clarke
2019-12-03
1
-31
/
+72
*
[LegalizeTypes][RISCV] Soften FCOPYSIGN operand
Luís Marques
2019-11-26
1
-0
/
+18
*
[RISCV] Handle fcopysign(f32, f64) and fcopysign(f64, f32)
Luís Marques
2019-11-26
1
-0
/
+92
*
[RISCV] Handle variable sized objects with the stack need to be realigned
Shiva Chen
2019-11-16
2
-13
/
+72
*
[RISCV] Use addi rather than add x0
Sam Elliott
2019-11-14
1
-20
/
+20
*
[RISCV] Fix wrong CFI directives
Luís Marques
2019-11-14
5
-103
/
+0
*
Revert "[RISCV] Fix wrong CFI directives"
Luís Marques
2019-11-13
5
-0
/
+103
*
[RISCV] Fix wrong CFI directives
Luís Marques
2019-11-13
5
-103
/
+0
*
[RISCV][NFC] Add nounwind to LKK test functions
Luís Marques
2019-11-11
4
-653
/
+30
*
[RISCV] Fix CFA when doing split sp adjustment with fp
Luís Marques
2019-11-10
2
-12
/
+4
*
[RISCV][NFC] Add CFI-related tests
Luís Marques
2019-11-10
2
-8
/
+501
*
[RISCV] Add InstrInfo areMemAccessesTriviallyDisjoint hook
Luís Marques
2019-11-05
1
-0
/
+26
*
[RISCV] Implement the TargetLowering::getRegisterByName hook
Luís Marques
2019-11-04
3
-0
/
+84
*
[RISCV] Remove RA from reserved register to use as callee saved register
Shiva Chen
2019-10-29
1
-26
/
+28
*
[RISCV] Lower llvm.trap and llvm.debugtrap
Sam Elliott
2019-10-28
1
-0
/
+38
*
[RISCV] Add support for half-precision floats
Luís Marques
2019-10-25
1
-0
/
+142
*
[RISCV] Add support for -ffixed-xX flags
Simon Cook
2019-10-22
2
-0
/
+166
*
[RISCV] Add MachineInstr immediate verification
Luis Marques
2019-10-16
1
-0
/
+11
*
[RISCV] Support fast calling convention
Shiva Chen
2019-10-15
2
-0
/
+156
*
[SelectionDAG] Add tests for LKK algorithm
David Bolvansky
2019-10-05
4
-0
/
+4045
*
[RISCV] Split SP adjustment to reduce the offset of callee saved register spi...
Shiva Chen
2019-10-04
4
-222
/
+177
*
[TargetLowering] Simplify expansion of S{ADD,SUB}O
Roger Ferrer Ibanez
2019-09-30
1
-20
/
+8
*
[RISCV] Switch to the Machine Scheduler
Luis Marques
2019-09-17
72
-7481
/
+7662
*
Revert Patch from Phabricator
Luis Marques
2019-09-17
72
-7662
/
+7481
*
Patch from Phabricator
Luis Marques
2019-09-17
72
-7481
/
+7662
*
[RISCV] Support stack offset exceed 32-bit for RV64
Shiva Chen
2019-09-13
2
-33
/
+59
[next]