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-29
Add RDSEED intrinsic support defined in AVX2 extension
Michael Liao
2013-03-27
UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...
Richard Smith
2013-03-27
If we're unable to create the TargetMachine, then just quit producing the
Chad Rosier
2013-03-26
Remove magic number usage from CGDebugInfo with new DICompositeType::setConta...
David Blaikie
2013-03-26
Debug Info: remove use of magic numbers to tweak specific debug info metadata...
David Blaikie
2013-03-26
Remove useGlobalsForAutomaticVariables.
Rafael Espindola
2013-03-26
Fix uninitialized read of CalleeWithThisReturn.
Manman Ren
2013-03-26
Fix a crasher by reporting a fatal error if we're unable to create the target
Chad Rosier
2013-03-26
Fix uninitialized read of CalleeWithThisReturn.
Evgeniy Stepanov
2013-03-26
The IRReader header is now part of its own library. Update the include
Chandler Carruth
2013-03-25
IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
2013-03-24
Simplify code. No functionality change.
Benjamin Kramer
2013-03-24
Generate metadata to implement the -cl-kernel-arg-info option.
Guy Benyei
2013-03-23
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
Under ARC, when we're passing the address of a strong variable
John McCall
2013-03-22
[ms-cxxabi] Implement member data pointers for non-dynamic classes
Reid Kleckner
2013-03-22
[cxxabi] Get ptrdiff_t from the CodeGenModule instead of caching it
Reid Kleckner
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
ubsan: Pass floating-point arguments to the runtime by value if they fit the
Richard Smith
2013-03-20
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-20
The flag "-coverage-function-names-in-data" is actually backwards -- we do
Nick Lewycky
2013-03-20
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-19
Don't try to set attributes in alias, they have none.
Rafael Espindola
2013-03-19
Revert r177329.
Rafael Espindola
2013-03-19
PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion,
Richard Smith
2013-03-18
This code works around what appears to be a bug in another part of clang.
Reed Kotler
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-03-15
Force column info only for direct inlined functions. This should strike
Adrian Prantl
2013-03-14
Always declare the .block_descriptor parameter, not just the local copy.
Adrian Prantl
2013-03-14
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-14
Update GCOVProfiling pass creation for API change in r177002. No functionalit...
Nick Lewycky
2013-03-13
Have these attriubtes set to 'true' or 'false'.
Bill Wendling
2013-03-13
Cause the mips16/nomips16 attribute to be passed to LLVM from Clang
Reed Kotler
2013-03-13
Remove trailing comma in enum list.
John McCall
2013-03-13
Tighten up the rules for precise lifetime and document
John McCall
2013-03-12
Force column info to be generated for call expressions so we can
Adrian Prantl
2013-03-11
Improve the caching of debuginfo Objective C interface types.
Adrian Prantl
2013-03-10
Fix indirect byval passing of records in address spaced memory. Allocate memo...
Guy Benyei
2013-03-09
Make helper function static.
Benjamin Kramer
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-03-07
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
Move the atomics code into its own file.
John McCall
2013-03-07
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
Evaluate compound literals directly into the result aggregate
John McCall
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
[prev]
[next]