| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will extend the ranges of debug info variables in registers until they are
clobbered.
Fix 1: Don't mistake DBG_VALUE instructions referring to incoming arguments on
the stack with DBG_VALUE instructions referring to variables in the frame
pointer. This fixes the gdb test-suite failure.
Fix 2: Don't trace through copies to physical registers setting up call
arguments. These registers are call clobbered, and the source register is more
likely to be a callee-saved register that can be extended through the call
instruction.
llvm-svn: 128114
|
| |
|
|
|
|
|
|
|
|
| |
refactorings (r119821).
We now tag them as IndexModePost.
This fixed http://llvm.org/bugs/show_bug.cgi?id=9530.
llvm-svn: 128113
|
| |
|
|
| |
llvm-svn: 128112
|
| |
|
|
|
|
| |
memory and writing it back to disk.
llvm-svn: 128108
|
| |
|
|
| |
llvm-svn: 128107
|
| |
|
|
| |
llvm-svn: 128106
|
| |
|
|
|
|
|
|
|
|
|
| |
VFP Load/Store Multiple Instructions used to embed the IA/DB addressing mode within the
MC instruction; that has been changed so that now, for example, VSTMDDB_UPD and VSTMDIA_UPD
are two instructions. Update the ARMDisassemblerCore.cpp's DisassembleVFPLdStMulFrm()
to reflect the change.
Also add a test case.
llvm-svn: 128103
|
| |
|
|
|
|
| |
Fixes rdar://9169640
llvm-svn: 128100
|
| |
|
|
| |
llvm-svn: 128098
|
| |
|
|
|
|
| |
Temporarily reverting these to see if we can get llvm-objdump to link. Hopefully this is not the problem.
llvm-svn: 128097
|
| |
|
|
| |
llvm-svn: 128096
|
| |
|
|
| |
llvm-svn: 128095
|
| |
|
|
| |
llvm-svn: 128094
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Support argument passing simple, common, prototypes directly. More
complicated scenarios will require building up a stub function, which the
MC-JIT isn't set up to handle yet.
Add Intercept.cpp, which is just a copy from ExecutionEngine/JIT for now,
to handle looking looking up external symbol names. This probably more
properly belongs as part of RuntimeDyld. It'll migrate there as things
flesh out more fully.
llvm-svn: 128090
|
| |
|
|
| |
llvm-svn: 128086
|
| |
|
|
| |
llvm-svn: 128085
|
| |
|
|
| |
llvm-svn: 128084
|
| |
|
|
| |
llvm-svn: 128077
|
| |
|
|
|
|
| |
the buildbot failure earlier.
llvm-svn: 128071
|
| |
|
|
|
|
|
|
| |
Now we can remove RuntimeDyld from the LLVM_LINK_COMPONENTS of
tools/lli. CMakeLists.txt LLVM_LINK_COMPONENTS shall not differ from
its companion Makefile LINK_COMPONENTS.
llvm-svn: 128069
|
| |
|
|
| |
llvm-svn: 128068
|
| |
|
|
|
|
|
| |
Also perform the required dark rituals and sacrifices to placate the buildbot
spirits. We shall see if they are appeased...
llvm-svn: 128067
|
| |
|
|
|
|
| |
investigate further why this works on my machine and not on others.
llvm-svn: 128065
|
| |
|
|
|
|
|
|
| |
cleanup objects, and provide a new cleanup for
decrementing reference counts of objects with intrusive reference counts.
llvm-svn: 128055
|
| |
|
|
| |
llvm-svn: 128054
|
| |
|
|
|
|
|
|
| |
Lots of cleanup to make the interfaces prettier, use the JITMemoryManager,
handle multiple functions and modules, etc.. This gets far enough that
the MCJIT compiles and runs code, though.
llvm-svn: 128052
|
| |
|
|
|
|
| |
This is likely to fix the segfault in llvm-gcc-x86_64-darwin10-cross-mingw32.
llvm-svn: 128051
|
| |
|
|
| |
llvm-svn: 128049
|
| |
|
|
| |
llvm-svn: 128048
|
| |
|
|
|
|
|
|
|
|
| |
These ranges get completely jumbled by the post-ra scheduler, and it is not
really reasonable to expect it to make sense of them.
Instead, teach DwarfDebug to notice when user variables in registers are
clobbered, and terminate the ranges there.
llvm-svn: 128045
|
| |
|
|
|
|
| |
outside of the current basic block. This fixes PR9500, rdar://9156159.
llvm-svn: 128041
|
| |
|
|
|
|
|
|
| |
constant folded very early.
This fixes SPASS with -integrated-as. <rdar://problem/9165399>
llvm-svn: 128037
|
| |
|
|
| |
llvm-svn: 128036
|
| |
|
|
| |
llvm-svn: 128035
|
| |
|
|
|
|
| |
Tested that MinGW/MSYS builds fine without that.
llvm-svn: 128033
|
| |
|
|
|
|
|
|
|
| |
Move the dynamic linking functionality of the llvm-rtdyld program into an
ExecutionEngine support library. Update llvm-rtdyld to just load an object
file into memory, use the library to process it, then run the _main()
function, if one is found.
llvm-svn: 128031
|
| |
|
|
| |
llvm-svn: 128030
|
| |
|
|
| |
llvm-svn: 128028
|
| |
|
|
| |
llvm-svn: 128027
|
| |
|
|
| |
llvm-svn: 128020
|
| |
|
|
| |
llvm-svn: 128017
|
| |
|
|
|
|
| |
running while crash recovery cleanups are being processed.
llvm-svn: 128008
|
| |
|
|
|
|
| |
referenced object).
llvm-svn: 128007
|
| |
|
|
| |
llvm-svn: 128005
|
| |
|
|
| |
llvm-svn: 128004
|
| |
|
|
| |
llvm-svn: 128002
|
| |
|
|
| |
llvm-svn: 127997
|
| |
|
|
|
|
|
| |
code below it. Even though it looks very similar, it will match more precisely
and geneate better functions in the long run.
llvm-svn: 127991
|
| |
|
|
|
|
|
| |
This is a helper class that will make it easier to say which InstAliases can be
printed and which cannot (because of ambiguity).
llvm-svn: 127990
|
| |
|
|
|
|
| |
* Move the code that emits the reg in reg class matching into its own function.
llvm-svn: 127988
|