index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
`link' has become `llvm-link'.
Misha Brukman
2003-09-16
2
-145
/
+0
*
`link' is being renamed to `llvm-link'.
Misha Brukman
2003-09-15
2
-3
/
+3
*
Stop building `as' and `dis' as they have been removed.
Misha Brukman
2003-09-15
1
-1
/
+1
*
`dis' is no longer an LLVM tool.
Misha Brukman
2003-09-15
2
-135
/
+0
*
`as' is no longer an LLVM tool.
Misha Brukman
2003-09-15
2
-120
/
+0
*
Enable the setjmp/longjmp lowering pass
Chris Lattner
2003-09-15
1
-0
/
+1
*
Added llvm-ar to the Makefile
Tanya Lattner
2003-09-13
1
-1
/
+1
*
Fixed warning.
Tanya Lattner
2003-09-13
1
-1
/
+1
*
Bugpoint has the ability of generating a plethora of core files, so to
Misha Brukman
2003-09-12
1
-0
/
+12
*
scalarrepl now includes mem2reg
Chris Lattner
2003-09-11
1
-1
/
+0
*
Move the -indvars pass much later to where it is more likely to do good stuff
Chris Lattner
2003-09-11
1
-1
/
+1
*
Check in the fix I meant to apply here, but mistakenly applied to
Brian Gaeke
2003-09-10
1
-0
/
+1
[prev]
[next]