- Jun 02, 2010
-
-
-
Anders Carlsson authored
llvm-svn: 105299
-
Alexis Hunt authored
llvm-svn: 105297
-
Anders Carlsson authored
llvm-svn: 105296
-
Devang Patel authored
DwarfWrite is now smart enough to drop debug value pointing to undefined register. Update this test to avoid this. iSel not properly lowring argument into a well formed DBG_VALUE in some cases is a separate issue and not related to the test in this testcase. llvm-svn: 105295
-
Jakob Stoklund Olesen authored
The comment about ordering of subreg indices is no longer true. This exposed a bug in the new substVirtReg method that is also fixed. llvm-svn: 105294
-
- Jun 01, 2010
-
-
Jim Grosbach authored
llvm-svn: 105293
-
Devang Patel authored
llvm-svn: 105292
-
Jim Grosbach authored
llvm-svn: 105291
-
Dan Gohman authored
in X86FastISel. Patch by Jan Sjodin. llvm-svn: 105290
-
Jim Grosbach authored
change a few SmallVectors to vanilla C arrays. llvm-svn: 105289
-
Dan Gohman authored
an argument aliasing itself. Thanks Duncan! llvm-svn: 105288
-
Howard Hinnant authored
llvm-svn: 105286
-
Devang Patel authored
Radar 7927666. llvm-svn: 105285
-
Dan Gohman authored
llvm-svn: 105283
-
Jim Grosbach authored
llvm-svn: 105282
-
Jim Grosbach authored
llvm-svn: 105281
-
Jim Grosbach authored
handle structs passed by value via an extract/insert pair, as a bitcast won't work on a struct. rdar://7742824 llvm-svn: 105280
-
Jim Grosbach authored
llvm-svn: 105279
-
Dan Gohman authored
llvm-svn: 105278
-
Dan Gohman authored
support [[:<:]]. Use beginning-of-line and end-of-line anchors instead. llvm-svn: 105277
-
Bruno Cardoso Lopes authored
llvm-svn: 105276
-
Dan Gohman authored
llvm-svn: 105275
-
Dan Gohman authored
and doesn't know where the output is going. llvm-svn: 105274
-
Dan Gohman authored
llvm-svn: 105273
-
Dan Gohman authored
llvm-svn: 105272
-
Dan Gohman authored
and configury to use --version-script. llvm-svn: 105271
-
Dan Gohman authored
llvm-svn: 105270
-
Kalle Raiskila authored
llvm-svn: 105269
-
John McCall authored
bring in the entire lookup table at once. Also, give ExternalSemaSource's vtable a home. This is important because otherwise any reference to it will cause RTTI to be emitted, and since clang is compiled with -fno-rtti, that RTTI will contain unresolved references (to ExternalASTSource's RTTI). So this change makes it possible to subclass ExternalSemaSource from projects compiled with RTTI, as long as the subclass's home is compiled with -fno-rtti. llvm-svn: 105268
-
Zhongxing Xu authored
llvm-svn: 105265
-
Zhongxing Xu authored
modification. llvm-svn: 105264
-
- May 31, 2010
-
-
Bill Wendling authored
llvm-svn: 105257
-
Ted Kremenek authored
Fixes <rdar://problem/8026215>. llvm-svn: 105256
-
Duncan Sands authored
the newly created allocas may be used by inlined calls, so these need to have their tail call flags cleared. Fixes PR7272. llvm-svn: 105255
-
Howard Hinnant authored
llvm-svn: 105254
-
Eric Christopher authored
llvm-svn: 105253
-
Chris Lattner authored
of isSimpleObjCMessageExpression checks the language, so change a dynamic check into an assert. isSimpleObjCMessageExpression is expensive, so only do it in the common case when it is likely to matter: when the [ of the postfix expr starts on a new line. This should avoid doing lookahead for every array expression. llvm-svn: 105229
-
Chris Lattner authored
that are too large. This causes the freebsd bootloader to be too large apparently. It's unclear if this should be an -Os or -Oz thing. Thoughts welcome. llvm-svn: 105228
-
Chris Lattner authored
llvm-svn: 105227
-