Age | Commit message (Expand) | Author | Files | Lines |
2013-02-02 | Revert r174246, accidentally committed. | David Blaikie | 1 | -6/+2 |
2013-02-02 | Basics | David Blaikie | 1 | -2/+6 |
2013-02-01 | Destroy arrays and ARC fields when throwing out of ctors. | John McCall | 1 | -1/+12 |
2013-01-31 | When we're emitting a constructor or destructor call from a delegating | Douglas Gregor | 1 | -1/+3 |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth | 1 | -4/+4 |
2012-12-24 | CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrr... | NAKAMURA Takumi | 1 | -8/+0 |
2012-12-21 | Don't eagerly emit a global static merged with a local extern. | Rafael Espindola | 1 | -1/+1 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -3/+3 |
2012-11-01 | Simplify: replace getContext().getLangOpts() with just getLangOpts(). | Richard Smith | 1 | -4/+4 |
2012-10-23 | Switch CodeGenOptions over to a .def file, like we do with LangOptions. | Douglas Gregor | 1 | -5/+7 |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow | 1 | -2/+2 |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 1 | -1/+1 |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 1 | -1/+1 |
2012-08-28 | CUDA: give correct address space to globals declared in functions | Peter Collingbourne | 1 | -1/+3 |
2012-08-27 | CodeGen: Hoist check from recursive function to its only callsite. | Benjamin Kramer | 1 | -4/+4 |
2012-08-27 | CodeGen: When emitting stores for an initializer, only emit a GEP if we reall... | Benjamin Kramer | 1 | -7/+10 |
2012-06-28 | Add -ftls-model command-line flag. | Hans Wennborg | 1 | -12/+6 |
2012-06-23 | Support the tls_model attribute (PR9788) | Hans Wennborg | 1 | -4/+14 |
2012-06-19 | objc-arc: captured block variable accessed in its block literal | Fariborz Jahanian | 1 | -0/+8 |
2012-05-04 | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov | 1 | -10/+20 |
2012-04-13 | Don't enter cleanups for unreachable variables. It's impossible to | John McCall | 1 | -0/+4 |
2012-03-30 | Make sure we unique static-local decls across multiple emissions of | John McCall | 1 | -17/+25 |
2012-03-30 | Revert r153723, and its follow-ups r153728 and r153733. | Chandler Carruth | 1 | -96/+55 |
2012-03-30 | Do the static-locals thing properly in the face of unions and | John McCall | 1 | -61/+84 |
2012-03-30 | When emitting a static local variable in C++, handle | John McCall | 1 | -0/+18 |
2012-03-29 | Revert r153613 as it's causing large compile-time regressions on the nightly ... | Chad Rosier | 1 | -3/+2 |
2012-03-28 | When we can't prove that the target of an aggregate copy is | John McCall | 1 | -2/+3 |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 1 | -5/+5 |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 1 | -4/+4 |
2012-03-09 | Make sure we update the static local decl address map when we are forced to r... | Eli Friedman | 1 | -1/+3 |
2012-02-19 | Make heap-allocation of std::initializer_list 'work'. | Sebastian Redl | 1 | -1/+1 |
2012-02-18 | Fix comment. | Chad Rosier | 1 | -1/+1 |
2012-02-17 | Basic code generation support for std::initializer_list. | Sebastian Redl | 1 | -0/+1 |
2012-02-17 | Bug fix: do not emit static const local variables with mutable members | Richard Smith | 1 | -15/+10 |
2012-02-17 | Whether an argument is required (in contrast with being an | John McCall | 1 | -1/+1 |
2012-02-13 | Deal with a horrible C++11 special case. If a non-literal type has a constexpr | Richard Smith | 1 | -1/+19 |
2012-02-09 | CWG issue 1405: mutable members are allowed in literal types, but can't undergo | Richard Smith | 1 | -5/+9 |
2012-01-31 | enhance some optimization logic to handle ConstantDataSequential | Chris Lattner | 1 | -9/+26 |
2012-01-27 | Placate gcc's -Wreturn-type | Matt Beaumont-Gay | 1 | -0/+1 |
2012-01-26 | Use function pointers, rather than references, to pass Destroyers | Peter Collingbourne | 1 | -28/+20 |
2012-01-16 | Some improvements to the handling of C11 atomic types: | David Chisnall | 1 | -8/+8 |
2012-01-14 | constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, | Richard Smith | 1 | -2/+2 |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 1 | -1/+0 |
2011-12-30 | Unrevert r147271, reverted in r147361. | Richard Smith | 1 | -6/+7 |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 1 | -1/+0 |
2011-12-03 | Switch LValue so that it exposes alignment in CharUnits. (No functional chan... | Eli Friedman | 1 | -2/+2 |
2011-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor | 1 | -0/+1 |
2011-12-02 | Fix wrong-code bug when a const automatic variable of struct type has both a | Richard Smith | 1 | -7/+10 |
2011-11-29 | The cheap version of getName() is sufficient here. | Benjamin Kramer | 1 | -1/+1 |
2011-11-21 | CodeGen: Simplify code. | Benjamin Kramer | 1 | -6/+3 |