Displaying 4 results from an estimated 4 matches for "antispammers".
Did you mean:
antispammer
2009 Apr 07
0
[LLVMdev] Patch: MSIL backend global pointers initialization
Hi, Artur
> %1 = tail call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([16 x
> i8]* @.str, i32 0, i32 0), i32 %0) nounwind
> %10 = call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([11 x i8]*
> @.str2, i32 0, i32 0), i32 5) nounwind
>
> Instruction::isSameOperationAs() returns false for those two. Is it a
> bug or I misunderstood something?
These are two
2009 Apr 06
2
[LLVMdev] Patch: MSIL backend global pointers initialization
Hi Anton,
Anton Korobeynikov wrote:
> Minor comments:
>
Thanks for your comments and your patience, I'll now check the style
four times before I send anything ;)
>> + Instruction *instr =
>> + const_cast<Instruction*>(dynamic_cast<const
>> Instruction*>(*i));
>>
> Sounds hacky. Why do you need to cast away const?
2009 Apr 07
3
[LLVMdev] Patch: MSIL backend global pointers initialization
Hello Anton
> %1 = tail call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([16 x
> > i8]* @.str, i32 0, i32 0), i32 %0) nounwind
> > %10 = call i32 (i8*, ...)* @printf(i8* noalias getelementptr ([11 x i8]*
> > @.str2, i32 0, i32 0), i32 5) nounwind
> >
> > Instruction::isSameOperationAs() returns false for those two. Is it a
> > bug or I misunderstood
2011 Aug 31
4
dealing with spoofing
Here's a thought I just thunk, folks: some scum, apparently in eastern
Europe, has harvested my email, and is using it in the Reply-To: in its
spamming efforts. Now, I realize that some mails go out from noreply, but
other than that, is there a good reason why a mailserver would not be
configured to send delivery failure to *both* Reply-To and From?
mark