summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Debug Info: Fix a problem that resulted in missing DW_AT_specificationsAdrian Prantl2013-05-091-0/+1
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-0/+9
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-061-2/+2
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-2/+1
* Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith2013-04-301-11/+0
* Emit the TLS intialization functions into a list.Bill Wendling2013-04-291-0/+11
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-0/+11
* Don't propagate around TargetOptions in IR-gen; we don't use it.John McCall2013-04-161-3/+2
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-21/+27
* 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
OpenPOWER on IntegriCloud