search for: bytecodewriter

Displaying 7 results from an estimated 7 matches for "bytecodewriter".

Did you mean: bitcodewriter
2007 Feb 10
2
[LLVMdev] Problems with both the 1.9 Release and the CVS on Cygwin
...refix=/usr/llvm make tools-only ENABLE_OPTIMIZED=1 make[3]: Entering directory `/usr/src/lib/Bytecode/Writer' llvm[3]: Compiling SlotCalculator.cpp for Release build llvm[3]: Compiling Writer.cpp for Release build /usr/src/llvm/lib/Bytecode/Writer/Writer.cpp: In member function `void llvm::BytecodeWriter::outputConstant(const llvm::Constant*)': /usr/src/llvm/lib/Bytecode/Writer/Writer.cpp:329: error: call of overloaded `output_vbr(uint32_t)' is ambiguous /usr/src/llvm/lib/Bytecode/Writer/Writer.cpp:82: note: candidates are: void llvm::BytecodeWriter::output_vbr(uint64_t) /usr/src/llvm/lib/B...
2005 Jan 21
2
[LLVMdev] making cygwin nightly builds available?
...ried to get llvm compiled on mingw32 using the latest snapshot of gcc from cvs + some mingw specific patches. A (very brief) list of suggested patches: 1. Fix file open mode everywhere! Some llvm tools open files for binary output as text files(!). This leads to corrupted files almost everywhere. (BytecodeWriter, Archive, Linker, ...) 2. Fix CRLF issues, where possible (Archive, etc) 3. Need complete Win32/Path.cpp rewrote to handle all types of paths :( 4. Change __MINGW define to __MINGW32__, which is official now 5. Cfrontend build is little bit tricky, but I have it compiled. The main problems are due...
2006 Dec 08
0
[LLVMdev] Proposed: first class packed structures
...RCS file: /home/vadve/shared/PublicCVS/llvm/lib/Bytecode/Writer/ Writer.cpp,v retrieving revision 1.134 diff -t -d -u -p -5 -r1.134 Writer.cpp --- lib/Bytecode/Writer/Writer.cpp 6 Dec 2006 04:27:07 -0000 1.134 +++ lib/Bytecode/Writer/Writer.cpp 6 Dec 2006 17:25:08 -0000 @@ -247,11 +247,11 @@ void BytecodeWriter::outputType(const Ty Reid can chime in here, but it seems like there should be a more efficient way to encode the packed'ness than using a whole byte per struct type. Perhaps it doesn't matter, because we will hopefully be moving to per-bit encoding in the near future. -Chris
2006 Dec 06
4
[LLVMdev] Proposed: first class packed structures
Currently, Structure layout is left to targets, which implement them according to the ABI of that platform. While this is fine for most structures, it makes packed structures very ugly. All fields in a packed type must be converted to byte arrays with casts to access fields, which bloats accesses and obsfucates the types. First class support for packed types would clean up the generated code
2012 Jun 08
0
Wine release 1.5.6
...rsion of the joystick configuration applet. joy.cpl: Added joystick listing. joy.cpl: Added joystick testing tab and button tests. joy.cpl: Added a Graphical Axis test. joy.cpl: Added trace messages to show joystick input. Matteo Bruni (9): d3dcompiler: Use a separate bytecodewriter debug channel. d3dcompiler: Flesh out the lexer more. d3dcompiler: Add identifiers parsing. d3dcompiler: Parse variable declarations. d3dcompiler: Dump preprocessed shader sources. d3dcompiler: Distinguish between scalars, vectors and matrices. d3dcompiler: Parse...
2010 Oct 29
0
Wine release 1.3.6
...ckage. msi: An inactive dialog control does not require a property. advapi32: Implement EnumServicesStatusA/W. advapi32: Implement EnumServicesStatusExA/W. Henri Verbeet (40): d3dcompiler: Make some variables static. d3dcompiler: Move some bytecode output functions to bytecodewriter.c. d3dcompiler: Merge asmutils.c into utils.c. d3dcompiler: Mark some internal symbols hidden. wined3d: Allow FBO blits again between surfaces with fixups if they have the same format. wined3d: Always pass a valid rectangle to surface_get_blt_info(). wined3d: Properly...
2020 Mar 27
0
Wine release 5.5
...winegstreamer: Set the bit depth for UYVY video. d3dcompiler: Get rid of the init_*_dx9_writer() helpers. d3dcompiler: Get rid of the "len" parameter to write_declarations(). d3dcompiler: Introduce an array_reserve() helper. d3dcompiler: Move some declarations to bytecodewriter.c. Zhiyi Zhang (18): wined3d: Pass a struct wined3d_adapter pointer to wined3d_get_device_caps(). d3d8: Report d3d8 adapter ordinal in device caps. d3d8/tests: Support creating a device with the specified adapter. d3d9/tests: Support creating a device with the specified ada...