aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetInfo.h
AgeCommit message (Expand)Author
2013-08-07Treat __sync_synchronize and asm("":::"memory") as stronger fences.JF Bastien
2013-07-10Cherry-picking the pow-for-le32 fix from upstream clang.Eli Bendersky
2012-12-07Fix the required args count for variadic blocks.John McCall
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-02-17Whether an argument is required (in contrast with being anJohn McCall
2011-12-01Don't use a varargs convention for calls unprototyped functions where one of ...Eli Friedman
2011-09-21ANSI C requires that a call to an unprototyped function type succeedJohn McCall
2011-08-30The size of struct UnwindException varies by platform with noJohn McCall
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad
2011-06-15Automatic Reference Counting.John McCall
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfoPeter Collingbourne
2010-07-20Fix the IR generation for catching pointers by references.John McCall
2010-03-06Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall
2010-03-03Add proper target hooks for __builtin_extract_return_address andJohn McCall
2010-03-02Inspired by seeing "MIPS" go by in the commits, I've gone ahead andJohn McCall
2010-01-22Eliminate some Clang warningsDouglas Gregor
2010-01-10Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov