summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* New -fcatch-undefined-behavior features:Richard Smith2012-08-241-21/+62
* Convert loads and stores of vec3 to vec4 to achieve better code generation. A...Tanya Lattner2012-08-161-0/+80
* Fix an assertion failure with a C++ constructor initializing aEli Friedman2012-08-081-22/+0
* Update Clang to reflect the move of MDBuilder in r160237.Chandler Carruth2012-07-151-1/+1
* Distinguish more carefully between free functions and C++ instance methodsJohn McCall2012-07-071-2/+2
* Silence warning in -Asserts buildMatt Beaumont-Gay2012-07-031-0/+1
* Share ConvertUTF8toWide() between Lex and CodeGen.Nico Weber2012-07-031-37/+2
* Significantly simplify CGExprAgg's logic about ignored results:John McCall2012-07-021-6/+9
* Propagate lvalue alignment into bitfields. Per report on cfe-dev.Eli Friedman2012-06-271-19/+18
* Support L__FUNCTION__ in microsoft mode, PR11789Nico Weber2012-06-231-6/+95
* Make the ".*" operator work correctly when the base is a prvalue and the fiel...Eli Friedman2012-06-151-1/+30
* User better API for vla in compund literals.Fariborz Jahanian2012-06-071-4/+3
* When emitting compund literal of vla pointer elements, make Fariborz Jahanian2012-06-071-1/+5
* wire -fbounds-checking to the new LLVM bounds checking passNuno Lopes2012-05-221-1/+1
* revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM...Nuno Lopes2012-05-221-2/+1
* Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and theRichard Smith2012-05-141-7/+14
* update calls to objectsize intrinsic to match LLVM r156473Nuno Lopes2012-05-091-2/+3
* add -fbounds-checking option.Nuno Lopes2012-05-081-1/+1
* remove code to add bound checks for simple array accesses, since those are al...Nuno Lopes2012-05-071-25/+0
* Push variable declaration into nested scope (the only place where it is used)...Ted Kremenek2012-05-011-3/+1
* Abstract the emission of global destructors into ABI-specific codeJohn McCall2012-05-011-1/+1
* Adjust for LLVM name tweaks requested by Chandler.Duncan Sands2012-04-161-3/+3
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-161-47/+49
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-151-10/+3
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-141-2/+1
* Step forward with supporting of ARM homogenous aggregates:Anton Korobeynikov2012-04-131-0/+13
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-131-1/+11
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-131-4/+6
* Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor2012-04-121-5/+9
* Implement support for 18 of the GNU-compatible __atomic builtins.Richard Smith2012-04-121-50/+175
* Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...David Chisnall2012-04-111-4/+15
* Express the number of ULPs in fpaccuracy metadata as a real rather than a Duncan Sands2012-04-101-7/+4
* Call out to GCC-compatible runtime functions for atomic ops that we can't useDavid Chisnall2012-03-291-34/+61
* Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier2012-03-291-9/+10
* When we can't prove that the target of an aggregate copy isJohn McCall2012-03-281-10/+9
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-271-2/+3
* Add back r153360 with a fix for enums that cover all the 32 bit values.Rafael Espindola2012-03-241-8/+62
* Revert r153360 (and r153380), "Second part of PR12251. Produce the range meta...NAKAMURA Takumi2012-03-241-61/+8
* Second part of PR12251. Produce the range metadata in clang for booleans andRafael Espindola2012-03-241-8/+61
* Make sure we correctly set the alignment for vector loads and stores associat...Eli Friedman2012-03-221-14/+27
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-10/+10
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-23/+18
* Unify the BlockDeclRefExpr and DeclRefExpr paths so thatJohn McCall2012-03-101-0/+116
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+1
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-221-1/+2
* Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue,Richard Smith2012-02-181-3/+4
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-7/+6
* Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall2012-02-151-0/+1
* Use a simpler (and more efficient) pattern to pad vectors.Benjamin Kramer2012-02-141-4/+2
* Basic support for referring to captured variables from lambdas. Some simple ...Eli Friedman2012-02-111-0/+6
OpenPOWER on IntegriCloud