Displaying 4 results from an estimated 4 matches for "_attached_".
2008 Apr 13
2
[LLVMdev] LLVMBuilder vs LLVMFoldingBuilder
> Please find _attached_ the update patches with all requested changes.
Applied - thanks!
Ciao,
Duncan.
2008 Apr 13
0
[LLVMdev] LLVMBuilder vs LLVMFoldingBuilder
On Apr 12, 2008, at 11:28 PM, Duncan Sands wrote:
>> Please find _attached_ the update patches with all requested changes.
>
> Applied - thanks!
>
In the future, can all major API changes please be checked in after
giving some warning to the community? For example, send a separate
email title "API Change" and then give some sort of warning as to whe...
2008 Apr 12
0
[LLVMdev] LLVMBuilder vs LLVMFoldingBuilder
...folding, more changes are required. None of the tests in the
DejaGNU test suite or the full llvm test-suite have asserted, so I have
to believe this is safe. If someone with a greater understanding of how
the ShadowStackCollector works could give input on this, I'd be grateful.
Please find _attached_ the update patches with all requested changes.
Thanks
Dominic
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: llvm-gcc42.IRBuilder.patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080412/8317f8be/attachment.ksh>
------...
2008 Apr 11
4
[LLVMdev] LLVMBuilder vs LLVMFoldingBuilder
Hi Dominic,
+//===-- llvm/Support/IRBuilder.h - Builder for LLVM Instrs -----*- C++ -*-===//
is this line the right length? It seems shorter than the similar lines below like
this one:
+//===----------------------------------------------------------------------===//
+ GetElementPtrInst *CreateStructGEP(Value *Ptr, unsigned Idx,
+ const char *Name =