summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug fix: do not emit static const local variables with mutable membersRichard Smith2012-02-171-0/+2
* Teach clang to add metadata tags to calls and invokes in ObjC withDan Gohman2012-02-161-0/+9
* Deal with a horrible C++11 special case. If a non-literal type has a constexprRichard Smith2012-02-131-1/+4
* simplify a bunch of code to use the well-known LLVM IR types computed by Code...Chris Lattner2012-02-071-2/+4
* use cheaper llvm APIs for various bits of IR generation.Chris Lattner2012-02-061-5/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-0/+10
* objc++: more atomic property api code forFariborz Jahanian2012-01-081-5/+14
* objc++: more code gen stuff for atomic property api,Fariborz Jahanian2012-01-061-0/+10
* Extend the fix for PR9614 to handle inline asm in the outer decl andRafael Espindola2011-12-191-1/+1
* Use static storage duration for file-scope compound literals, even when theyRichard Smith2011-11-221-0/+4
OpenPOWER on IntegriCloud