- Dec 05, 2009
-
-
Anders Carlsson authored
Factor vtable related GlobalVariable creation out into a separate function. Add vtable linkage test. llvm-svn: 90667
-
Anders Carlsson authored
llvm-svn: 90666
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=71086 http://llvm.org/viewvc/llvm-project?view=rev&revision=71107 Note: This fixes <rdar://problem/6845623> from protocol to template. llvm-svn: 90665
-
Steve Naroff authored
Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-project?view=rev&revision=90642). Simply use the 'LangOpts' member already present in TextDiagnosticPrinter. Sorry for the confusion! llvm-svn: 90664
-
Benjamin Kramer authored
llvm-svn: 90663
-
Benjamin Kramer authored
llvm-svn: 90662
-
Douglas Gregor authored
Improve the performance of code completion by 2.2x when completing for ordinary names with Cocoa.h included, by drastically improving the performance of our results sorting. llvm-svn: 90661
-
Chris Lattner authored
llvm-svn: 90660
-
Chris Lattner authored
llvm-svn: 90659
-
rdar://7346691Chris Lattner authored
to a memset or a memcpy from a global when possible. llvm-svn: 90658
-
Chris Lattner authored
llvm-svn: 90657
-
Bill Wendling authored
llvm-svn: 90656
-
Bill Wendling authored
- Privatize a typedef. - Call the InvalidateEntry when refining a type. llvm-svn: 90655
-
Bill Wendling authored
llvm-svn: 90653
-
Chris Lattner authored
llvm-svn: 90652
-
Nick Lewycky authored
llvm-svn: 90651
-
Nick Lewycky authored
llvm-svn: 90650
-
-
Nick Lewycky authored
integers that are constant except for a single bit (the same n-th bit in each). llvm-svn: 90646
-
Eli Friedman authored
inline functions. llvm-svn: 90645
-
Eric Christopher authored
llvm-svn: 90644
-
Daniel Dunbar authored
- We need to be more careful in the rest of CIndex if we are to handle possibly-invalid ASTs, and don't have much experience with this yet. llvm-svn: 90643
-
Steve Naroff authored
http://llvm.org/viewvc/llvm-project?view=rev&revision=71086 Note - This commit only includes the fix for: <rdar://problem/6309338> slightly different error message format for Visual Studio. The fix for <rdar://problem/6845623> from protocol to template. is separate/forthcoming. llvm-svn: 90642
-
Dan Gohman authored
And separate the directory and file name with a '/'. llvm-svn: 90641
-
Bill Wendling authored
llvm-svn: 90640
-
Bill Wendling authored
llvm-svn: 90639
-
Dan Gohman authored
isn't cluttered with things like "Llabel47:Llabel48: movq (%rsi), %xmm3" llvm-svn: 90638
-
Dan Gohman authored
llvm-svn: 90637
-
Dan Gohman authored
instead of SelectionDAGISel.cpp. llvm-svn: 90636
-
Eli Friedman authored
the side-effects of generating the methods in the vtable (including PR5676). llvm-svn: 90635
-
Dan Gohman authored
MachineBasicBlock::canFallThrough(), which is target-independent and more thorough. llvm-svn: 90634
-
Dan Gohman authored
llvm-svn: 90633
-
Dan Gohman authored
and that Instruction only. Implement this by setting the "current debug position" back to Unknown after processing each instruction. llvm-svn: 90632
-
Dan Gohman authored
Don't print "SrcLine"; just print the filename and line number, which is obvious enough and more informative. llvm-svn: 90631
-
Dan Gohman authored
the column number if it is not known. Handle the case of a missing filename better. llvm-svn: 90630
-
Daniel Dunbar authored
llvm-svn: 90629
-
Dan Gohman authored
llvm-svn: 90628
-
David Greene authored
Remove an unneeded include. llvm-svn: 90627
-
Dan Gohman authored
llvm-svn: 90626
-
David Greene authored
Remove an unneeded include. llvm-svn: 90625
-