search for: pic16passes

Displaying 4 results from an estimated 4 matches for "pic16passes".

2009 Oct 27
1
[LLVMdev] [llvm-commits] [llvm] r84764 - /llvm/trunk/lib/Target/PIC16/PIC16Passes/Makefile
> > This causes build failures for my MingW canadian cross: > I've reverted the commit > Are there any known issues with mingw and loadable libs? - Sanjiv
2010 Sep 28
0
[LLVMdev] libLLVMpic16passes ?
Just discovered that the library LLVMpic16passes is odd on several accounts: * It doesn't follow the naming schema of the rest of the libraries for that target (should be LLVMPIC16Passes) * Nothing references it. * It differs from the typical library layout of an LLVM target (no other target has a LLVM*passes library) I've ch...
2010 Apr 09
0
[LLVMdev] whether these transformations are doable and how?
Ning Wang wrote: > Hi folk, > > I'm a newbie to llvm, please first forgive my naive questions. I want > to instrument llvm code to do some run-time monitoring work. After > reading some of the llvm documentation, it begins clear to me that I > can do the instrumentation in a transformation pass. There are > several things I want to do in the transformation pass, but
2010 Apr 09
7
[LLVMdev] whether these transformations are doable and how?
Hi folk, I'm a newbie to llvm, please first forgive my naive questions. I want to instrument llvm code to do some run-time monitoring work. After reading some of the llvm documentation, it begins clear to me that I can do the instrumentation in a transformation pass. There are several things I want to do in the transformation pass, but I'm not sure whether they are doable and how to do