Displaying 3 results from an estimated 3 matches for "processfunct".
Did you mean:
process_func
2011 Aug 16
0
[LLVMdev] llvm-poolalloc DSA patch: code cleanups and thread safety
Hello,
I have a patch to DSA you may be interested in. I thought I'd post this to
llvmdev so it will be archived and googeable in case others need it, even if
you decide to not merge this into mainline :-) Here are the highlights:
* I refactored StdLibDataStructures::processFunction into processFunction
and processCallSite to remove a lot of copy/pasted code. I also moved the
libAction table from StdLibPass.cpp to a new module, StdLibInfo.cpp, so it
can be reused elsewhere.
* I brought back DSAA, because I need it :-) Most importantly, I revised
DSAA to make it is thread...
2004 Nov 17
2
[LLVMdev] llvm-test portability failures
...directory
A huge number of errors follows this, but they appear to be consequences of this error.
===========================================
Several tests fail in gccld with this assertion:
Assertion failed: (ArgumentConstants[i].first && "Unknown constant value!"), function processFunction, file /usr/home/llvm/obj/../lib/Transforms/IPO/IPConstantPropagation.cpp, line 117.
===========================================
/usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/assembler/scan_line.c:10:20: malloc.h: No such file or directory
/...
2004 Nov 17
0
[LLVMdev] llvm-test portability failures
...rrors follows this, but they appear to be consequences of this error.
>
> ===========================================
>
> Several tests fail in gccld with this assertion:
>
> Assertion failed: (ArgumentConstants[i].first && "Unknown constant value!"), function processFunction, file /usr/home/llvm/obj/../lib/Transforms/IPO/IPConstantPropagation.cpp, line 117.
>
> ===========================================
>
> /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C/assembler/scan_line.c:10:20: malloc.h: No such...