- May 28, 2008
-
-
Chris Lattner authored
llvm-svn: 51622
-
Ted Kremenek authored
When the build command is xcodebuild, set the magical environment variable LDPLUSPLUS to g++ to ensure that C++ object files are linked with g++ instead of gcc. llvm-svn: 51621
-
Ted Kremenek authored
llvm-svn: 51620
-
Devang Patel authored
llvm-svn: 51619
-
Devang Patel authored
llvm-svn: 51618
-
Nick Kledzik authored
llvm-svn: 51617
-
- May 27, 2008
-
-
Gabor Greif authored
llvm-svn: 51615
-
Dan Gohman authored
llvm-svn: 51613
-
Dan Gohman authored
the first visited edge. llvm-svn: 51612
-
Devang Patel authored
llvm-svn: 51611
-
Dan Gohman authored
llvm-svn: 51610
-
Bill Wendling authored
before deleting the instruction. llvm-svn: 51609
-
Dan Gohman authored
llvm-svn: 51606
-
Devang Patel authored
llvm-svn: 51605
-
Dan Gohman authored
llvm-svn: 51600
-
Dan Gohman authored
is specifically what this test depends on. llvm-svn: 51599
-
Gabor Greif authored
back out last commit: The .cpp file for a module should include its corresponding header first, even if redundant. llvm-svn: 51598
-
Eli Friedman authored
__builtin_copysign. llvm-svn: 51597
-
Eli Friedman authored
llvm-svn: 51596
-
Eli Friedman authored
llvm-svn: 51595
-
Eli Friedman authored
of extra warnings in the Python source. llvm-svn: 51594
-
Matthijs Kooijman authored
used when "using namespace llvm" is not in effect. llvm-svn: 51592
-
Duncan Sands authored
llvm-svn: 51591
-
Gabor Greif authored
llvm-svn: 51590
-
Gabor Greif authored
llvm-svn: 51589
-
Gabor Greif authored
llvm-svn: 51588
-
Eli Friedman authored
llvm-svn: 51587
-
Eli Friedman authored
llvm-svn: 51586
-
Eli Friedman authored
llvm-svn: 51585
-
Eli Friedman authored
encountered. Mixing up the decls is unintuitive, and confuses the AST destruction code. Fixes PR2360. Note that there is a need to look up the characteristics and declarations of a function associated with a particular name or decl, but the original swapping code doesn't solve it properly. http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-May/001644.html is one suggestion for how to fix that. llvm-svn: 51584
-
Eli Friedman authored
been used. In preparation for the fix to PR2360, but also a minor bug in its own right. llvm-svn: 51583
-
Owen Anderson authored
llvm-svn: 51581
-
Eli Friedman authored
llvm-svn: 51580
-
Eli Friedman authored
llvm-svn: 51579
-
Eli Friedman authored
codegen of X86 long double. llvm-svn: 51578
-
Eli Friedman authored
it fixes PR2204. Not too much to say about the implementation; it works in a similar way to the vector size attribute. At some point, we need to modify the targets to provide information about the appropriate types. llvm-svn: 51577
-
Eli Friedman authored
a few bugs, but I don't know of any in particular. This has good effects besides cleanup, though: it also should make it easier to implement the aligned and packed attributes, and also target-specific struct layouts, because the code won't have to be duplicated in codegen. llvm-svn: 51576
-
Eli Friedman authored
llvm-svn: 51575
-
Eli Friedman authored
happening. llvm-svn: 51574
-
Nick Lewycky authored
the set of nodes. Fix makeEqual to handle this by creating the new node first then iterating across them second. llvm-svn: 51573
-