- Feb 06, 2009
-
-
Dale Johannesen authored
llvm-svn: 63909
-
Dale Johannesen authored
its corresponding getTargetNode. Lots of caller changes. llvm-svn: 63904
-
Owen Anderson authored
Refactor my previous change to maintain the distinction between AliasAnalysis and BasicAliasAnalysis. This involves some wider changes because it folds away some never-used methods. llvm-svn: 63900
-
- Feb 05, 2009
-
-
Dale Johannesen authored
llvm-svn: 63889
-
Devang Patel authored
Revert rev. 63876. It is causing llvm-gcc bootstrap failure. llvm-svn: 63888
-
Dan Gohman authored
llvm-svn: 63887
-
Dale Johannesen authored
llvm-svn: 63886
-
Devang Patel authored
llvm-svn: 63876
-
Evan Cheng authored
llvm-svn: 63851
-
Dale Johannesen authored
llvm-svn: 63812
-
Dale Johannesen authored
llvm-svn: 63808
-
Dale Johannesen authored
llvm-svn: 63800
-
Dale Johannesen authored
Adjust callers. llvm-svn: 63789
-
- Feb 04, 2009
-
-
Dale Johannesen authored
and llvm-gcc. llvm-svn: 63786
-
Dale Johannesen authored
Adjust the many callers of those versions. llvm-svn: 63767
-
Nate Begeman authored
target directories themselves. This also means that VMCore no longer needs to know about every target's list of intrinsics. Future work will include converting the PowerPC target to this interface as an example implementation. llvm-svn: 63765
-
Stuart Hastings authored
support GraphViz, I've been using the foo->dump() facility. This patch is a minor rewrite to the SelectionDAG dump() stuff to make it a little more helpful. The existing foo->dump() functionality does not change; this patch adds foo->dumpr(). All of this is only useful when running LLVM under a debugger. llvm-svn: 63736
-
Nick Lewycky authored
llvm-svn: 63724
-
Dale Johannesen authored
of Lod and Sto; patch uses. llvm-svn: 63716
-
Chris Lattner authored
would not set new values to Z. llvm-svn: 63707
-
Chris Lattner authored
llvm-svn: 63706
-
Dale Johannesen authored
functions, with callers adjusted to fit. llvm-svn: 63705
-
Dale Johannesen authored
functions. llvm-svn: 63703
-
Bill Wendling authored
llvm-svn: 63689
-
Dale Johannesen authored
from SelectionDagBuild. llvm-svn: 63680
-
- Feb 03, 2009
-
-
Bill Wendling authored
llvm-svn: 63676
-
Bill Wendling authored
llvm-svn: 63675
-
Dale Johannesen authored
have it yet. More coming. llvm-svn: 63673
-
Devang Patel authored
llvm-svn: 63653
-
Chris Lattner authored
with a specified alignment. llvm-svn: 63629
-
Dan Gohman authored
they are useful to analyses other than BasicAliasAnalysis.cpp. Include the full comment for isIdentifiedObject in the header file. Thanks to Chris for suggeseting this. llvm-svn: 63589
-
Bill Wendling authored
created. Specifically, those BuildMIs which use "DebugLoc::getUnknownLoc()". I'll remove them soon. llvm-svn: 63584
-
Dale Johannesen authored
into SimplifySetCC which gets called elsewhere. llvm-svn: 63583
-
Dan Gohman authored
information. This eliminates the need for the Flags field in MemSDNode, so this makes LoadSDNode and StoreSDNode smaller. Also, it makes FoldingSetNodeIDs for loads and stores two AddIntegers smaller. llvm-svn: 63577
-
- Feb 02, 2009
-
-
Mike Stump authored
option to make the -fno- form on the option. We also document the new form in the CommandLine documentation. llvm-svn: 63559
-
Owen Anderson authored
Live interval reconstruction needs to account for this, and scour its maps to prevent dangling references. llvm-svn: 63558
-
Dale Johannesen authored
llvm-svn: 63545
-
Dan Gohman authored
on LP64 hosts. llvm-svn: 63530
-
Sanjiv Gupta authored
Made the common case of default address space directive as non-virtual for performance reasons. Provide a single virtual interface for directives of all sizes in non-default address spaces. llvm-svn: 63521
-
- Feb 01, 2009
-
-
Duncan Sands authored
crashes or wrong code with codegen of large integers: eliminate the legacy getIntegerVTBitMask and getIntegerVTSignBit methods, which returned their value as a uint64_t, so couldn't handle huge types. llvm-svn: 63494
-