llvm with tablegen backend for capstone disassembler
Go to file
Chris Lattner 5b5d2db3f6 Don't explicitly force utf strings into the __TEXT,__ustring
by setting the section of the generated global.  This is an
optimization done by the code generator, and the code being
removed didn't handle the case when the string contained an
embedded nul (which the code generator does correctly 
handle).  This is rdar://7589850

llvm-svn: 95003
2010-02-01 20:59:08 +00:00
clang Don't explicitly force utf strings into the __TEXT,__ustring 2010-02-01 20:59:08 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm Do an early exit when the result is known cheaply. 2010-02-01 20:57:35 +00:00