- Oct 26, 2012
-
-
Nicolas Geoffray authored
llvm-svn: 166763
-
Nicolas Geoffray authored
Fix CPP backend for method attributes by creating a block where a new AttrBuilder is defined for each attribute. llvm-svn: 166762
-
Bill Wendling authored
llvm-svn: 166760
-
Bill Wendling authored
llvm-svn: 166759
-
Alexey Samsonov authored
llvm-svn: 166758
-
Jason Molenda authored
Full UnwindPlan is trying to do an impossible unwind; in that case invalidate the Full UnwindPlan and replace it with the architecture default unwind plan. This is a scenario that happens occasionally with arm unwinds in particular; the instruction analysis based full unwindplan can mis-parse the functions and the stack walk stops prematurely. Now we can do a simpleminded frame-chain walk to find the caller frame and continue the unwind. It's not ideal but given the complicated nature of analyzing the arm functions, and the lack of eh_frame information on iOS, it is a distinct improvement and fixes some long-standing problems with the unwinder on that platform. This is fixing <rdar://problem/12091421>. I may re-use this invalidate feature in the future if I can identify other cases where the full unwindplan's unwind information is clearly incorrect. This checkin also includes some cleanup for the volatile register definition in the arm ABI plugin for <rdar://problem/10652166> although work remains to be done for that bug. llvm-svn: 166757
-
Reed Kotler authored
llvm-svn: 166755
-
Nick Lewycky authored
instructions in a block. GetUnderlyingObject is more expensive than it looks as it can, for instance, call SimplifyInstruction. This might have some behavioural changes in odd corner cases, but only because of some strange artefacts of the original implementation. If you were relying on those, we can fix that by replacing this with a smarter algorithm. Change passes the existing tests. llvm-svn: 166754
-
Jason Molenda authored
llvm-svn: 166753
-
Hal Finkel authored
This change reflects VTTI refactoring; no functionality change intended. llvm-svn: 166752
-
Hal Finkel authored
As discussed on IRC, add VectorTargetTransform::getNumberOfParts to provide a stable interface to the vector legalization splitting factor. llvm-svn: 166751
-
Nick Lewycky authored
llvm-svn: 166750
-
Reed Kotler authored
llvm-svn: 166749
-
Rafael Espindola authored
a cmake and an autoconf build. llvm-svn: 166748
-
Reed Kotler authored
failure in some cases llvm-svn: 166747
-
Fariborz Jahanian authored
variable descriptor captured by a block. llvm-svn: 166746
-
Rafael Espindola authored
to hack around this in the gold plugin by deleting a module if no symbol was needed. Unfortunately, the hack is wrong in the case of o module having no visible symbols but still having side effects via static constructors. The bug will have to be fixed in libLTO itself. llvm-svn: 166745
-
Quentin Colombet authored
llvm-svn: 166744
-
Manman Ren authored
There intrinsics pass through the upper FP values from the input. rdar://12558838 llvm-svn: 166743
-
Rafael Espindola authored
llvm-svn: 166742
-
Hal Finkel authored
Once vector-of-pointer support works, then this can be reverted. llvm-svn: 166741
-
Filipe Cabecinhas authored
llvm-svn: 166740
-
Nadav Rotem authored
llvm-svn: 166739
-
Hal Finkel authored
This is needed so that perl's SHA can be compiled (otherwise BBVectorize takes far too long to find its fixed point). I'll try to come up with a reduced test case. llvm-svn: 166738
-
Bill Wendling authored
This code checks the ASM string to see if the output size is able to fit within the variable specified as the output. For instance, scalar-to-vector conversions may not really work. It's on by default, but can be turned off with a flag if you think you know what you're doing. This is placed under a flag ('-Wasm-operand-widths') and flag group ('-Wasm'). <rdar://problem/12284092> llvm-svn: 166737
-
Richard Smith authored
llvm-svn: 166735
-
Fariborz Jahanian authored
what it is meant for. llvm-svn: 166734
-
rdar://problem/12570550Greg Clayton authored
TOT lldb broke finding App in app bundles when launching with shell. llvm-svn: 166733
-
Jim Ingham authored
llvm-svn: 166732
-
Richard Smith authored
LLVM's hashing routines produce a size_t, and thus generate different values for 32- and 64-bit host compilers. This really needs to be fixed -- the IR generated should not depend on the host -- but this change will get the bots green again. Proper fix to follow. llvm-svn: 166731
-
Kaelyn Uhrain authored
include/llvm/MC/MCTargetAsmParser.h:46:8: error: 'llvm::ParseInstructionInfo' has a field 'llvm::ParseInstructionInfo::AsmRewrites' whose type uses the anonymous namespace [-Werror] llvm-svn: 166729
-
Ted Kremenek authored
path notes for cases where a value may be assumed to be null, etc. Instead of having redundant diagnostics, do a pass over the generated PathDiagnostic pieces and remove notes from TrackConstraintBRVisitor that are already covered by ConditionBRVisitor, whose notes tend to be better. Fixes <rdar://problem/12252783> llvm-svn: 166728
-
- Oct 25, 2012
-
-
Richard Smith authored
llvm-svn: 166727
-
Nadav Rotem authored
llvm-svn: 166726
-
Chad Rosier authored
llvm-svn: 166725
-
Chad Rosier authored
llvm-svn: 166724
-
Chad Rosier authored
llvm-svn: 166723
-
Nadav Rotem authored
llvm-svn: 166722
-
Reed Kotler authored
llvm-svn: 166721
-
Hal Finkel authored
llvm-svn: 166720
-