- Oct 09, 2009
-
-
Devang Patel authored
Check invalid debug info for enums. This may happen when underlyng enum is optimized away. Eventually DwarfChecker will clean this up during llvm verification stage. llvm-svn: 83655
-
Jim Grosbach authored
llvm-svn: 83653
-
Mike Stump authored
llvm-svn: 83652
-
Bob Wilson authored
llvm-svn: 83651
-
Fariborz Jahanian authored
Now we produce things like: bug1.cpp:21:11: error: use of overloaded operator '->*' is ambiguous int i = c->*pmf; // expected-error {{use of overloaded operator '->*' is ambiguous}} \ ~^ ~~~ bug1.cpp:21:11: note: built-in candidate operator ->* ('struct A volatile *', 'int const struct A::*') bug1.cpp:21:11: note: built-in candidate operator ->* ('struct A volatile *', 'int restrict struct A::*') ... Still need to look at an issue (indicated as FIXME in the test case). llvm-svn: 83650
-
Dan Gohman authored
llvm-svn: 83649
-
Fariborz Jahanian authored
operator's types. llvm-svn: 83648
-
Nicolas Geoffray authored
to llvm-2.6. Remove the precise garbage collection feature. llvm-svn: 83638
-
Nicolas Geoffray authored
llvm-svn: 83628
-
Nicolas Geoffray authored
llvm-svn: 83627
-
Chris Lattner authored
llvm-svn: 83625
-
Evan Cheng authored
llvm-svn: 83624
-
Chris Lattner authored
llvm-svn: 83623
-
Evan Cheng authored
llvm-svn: 83622
-
Chris Lattner authored
llvm-svn: 83621
-
Mikhail Glushenkov authored
llvm-svn: 83620
-
Mikhail Glushenkov authored
llvm-svn: 83619
-
Mikhail Glushenkov authored
llc can compile .ll files directly these days. llvm-svn: 83618
-
Bob Wilson authored
llvm-svn: 83617
-
Bob Wilson authored
llvm-svn: 83616
-
Chris Lattner authored
llvm-svn: 83615
-
Mikhail Glushenkov authored
llvm-svn: 83614
-
Mikhail Glushenkov authored
Thanks to Chris for heads-up! llvm-svn: 83613
-
Zhongxing Xu authored
llvm-svn: 83612
-
Zhongxing Xu authored
llvm-svn: 83611
-
Zhongxing Xu authored
llvm-svn: 83610
-
Mike Stump authored
llvm-svn: 83609
-
Evan Cheng authored
llvm-svn: 83608
-
Evan Cheng authored
llvm-svn: 83607
-
Dan Gohman authored
instructions. llvm-svn: 83606
-
Fariborz Jahanian authored
I still don't like it but it is improvement over what we had. llvm-svn: 83603
-
Dale Johannesen authored
and that will make Caller too big to inline, see if it might be better to inline Caller into its callers instead. This situation is described in PR 2973, although I haven't tried the specific case in SPASS. llvm-svn: 83602
-
Dan Gohman authored
llvm-svn: 83601
-
Bob Wilson authored
llvm-svn: 83600
-
Mike Stump authored
llvm-svn: 83599
-
Bob Wilson authored
llvm-svn: 83598
-
Steve Naroff authored
- Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare was system dependent). Worked on Linux, failed on Mac OS (which caused the recently added testcase to fail on Linux). - Sort results in testcase. llvm-svn: 83597
-
Bob Wilson authored
llvm-svn: 83596
-
Bob Wilson authored
llvm-svn: 83595
-
Mike Stump authored
existing MinGW headers, plus the newer 4.4.0 version. Patch by John Thompson. llvm-svn: 83594
-