search for: spyff

Displaying 3 results from an estimated 3 matches for "spyff".

Did you mean: spiff
2012 Aug 22
1
[LLVMdev] buildbot failure in LLVM on clang-native-mingw64-win7
...blaikie,ddunbar,delesley,dgregor,djasper,dyatkovskiy,echristo,efriedma,evancheng,fjahanian,gps,gribozavr,grosbach,grosser,hanm,hans,hliao,jacksprat,jaykang10,jrose,jush,kcc,klimek,kremenek,matthewbg,mcrosier,mspencer,nadav,nicholas,panzer,pranavb,rafael,rdivacky,resistor,rjmccall,rsmith,rtrieu,spop,spyffe,stoklund,tbrethou,tnorthover,victorm,void,zaks > > BUILD FAILED: failed clang-test > > sincerely, > -The Buildbot > > >
2009 Aug 18
2
[LLVMdev] X86 Disassembler
...ssemblerEmitter.h (table emitter) – as well as in the individual files, functions, and classes. I implemented a use case in tools/llvm-mc/HexDisassembler.cpp, which implements an interactive disassembler for sequences of bytes entered in hex on standard input. Example output: – localhost:llvm spyffe$ ./Debug/bin/llvm-mc -disassemble 74 22 <-- user input … 1 instructions: 74 22 je 34 – The disassembler is currently fully implemented, and testing is ongoing. I still need to handle LEA correctly, and of course the instruction tables (lib/Target/X86/X86InstrInfo.td and friends) always...
2009 Aug 18
0
[LLVMdev] X86 Disassembler
...– > as well as in the individual files, functions, and classes. > > I implemented a use case in tools/llvm-mc/HexDisassembler.cpp, which > implements an interactive disassembler for sequences of bytes > entered in hex on standard input. Example output: > – > localhost:llvm spyffe$ ./Debug/bin/llvm-mc -disassemble > 74 22 <-- user input > … > 1 instructions: > 74 22 je 34 > – > The disassembler is currently fully implemented, and testing is > ongoing. I still need to handle LEA correctly, and of course the > instruction tables (lib/Target/X8...