aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)Author
2013-05-06Allow targets to define minimum alignment for global variablesUlrich Weigand
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-04-30Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith
2013-04-29Emit the TLS intialization functions into a list.Bill Wendling
2013-04-19Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith
2013-04-16Don't propagate around TargetOptions in IR-gen; we don't use it.John McCall
2013-04-16Standardize accesses to the TargetInfo in IR-gen.John McCall
2013-04-16Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian
2013-04-13Use MapVector rather than simulating it.Richard Smith
2013-04-11Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren
2013-04-06Remove nondeterminism introduced in r178950.Richard Smith
2013-04-06When an internal-linkage function or variable is declared within an extern "C"Richard Smith
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-03-23Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem
2013-03-23Under ARC, when we're passing the address of a strong variableJohn McCall
2013-03-07Promote atomic type sizes up to a power of two, capped byJohn McCall
2013-02-28Use the actual ABI-determined C calling convention for runtimeJohn McCall
2013-02-22Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...Bill Wendling
2013-02-14Pass the target options through to code generation.Bill Wendling
2013-01-31Make sure that the Attribute object represents one attribute only.Bill Wendling
2013-01-25The standard ARM C++ ABI dictates that inline functions areJohn McCall
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2013-01-14Topologically sort the link options generated for modules based onDouglas Gregor
2013-01-14Switch autolinking metadata format over to actual linker options, e.g.,Douglas Gregor
2013-01-14Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-12-20Rename llvm::Attributes to llvm::Attribute.Bill Wendling
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-06Implement codegen for init_priority attribute properly - make sure itAnton Korobeynikov
2012-10-11Add codegen support for __uuidof().Nico Weber
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-28Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls forDan Gohman
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-06-28Add -ftls-model command-line flag.Hans Wennborg
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
2012-06-23Support the tls_model attribute (PR9788)Hans Wennborg
2012-05-20CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne
2012-05-01Refactor the C++ ABI code a little bit to take advantage ofJohn McCall
2012-03-30Make sure we unique static-local decls across multiple emissions ofJohn McCall
2012-03-30Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth
2012-03-30Do the static-locals thing properly in the face of unions andJohn McCall