1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools
Chris Lattner 07621721bf Minor cleanups:
* Local header file goes at top
 * Remove unneeded #includes
 * Wrap code at 80 columns
 * Declare variables where they are used
 * 'register' is not needed
 * Use 'unsigned' instead of 'int' variables where possible

llvm-svn: 8657
2003-09-22 20:21:34 +00:00
..
analyze The word separate' only has one e'. 2003-07-14 17:20:40 +00:00
bugpoint Use new method 2003-09-17 05:00:07 +00:00
extract Clean up header, remove extra #include 2003-09-10 19:42:51 +00:00
gccas Now that the TCE pass passes all of the tests, add it to GCCAS 2003-09-20 05:26:22 +00:00
gccld Minor cleanups: 2003-09-22 20:21:34 +00:00
llc Preselection is now integrated into the Sparc target library 2003-09-01 20:30:17 +00:00
llee `execve_test' is not part of LLEE. 2003-08-15 23:31:54 +00:00
lli Reorder #includes to follow LLVM conventions 2003-09-05 20:08:15 +00:00
llvm-ar Fixed warning. 2003-09-13 03:18:56 +00:00
llvm-as Renaming LLVM as' to llvm-as'. 2003-08-28 21:32:57 +00:00
llvm-dis Renaming LLVM dis' to llvm-dis'. 2003-08-28 21:34:13 +00:00
llvm-link Fix file header 2003-09-20 02:42:54 +00:00
opt Remove instloops library 2003-07-21 19:07:27 +00:00
Makefile link' is now llvm-link'. 2003-09-16 15:21:52 +00:00