index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
/
AMDILCFGStructurizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add llvm namespace to llvm::next.
Michael Gottesman
2013-09-04
1
-2
/
+2
*
Use llvm::next() instead of incrementing begin iterators of std::vector.
Michael Gottesman
2013-09-04
1
-2
/
+2
*
R600: Remove predicated_break inst
Vincent Lejeune
2013-07-31
1
-32
/
+5
*
R600: Don't emit empty then clause and use alu_pop_after
Vincent Lejeune
2013-07-19
1
-2
/
+6
*
R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...
Vincent Lejeune
2013-07-19
1
-2492
/
+1324
*
R600: Replace legacy debug code in AMDILCFGStructurizer.cpp
Vincent Lejeune
2013-07-19
1
-228
/
+235
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-4
/
+4
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-12
/
+12
*
R600: Rework subtarget info and remove AMDILDevice classes
Tom Stellard
2013-06-07
1
-1
/
+4
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-7
/
+12
*
R600: Hide symbols of implementation details.
Benjamin Kramer
2013-05-23
1
-41
/
+20
*
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
2013-03-11
1
-3
/
+5
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Target/R600: Update MIB according to r170588.
NAKAMURA Takumi
2012-12-20
1
-15
/
+19
*
R600: New control flow for SI v2
Tom Stellard
2012-12-19
1
-4
/
+0
*
Add R600 backend
Tom Stellard
2012-12-11
1
-0
/
+3049