Displaying 8 results from an estimated 8 matches for "programinfo".
2004 Sep 01
2
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
...n member function `void
llvm::SparcV9RegInfo::suggestRegs4CallArgs(llvm::MachineInstr*,
llvm::LiveRangeInfo&) const':
/home/wanderer/pkg/build/llvm/src/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:618:
warning: converting of negative value `BadRegClass' to `unsigned int'
Compiling ProgramInfo.cpp
/home/wanderer/pkg/build/llvm/src/llvm/lib/Debugger/ProgramInfo.cpp: In
function `const llvm::GlobalVariable* getNextStopPoint(const llvm::Value*,
unsigned int&, unsigned int&)':
/home/wanderer/pkg/build/llvm/src/llvm/lib/Debugger/ProgramInfo.cpp:90:
warning: converting of negati...
2008 Feb 01
0
[LLVMdev] Making dll's on MinGW.
...p'.
3. Copy to `temp' all LLVM object files that you need on your project
(LLVMX86.o, LLVMExecutionEngine.o and LLVMJIT.o for me).
4. cd to `temp'.
5. Execute this: for f in ../lib*.a ; do ar x $f ; done
If you are working on the LLVM's debug install, do:
rm Debugger.o ProgramInfo.o RuntimeInfo.o SourceFile.o SourceLanguage*.o
6. Then:
g++ -shared --export-all-symbols -o LLVM.dll *.o -lpsapi -ldbghelp
This may require several minutes and use approx. 0.5 GB.
If you are working on LLVM's debug install, it is a good idea to name
the dll LLVMd.dll or somethin...
2004 Sep 02
0
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
...n member function `void
llvm::SparcV9RegInfo::suggestRegs4CallArgs(llvm::MachineInstr*,
llvm::LiveRangeInfo&) const':
/home/wanderer/pkg/build/llvm/src/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:618:
warning: converting of negative value `BadRegClass' to `unsigned int'
Compiling ProgramInfo.cpp
/home/wanderer/pkg/build/llvm/src/llvm/lib/Debugger/ProgramInfo.cpp: In
function `const llvm::GlobalVariable* getNextStopPoint(const llvm::Value*,
unsigned int&, unsigned int&)':
/home/wanderer/pkg/build/llvm/src/llvm/lib/Debugger/ProgramInfo.cpp:90:
warning: converting of negati...
2004 Sep 02
1
[LLVMdev] Problem with CVS LLVM build in obj != src dir case
...llvm::SparcV9RegInfo::suggestRegs4CallArgs(llvm::MachineInstr*,
> llvm::LiveRangeInfo&) const':
> /home/wanderer/pkg/build/llvm/src/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp:618:
> warning: converting of negative value `BadRegClass' to `unsigned int'
>
> Compiling ProgramInfo.cpp
> /home/wanderer/pkg/build/llvm/src/llvm/lib/Debugger/ProgramInfo.cpp: In
> function `const llvm::GlobalVariable* getNextStopPoint(const llvm::Value*,
> unsigned int&, unsigned int&)':
> /home/wanderer/pkg/build/llvm/src/llvm/lib/Debugger/ProgramInfo.cpp:90:
> warn...
2007 Dec 25
3
[LLVMdev] Using debug info in static analysis
Hi,
I was looking at how to use debug info to find out original source:line
for a certain function/variable in the llvm bytecode.
I read http://llvm.org/docs/SourceLevelDebugging.html, and then I have
looked in lib/Debugger/ProgramInfo.cpp.
getFunction() looks useful, however I am not sure how to call it. I have
a reference to a Function, however getFunction() takes
a GlobalVariable. I tried creating a GlobalVariable that points to my
Function, but that didn't work, since getFunction() is looking
at uses of the GlobalVariable...
2008 Nov 13
0
[LLVMdev] 'struct' now seen using 'class'
...uild.h(64) :
see declaration of 'llvm::SDISelAsmOperandInfo'
14>C:\llvm\include\llvm/Debugger/SourceLanguage.h(32) : warning C4099:
'llvm::SourceLanguage' : type name first seen using 'class' now seen
using 'struct'
14> C:\llvm\include\llvm/Debugger/ProgramInfo.h(33) : see
declaration of 'llvm::SourceLanguage'
16>c:\dj\llvm\lib\target\x86\asmprinter\X86ATTAsmPrinter.h(29) : warning
C4099: 'llvm::MachineJumpTableInfo' : type name first seen using 'class'
now seen using 'struct'
16> C:\llvm\include\llvm/CodeG...
2007 Dec 25
0
[LLVMdev] Using debug info in static analysis
...n Dec 25, 2007, at 5:56 AM, Török Edwin wrote:
> I was looking at how to use debug info to find out original
> source:line
> for a certain function/variable in the llvm bytecode.
>
> I read http://llvm.org/docs/SourceLevelDebugging.html, and then I have
> looked in lib/Debugger/ProgramInfo.cpp.
> getFunction() looks useful, however I am not sure how to call it. I
> have
> a reference to a Function, however getFunction() takes
> a GlobalVariable. I tried creating a GlobalVariable that points to my
> Function, but that didn't work, since getFunction() is looking
&g...
2006 Oct 31
0
PSARC 2006/054 DTrace JNI Binding
...e_jni/java/src/org/opensolaris/os/dtrace/ProcessEvent.java
create: usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProcessState.java
create: usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/Program.java
create: usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ProgramInfo.java
create: usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/Record.java
create: usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ResourceLimitException.java
create: usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ScalarRecord.java
create: usr/src/lib/libdt...