<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools/lli, branch release_1</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools/lli?h=release_1</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools/lli?h=release_1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2003-10-20T22:29:16Z</updated>
<entry>
<title>Added LLVM copyright to Makefiles.</title>
<updated>2003-10-20T22:29:16Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T22:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2fab734ade8a2e3e8679c11cac7236b920d567b'/>
<id>urn:sha1:e2fab734ade8a2e3e8679c11cac7236b920d567b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed extraneous comment line.</title>
<updated>2003-10-20T20:40:30Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T20:40:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1ee1e64293dc1727c0119530ae4bc72006879954'/>
<id>urn:sha1:1ee1e64293dc1727c0119530ae4bc72006879954</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9308 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Added copyright header to all C++ source files.</title>
<updated>2003-10-20T17:47:21Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-10-20T17:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7c0e022c5c4be4b11e199a53f73bbdd84e34aa80'/>
<id>urn:sha1:7c0e022c5c4be4b11e199a53f73bbdd84e34aa80</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9291 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enabling incremental bytecode loading in the JIT:</title>
<updated>2003-10-14T21:39:53Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-10-14T21:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c4fb6fdd8677530d9b1db34b6254edb0094b78ed'/>
<id>urn:sha1:c4fb6fdd8677530d9b1db34b6254edb0094b78ed</id>
<content type='text'>
* Use the incremental bytecode reader interface to speed up execution


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9127 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>To be consistent with the rest of LLVM codebase (and the rest of this file):</title>
<updated>2003-09-25T18:10:34Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2003-09-25T18:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3d8a54d00c1f3e9a1a349a9b0645c85a09d7c20b'/>
<id>urn:sha1:3d8a54d00c1f3e9a1a349a9b0645c85a09d7c20b</id>
<content type='text'>
* Changed tabs to spaces
* Removed a space between a function call and its arguments (...)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8712 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reorder #includes to follow LLVM conventions</title>
<updated>2003-09-05T20:08:15Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2003-09-05T20:08:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fd13129bdf7324b2e8181a653897269aaaecc4e8'/>
<id>urn:sha1:fd13129bdf7324b2e8181a653897269aaaecc4e8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8375 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Interpreter, JIT moved to lib/ExecutionEngine (includes -&gt; llvm/ExecutionEngine)</title>
<updated>2003-09-05T19:42:34Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-09-05T19:42:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d1cab3e6ce508e593b17fdd660ed8cc4ea486d72'/>
<id>urn:sha1:d1cab3e6ce508e593b17fdd660ed8cc4ea486d72</id>
<content type='text'>
Build lli using executionengine library


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8372 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make CreateArgv part of lli rather than part of ExecutionEngine.</title>
<updated>2003-09-05T18:42:01Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-09-05T18:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=70975eef572b9e132bbaade16ba9edb76f15f287'/>
<id>urn:sha1:70975eef572b9e132bbaade16ba9edb76f15f287</id>
<content type='text'>
Switch Interpreter and JIT's "run" methods to take a Function and a vector of
 GenericValues.
Move (almost all of) the stuff that constructs a canonical call to main()
 into lli (new methods "callAsMain", "makeStringVector").
Nuke getCurrentExecutablePath(), enableTracing(), getCurrentFunction(),
 isStopped(), and many dead decls from interpreter.
Add linux strdup() support to interpreter.
Make interpreter's atexit handler runner and JIT's runAtExitHandlers() look
 more alike, in preparation for refactoring.
atexit() is spelled "atexit", not "at_exit".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8366 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move EE dtor where it belongs</title>
<updated>2003-09-04T22:57:27Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-09-04T22:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8e539488816c9e52bde0af475f72cd3e6407d558'/>
<id>urn:sha1:8e539488816c9e52bde0af475f72cd3e6407d558</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8345 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Interpreter cleanups:</title>
<updated>2003-09-04T22:21:24Z</updated>
<author>
<name>Brian Gaeke</name>
<email>gaeke@uiuc.edu</email>
</author>
<published>2003-09-04T22:21:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f58815e161c8c91075dd1af7a277314190ebc286'/>
<id>urn:sha1:f58815e161c8c91075dd1af7a277314190ebc286</id>
<content type='text'>
Get rid of support for DebugMode (make it always off).
Mung some comments.
Get rid of interpreter's PROFILE_STRUCTURE_FIELDS and PerformExitStuff
 which have been disabled forever.
Get rid of -abort-on-exception (make it always on).
Get rid of user interaction stuff (debug mode innards).
Simplify Interpreter's callMainFunction().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8344 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
