- Mar 03, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 65939
-
Nick Lewycky authored
llvm-svn: 65938
-
Daniel Dunbar authored
llvm-svn: 65937
-
Mikhail Glushenkov authored
llvm-svn: 65936
-
Eli Friedman authored
while I was at it. There are still a lot of diagnostics missing from this code, and it isn't completely correct for anything other than x86, but it should work correctly on x86 for valid cases. llvm-svn: 65935
-
Zhou Sheng authored
llvm-svn: 65934
-
Daniel Dunbar authored
llvm-svn: 65933
-
Daniel Dunbar authored
llvm-svn: 65932
-
Nick Lewycky authored
llvm-svn: 65931
-
Nick Lewycky authored
llvm-svn: 65928
-
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
-