Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ce25bc3e82ead9ab7d91b0d42c68f8f43fa75fbc
/
llvm
/
lib
/
Target
/
AMDGPU
/
R600EmitClauseMarkers.cpp
44b30b4
AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers
by Tom Stellard
· 7 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
3ea1704
AMDGPU/R600: Fix ALU clause markers use detection
by Jan Vesely
· 9 years ago
4b1243f
AMDGPU/R600: Assert on infinite loop in EmitClauseMarkers
by Jan Vesely
· 9 years ago
734bb7b
[AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
117296c
Use StringRef in Pass/PassManager APIs (NFC)
by Mehdi Amini
· 9 years ago
0dd9ed1
Fix more dereferenced end() iterators after r278532
by Hans Wennborg
· 9 years ago
4d29511
AMDGPU: Remove implicit iterator conversions, NFC
by Duncan P. N. Exon Smith
· 9 years ago
9cfc75c
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
by Duncan P. N. Exon Smith
· 9 years ago
43e92fe
AMDGPU: Cleanup subtarget handling.
by Matt Arsenault
· 9 years ago
37fefd6
AMDGPU: Fix trailing whitespace
by Matt Arsenault
· 9 years ago
45bb48e
R600 -> AMDGPU rename
by Tom Stellard
· 10 years ago
[Renamed from llvm/lib/Target/R600/R600EmitClauseMarkers.cpp]
fc6de42
Have MachineFunction cache a pointer to the subtarget to make lookups
by Eric Christopher
· 11 years ago
d913448
Remove the TargetMachine forwards for TargetSubtargetInfo based
by Eric Christopher
· 11 years ago
5656db4
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. R600 edition
by Craig Topper
· 12 years ago
062a2ba
[C++] Use 'nullptr'. Target edition.
by Craig Topper
· 12 years ago
1de5582
R600: Register R600EmitClauseMarkers pass
by Tom Stellard
· 12 years ago
8f9fc20
R600: Fix scheduling of instructions that use the LDS output queue
by Tom Stellard
· 12 years ago
ed0ceec
R600: Use StructurizeCFGPass for non SI targets
by Tom Stellard
· 12 years ago
0b342d6
R600: Put PRED_X instruction in its own clause
by Vincent Lejeune
· 12 years ago
b94011f
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
by Craig Topper
· 12 years ago
ce49974
R600: Do not predicated basic block with multiple alu clause
by Vincent Lejeune
· 12 years ago
ce54033
R600: Add support for GROUP_BARRIER instruction
by Tom Stellard
· 12 years ago
37e9adb
Don't cache the instruction and register info from the TargetMachine, because
by Bill Wendling
· 12 years ago
c689679
R600: Const/Neg/Abs can be folded to dot4
by Vincent Lejeune
· 12 years ago
d78bb46
Move passes from namespace llvm into anonymous namespaces. Sort includes while there.
by Benjamin Kramer
· 12 years ago
519f21e
R600: Relax some vector constraints on Dot4.
by Vincent Lejeune
· 12 years ago
0fca91d
R600: Some factorization
by Vincent Lejeune
· 12 years ago
c3d3f9b
R600: Fix last ALU of a clause being emitted in a separate clause
by Vincent Lejeune
· 13 years ago
80031d9f
R600: Factorize maximum alu per clause in a single location
by Vincent Lejeune
· 13 years ago
9931298
R600: Consider KILLGT as an ALU instruction
by Vincent Lejeune
· 13 years ago
f43bc57
R600: Emit CF_ALU and use true kcache register.
by Vincent Lejeune
· 13 years ago