search for: pr1146

Displaying 2 results from an estimated 2 matches for "pr1146".

Did you mean: pr1143
2007 Apr 09
0
[LLVMdev] Bytecode Format Change
All, Just a heads up that the bytecode format changed again last night. If you have bc files, they need to be refreshed. If you're running a nightly tester, please refresh your llvm-gcc (mirror should be updated now, or soon). The change resulted from PR1146 which redesigns the parameter attribute feature. With the redesign it became possible to reduce the size of a function type definition by avoiding writing the parameter attributes if there aren't any (many cases). Sorry if this caused any inconvenience. Reid.
2007 Aug 24
3
[LLVMdev] Turning on exception handling codegen
On 8/24/07, Chris Lattner <sabre at nondot.org> wrote: > > so how about turning it on? > > It sounds good, but I'm concerned about darwin/x86. Bill, can you see how > well darwin/x86 is doing these days? If there are no regressions from > turning this on by default, we should do it. :) > I'm assuming that this is 4.2? :-) I'll give it a try. -bw