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
Age
Commit message (
Expand
)
Author
2013-02-15
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...
Timur Iskhodzhanov
2013-02-14
Revert accidental commit.
Bill Wendling
2013-02-14
Pass the target options through to code generation.
Bill Wendling
2013-02-13
ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,
Richard Smith
2013-02-13
Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058
Timur Iskhodzhanov
2013-02-12
Properly assemble PHIs after a null-checked invoke of objc_msgSend.
John McCall
2013-02-12
Call __cxa_begin_catch with the current exception before
John McCall
2013-02-12
Change some CGF parameters to CGMs.
John McCall
2013-02-12
Backing out r174919 while I investigate a self-host bug on Takumi's builder.
Lang Hames
2013-02-12
In ARC, emit non-peepholed +1s within the full-expression instead
John McCall
2013-02-11
When generating IR for default copy-constructors, copy-assignment operators,
Lang Hames
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-05
Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...
Michael Gottesman
2013-02-05
Fix typo in comment
Arnaud A. de Grandmaison
2013-02-03
CodeGen: Implement hint values for dynamic_cast as described in the Itanium C...
Benjamin Kramer
2013-02-03
CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind.
Benjamin Kramer
2013-02-02
Don't forget to run destructors when we create an array temporary of class type.
Richard Smith
2013-02-02
Fixed another whitespace issue... *sigh*.
Michael Gottesman
2013-02-02
Fixed whitespace.
Michael Gottesman
2013-02-02
On platforms which do not support ARC natively, do not mark objc_retain/objc_...
Michael Gottesman
2013-02-02
Revert r174246, accidentally committed.
David Blaikie
2013-02-02
Sentenc-ify comment added in r174206.
David Blaikie
2013-02-02
Basics
David Blaikie
2013-02-01
Fix exception handling line table problems introduced by r173593
David Blaikie
2013-02-01
Destroy arrays and ARC fields when throwing out of ctors.
John McCall
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-31
[msan] Run more optimizations after MemorySanitizer pass.
Evgeniy Stepanov
2013-01-31
When we're emitting a constructor or destructor call from a delegating
Douglas Gregor
2013-01-31
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-29
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-28
Since ObjCARC has been refactored into its own library with its own declarati...
Michael Gottesman
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-26
PR14566: Debug Info: avoid top level lexical blocks in functions
David Blaikie
2013-01-25
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
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-25
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-24
[mips] Do not emit i32 padding if target ABI is O32. This was causing backend
Akira Hatanaka
2013-01-23
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-22
Use the correct field to copy/dispose a __block variable.
John McCall
2013-01-21
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
First step towards vftable generation with -cxx-abi microsoft PR13231
Timur Iskhodzhanov
[prev]
[next]