summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
Commit message (Expand)AuthorAgeFilesLines
...
* patch for PR9027 and // rdar://11861085Fariborz Jahanian2013-01-251-3/+13
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-1/+4
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* Don't assert/crash on reference variables in lambdas bound to aEli Friedman2013-01-031-5/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-8/+8
* [ubsan] Add flag to enable recovery from checks when possible.Will Dietz2012-12-021-1/+11
* Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note thatDavid Chisnall2012-11-071-1/+1
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-2/+3
* Split emission of -ftrapv checks and -fcatch-undefined-behavior checks intoRichard Smith2012-11-011-2/+7
* -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen...Richard Smith2012-10-251-2/+5
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-0/+1
* Transform pattern:Alexey Samsonov2012-10-161-0/+8
* Add codegen support for __uuidof().Nico Weber2012-10-111-0/+2
* -fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith2012-10-091-3/+18
* CodeGen: Copy tail padding when we're not dealing with a trivial copy assign ...Benjamin Kramer2012-09-301-1/+14
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-2/+2
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-2/+2
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-6/+6
* -fcatch-undefined-behavior: Factor emission of the creation of, and branch to,Richard Smith2012-09-081-17/+16
* [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.Chad Rosier2012-08-281-1/+0
* [ms-inline asm] Rename EmitGCCAsmStmt to EmitAsmStmt and have it accept Chad Rosier2012-08-281-1/+1
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-1/+1
* New -fcatch-undefined-behavior features:Richard Smith2012-08-241-2/+24
* [ms-inline asm] Remove an unused argument. This logic can now be reused by theChad Rosier2012-08-231-4/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-3/+2
* Use the alignment from lvalue emission to more accurately compute the alignmentEli Friedman2012-08-231-9/+3
* Fix an assertion failure with a C++ constructor initializing aEli Friedman2012-08-081-3/+0
* Change APInt to APSInt in one instance. Also change a call to operator==() toRichard Trieu2012-07-231-1/+1
* Revert commit r160308. We decide to move builtins selection to the backend.Simon Atanasyan2012-07-171-1/+0
* MIPS: Implement __builtin_mips_shll_qb builtin function overloading.Simon Atanasyan2012-07-161-0/+1
* Temporarily revert this to see if it brings the gdb bot back.Eric Christopher2012-07-111-7/+2
* The end of a block doesn't necessarily need a line table entry unlessEric Christopher2012-07-111-2/+7
* Patch by Anton Lokhmotov to add OpenCL work group size attributes.Tanya Lattner2012-07-091-0/+10
* Significantly simplify CGExprAgg's logic about ignored results:John McCall2012-07-021-4/+5
* Dead code eliminate the massive hexagon builtin intrinsic supporting code.Benjamin Kramer2012-06-281-2/+0
* Support MIPS DSP Rev1 intrinsics. Simon Atanasyan2012-06-281-0/+1
* Propagate lvalue alignment into bitfields. Per report on cfe-dev.Eli Friedman2012-06-271-3/+0
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-1/+1
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+1
* objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian2012-05-291-0/+1
* Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and theRichard Smith2012-05-141-0/+1
* add -fbounds-checking option.Nuno Lopes2012-05-081-0/+5
* Abstract the emission of global destructors into ABI-specific codeJohn McCall2012-05-011-4/+3
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-1/+1
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-161-6/+4
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-0/+1
* Step forward with supporting of ARM homogenous aggregates:Anton Korobeynikov2012-04-131-0/+2
* Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands2012-04-101-2/+1
* Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc.John McCall2012-04-061-4/+4
* Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth2012-03-301-11/+11
OpenPOWER on IntegriCloud