- Oct 18, 2010
-
-
Bill Wendling authored
llvm-svn: 116750
-
Mikhail Glushenkov authored
llvm-svn: 116749
-
Johnny Chen authored
llvm-svn: 116748
-
Johnny Chen authored
llvm-svn: 116747
-
Douglas Gregor authored
declaring methods and when sending messages to them, by bringing all of the selector into TypedCheck chunks in the completion result. This way, we can improve the sorting of these results to account for the full selector name rather than just the first chunk. llvm-svn: 116746
-
Dan Gohman authored
llvm-svn: 116745
-
Rafael Espindola authored
llvm-svn: 116744
-
Dan Gohman authored
llvm-svn: 116743
-
Howard Hinnant authored
llvm-svn: 116742
-
Rafael Espindola authored
llvm-svn: 116741
-
Rafael Espindola authored
llvm-svn: 116738
-
Argyrios Kyrtzidis authored
Read/write declaration attributes from/to PCH properly. Embed them in the declaration block instead of trying to create another block. The new block was messing with the assumption that after decls block comes the stmts block. Fixes http://llvm.org/PR8406 llvm-svn: 116737
-
Argyrios Kyrtzidis authored
llvm-svn: 116736
-
Caroline Tice authored
executing properly. llvm-svn: 116735
-
Devang Patel authored
Patch by Alexander Herz! llvm-svn: 116733
-
Dan Gohman authored
is currently inert by default. llvm-svn: 116732
-
Dan Gohman authored
llvm-svn: 116731
-
Dan Gohman authored
llvm-svn: 116730
-
Jim Grosbach authored
base register is available. rdar://8525298 llvm-svn: 116729
-
Rafael Espindola authored
llvm-svn: 116728
-
Caroline Tice authored
the termios settings on the debugger's input handle. llvm-svn: 116725
-
Douglas Gregor authored
(after - or +), always traverse superclasses and all categories. The programmer may want to complete a method from *anywhere*. llvm-svn: 116723
-
Dan Gohman authored
option to enable it. llvm-svn: 116722
-
Dan Gohman authored
llvm-svn: 116721
-
Dan Gohman authored
does normal initialization and normal chaining. Change the default AliasAnalysis implementation to NoAlias. Update StandardCompileOpts.h and friends to explicitly request BasicAliasAnalysis. Update tests to explicitly request -basicaa. llvm-svn: 116720
-
Rafael Espindola authored
llvm-svn: 116719
-
Johnny Chen authored
Also add a more useful assert message for test_set_output_path(), which is currently decorated with @expectedFailure. llvm-svn: 116718
-
Fariborz Jahanian authored
synthesized property. // rdar: //8498026 llvm-svn: 116717
-
Kevin Enderby authored
be more complete. These are only expected to be used by llvm-mc with assembly source so there is no pattern, [], in the .td files. Most are being added to X86InstrInfo.td as Chris suggested and only comments about register uses are added. Suggestions welcome on the .td changes as I'm not sure on every detail of the x86 records. More missing instructions will be coming. llvm-svn: 116716
-
Rafael Espindola authored
start for consistency. llvm-svn: 116715
-
Jim Grosbach authored
offset for stack references. Make sure we take that into account when deciding whether to reserver an emergency spill slot for the register scavenger. rdar://8559625 llvm-svn: 116714
-
Howard Hinnant authored
Update atomic Design A spec with reference C++ implementations for the purpose of documeting the semantics of each atomic operation. llvm-svn: 116713
-
Jim Grosbach authored
llvm-svn: 116712
-
Rafael Espindola authored
llvm-svn: 116711
-
Jim Grosbach authored
llvm-svn: 116710
-
Anders Carlsson authored
llvm-svn: 116709
-
Howard Hinnant authored
llvm-svn: 116707
-
Johnny Chen authored
Also change the utility functions in lldbutil.py, too, to correspond to the StateType representation change. llvm-svn: 116706
-
Johnny Chen authored
llvm-svn: 116705
-
Francois Pichet authored
1. enum underlying type is int by default. 2. Error "enumerator value is not representable in the underlying type"is a ExtWarning llvm-svn: 116704
-