- eba5675 winebuild: Add cfi annotations to the import thunk for i386. by Alexandre Julliard · 15 years ago
- e550e8a winebuild: Add a wrapper function to output cfi directives. by Alexandre Julliard · 15 years ago
- 10e4a55 winebuild: Output the asm relay functions as needed and get rid of --relay32 mode. by Alexandre Julliard · 15 years ago
- b4c6433 winebuild: Do not output an undefined symbol reference for variables. by Alexandre Julliard · 15 years ago
- 054406f winebuild: Don't output private symbols at all when building an import library. by Alexandre Julliard · 15 years ago
- 2fda3d6 winebuild: Add support for building Windows import libraries. by Alexandre Julliard · 15 years ago
- c4c6fca winebuild: Don't check variables for undefined exports. by Alexandre Julliard · 15 years ago
- 27fb36b winebuild: Add ARM support. by André Hentschel · 15 years ago
- 873e027 winebuild: Add unwind annotations to all the generated functions for x86_64. by Alexandre Julliard · 16 years ago
- b374e7e winebuild: Don't include any Windows header to avoid data types dependencies. by Alexandre Julliard · 16 years ago
- cdad788 winebuild: Skip non-functions when building the undefined exports file. by Alexandre Julliard · 16 years ago
- 49d2c20 winebuild: Ignore 16-bit absolute exports when checking for undefined symbols. by Alexandre Julliard · 16 years ago
- 5599ac2 winebuild: Add support for generating stand-alone 16-bit modules. by Alexandre Julliard · 16 years ago
- d07f67a winebuild: Determine the appropriate as/ld/nm commands at the time they are needed. by Alexandre Julliard · 16 years ago
- 913354e winebuild: Fix delay load code to preserve stack alignment and save the correct registers. by Alexandre Julliard · 16 years ago
- ce63574 winebuild: Generate stub entry points for x86_64. by Alexandre Julliard · 16 years ago
- 1fcc334 winebuild: Use ms-abi for delayed load stubs. by Maarten Lankhorst · 16 years ago
- 1abf809 winebuild: Generate MS-style imports using the OriginalFirstThunk field. by Alexandre Julliard · 17 years ago
- 238e186 winebuild: Fix import stub on ppc. by Simon Richter · 17 years ago
- 195356c winebuild: Also optimize out imports that are only used for forwards. by Alexandre Julliard · 17 years ago
- e6fe734 winebuild: Improved checks for missing forward entry point targets. by Alexandre Julliard · 17 years ago
- 32fc1ac winebuild: Print a warning when failing to import a data export. by Alexandre Julliard · 17 years ago
- c32e02e winebuild: Add a few nops to stub entry points to make Safedisc happy. by Alexandre Julliard · 17 years ago
- 5fcc5d3 winebuild: Refer to strings used in generated stubs by symbol rather than by offset to avoid problems when the compiler aligns the strings by 2 or more bytes. by Rob Shearman · 18 years ago
- d578725 winebuild: Check if a given forward does exist in one of the imported dlls, fix a couple of problems detected. by Dmitry Timoshkov · 18 years ago
- 5df3ff1 winebuild: Replace inline static with static inline. by Andrew Talbot · 18 years ago
- c9f1452 winebuild: sign-compare fixes. by Joris Huizer · 18 years ago
- 8029470 winebuild: Cast-qual warning fix. by Andrew Talbot · 18 years ago
- 7158049 winebuild: Added output() function to properly deal with write errors. by Alexandre Julliard · 19 years ago
- 7a15278 winebuild: Save registers which might contain parameters for the function to be called. by Ge van Geldorp · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 88bf4d6 winebuild: Disable linking to external symbols by default. by Alexandre Julliard · 19 years ago
- 02a9bc0 winebuild: Fixed index in module table for delayed imports. by Alexandre Julliard · 19 years ago
- 433bbdf winebuild: Get rid of the default ignored symbols list. by Alexandre Julliard · 19 years ago
- 3f0a473 winebuild: Always import atof, the MS version is different. by Alexandre Julliard · 19 years ago
- 5dc6d95 ntdll: New implementation of relay thunks. by Alexandre Julliard · 19 years ago
- cc01e8f Preserve 16-byte stack alignment in the various assembly by Alexandre Julliard · 19 years ago
- 9aa4323 Fix winebuild's ppc assembly generation. by Simon Richter · 19 years ago
- 2aae74d Factor out a couple of useful helper functions. by Alexandre Julliard · 20 years ago
- 3cd7379 Moved stub function generation to import.c. Added a get_stub_name by Alexandre Julliard · 20 years ago
- 5173234 Now that we have to be able to run the assembler from winebuild, added by Alexandre Julliard · 20 years ago
- a999a99 Create an assembly file with all undefined symbols and add it to the by Alexandre Julliard · 20 years ago
- 87c347b Don't remove ignored symbols from the undefined list, simply skip them by Alexandre Julliard · 20 years ago
- 96508ad Moved return value handling to the individual relay thunks so that we by Alexandre Julliard · 20 years ago
- 89024a6 Make the users of wine_call_from_32_regs save %eax so that we don't by Alexandre Julliard · 20 years ago
- 80083b1 Store RVAs instead of pointers wherever possible in the generated NT by Alexandre Julliard · 20 years ago
- 8c6649e Implemented import thunks for x86-64. by Alexandre Julliard · 20 years ago
- 13baa7b Added a common function to declare global symbols, and make them by Alexandre Julliard · 20 years ago
- 9f49889 Now that everything is done in assembly in the spec file, directly by Alexandre Julliard · 20 years ago
- 3fa5678 Generate stub functions directly in assembly. by Alexandre Julliard · 20 years ago
- 43bd551 Added support for 64-bit format NT header and export/import tables. by Alexandre Julliard · 20 years ago
- c382ed0 Added a bit of framework for future x86_64 support. by Alexandre Julliard · 20 years ago
- e6c7669 Generate the NT header in assembly instead of using a C structure. by Alexandre Julliard · 20 years ago
- 2aa9e20 Output the delayed import table using assembly too. by Alexandre Julliard · 20 years ago
- 932ecb2 Output the import directory using assembly instead of C structures. by Alexandre Julliard · 20 years ago
- d1c5f68 Added an entry point routine for native drivers. by Alexandre Julliard · 20 years ago
- 0628c7e Moved more of the spec initialization code to the winecrt0 library, by Alexandre Julliard · 20 years ago
- d409854 Moved the delay loading support code to the winecrt0 library. by Alexandre Julliard · 20 years ago
- b6b180a Moved the implementation of spec file stubs to the winecrt0 library. by Alexandre Julliard · 20 years ago
- 71ae2d7 Beginnings of a crt0 library. by Alexandre Julliard · 20 years ago
- 2b87c82 Added a --undefined option to allow forcing some symbols to be by Alexandre Julliard · 20 years ago
- ec1cdfd Added some general purpose routines for managing list of symbol names. by Alexandre Julliard · 20 years ago
- 646f17f Implemented DelayLoadFailureHook and use it in the winebuild-generated by Alexandre Julliard · 20 years ago
- e51ffce Fixed leftover import table name in output_import_thunk. by Steve Zellers · 20 years ago
- deaec12 Don't use the full 32 bits of %esp when called from 16-bit code. by Alexandre Julliard · 20 years ago
- 89503c1 Added a --target option to allow cross-compilation. by Alexandre Julliard · 20 years ago
- 4728692 Improve a bit the assembly generated for import thunks. by Alexandre Julliard · 20 years ago
- 445fb59 Replaced all uses of the __ASM_NAME macro by the asm_name function to by Alexandre Julliard · 20 years ago
- 803c8d9 Beginnings of an infrastructure to allow specifying the target CPU and by Alexandre Julliard · 20 years ago
- 32984a6 Use __ASM_NAME and HAVE_ASM_DOT_SIZE in a few places in winebuild by Wolfgang Thaller · 20 years ago
- 190f845 Make import thunks position-independent to avoid text relocations. by Alexandre Julliard · 20 years ago
- 5c9b7cf Moved all assembly code to the end of the generated C files to avoid by Alexandre Julliard · 20 years ago
- 520a7af Switch back to .data at the end of asm sections to work around an by Alexandre Julliard · 20 years ago
- 5ea0dd6 Free delayed import modules on PROCESS_DETACH. by Alexandre Julliard · 20 years ago
- c0d2377 Removed no longer used support for 32-bit register entry points. by Alexandre Julliard · 20 years ago
- c700f90 Use RaiseException instead of RtlRaiseException for delayed entry by Alexandre Julliard · 20 years ago
- 2dabac0 Added support in winebuild for specifying import libraries directly on by Alexandre Julliard · 20 years ago
- 87f27ff Put generated import table code into .text segment. by Marcus Meissner · 20 years ago
- 2c1b35d Add some more Alpha asm code and Alpha-specific parts. by Vincent Béron · 20 years ago
- baeec1f Don't use magic sizes, actually calculate them. by Vincent Béron · 20 years ago
- b4c7e6c Added --ld-cmd and --nm-cmd options in winebuild, and make winegcc by Alexandre Julliard · 20 years ago
- b2c9c61 Use "LD" instead of "ld" in winebuild to be able to use a different ld by Marcus Meissner · 21 years ago
- c5cbf71 - Be more accurate on Darwin stack size. - Delay import fix on PowerPC hosts. by Pierre d'Herbemont · 21 years ago
- 390f97a Delayed import fix for Darwin and PowerPC Host. by Pierre d'Herbemont · 21 years ago
- 68467db - Detection of .size instruction. - Detection of the assembler name prefix. by Pierre d'Herbemont · 21 years ago
- d3f8f78 - added size information about most of the generated thunks (import, by Eric Pouech · 21 years ago
- 32e31ac Automatically detect whether the entry point is main or WinMain by Alexandre Julliard · 21 years ago
- 4cf091a Replaced the --mode winebuild option by a --subsystem option for by Alexandre Julliard · 21 years ago
- d1e0782 Removed the Unicode exe modes, and instead detect automatically which by Alexandre Julliard · 21 years ago
- b9a12ad Remove . from default library search path. by Richard Cohen · 21 years ago
- 492ac29 Added support for building a dll from a .def file for cases where we by Alexandre Julliard · 21 years ago
- 5e4a5be Added native mode dll support (based on a patch by Marcus Meissner). by Alexandre Julliard · 21 years ago
- 8611e65 Store all information about the current dll in a structure instead of by Alexandre Julliard · 21 years ago
- 932a102 Fix proc name reported in delay load failure. by Robert Shearman · 21 years ago
- 0b19a6f Better support for div and ldiv in Winelib apps. by Alexandre Julliard · 21 years ago
- e961418 Fix PowerPC assembler syntax mistakes. by Pierre d'Herbemont · 21 years ago
- 6661f30 Change mctr PowerPC asm instruction to mtctr. Add Support for the by Pierre d'Herbemont · 21 years ago
- 346ca95 Support for Mac OS X powerpc register names (based on a patch by by Alexandre Julliard · 22 years ago
- 152b98f Added -private flag for entry points that shouldn't be imported from by Alexandre Julliard · 22 years ago
- 28b64db Only print warning on nm failure because it fails on darwin if there by Alexandre Julliard · 22 years ago