index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGenModule.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-20
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-12
Rewrite calls to bitcast unprototyped functions when emitting a definition.
John McCall
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-03
Fix PR14474: don't emit debug info for interface types in -gline-tables-only ...
Alexey Samsonov
2012-11-20
Update method calls to the new interface re r168354.
Bill Wendling
2012-11-05
Rename LangOptions members for address sanitizer and thread sanitizer from
Richard Smith
2012-11-01
Update the front end to use minsize attribute
Quentin Colombet
2012-10-29
Revert commit r166946
Quentin Colombet
2012-10-29
Make forcesizeopt attribute available to the end user
Quentin Colombet
2012-10-26
Add comment for my patch in r166809.
Fariborz Jahanian
2012-10-26
objective-C IRGen: for @implementation nested in
Fariborz Jahanian
2012-10-24
Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.
Douglas Gregor
2012-10-23
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-17
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-17
"'Might as well make it static const.' -- John McCall" -- Michael Scott
Nico Weber
2012-10-16
When using a symbol with attribute weakref, search for it first and
Joerg Sonnenberger
2012-10-15
Use enum values instead of magic numbers for indexing into the attribute list.
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-13
Simplify. Suggestion by Sean Silva.
Nico Weber
2012-10-11
Add codegen support for __uuidof().
Nico Weber
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-09
We use the enums to query whether an Attributes object has that attribute. The
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
Propagate calling convention for aliases and weakrefs.
Alex Rosenberg
2012-09-28
PR13941: Mark all virtual functions as unnamed_addr. It's not possible to
Richard Smith
2012-09-28
Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for
Dan Gohman
2012-09-26
Update to new function attribute querying syntax.
Bill Wendling
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-08-24
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-22
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-21
[asan] If we are compiling with ASan, add metadata indicating dynamically ini...
Kostya Serebryany
2012-08-10
Decrementing std::string::end is not portable, use array access instead.
Joerg Sonnenberger
2012-07-19
Remove HasSynthBitfield and all callers/writers/etc. Also remove
Eric Christopher
2012-07-12
Add the ObjFW runtime. Patch by Jonathan Schleifer!
John McCall
2012-07-03
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-07-02
When we're looking for redeclarations which might provide a definition in Cod...
Eli Friedman
2012-06-28
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-26
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-23
IRGen: Factor v-table generation into the CGCXXABI object.
Charles Davis
2012-06-23
Support the tls_model attribute (PR9788)
Hans Wennborg
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-18
[MSExtensions] Add support for __forceinline.
Michael J. Spencer
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
[next]