Adrian Prantl
5f8f34e459
Remove \brief commands from doxygen comments.
...
We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.
Patch produced by
for i in $(git grep -l '\\brief'); do perl -pi -e 's/\\brief //g' $i & done
Differential Revision: https://reviews.llvm.org/D46290
llvm-svn: 331272
2018-05-01 15:54:18 +00:00
Matt Arsenault
11f7402075
Reapply "AMDGPU: Support using tablegened MC pseudo expansions"
...
Fix bad merge
llvm-svn: 283470
2016-10-06 17:19:11 +00:00
Matt Arsenault
cbc879ee2f
Revert "AMDGPU: Support using tablegened MC pseudo expansions"
...
llvm-svn: 283469
2016-10-06 17:08:01 +00:00
Matt Arsenault
d20a2dd7ac
AMDGPU: Support using tablegened MC pseudo expansions
...
Make the necessary refactorings to make use of PseudoInstExpansion
llvm-svn: 283467
2016-10-06 16:56:41 +00:00
Matt Arsenault
6bc43d8627
BranchRelaxation: Support expanding unconditional branches
...
AMDGPU needs to expand unconditional branches in a new
block with an indirect branch.
llvm-svn: 283464
2016-10-06 16:20:41 +00:00
Tom Stellard
1b9748c6a2
AMDGPU/SI: Don't crash on anonymous GlobalValues
...
Summary:
We need to call AsmPrinter::getNameWithPrefix() in order to handle
anonymous GlobalValues (e.g. @0 , @1 ).
Reviewers: arsenm, b-sumner
Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl, tony-tye, llvm-commits
Differential Revision: https://reviews.llvm.org/D24865
llvm-svn: 282420
2016-09-26 17:29:25 +00:00
Matt Arsenault
f4af802381
AMDGPU: Remove empty file comment
...
llvm-svn: 278275
2016-08-10 19:11:48 +00:00
Matt Arsenault
6b6a2c37bc
AMDGPU: R600 code splitting cleanup
...
Move a few functions only used by R600 to R600 specific code,
fix header macros to stop using R600, mark classes as final.
llvm-svn: 263204
2016-03-11 08:00:27 +00:00
Tom Stellard
45bb48ea19
R600 -> AMDGPU rename
...
llvm-svn: 239657
2015-06-13 03:28:10 +00:00