| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 212 | -480/+476 |
* | Remove unused AVX intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 1 | -52/+0 |
* | Add an option to always emit realignment code for a particular module. | Eric Christopher | 2010-08-05 | 2 | -1/+55 |
* | Be more aggressive about removing joined physreg copies. | Jakob Stoklund Olesen | 2010-08-05 | 1 | -3/+10 |
* | Don't verify LiveVariables if LiveIntervals is available. | Jakob Stoklund Olesen | 2010-08-05 | 1 | -12/+13 |
* | Fix 80-column violations. | Dan Gohman | 2010-08-05 | 1 | -6/+6 |
* | Make AA private, since subclasses shouldn't (aren't don't) access it directly. | Dan Gohman | 2010-08-05 | 1 | -0/+3 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 212 | -480/+484 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 9 | -123/+102 |
* | Support very basic (doesn't include ABI support in the front-end, varags, ...... | Bruno Cardoso Lopes | 2010-08-05 | 2 | -4/+30 |
* | Implement AccessesArguments checking in the two-callsite form | Dan Gohman | 2010-08-05 | 2 | -3/+47 |
* | Yes, we can do better, but this is not the place for it. | Dan Gohman | 2010-08-05 | 1 | -1/+0 |
* | Add the beginnings of infrastructure for range tracking. | Owen Anderson | 2010-08-05 | 1 | -6/+60 |
* | Revert my last commit, apparently it's a runtime issue. | Eric Christopher | 2010-08-05 | 1 | -0/+2 |
* | Add basic verification of LiveIntervals. | Jakob Stoklund Olesen | 2010-08-05 | 1 | -0/+59 |
* | Remove unnecessary include. | Eric Christopher | 2010-08-05 | 1 | -2/+0 |
* | Give JumpThreading+LVI a long-form cl::opt so that it's easier to toggle the ... | Owen Anderson | 2010-08-05 | 1 | -1/+4 |
* | Split the tag and value members of LVILatticeVal in preparation for expanding... | Owen Anderson | 2010-08-05 | 1 | -14/+14 |
* | Fix memdep's code for reasoning about dependences between two calls. A Ref | Dan Gohman | 2010-08-05 | 3 | -21/+14 |
* | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif | 2010-08-05 | 3 | -28/+5 |
* | Give ConstantRange an operator= | Owen Anderson | 2010-08-05 | 1 | -0/+6 |
* | Document results of PR7762. | Eric Christopher | 2010-08-05 | 1 | -0/+3 |
* | Move x86 specific tests into test/CodeGen/X86. | Devang Patel | 2010-08-05 | 5 | -5/+1 |
* | Handle the memory barrier pseudo that goes to nothing for the JIT. | Eric Christopher | 2010-08-05 | 1 | -1/+7 |
* | Set hasSideEffects on the 64-bit no-sse memory barrier. | Eric Christopher | 2010-08-05 | 1 | -1/+1 |
* | For local variables in functions with a frame pointer, use FP as a base | Jim Grosbach | 2010-08-05 | 2 | -18/+39 |
* | Fix indentation. | Bob Wilson | 2010-08-05 | 1 | -6/+6 |
* | Remove double-def checking from MachineVerifier, so a register does not have to | Jakob Stoklund Olesen | 2010-08-05 | 4 | -94/+20 |
* | Add an ARM RSCrr instruction for disassembly only. | Bob Wilson | 2010-08-05 | 2 | -0/+12 |
* | Be a little bit more specific about target for the memory barrier | Eric Christopher | 2010-08-05 | 2 | -2/+4 |
* | Handle the pseudo in MCInstLower. | Eric Christopher | 2010-08-05 | 1 | -0/+6 |
* | Add an ARM RSBrr instruction for disassembly only. | Bob Wilson | 2010-08-05 | 2 | -1/+13 |
* | Avoid using a live std::multimap iterator while editing the map. It looks like | Jakob Stoklund Olesen | 2010-08-05 | 1 | -7/+13 |
* | Move x86-specific tests out of test/Transforms/LoopStrengthReduce and | Dan Gohman | 2010-08-05 | 7 | -1/+0 |
* | Revert bugpoint change due to buildbot breakage. | Bob Wilson | 2010-08-05 | 4 | -26/+64 |
* | tests: CodeGen/X86/GC tests require X86. | Daniel Dunbar | 2010-08-05 | 1 | -1/+3 |
* | tests: Mark MC/AsmParser tests as requiring x86 for now -- almost all of them | Daniel Dunbar | 2010-08-05 | 1 | -2/+3 |
* | Run opt instead of bugpoint itself. | Rafael Espindola | 2010-08-05 | 4 | -64/+26 |
* | check-lit was failing again on F13 64 bits :-( | Rafael Espindola | 2010-08-05 | 1 | -2/+2 |
* | Silence a GCC warning about && and || without explicit parentheses. This | Chandler Carruth | 2010-08-05 | 1 | -3/+3 |
* | Add const to compileProgram and to the various test functions in CrashDebugger. | Rafael Espindola | 2010-08-05 | 3 | -14/+16 |
* | When building from git, add ref-id to PACKAGE_VERSION | Oscar Fuentes | 2010-08-05 | 1 | -0/+13 |
* | Add a Module argument to the remaining runPasses methods and mark getContext | Rafael Espindola | 2010-08-05 | 3 | -11/+8 |
* | New system for choosing CRT type on MSVC. | Oscar Fuentes | 2010-08-05 | 2 | -20/+108 |
* | Revert r110270 for now. It appears to uncover a memdep bug. | Dan Gohman | 2010-08-05 | 2 | -2/+3 |
* | ARM "rrx" shift operands do not have an immediate. PR7790. | Bob Wilson | 2010-08-05 | 3 | -24/+22 |
* | Make EmitProgressBitcode const and add a Module argument to runPasses. Use | Rafael Espindola | 2010-08-05 | 5 | -18/+19 |
* | svn:ignore | Dan Gohman | 2010-08-04 | 0 | -0/+0 |
* | svn:ignore | Dan Gohman | 2010-08-04 | 0 | -0/+0 |
* | The trouble with testing for "ModRef" and "NoModRef" is that | Dan Gohman | 2010-08-04 | 3 | -91/+91 |