Displaying 2 results from an estimated 2 matches for "stdlibpass".
2011 Aug 16
0
[LLVMdev] llvm-poolalloc DSA patch: code cleanups and thread safety
...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-safe. This involved:
(a) special-casing pthread_create (see changes in StdLibInfo.cpp and
StdLibPass.cpp)
(b) adding a thread...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...quivClassGraphs.cpp for Release+Asserts build
llvm[4]: Compiling GraphChecker.cpp for Release+Asserts build
llvm[4]: Compiling Local.cpp for Release+Asserts build
llvm[4]: Compiling Printer.cpp for Release+Asserts build
llvm[4]: Compiling SanityCheck.cpp for Release+Asserts build
llvm[4]: Compiling StdLibPass.cpp for Release+Asserts build
llvm[4]: Compiling TopDownClosure.cpp for Release+Asserts build
llvm[4]: Compiling TypeSafety.cpp for Release+Asserts build
llvm[4]: Building Release+Asserts Archive Library libLLVMDataStructure.a
make[4]: Leaving directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/projects...