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