summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Remove SCO supportAdam Jackson1-13/+0
2010-09-23xfree86: nds32: add nds32 support for compiler related mmio codesMacpaul Lin1-0/+410
2010-09-23xfree86: nds32: add nds32 support for compiler specific codesMacpaul Lin1-3/+3
2009-12-18Add platform compatibility defines for Sun Studio compilersAlan Coopersmith1-0/+14
2009-11-16Use glibc's in/out routinesMatt Turner1-12/+13
2009-10-06Revert "alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus"Peter Hutterer1-0/+16
2009-09-11compiler.h: include <string.h> before using memmove()Alan Coopersmith1-0/+2
2009-08-31alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBusMatt Turner1-16/+0
2009-08-31Remove unused ia64_flush_cache functionMatt Turner1-21/+0
2009-08-31Simplify unaligned access codeMatt Turner1-257/+32
2009-08-31Clean up unaligned access functions on alphaMatt Turner1-113/+2
2009-08-31Move unaligned access functions to common sectionMatt Turner1-287/+299
2009-08-31Remove unused arm_flush_cache functionMatt Turner1-10/+0
2009-08-31Remove unused ppc_flush_icache functionMatt Turner1-11/+0
2009-08-31Replace 8 nops with proper sync instruction on mipsMatt Turner1-10/+11
2009-08-31Use sfence and mfence instructions on amd64Matt Turner1-4/+2
2009-08-31Add x86 barrier macrosMatt Turner1-1/+15
2009-08-31define barrier macros as nops if not otherwise definedMatt Turner1-28/+10
2009-08-31Move memory barrier macros into common sectionMatt Turner1-58/+89
2009-06-17xfree86: correctly define barriers for FreeBSD amd64Benjamin Close1-1/+1
2009-05-14Fix mem_barrier() on AlphaMatt Turner1-1/+2
2009-02-06Remove unused barrier macros on alpha.Matt Turner1-11/+1
2008-12-23Remove powerpc load/store functions from export list on other platformsAlan Coopersmith1-14/+16
2008-12-03Include <X11/Xfuncproto.h> if _X_EXPORT is not defined.Paulo Cesar Pereira de Andrade1-0/+4
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-55/+55
2008-11-24Remove the remnants of Jensen supportAdam Jackson1-11/+2
2008-10-23Allow non-gcc compilers to build xf86Xinput.cAlan Coopersmith1-0/+5
2008-07-23Unifdef sgi.Adam Jackson1-2/+2
2008-07-23Assume __GNUC__ >= 3.Adam Jackson1-12/+12
2008-07-23Remove some broken debugging scaffolding.Adam Jackson1-31/+0
2008-07-23Unifdef QNX.Adam Jackson1-35/+0
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu BĂ©rard1-4/+2
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson1-1/+1
2008-04-30Add M32R architecture support (bug #10020)Kazuhiro Inaoka1-2/+2
2008-04-12Check for __x86_64__ when we check for __amd64__Matt Turner1-1/+1
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2007-05-28Fixes for s390Bastian Blank1-1/+1
2006-12-04Check for __sparc as well as __sparc__ for compatibility with Sun ccAlan Coopersmith1-2/+2
2006-07-26Remove another latent PowerMAX hunk.Adam Jackson1-82/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-10/+6
2006-07-06PPC64 build fix.Adam Jackson1-1/+4
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-4/+0
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-14/+4
2005-10-28build fix on alphaAlan Hourihane1-1/+1
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-4/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-05-04Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse inEric Anholt1-1/+1
2005-04-22Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,Adam Jackson1-6/+12
2005-04-04When not using dlopen ia64 needs an extra cache flush to ensure the icacheEgbert Eich1-1/+1