summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
* Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian2013-04-161-2/+2
* Use MapVector rather than simulating it.Richard Smith2013-04-131-3/+2
* Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren2013-04-111-2/+7
* Remove nondeterminism introduced in r178950.Richard Smith2013-04-061-0/+1
* When an internal-linkage function or variable is declared within an extern "C"Richard Smith2013-04-061-0/+16
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-0/+5
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-5/+0
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-0/+5
* Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem2013-03-231-0/+9
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-231-0/+3
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-0/+4
* Use the actual ABI-determined C calling convention for runtimeJohn McCall2013-02-281-0/+6
* Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...Bill Wendling2013-02-221-1/+2
* Pass the target options through to code generation.Bill Wendling2013-02-141-2/+4
* Make sure that the Attribute object represents one attribute only.Bill Wendling2013-01-311-4/+4
* The standard ARM C++ ABI dictates that inline functions areJohn McCall2013-01-251-2/+11
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-2/+13
* Topologically sort the link options generated for modules based onDouglas Gregor2013-01-141-0/+3
* Switch autolinking metadata format over to actual linker options, e.g.,Douglas Gregor2013-01-141-6/+0
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-141-0/+12
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-4/+4
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-4/+4
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-4/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-2/+2
* Implement codegen for init_priority attribute properly - make sure itAnton Korobeynikov2012-11-061-3/+10
* Add codegen support for __uuidof().Nico Weber2012-10-111-0/+6
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-101-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman2012-09-281-0/+1
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-4/+4
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-4/+4
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-2/+2
* Add -ftls-model command-line flag.Hans Wennborg2012-06-281-9/+4
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-1/+3
* Support the tls_model attribute (PR9788)Hans Wennborg2012-06-231-0/+9
* CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne2012-05-201-0/+6
* Refactor the C++ ABI code a little bit to take advantage ofJohn McCall2012-05-011-0/+1
* Make sure we unique static-local decls across multiple emissions ofJohn McCall2012-03-301-0/+9
* Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth2012-03-301-1/+1
* Do the static-locals thing properly in the face of unions andJohn McCall2012-03-301-1/+1
* add tbaa metadata to vtable pointer loads/storesKostya Serebryany2012-03-261-0/+1
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-3/+3
* Make sure we update the static local decl address map when we are forced to r...Eli Friedman2012-03-091-5/+5
* Replace MarkVarRequired with a more genericRafael Espindola2012-03-081-4/+3
* Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola2012-03-051-0/+5
* Reinstate r151879, r151880, reverted in r151922, along with a bugfix forRichard Smith2012-03-021-2/+8
* CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl2012-02-251-0/+3
OpenPOWER on IntegriCloud