- Dec 24, 2011
-
-
Akira Hatanaka authored
llvm-svn: 147232
-
Rafael Espindola authored
llvm-svn: 147231
-
Rafael Espindola authored
llvm-svn: 147230
-
Rafael Espindola authored
llvm-svn: 147229
-
Nick Lewycky authored
llvm-svn: 147226
-
- Dec 23, 2011
-
-
Nico Weber authored
Explicit instantiations following specializations are no-ops and hence have no PointOfInstantiation. That was done correctly in most cases, but for a specialization -> instantiation decl -> instantiation definition chain, the definition didn't realize that it was a no-op. Fix that. Also, when printing diagnostics for these no-ops, get the diag location from the decl name location. Add many test cases, one of them not yet passing (but it failed the same way before this change). Fixes http://llvm.org/pr11558 and more. llvm-svn: 147225
-
Anton Yartsev authored
llvm-svn: 147224
-
Nick Lewycky authored
llvm-svn: 147223
-
Benjamin Kramer authored
llvm-svn: 147222
-
Benjamin Kramer authored
Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. Also drop -Wc1x-extensions in favor of -Wc11-extensions. I don't think we need to keep this around for compatibility. llvm-svn: 147221
-
Benjamin Kramer authored
llvm-svn: 147220
-
Craig Topper authored
llvm-svn: 147219
-
Dylan Noblesmith authored
This fixes the FIXMEs in ParseAnalyzeArgs. (Also a precursor to moving the analyzer into an AST plugin.) For consistency, do the same with AssemblerInvocation. llvm-svn: 147218
-
Mon P Wang authored
to CloneFunctionInto to allow remapping for this case. llvm-svn: 147217
-
Argyrios Kyrtzidis authored
good parser error recovery and for not crashing. We still have a accepts-invalid-code bug. llvm-svn: 147216
-
Ted Kremenek authored
Use 'check_symbol_exists' instead of 'check_function_exists' for finding isatty. This change allows Xcode generated projects to have HAVE_ISATTY to be properly defined. llvm-svn: 147215
-
Jim Ingham authored
llvm-svn: 147214
-
Johnny Chen authored
LLDB (python bindings) Crashing in lldb::SBDebugger::DeleteTarget(lldb::SBTarget&) Need to check the validity of (SBTarget&)target passed to SBDebugger::DeleteTarget() before calling target->Destroy(). llvm-svn: 147213
-
Jim Ingham authored
llvm-svn: 147212
-
Jakob Stoklund Olesen authored
ARM targets with NEON units have access to aligned vector loads and stores that are potentially faster than unaligned operations. Add support for spilling the callee-saved NEON registers to an aligned stack area using 16-byte aligned NEON loads and store. This feature is off by default, controlled by an -align-neon-spills command line option. llvm-svn: 147211
-
Fariborz Jahanian authored
building related objc ASTs which require a class definition AST. These were uncovered when testing objc rewriter. llvm-svn: 147210
-
Jim Ingham authored
llvm-svn: 147209
-
Douglas Gregor authored
llvm-svn: 147208
-
Douglas Gregor authored
found within that umbrella directory that were not actually included by the umbrella header. They should either be referenced in the module map or included by the umbrella header. llvm-svn: 147207
-
rdar://10620138Bob Wilson authored
My change r146949 added register clobbers to the eh_sjlj_dispatchsetup pseudo instruction, but on Thumb1 some of those registers cannot be used. This caused massive failures on the testsuite when compiling for Thumb1. While fixing that, I noticed that the eh_sjlj_setjmp instruction has a "nofp" variant, and I realized that dispatchsetup needs the same thing, so I have added that as well. llvm-svn: 147204
-
Ted Kremenek authored
llvm-svn: 147203
-
Nico Weber authored
This works like described in http://drdobbs.com/blogs/cpp/231602010 Fixes http://llvm.org/PR11609 llvm-svn: 147202
-
Dylan Noblesmith authored
llvm-svn: 147199
-
Dylan Noblesmith authored
llvm-svn: 147198
-
Dylan Noblesmith authored
llvm-svn: 147197
-
- Dec 22, 2011
-
-
Benjamin Kramer authored
llvm-svn: 147196
-
Dylan Noblesmith authored
llvm-svn: 147195
-
Sean Callanan authored
llvm-svn: 147193
-
Chad Rosier authored
llvm-svn: 147192
-
Benjamin Kramer authored
Make the -fvisibility-inlines-hidden check more thorough in a hopeless attempt to fix mingw cross-compiles. llvm-svn: 147191
-
Rafael Espindola authored
to moving it to lib/Target/X86. llvm-svn: 147190
-
Jim Grosbach authored
rdar://10558523 llvm-svn: 147189
-
Bob Wilson authored
Noticed by inspection; I don't have a testcase for this. llvm-svn: 147188
-
Bob Wilson authored
tblgen has been renamed to llvm-tblgen so this command has been failing, and it's no longer needed because llvm-tblgen is already installed by default. llvm-svn: 147187
-
Eli Friedman authored
llvm-svn: 147186
-