| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
OptionGroupVariableObjectDisplay).
Change the boolean "use_dynamic" over to a tri-state, no-dynamic, dynamic-w/o running target,
and dynamic with running target.
llvm-svn: 130832
|
| |
|
|
| |
llvm-svn: 130831
|
| |
|
|
| |
llvm-svn: 130830
|
| |
|
|
|
|
|
|
| |
This adds functionality to remove size/zero extension during indvars
without generating a canonical IV and rewriting all IV users. It's
disabled by default so should have no effect on codegen. Work in progress.
llvm-svn: 130829
|
| |
|
|
| |
llvm-svn: 130828
|
| |
|
|
|
|
|
|
| |
if they match that production, i.e. if they're template type parameters
or decltypes (or, as an obvious case not yet described in the ABI document,
if they're template template parameters applied to template arguments).
llvm-svn: 130824
|
| |
|
|
|
|
| |
the Preprocessor's bump allocator as well as those from the PreprocessingRecord.
llvm-svn: 130823
|
| |
|
|
| |
llvm-svn: 130822
|
| |
|
|
|
|
| |
declarations.
llvm-svn: 130821
|
| |
|
|
|
|
| |
not, I'll just add them here and be done with it.
llvm-svn: 130819
|
| |
|
|
| |
llvm-svn: 130818
|
| |
|
|
|
|
|
| |
The basic allocator is really bad about hinting, so it doesn't eliminate all
copies when physreg joining is disabled.
llvm-svn: 130817
|
| |
|
|
| |
llvm-svn: 130816
|
| |
|
|
| |
llvm-svn: 130815
|
| |
|
|
|
|
| |
coalescing.
llvm-svn: 130814
|
| |
|
|
| |
llvm-svn: 130813
|
| |
|
|
| |
llvm-svn: 130812
|
| |
|
|
|
|
|
|
| |
being emitted
in one command invocation.
llvm-svn: 130811
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
tag, filter out those ambiguous names that we found if they aren't
within the declaration context where this newly-defined tag will be
visible.
This is basically a hack, because we really need to fix the lookup of
tag declarations in this case to not find things it
shouldn't. However, it's better than what we had before, and it fixes
<rdar://problem/9168556>.
llvm-svn: 130810
|
| |
|
|
|
|
| |
CHEKC -> CHECK
llvm-svn: 130809
|
| |
|
|
|
|
|
|
| |
which determines whether a particular file is actually a header that
is intended to be guarded from multiple inclusions within the same
translation unit.
llvm-svn: 130808
|
| |
|
|
| |
llvm-svn: 130806
|
| |
|
|
|
|
|
|
|
| |
create an ASTUnit
from a CompilerInvocation along with an ASTFrontendAction to invoke, and without all the goo
about the precompiled preamble.
llvm-svn: 130805
|
| |
|
|
| |
llvm-svn: 130804
|
| |
|
|
|
|
|
|
|
|
| |
the body of a delegating constructor call.
This means that the delegating constructor implementation should be
complete and correct, though there are some rough edges (diagnostic
quality with the cycle detection and using a deleted destructor).
llvm-svn: 130803
|
| |
|
|
| |
llvm-svn: 130802
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sub-registers.
LiveVariables doesn't understand that clobbering D0 and D1 completely overwrites
Q0, so if Q0 is live-in to a function, its live range will extend beyond a
function call that only clobbers D0 and D1. This shows up in the
ARM/2009-11-01-NeonMoves test case.
LiveVariables should probably implement the much stricter rules for physreg
liveness that RAFast imposes - a physreg is killed by the first use of any
alias.
llvm-svn: 130801
|
| |
|
|
| |
llvm-svn: 130800
|
| |
|
|
|
|
|
|
|
| |
Only create a canonical IV for backedge taken count if it will
actually be used by LinearFunctionTestReplace. And some related
cleanup, preparing to reduce dependence on canonical IVs.
No significant effect on x86 or arm in the test-suite.
llvm-svn: 130799
|
| |
|
|
|
|
|
|
| |
test execution using pexpect.
Change some child.expect() to child.expect_exact() as they try to match the string, not a regular expression.
llvm-svn: 130797
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed the "image" command and moved it to "target modules". Added an alias
for "image" to "target modules".
Added some new target commands to be able to add and load modules to a target:
(lldb) target modules add <path>
(lldb) target modules load [--file <path>] [--slide <offset>] [<sect-name> <sect-load-addr> ...]
So you can load individual sections without running a target:
(lldb) target modules load --file /usr/lib/libSystem.B.dylib __TEXT 0x7fccc80000 __DATA 0x1234000000
Or you can rigidly slide an entire shared library:
(lldb) target modules load --file /usr/lib/libSystem.B.dylib --slid 0x7fccc80000
This should improve bare board debugging when symbol files need to be slid around manually.
llvm-svn: 130796
|
| |
|
|
|
|
|
| |
the followup data member in an ms_struct struct.
// rdar:// 8823265
llvm-svn: 130795
|
| |
|
|
|
|
| |
DW_AT_MIPS_linkage_name. This helps gdb and fixes var-path-expr.exp regression reported by gdb testsuite.
llvm-svn: 130794
|
| |
|
|
|
|
|
| |
(and should thus never be done).
- Should fix a crash on win32.
llvm-svn: 130793
|
| |
|
|
|
|
|
|
|
|
|
| |
convenience variables (from the ExecutionContext) each time
it is entered: lldb.debugger, lldb.target, lldb.process,
lldb.thread, lldb.frame.
If a frame (or thread, process, etc) does not currently exist,
the variable contains the Python value 'None'.
llvm-svn: 130792
|
| |
|
|
|
|
| |
<rdar://problem/8460511>
llvm-svn: 130791
|
| |
|
|
| |
llvm-svn: 130790
|
| |
|
|
|
|
|
| |
the IOChannel, so that it can be written out even while the
IOChannel is collecting user input.
llvm-svn: 130789
|
| |
|
|
|
|
|
| |
lib/Sema/SemaDeclCXX.cpp to avoid getting stuck in an infinite loop. See
the comment for more explanation.
llvm-svn: 130788
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Register coalescing can sometimes create live ranges that end in the middle of a
basic block without any killing instruction. When SplitKit detects this, it will
repair the live range by shrinking it to its uses.
Live range splitting also needs to know about this. When the range shrinks so
much that it becomes allocatable, live range splitting fails because it can't
find a good split point. It is paranoid about making progress, so an allocatable
range is considered an error.
The coalescer should really not be creating these bad live ranges. They appear
when coalescing dead copies.
llvm-svn: 130787
|
| |
|
|
|
|
|
|
| |
checking both the source and the destination operands, renaming the
warning group to -Wnon-pod-memaccess and tweaking the diagnostic text
in the process.
llvm-svn: 130786
|
| |
|
|
| |
llvm-svn: 130785
|
| |
|
|
|
|
| |
structs. // rdar://8823265
llvm-svn: 130783
|
| |
|
|
|
|
| |
Material bugfixes to come this afternoon.
llvm-svn: 130782
|
| |
|
|
|
|
|
| |
- a default-on warning for pointers to dynamic classes (= classes with vtables)
- a default-off warning for other non-POD types
llvm-svn: 130781
|
| |
|
|
|
|
|
|
| |
max(a,b) >= a -> true. According to my super-optimizer, these are
by far the most common simplifications (of the -instsimplify kind)
that occur in the testsuite and aren't caught by -std-compile-opts.
llvm-svn: 130780
|
| |
|
|
| |
llvm-svn: 130779
|
| |
|
|
| |
llvm-svn: 130778
|
| |
|
|
|
|
|
|
| |
"%s-[^-]*-[^-]*" % self.getArchitecture()
from the output of running 'image list -t 3' command which lists the triples of the image list.
llvm-svn: 130777
|
| |
|
|
| |
llvm-svn: 130776
|