summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TargetInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.Alexander Musman2014-09-301-0/+7
* MS inline asm: Allow __asm blocks to set a return valueReid Kleckner2014-09-041-0/+9
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-1/+1
* Don't indent inside namespaces.Rafael Espindola2014-05-091-183/+184
* XCore target: Add TypeString meta data to IR output.Robert Lytton2014-05-021-0/+5
* ObjC: allow targets to decide when to use stret for blocks.Tim Northover2014-03-291-0/+4
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-201-0/+8
* Partial revert of r185568.Eli Bendersky2013-07-241-4/+0
* Add target hook CodeGen queries when generating builtin pow*.Eli Bendersky2013-07-031-0/+4
* Ensure that debugger calls to signature-less functions default toJohn McCall2013-06-271-0/+7
* Diagnose malformed x86 inline asm using 'y' constraint.Tim Northover2013-06-071-1/+6
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+6
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-0/+6
* 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