index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
inline.c
Age
Commit message (
Expand
)
Author
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-13
Rework the way we determine whether an externally visible symbol is
Douglas Gregor
2009-07-21
Prep for new warning.
Mike Stump
2009-04-28
Improve compatibility with GCC regarding inline semantics in GNU89
Douglas Gregor
2009-04-28
Simplify the scheme used for keywords, and change the classification
Eli Friedman
2009-04-23
Fix handling of C99 "extern inline" semantics when dealing with
Douglas Gregor
2009-04-22
Fix some mishandling of the attr(gnu_inline) mode when used with
Chris Lattner
2009-04-20
the __gnuc_inline__ attribute is actually named __gnu_inline__,
Chris Lattner
2009-04-14
Fix PR3988: extern inline functions get strong symbol definitions in
Chris Lattner
2009-04-14
implement codegen support for __attribute((__gnuc_inline__)),
Chris Lattner
2009-04-14
defer emission of always_inline, extern_inline, and inline functions (when
Chris Lattner
2009-04-14
set the linkage of an inline function according to its language rules.
Chris Lattner