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
2011-01-29
Add RTTIBuilder::GetAddrOfTypeName which uses the newly added CreateOrReplace...
Anders Carlsson
2011-01-29
Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins...
Anders Carlsson
2011-01-29
Replace an isa/cast with a dyn_cast.
Anders Carlsson
2011-01-29
Get rid of an unneeded parameter from setGlobalVisibility.
Anders Carlsson
2011-01-29
Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cpp
Anders Carlsson
2011-01-29
Add a new function, to be used by CGRTTI, CGVTables and CGVTT (which each has...
Anders Carlsson
2011-01-29
Replace a literal '8' with getCharWidth().
Ken Dyck
2011-01-29
Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true.
Anders Carlsson
2011-01-24
Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...
Anders Carlsson
2011-01-22
Use a FunctionType::get overload that doesn't require an empty vector.
Benjamin Kramer
2011-01-18
Add unnamed_addr in CreateRuntimeVariable.
Rafael Espindola
2011-01-18
Replace calls to CharUnits::fromQuantity() with ones to
Ken Dyck
2011-01-17
More unnamed_addr.
Rafael Espindola
2011-01-17
merge strings created by
Rafael Espindola
2011-01-17
Add unnamed_addr to the special strings created by
Rafael Espindola
2011-01-13
Move name mangling support from CodeGen to AST. In the
Peter Collingbourne
2011-01-11
Set unnamed_addr for type infos that we are confortable marking as hidden. I
Rafael Espindola
2011-01-11
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2011-01-10
Add unnamed_addr when creating artificial string globals. For example, in
Rafael Espindola
2010-12-30
Simplify mem{cpy, move, set} creation with IRBuilder.
Benjamin Kramer
2010-12-15
Set the "implicitly inline" bit on a method as soon as we see a definition
John McCall
2010-12-02
Add support for the common and nocommon attributes.
Eric Christopher
2010-11-06
Simplify the logic for emitting guard variables for template static
John McCall
2010-11-02
Ensure that static local variables in function templates inherit the
John McCall
2010-10-30
Better solution: calculate the visibility of functions and variables
John McCall
2010-10-29
Restore r117644, this time properly ignoring -fvisibility and type visibility
John McCall
2010-10-29
Revert r117644, "Apply visibility in IR gen to variables that are merely
Daniel Dunbar
2010-10-29
Apply visibility in IR gen to variables that are merely declared
John McCall
2010-10-27
Do the guarding of instantiated static data members
Fariborz Jahanian
2010-10-22
Substantially revise how clang computes the visibility of a declaration to
John McCall
2010-10-19
This patch implements Next's IRGen for -fconstant-string-class=class-name.
Fariborz Jahanian
2010-10-15
Experimental TBAA support for enum types.
Dan Gohman
2010-10-15
Don't leak the TBAA object.
Dan Gohman
2010-10-14
Experimental TBAA support.
Dan Gohman
2010-10-11
lib/CodeGen/CodeGenModule.cpp: DLLImportLinkage should be processed also on d...
NAKAMURA Takumi
2010-09-29
Add support for attribute((naked)), patch by Zoxc on cfe-commits!
Daniel Dunbar
2010-09-27
Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could
Douglas Gregor
2010-09-16
Opportunistically use the C++ personality function in ObjC++
John McCall
2010-09-07
get rid of a warning.
Fariborz Jahanian
2010-09-07
Have Sema check for validity of CGString literal
Fariborz Jahanian
2010-08-31
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-26
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-23
Support for IRGen of synthesize bitfield ivars in
Fariborz Jahanian
2010-08-22
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-08-21
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
John McCall
2010-08-19
Add some enum goodness as requested by Chris. Now instead of storing the
Charles Davis
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-08-17
Convert all uses of StringLiteral::getStrData() to StringLiteral::getString()
Benjamin Kramer
2010-08-12
Just disable the hidden-visibility optimization for now by hiding it behind
John McCall
2010-08-08
Thread local variables aren't considered common linkage.
Eric Christopher
[prev]
[next]