- Nov 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 85908
-
Chris Lattner authored
llvm-svn: 85907
-
Chris Lattner authored
llvm-svn: 85906
-
Mike Stump authored
llvm-svn: 85905
-
Douglas Gregor authored
yet another copy of the unqualified-id parsing code. Also, use UnqualifiedId to simplify the Action interface for building id-expressions. ActOnIdentifierExpr, ActOnCXXOperatorFunctionIdExpr, ActOnCXXConversionFunctionExpr, and ActOnTemplateIdExpr have all been removed in favor of the new ActOnIdExpression action. llvm-svn: 85904
-
Chris Lattner authored
to follow. llvm-svn: 85903
-
Mike Stump authored
llvm-svn: 85901
-
Kenneth Uildriks authored
Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test llvm-svn: 85900
-
Kenneth Uildriks authored
llvm-svn: 85899
-
Benjamin Kramer authored
llvm-svn: 85898
-
Benjamin Kramer authored
llvm-svn: 85896
-
Zhongxing Xu authored
Split it to two checkers, one for undefined size, the other for zero size, so that we don't need to query the size when emitting the bug report. llvm-svn: 85895
-
Duncan Sands authored
This makes both logical sense (see below) and increases the number of functions marked readnone/readonly by about 1-2% in practice. The number of functions marked nocapture goes up by about 5-10%. The reason it makes sense is shown by the following example: if you run -functionattrs -inline on it, then no attributes are assigned. But if you instead run -inline -functionattrs then @f is marked readnone because the simplifications produced by the inliner eliminate the store. @x = external global i32 define void @w(i1 %b) { br i1 %b, label %write, label %return write: store i32 1, i32 *@x br label %return return: ret void } define void @f() { call void @w(i1 0) ret void } llvm-svn: 85893
-
Daniel Dunbar authored
llvm-svn: 85888
-
-
Ted Kremenek authored
Move 'static inline' functions GetNullarySelector() and GetUnarySelector() from CFRefCount.cpp to ASTContext.h. These functions are likely to be generally useful. llvm-svn: 85886
-
Daniel Dunbar authored
llvm-svn: 85885
-
Daniel Dunbar authored
llvm-svn: 85884
-
Zhongxing Xu authored
llvm-svn: 85883
-
Daniel Dunbar authored
LLVM's tests. llvm-svn: 85882
-
Daniel Dunbar authored
llvm-svn: 85881
-
Daniel Dunbar authored
llvm-svn: 85880
-
Zhongxing Xu authored
llvm-svn: 85879
-
Evan Cheng authored
llvm-svn: 85878
-
Ted Kremenek authored
llvm-svn: 85877
-
Ted Kremenek authored
llvm-svn: 85876
-
Zhongxing Xu authored
llvm-svn: 85875
-
Bob Wilson authored
between ARM/Thumb modes and does not require the low bit of the target address to be set for Thumb. llvm-svn: 85874
-
Jeffrey Yasskin authored
warning from gcc by removing VISIBILITY_HIDDEN attributes. llvm-svn: 85873
-
Ted Kremenek authored
Fix buffer overflow in PrintMacroDefinition() by inverting the check to see if the target buffer needs to be resized. Fixes <rdar://problem/7255377>. llvm-svn: 85872
-
Evan Cheng authored
llvm-svn: 85871
-
Evan Cheng authored
llvm-svn: 85870
-
Evan Cheng authored
llvm-svn: 85869
-
Zhongxing Xu authored
llvm-svn: 85868
-
Ted Kremenek authored
llvm-svn: 85867
-
Chris Lattner authored
llvm-svn: 85866
-
Chris Lattner authored
remove a check of isFreeCall: the argument to free is already nocapture so the generic call code works fine. llvm-svn: 85865
-
Ted Kremenek authored
Fixes: <rdar://problem/7358899> llvm-svn: 85864
-
Chris Lattner authored
llvm-svn: 85863
-
Chris Lattner authored
llvm-svn: 85862
-