index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
inline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly,
Cameron Zwarich
2011-07-07
1
-7
/
+0
*
A redeclaration of an inline method in C99 mode should trigger emission of that
Nick Lewycky
2011-07-07
1
-0
/
+7
*
Fixed test case asserts due to checkin of r130710.
Chad Rosier
2011-05-02
1
-1
/
+1
*
Reinstate the optimization suppressing available_externally functions
Douglas Gregor
2010-07-13
1
-3
/
+3
*
Speculatively revert r108156; it appears to be breaking self-host.
Douglas Gregor
2010-07-12
1
-3
/
+3
*
Do not generate LLVM IR for available_externally function bodies at
Douglas Gregor
2010-07-12
1
-3
/
+3
*
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-12-15
1
-3
/
+3
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-37
/
+37
*
Rework the way we determine whether an externally visible symbol is
Douglas Gregor
2009-09-13
1
-8
/
+6
*
Prep for new warning.
Mike Stump
2009-07-21
1
-0
/
+2
*
Improve compatibility with GCC regarding inline semantics in GNU89
Douglas Gregor
2009-04-28
1
-2
/
+23
*
Simplify the scheme used for keywords, and change the classification
Eli Friedman
2009-04-28
1
-10
/
+10
*
Fix handling of C99 "extern inline" semantics when dealing with
Douglas Gregor
2009-04-23
1
-0
/
+18
*
Fix some mishandling of the attr(gnu_inline) mode when used with
Chris Lattner
2009-04-22
1
-1
/
+9
*
the __gnuc_inline__ attribute is actually named __gnu_inline__,
Chris Lattner
2009-04-20
1
-1
/
+1
*
Fix PR3988: extern inline functions get strong symbol definitions in
Chris Lattner
2009-04-14
1
-3
/
+4
*
implement codegen support for __attribute((__gnuc_inline__)),
Chris Lattner
2009-04-14
1
-1
/
+8
*
defer emission of always_inline, extern_inline, and inline functions (when
Chris Lattner
2009-04-14
1
-4
/
+6
*
set the linkage of an inline function according to its language rules.
Chris Lattner
2009-04-14
1
-0
/
+29