- May 17, 2011
-
-
Stuart Hastings authored
llvm-svn: 131469
-
Greg Clayton authored
all register values. There is some junk that was appearing at the end of the result the 'g' packet (read all register values). This function was being called in: bool GDBRemoteRegisterContext::ReadAllRegisterValues (lldb::DataBufferSP &data_sp) Then the packet data for the 'G' packet (write all registers) was being placed into "data_sp" so the: bool GDBRemoteRegisterContext::WriteAllRegisterValues (const lldb::DataBufferSP &data_sp) could restore it. In attempting to clean up the extra junk at the end of this packet data, the packet was getting truncated. llvm-svn: 131468
-
Stuart Hastings authored
passed as the fifth parameter, insure it's passed correctly (in R9). rdar://problem/6920088 llvm-svn: 131467
-
Jakob Stoklund Olesen authored
The greedy register allocator has live range splitting and register class inflation, so it can actually fully undo this join, including restoring the original register classes. We still don't want to do this for long live ranges, mostly because of the high register pressure of there are many constrained live ranges overlapping. llvm-svn: 131466
-
Johnny Chen authored
Update to Python2.7 from Python 2.6. llvm-svn: 131465
-
Rafael Espindola authored
darwin assembler can handle cfi. Add a test. llvm-svn: 131464
-
Rafael Espindola authored
getHostTriple. This fixes a 32 bit clang running on a 64 bit ubuntu. llvm-svn: 131463
-
Nadav Rotem authored
Fix a bug in PerformEXTRACT_VECTOR_ELTCombine. The code created an ADD SDNode with two different types, in cases where the index and the ptr had different types. llvm-svn: 131461
-
Eric Christopher authored
llvm-svn: 131459
-
Eric Christopher authored
Finishes off rdar://8470697 llvm-svn: 131458
-
Eric Christopher authored
llvm-svn: 131457
-
Eric Christopher authored
llvm-svn: 131456
-
Chris Lattner authored
llvm-svn: 131455
-
Greg Clayton authored
Modified ClangUserExpression and ClangUtilityFunction to display the actual error (if one is available) that made the JIT fail instead of a canned response. Fixed the restoring of all register values when the 'G' packet doesn't work to use the correct data. llvm-svn: 131454
-
Greg Clayton authored
over when running JITed expressions. The allocated memory cache will cache allocate memory a page at a time for each permission combination and divvy up the memory and hand it out in 16 byte increments. llvm-svn: 131453
-
Stuart Hastings authored
llvm-svn: 131452
-
Eli Friedman authored
it more tomorrow. llvm-svn: 131451
-
Argyrios Kyrtzidis authored
llvm-svn: 131450
-
Jim Ingham authored
llvm-svn: 131449
-
Jim Ingham authored
give the reason for the interrupt. Also make sure it we don't want to unwind from the evaluation we print something if it is interrupted. llvm-svn: 131448
-
Argyrios Kyrtzidis authored
llvm-svn: 131447
-
Argyrios Kyrtzidis authored
llvm-svn: 131446
-
Jim Ingham authored
llvm-svn: 131445
-
Eli Friedman authored
llvm-svn: 131444
-
Jim Ingham authored
Clang makes two breakpoints for some fairly simple lines, not sure why but no need to check for this in the testsuite. llvm-svn: 131443
-
Devang Patel authored
llvm-svn: 131442
-
Devang Patel authored
Radar 9440721 llvm-svn: 131441
-
Alexis Hunt authored
suppress an error we were previously emitting on valid union code. llvm-svn: 131440
-
Evan Cheng authored
llvm-svn: 131439
-
-
Owen Anderson authored
llvm-svn: 131437
-
Jakob Stoklund Olesen authored
When instructions are deleted, they leave tombstone SlotIndex entries. The isZeroLength method should ignore these null indexes. This causes RABasic to sometimes spill a callee-saved register in the abi-isel.ll test, so don't run that test with -regalloc=basic. Prioritizing register allocation according to spill weight can cause more registers to be used. llvm-svn: 131436
-
Ted Kremenek authored
llvm-svn: 131435
-
John McCall authored
reasons that honestly really, really need to be looked into. llvm-svn: 131434
-
Johnny Chen authored
Fix bad test case; not all compilers are guaranteed to step into code inlined from the STL header file. rdar://problem/8983790 llvm-svn: 131433
-
Alexis Hunt authored
my defaulted constructor tests stop yelling at me about them. llvm-svn: 131432
-
Jim Grosbach authored
llvm-svn: 131431
-
Dan Gohman authored
llvm-svn: 131430
-
Dan Gohman authored
llvm-svn: 131429
-
Dan Gohman authored
llvm-svn: 131428
-