Re: Backtrace library [1/3]

2012-09-11 Thread Chris Lattner
On Sep 11, 2012, at 4:24 PM, Ian Lance Taylor wrote: > On Tue, Sep 11, 2012 at 4:07 PM, Chris Lattner wrote: >> >> FYI, "backtrace" is a well-known function provide by glibc (and other >> libc's). It might be best to pick another name. >

Re: Backtrace library [1/3]

2012-09-11 Thread Chris Lattner
On Sep 11, 2012, at 3:53 PM, Ian Lance Taylor wrote: > I have finished the initial implementation of the backtrace library I > proposed at http://gcc.gnu.org/ml/gcc/2012-08/msg00317.html . I've > separated the work into three patches. These patches only implement the > backtrace library itself

Re: Vector shuffling

2011-08-31 Thread Chris Lattner
On Aug 31, 2011, at 1:27 AM, Artem Shinkarov wrote: >> If you're going to add vector shuffling builtins, you might consider adding >> the same builtin that clang has for compatibility: >> http://clang.llvm.org/docs/LanguageExtensions.html#__builtin_shufflevector >> >> It should be straight-forw

Re: Vector shuffling

2011-08-30 Thread Chris Lattner
On Aug 30, 2011, at 10:01 AM, Artem Shinkarov wrote: >>> The patch at the moment lacks of some examples, but mainly it works >>> fine for me. It would be nice if i386 gurus could look into the way I >>> am doing the expansion. >>> >>> Middle-end parts seems to be more or less fine, they have not c