aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/TargetInfo.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+1
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker1-1/+1
2013-10-20Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne1-0/+8
2013-07-24Partial revert of r185568.Eli Bendersky1-4/+0
2013-07-03Add target hook CodeGen queries when generating builtin pow*.Eli Bendersky1-0/+4
2013-06-27Ensure that debugger calls to signature-less functions default toJohn McCall1-0/+7
2013-06-07Diagnose malformed x86 inline asm using 'y' constraint.Tim Northover1-1/+6
2013-06-04Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman1-0/+6
2013-05-08Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner1-0/+6
2012-12-07Fix the required args count for variadic blocks.John McCall1-4/+7
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-02-17Whether an argument is required (in contrast with being anJohn McCall1-1/+3
2011-12-01Don't use a varargs convention for calls unprototyped functions where one of ...Eli Friedman1-1/+2
2011-09-21ANSI C requires that a call to an unprototyped function type succeedJohn McCall1-0/+35
2011-08-30The size of struct UnwindException varies by platform with noJohn McCall1-1/+1
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner1-2/+3
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad1-3/+3
2011-06-15Automatic Reference Counting.John McCall1-0/+14
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne1-0/+9
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola1-9/+0
2011-02-18Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfoPeter Collingbourne1-0/+9
2010-07-20Fix the IR generation for catching pointers by references.John McCall1-0/+10
2010-03-06Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall1-0/+17
2010-03-03Add proper target hooks for __builtin_extract_return_address andJohn McCall1-0/+22
2010-03-02Inspired by seeing "MIPS" go by in the commits, I've gone ahead andJohn McCall1-0/+9
2010-01-22Eliminate some Clang warningsDouglas Gregor1-2/+2
2010-01-10Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov1-0/+50