search for: erlanggc

Displaying 5 results from an estimated 5 matches for "erlanggc".

Did you mean: erlang
2012 Apr 14
2
[LLVMdev] RFC: ErLLVM - An LLVM backend for Erlang
...ng.h - include/llvm/Target/TargetFrameLowering.h - lib/CodeGen/PrologEpilogInserter.cpp - lib/Target/X86/X86FrameLowering.cpp - lib/Target/X86/X86FrameLowering.h 3) A GC plugin to support precise Garbage Collection (with the problems explained in a previous mail [5]). Touches/Adds: - include/llvm/ErlangGC/ErlangGCPrinter.h - lib/ErlangGC/ErlangGC.cpp - lib/ErlangGC/ErlangGCPrinter.cpp - lib/ErlangGC/Makefile - lib/Makefile The commit messages and the comments in the code should explain a lot; however, feel free to ask anything that doesn't make any sense for you! :-) We 're looking forward...
2012 Apr 24
0
[LLVMdev] RFC: ErLLVM - An LLVM backend for Erlang
...ing.h > - lib/CodeGen/PrologEpilogInserter.cpp > - lib/Target/X86/X86FrameLowering.cpp > - lib/Target/X86/X86FrameLowering.h > > 3) A GC plugin to support precise Garbage Collection (with the problems > explained in a previous mail [5]). > > Touches/Adds: > - include/llvm/ErlangGC/ErlangGCPrinter.h > - lib/ErlangGC/ErlangGC.cpp > - lib/ErlangGC/ErlangGCPrinter.cpp > - lib/ErlangGC/Makefile > - lib/Makefile > > The commit messages and the comments in the code should explain a lot; however, > feel free to ask anything that doesn't make any sense for yo...
2012 Apr 24
2
[LLVMdev] RFC: ErLLVM - Implemented HiPE Calling Convention
...erter.cpp > > - lib/Target/X86/X86FrameLowering.cpp > > - lib/Target/X86/X86FrameLowering.h > > > > 3) A GC plugin to support precise Garbage Collection (with the problems > > explained in a previous mail [5]). > > > > Touches/Adds: > > - include/llvm/ErlangGC/ErlangGCPrinter.h > > - lib/ErlangGC/ErlangGC.cpp > > - lib/ErlangGC/ErlangGCPrinter.cpp > > - lib/ErlangGC/Makefile > > - lib/Makefile > > > > The commit messages and the comments in the code should explain a lot; however, > > feel free to ask anything tha...
2011 Nov 23
0
[LLVMdev] GC plugin: Not add (postcall) safe point after tail-call
Hi all, I have implemented a GC plugin and i want to exclude Tail-call instructions from being considered as Safe Points. For that reason I have overwritten the "findCustomSafePoints" function with something like that: bool ErlangGC::findCustomSafePoints(GCFunctionInfo &FI, MachineFunction &MF) { for (MachineFunction::iterator BBI = MF.begin(), BBE = MF.end(); BBI != BBE; ++BBI) for (MachineBasicBlock::iterator MI = BBI->begin(),...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...tory '/home/NIKHILREDDY/WORK/LLVM_OBJ/lib/Target/X86/AsmParser' llvm[4]: Compiling X86AsmInstrumentation.cpp for Release+Asserts build llvm[3]: Compiling MergedLoadStoreMotion.cpp for Release+Asserts build llvm[3]: Compiling InstCombineSelect.cpp for Release+Asserts build llvm[3]: Compiling ErlangGCPrinter.cpp for Release+Asserts build llvm[3]: Compiling NaryReassociate.cpp for Release+Asserts build llvm[4]: Compiling X86AsmParser.cpp for Release+Asserts build llvm[3]: Compiling OcamlGCPrinter.cpp for Release+Asserts build llvm[3]: Compiling InstCombineShifts.cpp for Release+Asserts build llvm...