- Mar 23, 2012
-
-
Lang Hames authored
llvm-svn: 153341
-
Benjamin Kramer authored
llvm-svn: 153328
-
Benjamin Kramer authored
New code should use raw_ostream. llvm-svn: 153326
-
Duncan Sands authored
dominated by Root, check that B is available throughout the scope. This is obviously true (famous last words?) given the current logic, but the check may be helpful if more complicated reasoning is added one day. llvm-svn: 153323
-
Duncan Sands authored
llvm-svn: 153322
-
Bill Wendling authored
llvm-svn: 153315
-
Bill Wendling authored
llvm-svn: 153314
-
Bill Wendling authored
of memory during LTO. llvm-svn: 153313
-
Eric Christopher authored
llvm-svn: 153307
-
Eric Christopher authored
llvm-svn: 153306
-
Eric Christopher authored
the PassManager annoying and should be reimplemented as a decorator on top of existing passes (as should the timing data). llvm-svn: 153305
-
- Mar 22, 2012
-
-
Andrew Trick authored
llvm-svn: 153287
-
Andrew Trick authored
Tests cases have been removed but attached to open PR12330. llvm-svn: 153286
-
Bill Wendling authored
llvm-svn: 153278
-
Bill Wendling authored
llvm-svn: 153277
-
Bill Wendling authored
few comments where none existed before. Also change a function's name to match the current coding standard. No functionality change. llvm-svn: 153276
-
-
-
Dan Gohman authored
llvm-svn: 153267
-
Andrew Trick authored
Keep the public interface clean, even though LLVM proper does not currently use it. llvm-svn: 153263
-
Andrew Trick authored
llvm-svn: 153262
-
Andrew Trick authored
llvm-svn: 153260
-
Silviu Baranga authored
Added soft fail checks for the disassembler when decoding some corner cases of the STRD, STRH, LDRD, LDRH, LDRSH and LDRSB instructions on ARM. llvm-svn: 153252
-
Silviu Baranga authored
llvm-svn: 153251
-
Silviu Baranga authored
llvm-svn: 153250
-
Craig Topper authored
llvm-svn: 153245
-
Chandler Carruth authored
(and hopefully on Windows). The bots have been down most of the day because of this, and it's not clear to me what all will be required to fix it. The commits started with r153205, then r153207, r153208, and r153221. The first commit seems to be the real culprit, but I couldn't revert a smaller number of patches. When resubmitting, r153207 and r153208 should be folded into r153205, they were simple build fixes. llvm-svn: 153241
-
Hal Finkel authored
I don't have a small test case yet, but I'll try to construct one. llvm-svn: 153240
-
Chris Lattner authored
llvm-svn: 153238
-
Chris Lattner authored
llvm-svn: 153237
-
Eric Christopher authored
metadata operand as an actual operand, leading to an assert. Error out in this case. rdar://11007633 llvm-svn: 153234
-
Chad Rosier authored
execution-time regression for nsieve-bits on the ARMv7 -O0 -g nightly tester. This may also improve compile-time on architectures that would otherwise generate a libcall for urem (e.g., ARM) or fall back to the DAG selector. rdar://10810716 llvm-svn: 153230
-
Michael J. Spencer authored
som inputs. Bug found and fix proposed by Kal Conley! llvm-svn: 153225
-
- Mar 21, 2012
-
-
Danil Malyshev authored
Added ExecutionEngine/MCJIT tests. llvm-svn: 153221
-
Kevin Enderby authored
case for all opcodes handed by DecodeVSTInstruction() in ARMDisassembler.cpp . llvm-svn: 153218
-
Danil Malyshev authored
llvm-svn: 153208
-
Danil Malyshev authored
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html 1. Declare a virtual function getPointerToNamedFunction() in JITMemoryManager 2. Move the implementation of getPointerToNamedFunction() form JIT/MCJIT to DefaultJITMemoryManager. llvm-svn: 153205
-
Jim Grosbach authored
Type legalization can zero-extend the elements of the build_vector node, so, for example, we may have an <8 x i8> with i32 elements of value 255. That should return 'true' for the vector being all ones. llvm-svn: 153203
-
Kostya Serebryany authored
llvm-svn: 153189
-
Joerg Sonnenberger authored
llvm-svn: 153185
-