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
/
AMDGPU
/
R600InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "use of uninitialized variable" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-07
1
-1
/
+1
*
Use MCRegister in copyPhysReg
Matt Arsenault
2019-11-11
1
-2
/
+2
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-6
/
+6
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-6
/
+4
*
R600InstrInfo.cpp - Add getTransSwizzle assert for the swizzle op index. NFCI.
Simon Pilgrim
2019-05-08
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Always pass TRI into findRegister[Use/Def]OperandIdx
Stanislav Mekhanoshin
2018-11-09
1
-2
/
+2
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-3
/
+3
*
[PSV] Update API to be able to use TargetCustom without UB.
Marcello Maggioni
2018-08-20
1
-1
/
+1
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-1
/
+1
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-212
/
+217
*
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
Tom Stellard
2018-05-22
1
-0
/
+1
*
AMDGPU: Make getSubRegFromChannel a static member of AMDGPURegisterInfo
Tom Stellard
2018-05-03
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[AMDGPU] Make sure all super regs of reserved regs are marked reserved.
Geoff Berry
2018-01-24
1
-4
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[AMDGPU] Fix pointer info for pseudo source for r600
Yaxun Liu
2017-11-10
1
-0
/
+18
*
Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC
Krzysztof Parzyszek
2017-10-16
1
-4
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Cyle -> Cycle; NFCI
Sanjay Patel
2017-03-15
1
-2
/
+2
*
Make TargetInstrInfo::isPredicable take a const reference, NFC
Krzysztof Parzyszek
2017-03-03
1
-2
/
+2
*
[AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-01-20
1
-21
/
+35
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-2
/
+2
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-3
/
+6
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-1
/
+1
*
AMDGPU/R600: Remove macros
Matt Arsenault
2016-08-13
1
-16
/
+8
*
ADT: Remove all ilist_iterator => pointer casts, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-3
/
+2
*
[AMDGPU] Fix lifetime of SmallVector temporaries.
Benjamin Kramer
2016-07-30
1
-6
/
+4
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-5
/
+5
*
AMDGPU/R600: Delete dead code.
Matt Arsenault
2016-07-15
1
-43
/
+1
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-6
/
+5
*
AMDGPU: Move R600 only pieces into R600 classes
Matt Arsenault
2016-07-09
1
-0
/
+57
*
AMDGPU: Remove implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-13
/
+13
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-106
/
+116
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-13
/
+8
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-11
/
+9
*
AMDGPU/R600: There are other uses for ALU_LITERAL besides Imm
Jan Vesely
2016-05-13
1
-3
/
+6
*
AMDGPU/R600: Minor cleanup in InstrInfo
Jan Vesely
2016-05-04
1
-17
/
+16
*
AMDGPU: Add a shader calling convention
Nicolai Haehnle
2016-04-06
1
-4
/
+2
*
AMDGPU: Simplify boolean conditional return statements
Matt Arsenault
2016-03-02
1
-3
/
+1
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-31
/
+26
*
AMDGPU: Remove some purely R600 functions from AMDGPUInstrInfo
Tom Stellard
2016-02-05
1
-7
/
+6
*
AMDGPU: Move subtarget specific code out of AMDGPUInstrInfo.cpp
Tom Stellard
2016-01-28
1
-1
/
+53
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-3
/
+3
*
Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstr
Benjamin Kramer
2015-06-25
1
-8
/
+3
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-0
/
+1435
*
Revert "AMDGPU: Add core backend files for R600/SI codegen v6"
Tom Stellard
2012-07-16
1
-105
/
+0
*
AMDGPU: Add core backend files for R600/SI codegen v6
Tom Stellard
2012-07-16
1
-0
/
+105