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
/
NVPTX
/
NVPTXRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[NVPTX] Added support for .f16x2 instructions.
Artem Belevich
2017-02-23
1
-0
/
+4
*
[NVPTX] Added support for half-precision floating point.
Artem Belevich
2017-01-13
1
-24
/
+24
*
[NVPTX] Use untyped (.b) integer registers in PTX.
Artem Belevich
2016-08-12
1
-3
/
+21
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-1
/
+1
*
Remove all use of is64bit off of NVPTXSubtarget and clean up code
Eric Christopher
2015-02-19
1
-2
/
+1
*
[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
Justin Holewinski
2014-07-16
1
-2
/
+2
*
De-virtualize or remove some methods that have no overrides nor override anyt...
Craig Topper
2014-04-30
1
-13
/
+0
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
1
-2
/
+2
*
[NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...
Justin Holewinski
2013-06-28
1
-6
/
+0
*
Don't pass in the TargetInstrInfo into the register info object. It doesn't u...
Bill Wendling
2013-06-19
1
-2
/
+1
*
[NVPTX] Re-enable support for virtual registers in the final output
Justin Holewinski
2013-05-31
1
-2
/
+2
*
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-30
1
-51
/
+30
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-9
/
+0
*
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-12
1
-156
/
+0
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-13
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-6
/
+2
*
Convert assert(0) to llvm_unreachable.
Craig Topper
2012-05-24
1
-6
/
+3
*
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
1
-0
/
+332