Lines Matching refs:about
86 - **unusual domains** - We've been talking about applying LLVM to a
98 stuck or want to talk about it, feel free to email the `llvm-dev mailing
103 Before we end this tutorial, I want to talk about some "tips and tricks"
111 We have a couple common questions about code in the LLVM IR form - lets
133 these people are usually thinking about C or a language from the C
134 family when they are asking questions about language portability. I say
159 32-bits, and long = 64-bits), don't care about ABI compatibility with
184 One thing about LLVM that turns off many people is that it does not
199 information about what it came from is lost. The more general issue
212 information about pointers aliasing, etc). Many of the enhancements are
219 "know" things about code compiled for a language. In the case of the C
220 family, there is an optimization pass that "knows" about the standard C
237 letting everyone rediscover them, this section talks about some of these