index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2003-09-05
-abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)
Brian Gaeke
2003-09-05
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-04
Move EE dtor where it belongs
Brian Gaeke
2003-09-04
Interpreter cleanups:
Brian Gaeke
2003-09-03
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-09-02
Added code that makes the bytecode file readable (needed by the generated shell
John Criswell
2003-09-02
Modified the code so that it uses the MakeFileExecutable() method. The new
John Criswell
2003-09-01
#include is unnecessary
Chris Lattner
2003-09-01
Preselection is now integrated into the Sparc target library
Chris Lattner
2003-09-01
Sparc peephole optimizer moved out of post-opts library into Sparc target lib...
Chris Lattner
2003-08-31
Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint
Chris Lattner
2003-08-31
* move the dead-type-eliminate passes to the end, where they are more useful
Chris Lattner
2003-08-31
Rename TarjanSCCIterator -> scc_iterator
Chris Lattner
2003-08-31
Don't explicitly use the SCC class
Chris Lattner
2003-08-31
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
Indent classes correctly in the namespace
Chris Lattner
2003-08-31
* Cleanups
Chris Lattner
2003-08-29
"Help keep our secrets secret."
John Criswell
2003-08-28
Renaming `dis' -> `llvm-dis'.
Misha Brukman
2003-08-28
Build llvm-as and llvm-dis as the upgrade path to renamed tools.
Misha Brukman
2003-08-28
Added code to avoid checking for .bc when the filename is too short.
John Criswell
2003-08-28
Renaming LLVM `dis' to `llvm-dis'.
Misha Brukman
2003-08-28
Renaming LLVM `as' to `llvm-as'.
Misha Brukman
2003-08-28
Reorder #includes
Chris Lattner
2003-08-28
First version of llvm-ar added to cvs repository.
Tanya Lattner
2003-08-24
Remove some long-dead code
Chris Lattner
2003-08-24
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-24
Targets now configure themselves with the module, not flags
Chris Lattner
2003-08-24
Add preliminary support for "any" pointersize/endianness. This will need
Chris Lattner
2003-08-24
Add support for modules with "any" pointersize/endianness
Chris Lattner
2003-08-22
add preliminary support for -export-dynamic
Chris Lattner
2003-08-22
Kill warning
Chris Lattner
2003-08-22
Squash the warning that `Result' may not be initialized on all code paths.
Misha Brukman
2003-08-21
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-20
Make the bytecode file executable as well for LLEE purposes.
Misha Brukman
2003-08-18
no-strict-aliasing redux
Chris Lattner
2003-08-18
The CBE generates code which violates the TBAA rules of C, thus we must disable
Chris Lattner
2003-08-18
Add new -disable-verify option
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-17
Give correct command line for making a shared object
Chris Lattner
2003-08-17
Make sure that "newmain" gets names for its arguments
Chris Lattner
2003-08-17
Fix message
Chris Lattner
2003-08-15
`execve_test' is not part of LLEE.
Misha Brukman
2003-08-15
A lot of changes were suggested by Chris.
Misha Brukman
2003-08-15
Revert my last (accidental) checkin, but keep the typeo fix
Chris Lattner
2003-08-15
rename selection library to selectiondag
Chris Lattner
2003-08-13
Incorporate mapping library into the sparc library
Chris Lattner
2003-08-11
Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.
Misha Brukman
2003-08-11
Include the new selection library for the X86 target
Chris Lattner
[next]