- Aug 21, 2010
-
-
Bill Wendling authored
It's similar to "linker_private_weak", but it's known that the address of the object is not taken. For instance, functions that had an inline definition, but the compiler decided not to inline it. Note, unlike linker_private and linker_private_weak, linker_private_weak_def_auto may have only default visibility. The symbols are removed by the linker from the final linked image (executable or dynamic library). llvm-svn: 111684
-
Dan Gohman authored
not part of the IR, are not uniqued, and may be safely RAUW'd. This replaces a variety of alternate mechanisms for achieving the same effect. llvm-svn: 111682
-
Dan Gohman authored
not part of the IR, are not uniqued, and may be safely RAUW'd. This replaces a variety of alternate mechanisms for achieving the same effect. llvm-svn: 111681
-
- Aug 20, 2010
-
-
Fariborz Jahanian authored
llvm-svn: 111680
-
Fariborz Jahanian authored
over ivars for a varienty of puposes is now consolidated into two small routines; DeepCollectObjCIvars and ShallowCollectObjCIvars. llvm-svn: 111679
-
Dale Johannesen authored
llvm-svn: 111678
-
Johnny Chen authored
And converted the rest of the test cases to runCmd()/expect(). llvm-svn: 111677
-
Daniel Dunbar authored
llvm-svn: 111676
-
Nick Lewycky authored
llvm-svn: 111675
-
Dan Gohman authored
llvm-svn: 111674
-
Jim Grosbach authored
llvm-svn: 111673
-
Howard Hinnant authored
llvm-svn: 111672
-
Johnny Chen authored
llvm-svn: 111671
-
Jim Grosbach authored
llvm-svn: 111670
-
Benjamin Kramer authored
llvm-svn: 111669
-
Dale Johannesen authored
llvm-svn: 111668
-
John McCall authored
- move DeclSpec &c into the Sema library - move ParseAST into the Parse library Reflect this change in a thousand different includes. Reflect this change in the link orders. llvm-svn: 111667
-
Johnny Chen authored
llvm-svn: 111666
-
Owen Anderson authored
llvm-svn: 111665
-
Erick Tryzelaar authored
llvm-svn: 111664
-
Dan Gohman authored
llvm-svn: 111663
-
Mikhail Glushenkov authored
llvm-svn: 111662
-
Dan Gohman authored
llvm-svn: 111661
-
Benjamin Kramer authored
- This is the official way to get AVX intrinsics, we might want to disallow direct inclusion of avxintrin.h, just like GCC does. llvm-svn: 111660
-
Dan Gohman authored
llvm-svn: 111659
-
Johnny Chen authored
llvm-svn: 111658
-
Mikhail Glushenkov authored
If the omission was intentional, please add a comment. llvm-svn: 111657
-
Mikhail Glushenkov authored
llvm-svn: 111656
-
Jim Grosbach authored
llvm-svn: 111655
-
Chris Lattner authored
llvm-svn: 111654
-
Chris Lattner authored
llvm-svn: 111653
-
Johnny Chen authored
llvm-svn: 111652
-
Dan Gohman authored
checking to places which previously lacked it. llvm-svn: 111651
-
Douglas Gregor authored
trivial default constructors. We're weren't zero-initializing them, which manifested as <rdar://problem/8320532> (a regression in the GCC test suite) and is likely to have caused significant other breakage. llvm-svn: 111650
-
Dan Gohman authored
llvm-svn: 111649
-
Dan Gohman authored
errs() instead of outs() for its verbose messages. llvm-svn: 111648
-
Jim Grosbach authored
llvm-svn: 111646
-
Benjamin Kramer authored
llvm-svn: 111645
-
Dan Gohman authored
llvm-svn: 111644
-
Dan Gohman authored
pending output errors are detected. llvm-svn: 111643
-