<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/CodeGen/asm-errors.c, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Restore slightly less dodgy diagnostic handler for inline asm</title>
<updated>2016-04-06T19:58:07+00:00</updated>
<author>
<name>Tim Northover</name>
<email>tnorthover@apple.com</email>
</author>
<published>2016-04-06T19:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1390b4479efe62862f2dc878e19bccbf8168e1ca'/>
<id>1390b4479efe62862f2dc878e19bccbf8168e1ca</id>
<content type='text'>
Turns out it was there mostly to prevent Clang asking people to report a bug.
This time we report something to Clang's real diagnostics handler so that it
exits with something approximating a real error and tidies up after itself.

llvm-svn: 265592
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out it was there mostly to prevent Clang asking people to report a bug.
This time we report something to Clang's real diagnostics handler so that it
exits with something approximating a real error and tidies up after itself.

llvm-svn: 265592
</pre>
</div>
</content>
</entry>
<entry>
<title>Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.</title>
<updated>2016-03-31T19:19:24+00:00</updated>
<author>
<name>Tim Northover</name>
<email>tnorthover@apple.com</email>
</author>
<published>2016-03-31T19:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8c824a07ae9196846fbc34cbb4be2f6cfa48516a'/>
<id>8c824a07ae9196846fbc34cbb4be2f6cfa48516a</id>
<content type='text'>
Whatever crash it was there to present appears to have been fixed in the
backend now, and it had the nasty side-effect of causing clang to exit(0) and
leave a .o containing goodness knows what even when an error hit.

llvm-svn: 265038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whatever crash it was there to present appears to have been fixed in the
backend now, and it had the nasty side-effect of causing clang to exit(0) and
leave a .o containing goodness knows what even when an error hit.

llvm-svn: 265038
</pre>
</div>
</content>
</entry>
<entry>
<title>Reenable asm-errors.c</title>
<updated>2016-03-10T22:40:02+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2016-03-10T22:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=416ad130eab2047e64fa1be7ab5f60a6caad7cb9'/>
<id>416ad130eab2047e64fa1be7ab5f60a6caad7cb9</id>
<content type='text'>
r134811 made the test pass and reenabled it, but r134831
accidentally disabled it again due to a bad merge.

llvm-svn: 263168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r134811 made the test pass and reenabled it, but r134831
accidentally disabled it again due to a bad merge.

llvm-svn: 263168
</pre>
</div>
</content>
</entry>
<entry>
<title>Add InlineAsmDiagnosticHandler for bitcode input</title>
<updated>2015-02-12T02:06:55+00:00</updated>
<author>
<name>Steven Wu</name>
<email>stevenwu@apple.com</email>
</author>
<published>2015-02-12T02:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=15b385f8547e6d7236b39e66a8d3a53df5b3f454'/>
<id>15b385f8547e6d7236b39e66a8d3a53df5b3f454</id>
<content type='text'>
Summary:
This patch installs an InlineAsmDiagnosticsHandler to avoid the crash
report when the input is bitcode and the bitcode contains invalid inline
assembly. The handler will simply print the same error message that will
print from the backend.

Add CHECK in test-case

Reviewers: echristo, rafael

Reviewed By: rafael

Subscribers: rafael, cfe-commits

Differential Revision: http://reviews.llvm.org/D7568

llvm-svn: 228898
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This patch installs an InlineAsmDiagnosticsHandler to avoid the crash
report when the input is bitcode and the bitcode contains invalid inline
assembly. The handler will simply print the same error message that will
print from the backend.

Add CHECK in test-case

Reviewers: echristo, rafael

Reviewed By: rafael

Subscribers: rafael, cfe-commits

Differential Revision: http://reviews.llvm.org/D7568

llvm-svn: 228898
</pre>
</div>
</content>
</entry>
<entry>
<title>clang side to match the LLVM IR type system rewrite patch.</title>
<updated>2011-07-09T17:41:47+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-07-09T17:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a5f58b05e82a06b5491c74d3a18c3ee1c749f77b'/>
<id>a5f58b05e82a06b5491c74d3a18c3ee1c749f77b</id>
<content type='text'>
llvm-svn: 134831
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 134831
</pre>
</div>
</content>
</entry>
<entry>
<title>cc1 must initialize MC subtarget infos for inline asm parsing. Re-enable asm-errors.c</title>
<updated>2011-07-09T07:32:07+00:00</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2011-07-09T07:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7b15d1885f8030d4e416454644f0d33d64373e21'/>
<id>7b15d1885f8030d4e416454644f0d33d64373e21</id>
<content type='text'>
llvm-svn: 134811
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 134811
</pre>
</div>
</content>
</entry>
<entry>
<title>disable this test to get the botz green again.</title>
<updated>2011-07-09T07:14:54+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-07-09T07:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=380667d520a1ebbdd28abe0d9475cf679ccda73c'/>
<id>380667d520a1ebbdd28abe0d9475cf679ccda73c</id>
<content type='text'>
llvm-svn: 134808
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 134808
</pre>
</div>
</content>
</entry>
<entry>
<title>These tests require particular registered targets. Declared as such.</title>
<updated>2011-06-03T22:24:54+00:00</updated>
<author>
<name>Galina Kistanova</name>
<email>gkistanova@gmail.com</email>
</author>
<published>2011-06-03T22:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f56b4f6fddbb541f8cb55b56a24b3438a5f3550b'/>
<id>f56b4f6fddbb541f8cb55b56a24b3438a5f3550b</id>
<content type='text'>
llvm-svn: 132600
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 132600
</pre>
</div>
</content>
</entry>
<entry>
<title>Due to asmparser improvements, this error message is now better</title>
<updated>2010-09-06T22:09:27+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-09-06T22:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=03483613c2986a61181d08c8719d16790a9ad0b3'/>
<id>03483613c2986a61181d08c8719d16790a9ad0b3</id>
<content type='text'>
llvm-svn: 113177
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 113177
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent these tests from dirtying the tree with output files that aren't even</title>
<updated>2010-08-06T05:29:57+00:00</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2010-08-06T05:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=66ce9651f1ecd959d49ea5541315434b64acca25'/>
<id>66ce9651f1ecd959d49ea5541315434b64acca25</id>
<content type='text'>
used for the test.

llvm-svn: 110431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used for the test.

llvm-svn: 110431
</pre>
</div>
</content>
</entry>
</feed>
