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