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
/
ItaniumCXXABI.cpp
Age
Commit message (
Expand
)
Author
2014-04-25
Introduce an Emscripten C++ ABI.
Dan Gohman
2014-02-24
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2013-07-16
Mop up errors - now it compiles.
Eli Bendersky
2013-07-15
Merge commit '20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8'
Eli Bendersky
2013-07-12
Merge branch 'master' of http://git.chromium.org/native_client/pnacl-clang
Eli Bendersky
2013-06-24
Switch back to non-ARM ABI for C++ guard variables under PNaCl
Mark Seaborn
2013-06-19
Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
2013-05-02
Use the Itanium ABI for thread_local on Darwin.
Bill Wendling
2013-04-19
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-17
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-14
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-03-22
[cxxabi] Get ptrdiff_t from the CodeGenModule instead of caching it
Reid Kleckner
2013-03-20
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-16
revert r177211 due to its potential issues
Manman Ren
2013-03-16
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-27
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784
Timur Iskhodzhanov
2013-02-15
Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...
Timur Iskhodzhanov
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-31
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-25
ARM says that the array cookie should always be eight bytes.
John McCall
2013-01-25
Move the decision about the kind of CGCXXABI to make inside
John McCall
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
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-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-01
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-10-25
Cleanup some clang code to use new type functions instead of using cast<>.
Micah Villmow
2012-10-16
PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.
David Blaikie
2012-10-16
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-25
When performing a ::delete of an object with a virtual destructor,
John McCall
2012-09-15
Fix includes of llvm and clang files that used angle brackets.
Craig Topper
2012-07-17
[Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ...
Joao Matos
2012-06-23
IRGen: Factor v-table generation into the CGCXXABI object.
Charles Davis
2012-05-01
Abstract the emission of global destructors into ABI-specific code
John McCall
2012-05-01
Refactor the C++ ABI code a little bit to take advantage of
John McCall
2012-03-30
Make sure we unique static-local decls across multiple emissions of
John McCall
2012-03-30
Revert r153723, and its follow-ups r153728 and r153733.
Chandler Carruth
2012-03-30
Do the static-locals thing properly in the face of unions and
John McCall
2012-03-30
ItaniumCXXABI.cpp: Don't use nullptr. Clang source tree should be pre-c++11-c...
NAKAMURA Takumi
2012-03-30
When emitting a static local variable in C++, handle
John McCall
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
[next]