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
*
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
*
Interpreter cleanups:
Brian Gaeke
2003-09-04
1
-4
/
+2
*
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-03
1
-9
/
+3
*
Added code that makes the bytecode file readable (needed by the generated shell
John Criswell
2003-09-02
1
-5
/
+4
*
Modified the code so that it uses the MakeFileExecutable() method. The new
John Criswell
2003-09-02
1
-16
/
+3
*
#include is unnecessary
Chris Lattner
2003-09-01
1
-1
/
+0
*
Preselection is now integrated into the Sparc target library
Chris Lattner
2003-09-01
2
-2
/
+1
*
Sparc peephole optimizer moved out of post-opts library into Sparc target lib...
Chris Lattner
2003-09-01
2
-2
/
+1
*
Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint
Chris Lattner
2003-08-31
1
-19
/
+4
*
* move the dead-type-eliminate passes to the end, where they are more useful
Chris Lattner
2003-08-31
1
-4
/
+9
*
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
2
-18
/
+20
*
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
2
-4
/
+4
*
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
2
-14
/
+14
*
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
2
-4
/
+4
*
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
2
-92
/
+112
*
* Cleanups
Chris Lattner
2003-08-31
2
-76
/
+60
*
"Help keep our secrets secret."
John Criswell
2003-08-29
1
-2
/
+16
*
Renaming `dis' -> `llvm-dis'.
Misha Brukman
2003-08-28
2
-7
/
+8
[next]