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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Substantial cleanups:
Chris Lattner
2003-10-14
2
-67
/
+73
*
The return value of compileSharedObject was never used. Return the shared
Chris Lattner
2003-10-14
3
-9
/
+10
*
Actually return an error if something bad happens, don't just exit.
Chris Lattner
2003-10-14
1
-5
/
+4
*
minor cleanups
Chris Lattner
2003-10-14
1
-2
/
+2
*
Fix minor formatting bug
Chris Lattner
2003-10-14
1
-2
/
+2
*
Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...
Chris Lattner
2003-10-14
2
-36
/
+22
*
Unbreak code generator debug mode
Chris Lattner
2003-10-13
1
-3
/
+5
*
LLI no longer has -abort-on-exception
Chris Lattner
2003-10-13
1
-1
/
+0
*
Don't include <stdlib.h>.
Brian Gaeke
2003-10-10
1
-1
/
+0
*
Don't include "Config/stdlib.h".
Brian Gaeke
2003-10-10
1
-1
/
+0
*
Rewrite head-of-file comment.
Brian Gaeke
2003-10-10
1
-7
/
+4
*
Add a new -disable-inlining option
Chris Lattner
2003-10-10
1
-1
/
+6
*
Fix spelling.
Misha Brukman
2003-10-10
4
-8
/
+9
*
Fix grammar.
Misha Brukman
2003-10-10
6
-7
/
+7
*
Renamed dis.cpp => llvm-dis.cpp
Misha Brukman
2003-10-10
1
-129
/
+0
*
Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago.
Misha Brukman
2003-10-10
1
-115
/
+0
*
Make more error messages have gccld's name in them.
Brian Gaeke
2003-10-08
1
-4
/
+6
*
This header file moved. Thanks to Bill and Nightly tester for noticing
Chris Lattner
2003-10-07
1
-1
/
+1
*
ToolRunner.h has been moved from include/Support to include/llvm/Support.
Misha Brukman
2003-10-06
1
-1
/
+1
*
Add a file header
Chris Lattner
2003-09-30
1
-0
/
+6
*
Doxygen-ified comments.
Misha Brukman
2003-09-30
1
-187
/
+147
*
* Ordered includes according to LLVM style
Misha Brukman
2003-09-30
1
-70
/
+18
*
Made code more terse:
Misha Brukman
2003-09-30
1
-15
/
+4
*
Doxygen-ified function comments.
Misha Brukman
2003-09-30
1
-61
/
+43
*
Removed extra space in comments.
Misha Brukman
2003-09-30
1
-12
/
+12
*
Remove initials from source file
Chris Lattner
2003-09-30
1
-2
/
+1
*
Make code more terse:
Misha Brukman
2003-09-30
1
-69
/
+38
*
1. Use better error messages in LinkFiles().
Brian Gaeke
2003-09-30
2
-3
/
+4
*
Update file headers for renamed files.
Chris Lattner
2003-09-30
2
-13
/
+5
*
Use the newly abstracted interface for running our tools and gcc.
Misha Brukman
2003-09-29
1
-437
/
+18
*
Implementation of the abstraction of running our tools + gcc, taken out of
Misha Brukman
2003-09-29
1
-0
/
+374
*
Abstracted away the process of running our tools + gcc from bugpoint.
Misha Brukman
2003-09-29
1
-0
/
+115
*
* Added an interface for how LLEE would communicate with the OS
Misha Brukman
2003-09-29
7
-74
/
+263
*
Tersified code:
Misha Brukman
2003-09-29
1
-39
/
+33
*
* Ordered includes according to LLVM programmers' guide
Misha Brukman
2003-09-29
1
-127
/
+50
*
Squelch warnings.
Misha Brukman
2003-09-27
2
-3
/
+3
*
To be consistent with the rest of LLVM codebase (and the rest of this file):
Misha Brukman
2003-09-25
1
-27
/
+27
*
Squelch warning and delete extra space.
Misha Brukman
2003-09-23
1
-4
/
+1
*
Minor cleanups:
Chris Lattner
2003-09-22
1
-38
/
+15
*
Now that the TCE pass passes all of the tests, add it to GCCAS
Chris Lattner
2003-09-20
1
-1
/
+1
*
Fix file header
Chris Lattner
2003-09-20
1
-2
/
+1
*
New header file for gccld.
John Criswell
2003-09-19
1
-0
/
+64
*
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
John Criswell
2003-09-19
5
-567
/
+815
*
Refactored gccld into three C++ source files.
John Criswell
2003-09-18
4
-313
/
+606
*
Replaced the call to strdup() with a new operator followed by a strcpy().
John Criswell
2003-09-17
1
-1
/
+2
*
Added the use of the const keyword.
John Criswell
2003-09-17
1
-14
/
+29
*
Removed the use of the environ variable and instead use the environment array
John Criswell
2003-09-17
1
-21
/
+120
*
Use new method
Chris Lattner
2003-09-17
1
-7
/
+2
*
Added the -native option.
John Criswell
2003-09-16
1
-7
/
+125
*
`link' is now `llvm-link'.
Misha Brukman
2003-09-16
1
-1
/
+1
[next]