- Aug 06, 2010
-
-
Ted Kremenek authored
llvm-svn: 110429
-
Peter Collingbourne authored
While at it, fix all other HTML validation errors in docs/Passes.html. llvm-svn: 110428
-
Bruno Cardoso Lopes authored
llvm-svn: 110427
-
Dan Gohman authored
llvm-svn: 110426
-
Bruno Cardoso Lopes authored
llvm-svn: 110425
-
rdar://problem/7405933Bill Wendling authored
need the Compare flag after all. --- Reverse-merging r109901 into '.': U include/llvm/Target/TargetInstrDesc.h U include/llvm/Target/Target.td U utils/TableGen/InstrInfoEmitter.cpp U utils/TableGen/CodeGenInstruction.cpp U utils/TableGen/CodeGenInstruction.h llvm-svn: 110424
-
Bill Wendling authored
This pass tries to remove comparison instructions when possible. For instance, if you have this code: sub r1, 1 cmp r1, 0 bz L1 and "sub" either sets the same flag as the "cmp" instruction or could be converted to set the same flag, then we can eliminate the "cmp" instruction all together. This is a important for ARM where the ALU instructions could set the CPSR flag, but need a special suffix ('s') to do so. llvm-svn: 110423
-
Eric Christopher authored
llvm-svn: 110422
-
Dan Gohman authored
AliasAnalysis base class and into BasicAliasAnalyais. This avoids confusion about where such logic is happening when there are other AliasAnalysis implementations present. Move the logic for translating two-callsite getModRefInfo queries into other AliasAnalysis queries out of BasicAliasAnalysis and into the AliasAnalysis base class, as it is useful for other AliasAnalysis implementations. llvm-svn: 110421
-
Nate Begeman authored
<rdar://problem/8278732> llvm-svn: 110420
-
Nate Begeman authored
llvm-svn: 110419
-
Eli Friedman authored
llvm-svn: 110418
-
John McCall authored
found within contexts other than the translation unit. llvm-svn: 110417
-
Owen Anderson authored
llvm-svn: 110416
-
Sean Callanan authored
made IR-based expression evaluation the default. Also added a new class to hold persistent variables. The class is empty as yet while I write up a design document for what it will do. Also the place where it is currently created (by the Expression command) is certainly wrong. llvm-svn: 110415
-
Sebastian Redl authored
llvm-svn: 110414
-
Sean Callanan authored
SWIG wrappers on a non-internal SnowLeopard system. llvm-svn: 110413
-
Sean Callanan authored
breaking the build for me on a non-internal SnowLeopard system. llvm-svn: 110412
-
Devang Patel authored
While emitting DBG_VALUE for registers spilled at the end of a block do not use location of MBB->end(). If a block does not have terminator then incoming iterator points to end(). llvm-svn: 110411
-
Owen Anderson authored
llvm-svn: 110410
-
Zhongxing Xu authored
llvm-svn: 110408
-
Bruno Cardoso Lopes authored
llvm-svn: 110407
-
Eric Christopher authored
llvm-svn: 110404
-
Jakob Stoklund Olesen authored
When a joined COPY changes subreg liveness, we keep it around as a KILL, otherwise it is safe to delete. llvm-svn: 110403
-
Jakob Stoklund Olesen authored
LiveVariables becomes horribly wrong while the coalescer is running, but the analysis is not zapped until after the coalescer pass has run. This causes tons of false reports when calling verify form the coalescer. llvm-svn: 110402
-
Dan Gohman authored
llvm-svn: 110401
-
Johnny Chen authored
llvm-svn: 110400
-
Bruno Cardoso Lopes authored
llvm-svn: 110399
-
Dan Gohman authored
llvm-svn: 110398
-
Johnny Chen authored
backported to Python 2.3+. Some of the features desired include better verbose reporting in unittest2.TextTestRunner and decorator support for skipping tests and expected failures. http://pypi.python.org/pypi/unittest2 o Modified the existing .py tests to use unittest2 and decorated TestSTL.test_step_into_stl(), which is known to always fail currently, with @unittest2.expectedFailure. llvm-svn: 110397
-
Owen Anderson authored
ID member as the sole unique type identifier. Clean up APIs related to this change. llvm-svn: 110396
-
Dan Gohman authored
to IntrReadWriteArgMem, as it's for reading as well as writing. llvm-svn: 110395
-
Bruno Cardoso Lopes authored
Support very basic (doesn't include ABI support in the front-end, varags, ...) 256-bit argument passing and return for AVX llvm-svn: 110394
-
Dan Gohman authored
of BasicAA::getModRefInfo. This allows BasicAA to say that two memset calls to non-aliasing memory locations don't interfere. llvm-svn: 110393
-
Zhongxing Xu authored
llvm-svn: 110392
-
Dan Gohman authored
llvm-svn: 110391
-
Jordy Rose authored
When checking if a buffer access is valid, first make sure the buffer has a valid Loc. Fixes PR7830. llvm-svn: 110390
-
Bruno Cardoso Lopes authored
llvm-svn: 110389
-
Owen Anderson authored
llvm-svn: 110388
-
Eric Christopher authored
llvm-svn: 110387
-