- Feb 27, 2009
-
-
Ted Kremenek authored
llvm-svn: 65635
-
Gabor Greif authored
llvm-svn: 65633
-
Rafael Espindola authored
pic | declaration | linkage | visibility | !pic | declaration | external | default | tls1.ll tls2.ll | local exec pic | declaration | external | default | tls1-pic.ll tls2-pic.ll | general dynamic !pic | !declaration | external | default | tls3.ll tls4.ll | initial exec pic | !declaration | external | default | tls3-pic.ll tls4-pic.ll | general dynamic !pic | declaration | external | hidden | tls7.ll tls8.ll | local exec pic | declaration | external | hidden | X | local dynamic !pic | !declaration | external | hidden | tls9.ll tls10.ll | local exec pic | !declaration | external | hidden | X | local dynamic !pic | declaration | internal | default | tls5.ll tls6.ll | local exec pic | declaration | internal | default | X | local dynamic The ones marked with an X have not been implemented since local dynamic is not implemented. llvm-svn: 65632
-
Gabor Greif authored
llvm-svn: 65631
-
Gabor Greif authored
llvm-svn: 65630
-
Gabor Greif authored
llvm-svn: 65629
-
Gabor Greif authored
llvm-svn: 65628
-
Gabor Greif authored
llvm-svn: 65627
-
Gabor Greif authored
This looks dangerous, but isn't because the sentinel is accessed in special way only, namely the Next and Prev fields of it, and these are guaranteed to exist. llvm-svn: 65626
-
Ted Kremenek authored
llvm-svn: 65625
-
Ted Kremenek authored
llvm-svn: 65624
-
Mikhail Glushenkov authored
Makes '(append_cmd "-foo a b c")' work. llvm-svn: 65623
-
Eli Friedman authored
normal expression, and change Evaluate and IRGen to evaluate it like a normal expression. This simplifies the code significantly, and fixes PR3396. llvm-svn: 65622
-
Nick Lewycky authored
are always set by reference on the path that uses them.) No functional change. llvm-svn: 65621
-
Nick Lewycky authored
llvm-svn: 65620
-
Ted Kremenek authored
llvm-svn: 65619
-
Ted Kremenek authored
llvm-svn: 65618
-
Eli Friedman authored
with the LLVM C backend. llvm-svn: 65615
-
Eli Friedman authored
llvm-svn: 65614
-
Eli Friedman authored
llvm-svn: 65613
-
Eli Friedman authored
strict constant initializer checking. llvm-svn: 65612
-
Eli Friedman authored
llvm-svn: 65611
-
Eli Friedman authored
Daniel. Some minor fixes/cleanup. Allow __builtin_choose_expr, __real__, and __imag__ in ICEs, following gcc's example. llvm-svn: 65610
-
Mike Stump authored
llvm-svn: 65609
-
Dale Johannesen authored
possibly for the reason suggested by the comment. No wonder it didn't work very well. This unblocks bootstrap with assertions on ppc. llvm-svn: 65601
-
Evan Cheng authored
llvm-svn: 65600
-
Dan Gohman authored
llvm-svn: 65598
-
Dan Gohman authored
llvm-svn: 65597
-
Dan Gohman authored
and print the loop depth. llvm-svn: 65593
-
Evan Cheng authored
llvm-svn: 65592
-
Douglas Gregor authored
giving them rough classifications (normal types, never-canonical types, always-dependent types, abstract type representations) and making it far easier to make sure that we've hit all of the cases when decoding types. Switched some switch() statements on the type class over to using this mechanism, and filtering out those things we don't care about. For example, CodeGen should never see always-dependent or non-canonical types, while debug info generation should never see always-dependent types. More switch() statements on the type class need to be moved over to using this approach, so that we'll get warnings when we add a new type then fail to account for it somewhere in the compiler. As part of this, some types have been renamed: TypeOfExpr -> TypeOfExprType FunctionTypeProto -> FunctionProtoType FunctionTypeNoProto -> FunctionNoProtoType There shouldn't be any functionality change... llvm-svn: 65591
-
Chris Lattner authored
but in C99 it is just another int type. llvm-svn: 65590
-
Chris Lattner authored
llvm-svn: 65589
-
Chris Lattner authored
llvm-svn: 65587
-
Chris Lattner authored
initialization of wchar_t arrays with wide strings, and generalizes wchar_size.c to work on all targets. llvm-svn: 65586
-
Chris Lattner authored
Unfortunately this doesn't work yet because wchar_t is completely broken in C. llvm-svn: 65585
-
Ted Kremenek authored
llvm-svn: 65584
-
Fariborz Jahanian authored
llvm-svn: 65583
-
Chris Lattner authored
llvm-svn: 65582
-
- Feb 26, 2009
-
-
Daniel Dunbar authored
output). - For timing IRgen phase. llvm-svn: 65580
-