oota-llvm.git
2007-08-02 Dan GohmanMore explicit keywords.
2007-08-02 Dan GohmanFix the alignment requirements of several unpck and...
2007-08-02 Dan GohmanFix pastos in vector arithmetic intrinsics.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-02 Chris Lattnerdon't redefine a parameter
2007-08-02 Owen AndersonFix a bug that was causing several miscompilations...
2007-08-02 Christopher... Implement review feedback.
2007-08-02 Chris LattnerI don't have time to restore this functionality right...
2007-08-02 Chris LattnerReplacing a cast with another one does not reduce the...
2007-08-02 Chris LattnerReduced testcase for PR1594
2007-08-02 Chris LattnerDisable an xform that causes an infinite loop. This...
2007-08-02 Chris Lattnerwrap some long lines. Major offenders that are left...
2007-08-02 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-02 Dan GohmanMark the SSE and MMX load instructions that
2007-08-02 Chris LattnerEnhance instcombine to be more aggressive about folding...
2007-08-02 Anders CarlssonFix bug spotted by Chris.
2007-08-02 Anders CarlssonAdd extend and extOrTrunc methods that do sign or zero...
2007-08-02 Evan ChengSwitch some multiplication instructions over to the...
2007-08-02 Evan ChengDo not emit copies for physical register output if...
2007-08-02 Evan ChengFix test.
2007-08-02 Chris LattnerFix PR1575 and test/Transforms/CondProp/2007-08-01...
2007-08-02 Reid SpencerAdjust for new CallInst constructor interface.
2007-08-02 Scott MichelStyle police: Expand the tabs to spaces!
2007-08-02 Christopher... Teach BasicAA about noalias parameter attributes, but...
2007-08-02 Evan ChengInstead of adding copyfromreg's to handle physical...
2007-08-02 Evan ChengAdded TargetInstrDescriptor::numDefs - num of results.
2007-08-01 Evan ChengCan't handle offset and scale if rip-relative addressin...
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-08-01 Devang PatelUndo previous check-in.
2007-08-01 Evan ChengSome out operands were incorrectly specified as input...
2007-08-01 Reid SpencerMake sure these tests pass for the right reasons (verif...
2007-08-01 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-01 Owen AndersonMake non-local memdep not be recursive, and fix a bug...
2007-08-01 Evan ChengMissing Requires.
2007-08-01 Evan ChengNew test. Bogus implicit-def prevented a copy from...
2007-08-01 Evan ChengBe more precise.
2007-08-01 Evan ChengBugs: missing partial uses and redundant partial defs.
2007-08-01 Lauro Ramos... Add a test for the load/store alignment.
2007-08-01 Lauro Ramos... Expand unaligned loads/stores when the target doesn...
2007-08-01 Christopher... Clean up C++ restrict test cases and add a test for...
2007-08-01 Chris Lattnerthese tests aren't xfailed.
2007-08-01 Chris Lattnerwe're now handling this right :)
2007-08-01 Owen AndersonForgot to update these files for the FastDSE changes.
2007-08-01 Dan GohmanMore explicit keywords.
2007-08-01 Dan GohmanChange a .size directive to use a tab instead of a...
2007-08-01 Dan GohmanMake ImmutablePass::runOnModule non-virtual, since...
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-08-01 Owen AndersonMove FastDSE in to DeadStoreElimination.
2007-08-01 Owen AndersonRemove old DSE.
2007-08-01 David GreeneUpdate generated files.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-08-01 Evan ChengIndexed loads each has 2 outputs.
2007-08-01 Evan ChengRequires SSE2.
2007-07-31 Owen AndersonDon't let the memory allocator outsmart GVN. ;-)
2007-07-31 Evan Chengsimpleregistercoalescing -> regcoalescing. It's too...
2007-07-31 Owen AndersonFix a failure I accidentally caused in my last commit...
2007-07-31 Lauro Ramos... Fix a bug in GetKnownAlignment of packed structs.
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 David GreeneFix GLIBCXX_DEBUG error owing to dereference of end...
2007-07-31 Owen AndersonFix a misoptimization in aha.
2007-07-31 Dan GohmanUse SCEVExpander::InsertCastOfTo instead of calling...
2007-07-31 Devang PatelAdd note.
2007-07-31 Chris Lattnernew testcase
2007-07-31 Christopher... Revert overly aggressive interpretation of noalias
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid Spencerfp2uint -> fptoui
2007-07-31 Reid SpencerAfter a discussion with Anton, it turns out that the...
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-31 Devang PatelLoop unswitch preserves dom info.
2007-07-31 Devang PatelImplement Simple Analysis interfaces - cloneBasicBlockA...
2007-07-31 Devang PatelIntroduce Simple Analysis interface for loop passes.
2007-07-31 Christopher... Teach BasicAA about noalias function parameters. Passes...
2007-07-31 Christopher... Un-XFAIL these tests after r40622 fixed them.
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid SpencerAllow the INREG parameter attribute to be added to...
2007-07-31 Reid SpencerThe InReg parameter attribute is valid on function...
2007-07-31 Evan ChengThis isn't safe when there are uses of load's chain...
2007-07-31 Chris LattnerFix PR1581, patch by Timo Savola
2007-07-31 Reid SpencerRegenerate (again).
2007-07-31 Reid SpencerDon't include newlines in the whitespace before newline...
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid SpencerFor PR1553:
2007-07-30 Devang PatelIf loop can be unswitched again, then do it yourself.
2007-07-30 Anton KorobeynikovAdd a comment: don't expect from external function...
2007-07-30 Owen AndersonAvoid potential iterator invalidation problems.
2007-07-30 Devang PatelRemove dead code.
2007-07-30 Scott Michel- Allow custom lowering for CTPOP, CTTZ, CTLZ.
2007-07-30 Devang PatelLCSSA preserves dom info.
2007-07-30 Devang PatelLoop Rotation pass preserves dominator tree and frontier.
2007-07-30 Devang PatelLICM preserves scalar evolution and dom frontier.
2007-07-30 Reid SpencerRegenerate for __dso_handle, per Anton's request.
2007-07-30 Anton KorobeynikovAdd detection of __dso_handle presence during configure...
2007-07-30 Reid SpencerFix a typo/thinko.
2007-07-30 Dan GohmanFix a bug in getCopyFromParts turned up in the testcase...
2007-07-30 Owen AndersonUse more caching when computing non-local dependence...
2007-07-30 Owen AndersonFix a bug caused by indiscriminantly asking for the...
next