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
*
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
*
Clean up header, remove extra #include
Chris Lattner
2003-09-10
2
-6
/
+2
*
Make createVerifierPass return a FunctionPass *.
Brian Gaeke
2003-09-10
2
-0
/
+2
*
Reorder #includes to follow LLVM conventions
Chris Lattner
2003-09-05
1
-5
/
+5
*
Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)
Brian Gaeke
2003-09-05
2
-4
/
+3
*
-abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)
Brian Gaeke
2003-09-05
1
-1
/
+1
*
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-05
1
-2
/
+79
*
Move EE dtor where it belongs
Brian Gaeke
2003-09-04
1
-8
/
+0
[next]