Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ad5f15cffe022de72d0e710714f852ad8a1c6fe
/
llvm
/
lib
/
Target
/
R600
/
AMDILCFGStructurizer.cpp
5ad5f15
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
by Chandler Carruth
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
f2ba972
R600: Register AMDGPUCFGStructurizer pass
by Tom Stellard
· 12 years ago
827ec9b
R600: Fix a crash in the AMDILCFGStrucurizer
by Tom Stellard
· 12 years ago
a9fe95b
R600: Remove \ at EOL from ascii art comments.
by Benjamin Kramer
· 12 years ago
b34186a
R600: Fix a crash in the AMDILCFGStructurizer
by Tom Stellard
· 12 years ago
69f86d1
R600: Remove some dead code from the AMDILCFGStructurizer
by Tom Stellard
· 12 years ago
c9f5859
Add llvm namespace to llvm::next.
by Michael Gottesman
· 12 years ago
114ac1a
Use llvm::next() instead of incrementing begin iterators of std::vector.
by Michael Gottesman
· 12 years ago
0c5ed2b
R600: Remove predicated_break inst
by Vincent Lejeune
· 12 years ago
8b8a7b5
R600: Don't emit empty then clause and use alu_pop_after
by Vincent Lejeune
· 12 years ago
960a622
R600: Simplify AMDILCFGStructurize by removing templates and assuming single exit
by Vincent Lejeune
· 12 years ago
a8c38fe
R600: Replace legacy debug code in AMDILCFGStructurizer.cpp
by Vincent Lejeune
· 12 years ago
b94011f
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
by Craig Topper
· 12 years ago
31ee586
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
by Craig Topper
· 12 years ago
a6c6e1b
R600: Rework subtarget info and remove AMDILDevice classes
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
635e368
R600: Hide symbols of implementation details.
by Benjamin Kramer
· 12 years ago
e5ecf10
R600: Fix JUMP handling so that MachineInstr verification can occur
by Vincent Lejeune
· 13 years ago
be81023
Resort the #include lines in include/... and lib/... with the
by Chandler Carruth
· 13 years ago
2a0b40f
Target/R600: Update MIB according to r170588.
by NAKAMURA Takumi
· 13 years ago
f879435
R600: New control flow for SI v2
by Tom Stellard
· 13 years ago
75aadc2
Add R600 backend
by Tom Stellard
· 13 years ago