- Mar 03, 2009
-
-
Nick Lewycky authored
llvm-svn: 65927
-
Eli Friedman authored
sub-type describes a memory location, like the pointee type of a pointer or the element type of an array. llvm-svn: 65925
-
Douglas Gregor authored
response to attempts to diagnose an "incomplete" type. This will force us to use DiagnoseIncompleteType more regularly (rather than looking at isIncompleteType), but that's also a good thing. Implicit instantiation is still very simplistic, and will create a new definition for the class template specialization (as it should) but it only actually instantiates the base classes and attaches those. Actually instantiating class members will follow. Also, instantiate the types of non-type template parameters before checking them, allowing, e.g., template<typename T, T Value> struct Constant; to work properly. llvm-svn: 65924
-
Nick Lewycky authored
llvm-svn: 65922
-
Ted Kremenek authored
Make bubble number decoration look more like circles than ovals. llvm-svn: 65921
-
Dan Gohman authored
and put @file directives on their own comment line. llvm-svn: 65920
-
Ted Kremenek authored
llvm-svn: 65919
-
Ted Kremenek authored
llvm-svn: 65916
-
Dale Johannesen authored
(lest they affect codegen). llvm-svn: 65915
-
Ted Kremenek authored
Add StoreManager::getSubRegionMap(). This method returns an opaque mapping for clients of StoreManagers from MemRegions to their subregions. llvm-svn: 65914
-
Fariborz Jahanian authored
llvm-svn: 65912
-
Dale Johannesen authored
llvm-svn: 65911
-
Dale Johannesen authored
info with it. Don't count debug info insns against the scan maximum in FindAvailableLoadedValue (lest they affect codegen). llvm-svn: 65910
-
-
Devang Patel authored
llvm-svn: 65908
-
Zhongxing Xu authored
llvm-svn: 65907
-
Chris Lattner authored
llvm-svn: 65906
-
Ted Kremenek authored
llvm-svn: 65903
-
Devang Patel authored
If branch conditions' one successor is dominating another non-latch successor then this loop's iteration space can not be restricted. In this example block bb5 is always executed. llvm-svn: 65902
-
Bob Wilson authored
arbitrary vector sizes. Add an optional MinSplatBits parameter to specify a minimum for the splat element size. Update the PPC target to use the revised interface. llvm-svn: 65899
-
Bill Wendling authored
llvm-svn: 65897
-
Bill Wendling authored
but passes the arguments to the "gcc" invocation instead of to the "llc" invocation. llvm-svn: 65896
-
Nate Begeman authored
llvm-svn: 65895
-
Ted Kremenek authored
llvm-svn: 65892
-
Ted Kremenek authored
llvm-svn: 65891
-
- Mar 02, 2009
-
-
Devang Patel authored
This is ugly, but I can't figure out a quick way out of this. llvm-svn: 65889
-
Chris Lattner authored
even though we still hard code sse2 for now. No support for 3dnow or sse4a, but someone could add that if they desired. llvm-svn: 65886
-
Chris Lattner authored
llvm-svn: 65885
-
Chris Lattner authored
llvm-svn: 65884
-
Chris Lattner authored
Ed Schouten! llvm-svn: 65882
-
Chris Lattner authored
llvm-svn: 65881
-
rdar://problem/6636803Steve Naroff authored
Parser::ParseObjCMethodDefinition(): Make sure we don't exit the BodyScope until ActOnFinishFunctionBody() is complete. llvm-svn: 65880
-
Fariborz Jahanian authored
local or global variables in instance/class methods. llvm-svn: 65879
-
Ted Kremenek authored
llvm-svn: 65878
-
Ted Kremenek authored
llvm-svn: 65877
-
Ted Kremenek authored
llvm-svn: 65876
-
Ted Kremenek authored
llvm-svn: 65870
-
Chris Lattner authored
llvm-svn: 65869
-
Daniel Dunbar authored
llvm-svn: 65868
-
Daniel Dunbar authored
llvm-svn: 65867
-