summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the required args count for variadic blocks.John McCall2012-12-071-4/+7
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-1/+3
* Don't use a varargs convention for calls unprototyped functions where one of ...Eli Friedman2011-12-011-1/+2
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-211-0/+35
* The size of struct UnwindException varies by platform with noJohn McCall2011-08-301-1/+1
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+3
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-3/+3
* Automatic Reference Counting.John McCall2011-06-151-0/+14
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-0/+9
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-9/+0
* Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfoPeter Collingbourne2011-02-181-0/+9
* Fix the IR generation for catching pointers by references.John McCall2010-07-201-0/+10
* Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall2010-03-061-0/+17
* Add proper target hooks for __builtin_extract_return_address andJohn McCall2010-03-031-0/+22
* Inspired by seeing "MIPS" go by in the commits, I've gone ahead andJohn McCall2010-03-021-0/+9
* Eliminate some Clang warningsDouglas Gregor2010-01-221-2/+2
* Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov2010-01-101-0/+50
OpenPOWER on IntegriCloud