- Sep 18, 2010
-
-
Evan Cheng authored
llvm-svn: 114270
-
John McCall authored
unless we're on a platform without __cxa_atexit (or use thereof has been disabled). This patch actually just disables the check completely for static locals, but I've filed http://llvm.org/bugs/show_bug.cgi?id=8176 to track the platform-specific fix. llvm-svn: 114269
-
Owen Anderson authored
NO path to the destination containing side effects, not that SOME path contains no side effects. In practice, this only manifests with CombinerAA enabled, because otherwise the chain has little to no branching, so "any" is effectively equivalent to "all". llvm-svn: 114268
-
Greg Clayton authored
frame variables and are not stopped in a valid frame. llvm-svn: 114267
-
Greg Clayton authored
(lldb) frame variable --location Where the address of variables wasn't being formatted consistently. llvm-svn: 114266
-
Greg Clayton authored
- All single character options will now be printed together - Changed all options that contains underscores to contain '-' instead - Made the help come out a little flatter by showing the long and short option on the same line. - Modified the short character for "--ignore-count" options to "-i" llvm-svn: 114265
-
Eric Christopher authored
llvm-svn: 114263
-
Daniel Dunbar authored
llvm-svn: 114262
-
Daniel Dunbar authored
llvm-svn: 114261
-
Daniel Dunbar authored
llvm-svn: 114260
-
John McCall authored
it reached the outermost scope and it hasn't yet been forwarded to a cleanup. Fixed PR8175. llvm-svn: 114259
-
Greg Clayton authored
Fixed an issue with ClangASTContext::GetIndexOfChildMemberWithName() where objective C ivars were not being found correctly if they were the second or higher child. llvm-svn: 114258
-
Douglas Gregor authored
llvm-svn: 114257
-
Eric Christopher authored
thumb with floating point. llvm-svn: 114256
-
Douglas Gregor authored
errors. Improves code completion in yet another case. llvm-svn: 114255
-
Eric Christopher authored
llvm-svn: 114254
-
John Thompson authored
Added '|' delimiter to separate inline asm multiple alternative constraints for Clang side of support. llvm-svn: 114253
-
Greg Clayton authored
accessed by the objects that own the settings. The previous approach wasn't very usable and made for a lot of unnecessary code just to access variables that were already owned by the objects. While I fixed those things, I saw that CommandObject objects should really have a reference to their command interpreter so they can access the terminal with if they want to output usaage. Fixed up all CommandObjects to take an interpreter and cleaned up the API to not need the interpreter to be passed in. Fixed the disassemble command to output the usage if no options are passed down and arguments are passed (all disassebmle variants take options, there are no "args only"). llvm-svn: 114252
-
John Thompson authored
llvm-svn: 114251
-
John McCall authored
helpful asserts behind. llvm-svn: 114250
-
Anton Yartsev authored
llvm-svn: 114249
-
Rafael Espindola authored
llvm-svn: 114248
-
Bill Wendling authored
llvm-svn: 114247
-
Tom Care authored
llvm-svn: 114246
-
Johnny Chen authored
the running of the test suite. Right now, it doesn't do anything with the config file. Pass "-c myConfigFile" to specify the config file. llvm-svn: 114245
-
Tom Care authored
IdempotentOperationChecker no longer reports errors that are post-dominated by a sink. This fixes some false positives that were flagged because a path was incomplete (usually in a loop). llvm-svn: 114244
-
Jim Grosbach authored
instructions (PICADD, PICLDR, et.al.) llvm-svn: 114243
-
Jim Grosbach authored
with one in the generic printing code is an error. llvm-svn: 114242
-
Dan Gohman authored
llvm-svn: 114241
-
Benjamin Kramer authored
llvm-svn: 114240
-
Bill Wendling authored
shift-with-immediate LLVM intrinsics. llvm-svn: 114239
-
Bill Wendling authored
llvm-svn: 114238
-
Jim Grosbach authored
llvm-svn: 114237
-
Daniel Dunbar authored
implicit union values for the transparent_union extension. llvm-svn: 114236
-
Ted Kremenek authored
llvm-svn: 114235
-
Douglas Gregor authored
llvm-svn: 114234
-
Bob Wilson authored
value should be in GPRs when it's going to be used as a scalar, and we use VMOVRRD to make that happen, but if the value is converted back to a vector we need to fold to a simple bit_convert. Radar 8407927. llvm-svn: 114233
-
Johnny Chen authored
llvm-svn: 114232
-
Douglas Gregor authored
llvm-svn: 114231
-
Jim Grosbach authored
and shift instructions on ARM. Update the tests to match. llvm-svn: 114230
-