- Mar 23, 2012
-
-
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
-
Nick Lewycky authored
llvm-svn: 153296
-
- 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
-
Andrew Trick authored
llvm-svn: 153259
-
Andrew Trick authored
llvm-svn: 153258
-
Andrew Trick authored
llvm-svn: 153257
-
Andrew Trick authored
canonical indvars. llvm-svn: 153256
-
Andrew Trick authored
llvm-svn: 153255
-
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
-
Anders Waldenborg authored
llvm-svn: 153248
-
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
-
-
Nick Lewycky authored
llvm-svn: 153224
-
Andrew Trick authored
llvm-svn: 153222
-
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
-
Jan Sjödin authored
llvm-svn: 153215
-
Nico Weber authored
This is in braces so that it doesn't conflict with the existing %p. It uses braces instead of parens because parens would have to be regex-escaped. llvm-svn: 153213
-
Danil Malyshev authored
llvm-svn: 153208
-
Danil Malyshev authored
llvm-svn: 153207
-