<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/ExecutionEngine/IntelJITEvents, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/ExecutionEngine/IntelJITEvents?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/ExecutionEngine/IntelJITEvents?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-01-29T00:50:18Z</updated>
<entry>
<title>Formatting correction</title>
<updated>2013-01-29T00:50:18Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-01-29T00:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b8d2c92ac42eca3d4242bd7ce6c6e87a4d887727'/>
<id>urn:sha1:b8d2c92ac42eca3d4242bd7ce6c6e87a4d887727</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173739 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for source and line information to IntelJITEventListener for object emitted by MCJIT.</title>
<updated>2013-01-28T19:52:37Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-01-28T19:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=710cb0c7826c61b432e19d5899a2f26f76d7aa81'/>
<id>urn:sha1:710cb0c7826c61b432e19d5899a2f26f76d7aa81</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173712 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move all of the header files which are involved in modelling the LLVM IR</title>
<updated>2013-01-02T11:36:10Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2013-01-02T11:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b8c9a80f20772c3793201ab5b251d3520b9cea3'/>
<id>urn:sha1:0b8c9a80f20772c3793201ab5b251d3520b9cea3</id>
<content type='text'>
into their new header subdirectory: include/llvm/IR. This matches the
directory structure of lib, and begins to correct a long standing point
of file layout clutter in LLVM.

There are still more header files to move here, but I wanted to handle
them in separate commits to make tracking what files make sense at each
layer easier.

The only really questionable files here are the target intrinsic
tablegen files. But that's a battle I'd rather not fight today.

I've updated both CMake and Makefile build systems (I think, and my
tests think, but I may have missed something).

I've also re-sorted the includes throughout the project. I'll be
committing updates to Clang, DragonEgg, and Polly momentarily.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171366 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizeProcessFunc, for now. [-Wunused-private-field]</title>
<updated>2012-11-22T13:18:37Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-11-22T13:18:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f6dae76bb9b696b38dda05d2c79d1de9563faf2b'/>
<id>urn:sha1:f6dae76bb9b696b38dda05d2c79d1de9563faf2b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168495 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implementing basic function-level profiling support in IntelJITEventListener.</title>
<updated>2012-11-21T18:50:33Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-11-21T18:50:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=34519fc11df5107cbaab627efe4ea21f811c4430'/>
<id>urn:sha1:34519fc11df5107cbaab627efe4ea21f811c4430</id>
<content type='text'>
Tests to follow in another patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168444 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add interface for object-based JIT events.</title>
<updated>2012-11-06T18:51:59Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-11-06T18:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=776054dd938472828ac3ebf75b05e21171ef4ecf'/>
<id>urn:sha1:776054dd938472828ac3ebf75b05e21171ef4ecf</id>
<content type='text'>
This patch adds the interface to expose events from MCJIT when an object is emitted or freed and implements the MCJIT functionality to send those events.  The IntelJITEventListener implementation is left empty for now.  It will be fleshed out in a future patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167475 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adding comments to clarify the reason for non-standard style in these files.</title>
<updated>2012-10-10T01:48:52Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-10-10T01:48:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3c9019d08fe2c93a5c8a3aeba614dd4a3244f5b2'/>
<id>urn:sha1:3c9019d08fe2c93a5c8a3aeba614dd4a3244f5b2</id>
<content type='text'>
Patch committed on behalf of Kirill Uhanov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165589 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removing dependency on third party library for Intel JIT event support.</title>
<updated>2012-09-28T17:35:20Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-09-28T17:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=770b97b995aace9177a80510b7fd3cdab21dde0e'/>
<id>urn:sha1:770b97b995aace9177a80510b7fd3cdab21dde0e</id>
<content type='text'>
Patch committed on behalf of Kirill Uhanov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164831 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix of hang during Intel JIT profiling</title>
<updated>2012-09-26T23:43:56Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2012-09-26T23:43:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=44aebe85e30e3ecb3d9fef39fe719513743e6024'/>
<id>urn:sha1:44aebe85e30e3ecb3d9fef39fe719513743e6024</id>
<content type='text'>
Committed on behalf of Kirill Uhanov


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164736 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove tabs.</title>
<updated>2012-07-19T00:04:14Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2012-07-19T00:04:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=96cb1128528a512f1ef9c28ae5e1b78a98dcc505'/>
<id>urn:sha1:96cb1128528a512f1ef9c28ae5e1b78a98dcc505</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160475 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
