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-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
2013-01-07
Switch to asking the target machine to add any relevant analysis passses
Chandler Carruth
2013-01-05
PR14573: Unnamed parameters in debug info, Part 2
David Blaikie
2013-01-05
Companion patch to r171621 which changed the interface for creating TTI
Chandler Carruth
2013-01-05
Emit debug info for unnamed parameters.
David Blaikie
2013-01-05
In my last patch initialize the destination to null (with a simple store) bef...
Fariborz Jahanian
2013-01-04
objective-C arc: in copy helper function for
Fariborz Jahanian
2013-01-04
Debug Info: fix the line location for cleanup code of a block function
Manman Ren
2013-01-04
Fix fieldNo usage for lambdas. No behavior change since the
Eric Christopher
2013-01-03
Don't assert/crash on reference variables in lambdas bound to a
Eli Friedman
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-01
Simplify vector splat code. No functionality change.
Benjamin Kramer
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
[prev]
[next]