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-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
2013-01-21
CGDebugInfo.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-21
PR14472: Preserve qualifiers while unwrapping types for debug info
David Blaikie
2013-01-20
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
The last of PR14471: Debug info support for inline in-class initializer for f...
David Blaikie
2013-01-19
Emit the function type of member function pointer types the same as member fu...
David Blaikie
2013-01-19
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-18
Use the AttributeSet query method instead of the Attribute method.
Bill Wendling
2013-01-18
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-17
[IRgen] Update modules autolink metadata to use module flags (as now specified
Daniel Dunbar
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-17
objC block layout: Patch reorders block layout to
Fariborz Jahanian
2013-01-16
Correct order of operands forwarding NEON vfma to LLVM fma
Tim Northover
2013-01-16
First step in implementation of mips16 and nomips16 attributes.
Reed Kotler
2013-01-16
Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that
Douglas Gregor
2013-01-16
Collect both normal and static data members of a class in source
Eric Christopher
2013-01-15
Fix signed/unsigned Compare
David Greene
2013-01-15
Avoid unsigned Compare to int
David Greene
2013-01-15
Fix Const Cast
David Greene
2013-01-14
Multiprecision subtraction builtins.
Michael Gottesman
2013-01-14
Topologically sort the link options generated for modules based on
Douglas Gregor
2013-01-14
When forming the link options for an imported module, also include the
Douglas Gregor
2013-01-14
Switch autolinking metadata format over to actual linker options, e.g.,
Douglas Gregor
2013-01-14
This patch addresses varargs processing for small complex types under
Bill Schmidt
2013-01-14
Implement parsing, AST, (de-)serialization, and placeholder global
Douglas Gregor
2013-01-13
CGBuiltin.cpp: Fix abuse of ArrayRef in EmitOverflowIntrinsic().
NAKAMURA Takumi
2013-01-13
Added builtins for multiprecision adds.
Michael Gottesman
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-11
Enable the new (more C++-like, less broken) EH model when targeting the GNUstep
David Chisnall
2013-01-10
c++ IRGen. In trivial cases that object is going into static
Fariborz Jahanian
2013-01-10
objectiveC++: When throwing c++ exception of
Fariborz Jahanian
2013-01-10
Testing with a full OpenCL compiler (based on clang) reveals r71734 missed
David Tweed
2013-01-10
Don't assert in codegen on static data members which have NoLinkage. Fixes
Nick Lewycky
2013-01-09
[ubsan] Make static check data non-const so it can be used for deduplication.
Will Dietz
2013-01-07
Extract the instance-method case for debug info out into a separate function.
David Blaikie
2013-01-07
[ubsan] Use correct type for compound assignment ops.
Will Dietz
2013-01-07
Simplify computing debug info type for static member functions.
David Blaikie
2013-01-07
Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be
David Tweed
2013-01-07
PR14759: Improve/correct support for debug info for C++ member pointers.
David Blaikie
[prev]
[next]