<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/include/llvm/DebugInfo, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/include/llvm/DebugInfo?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/include/llvm/DebugInfo?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2013-04-17T08:29:02Z</updated>
<entry>
<title>Create a stub for DWARF parser unittests</title>
<updated>2013-04-17T08:29:02Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2013-04-17T08:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=cd61455798777446f35723fdb77f54a17e602009'/>
<id>urn:sha1:cd61455798777446f35723fdb77f54a17e602009</id>
<content type='text'>
Moves one DWARF-specific header to include/llvm/DebugInfo from lib/.
Add a short unittest for r179095.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179678 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for the pubnames section to llvm-dwarfdump.</title>
<updated>2013-02-12T16:20:28Z</updated>
<author>
<name>Krzysztof Parzyszek</name>
<email>kparzysz@codeaurora.org</email>
</author>
<published>2013-02-12T16:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e38825f490b898644089d5cd9cb90cec681bded8'/>
<id>urn:sha1:e38825f490b898644089d5cd9cb90cec681bded8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174976 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Initial support for DWARF CFI parsing and dumping in LLVM</title>
<updated>2013-02-05T23:30:58Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@google.com</email>
</author>
<published>2013-02-05T23:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=60bdc5b16e2fc17be184b515a00c2e2a2eb40b89'/>
<id>urn:sha1:60bdc5b16e2fc17be184b515a00c2e2a2eb40b89</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174463 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add DIContext::getLineInfoForAddressRange() function and test.  This function allows a caller to obtain a table of line information for a function using the function's address and size.</title>
<updated>2013-01-26T00:28:05Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-01-26T00:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=e27a787760ea7c2899da3287002fe8ba316df0d0'/>
<id>urn:sha1:e27a787760ea7c2899da3287002fe8ba316df0d0</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173537 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add command-line flags for DWARF dumping.</title>
<updated>2013-01-25T20:26:43Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eliben@google.com</email>
</author>
<published>2013-01-25T20:26:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=939a4e8b693820d161f362317f7dba9057e66cc7'/>
<id>urn:sha1:939a4e8b693820d161f362317f7dba9057e66cc7</id>
<content type='text'>
Flags for dumping specific DWARF sections added in lib/DebugInfo and
llvm-dwarfdump.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173480 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Sort the #include lines for the include/... tree with the script.</title>
<updated>2012-12-03T17:02:12Z</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2012-12-03T17:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=255f89faee13dc491cb64fbeae3c763e7e2ea4e6'/>
<id>urn:sha1:255f89faee13dc491cb64fbeae3c763e7e2ea4e6</id>
<content type='text'>
AKA: Recompile *ALL* the source code!

This one went much better. No manual edits here. I spot-checked for
silliness and grep-checked for really broken edits and everything seemed
good. It all still compiles. Yell if you see something that looks goofy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169133 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rewrite DIContext interface to take an object. Update all callers.</title>
<updated>2012-11-12T21:40:38Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2012-11-12T21:40:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=d1726a4580f3dc42e2debbfea41acb9e815c06be'/>
<id>urn:sha1:d1726a4580f3dc42e2debbfea41acb9e815c06be</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167757 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DIContext. This is needed to prevent crashes because of dangling reference if the clients don't provide RelocMap to DIContext constructor.</title>
<updated>2012-11-12T14:25:36Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2012-11-12T14:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=4c0ae9066fecbbd507162a880450641aa5c33098'/>
<id>urn:sha1:4c0ae9066fecbbd507162a880450641aa5c33098</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167728 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix up comment typo and 80-col.</title>
<updated>2012-11-07T23:38:51Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2012-11-07T23:38:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=eb3a8c5288110ddf183e3e8b8babc303f6b78020'/>
<id>urn:sha1:eb3a8c5288110ddf183e3e8b8babc303f6b78020</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167560 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a relocation visitor to lib object. This works via caching relocated</title>
<updated>2012-11-07T23:22:07Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2012-11-07T23:22:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=806e03d2381709ddfb5a8012729bbe6eae12caf5'/>
<id>urn:sha1:806e03d2381709ddfb5a8012729bbe6eae12caf5</id>
<content type='text'>
values in a map that can be passed to consumers. Add a testcase that
ensures this works for llvm-dwarfdump.

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