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-03-07
Remove temporary std::vectors that ca be replaced with ArrayRef's magic.
Benjamin Kramer
2013-03-07
Fix build with clang, this was supposed to be part of r176617.
Nick Lewycky
2013-03-06
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-03-06
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...
Alexey Samsonov
2013-03-05
Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first
Lang Hames
2013-03-05
Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a
Richard Smith
2013-03-05
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-04
Fix the emission of the copy-initialization of a block capture
John McCall
2013-03-03
Improve C11 atomics support:
David Chisnall
2013-03-02
LLVM API changes.
Peter Collingbourne
2013-03-01
Restore order to placate test. I had no real reason to switch them.
John McCall
2013-03-01
Re-use bit from superclass and extract stuff into a local
John McCall
2013-02-28
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
Improve property metadata generation with the GNUstep runtime.
David Chisnall
2013-02-27
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784
Timur Iskhodzhanov
2013-02-27
Update clang for LLVM API change. No functionality change.
Nick Lewycky
2013-02-27
Use the correct alignment for POD-member memcpys where the first field is a
Lang Hames
2013-02-27
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-27
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-26
Temporarily revert r176133 until testcases are modified.
Bill Wendling
2013-02-26
Don't set the -target-cpu and -target-features attributes just now.
Bill Wendling
2013-02-26
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-25
[ubsan] Emit single check for left shift.
Will Dietz
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-25
Update Clang for a minor DIBuilder breaking change.
David Blaikie
2013-02-24
PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Richard Smith
2013-02-24
In Sema::InstantiateStaticDataMemberDefinition, pass the var decl to the cons...
Argyrios Kyrtzidis
2013-02-23
Prefer 'and' over '&' in comments.
David Blaikie
2013-02-23
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-23
ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...
Richard Smith
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
Propagate the split dwarf file information through into the backend
Eric Christopher
2013-02-22
Make sure we apply attributes to correct places.
Bill Wendling
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...
Bill Wendling
2013-02-21
Fix formatting and tabs in file.
Eric Christopher
2013-02-21
Patch for debug info of qualified-id types is 'id'
Fariborz Jahanian
2013-02-21
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-21
objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-19
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-19
Temporarily revert r175471 for more review.
Bill Wendling
2013-02-18
Add a 'no-builtin' attribute if we do not want to simplify calls.
Bill Wendling
[prev]
[next]