search for: llvmites

Displaying 6 results from an estimated 6 matches for "llvmites".

Did you mean: llimits
2013 Feb 18
5
[LLVMdev] [RFC] NoBuiltin Attribute
Hi LLVMites! This patch adds the 'nobuiltin' attribute to to LLVM. This is needed during LTO, which right now ignores this attribute and command line flag. I want to make this an IR-level attribute instead of a target-dependent attribute because it's used during IR modification and not code genera...
2013 Feb 18
0
[LLVMdev] [RFC] NoBuiltin Attribute
Awesome work on the Attributes Bill! I see them now in the bitcode files. I can't wait continue my work that needs to compile functions differently as mips16 or mips32 depending on the attributes. On 02/18/2013 01:54 PM, Bill Wendling wrote: > Hi LLVMites! > > This patch adds the 'nobuiltin' attribute to to LLVM. This is needed during LTO, which right now ignores this attribute and command line flag. I want to make this an IR-level attribute instead of a target-dependent attribute because it's used during IR modification and not co...
2013 Feb 19
0
[LLVMdev] [RFC] NoBuiltin Attribute
On Feb 18, 2013, at 1:54 PM, Bill Wendling <wendling at apple.com> wrote: > Hi LLVMites! > > This patch adds the 'nobuiltin' attribute to to LLVM. This is needed during LTO, which right now ignores this attribute and command line flag. I want to make this an IR-level attribute instead of a target-dependent attribute because it's used during IR modification and not c...
2013 Feb 19
5
[LLVMdev] [RFC] NoBuiltin Attribute
On Feb 18, 2013, at 4:45 PM, Chris Lattner <clattner at apple.com> wrote: > > On Feb 18, 2013, at 1:54 PM, Bill Wendling <wendling at apple.com> wrote: > >> Hi LLVMites! >> >> This patch adds the 'nobuiltin' attribute to to LLVM. This is needed during LTO, which right now ignores this attribute and command line flag. I want to make this an IR-level attribute instead of a target-dependent attribute because it's used during IR modification a...
2008 Mar 18
0
[LLVMdev] GCC Merge Coming Up
Hi LLVMites, There's going to be new LLVM-GCC merge with Apple's GCC 4.2 coming up. If all goes well, this should happen tomorrow (Tuesday). I'll have Tanya disable emails when I apply the patch so that you aren't inundated with a bunch of messages. But I will send out the patch afterw...
2013 Feb 19
0
[LLVMdev] [RFC] NoBuiltin Attribute
...Mon, Feb 18, 2013 at 4:49 PM, Bill Wendling <wendling at apple.com> wrote: > On Feb 18, 2013, at 4:45 PM, Chris Lattner <clattner at apple.com> wrote: > > > > > On Feb 18, 2013, at 1:54 PM, Bill Wendling <wendling at apple.com> wrote: > > > >> Hi LLVMites! > >> > >> This patch adds the 'nobuiltin' attribute to to LLVM. This is needed > during LTO, which right now ignores this attribute and command line flag. I > want to make this an IR-level attribute instead of a target-dependent > attribute because it's used...