oota-llvm.git
2006-10-21 Chris LattnerAdd an experimental cross-jumping implementation.
2006-10-20 Chris Lattnertypo
2006-10-20 Chris Lattnerimplement MachineOperand::isIdenticalTo
2006-10-20 Chris Lattneradd isIdenticalTo method to machineinstr/operand.
2006-10-20 Chris Lattnerllvm-extract should remove module-level asm
2006-10-20 Chris Lattnerbugfix
2006-10-20 Chris LattnerFix an ugly problem in SCCP. This fixes Benchmarks...
2006-10-20 Chris LattnerFix miscompilation of MallocBench/espresso which code...
2006-10-20 Bill WendlingChanged the pattern matching so that it will hopefully...
2006-10-20 Devang PatelTest case for
2006-10-20 Chris LattnerMake flag and chain edges visually distinguishable...
2006-10-20 Chris Lattneradd method
2006-10-20 Chris LattnerImplement branch analysis/xform hooks required by the...
2006-10-20 Reid SpencerFix a comment to be accurate.
2006-10-20 Reid SpencerFor PR950:
2006-10-20 Devang PatelWhile creating mask, use 1ULL instead of 1.
2006-10-20 Chris LattnerFix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling...
2006-10-20 Chris Lattnernew testcase for PR957
2006-10-20 Chris Lattneradd a method to determine whether evaluation of a const...
2006-10-19 Bill WendlingTestcase for P926
2006-10-19 Bill WendlingPartially in response to PR926: insert the newly create...
2006-10-19 Devang PatelIt is OK to remove extra cast if operation is EQ/NE...
2006-10-19 Devang PatelTypo Typo.
2006-10-19 Devang PatelTypo.
2006-10-19 Devang PatelFix bug in PR454 resolution. Added new test case.
2006-10-19 Rafael Espindolause Pat to implement extloadi8 and extloadi16
2006-10-19 Reid Spencer80 cols fix.
2006-10-19 Rafael Espindolaimplement undef
2006-10-19 Rafael Espindolaprint common symbols
2006-10-19 Rafael Espindolaimplement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaexpand SIGN_EXTEND_INREG
2006-10-19 Rafael Espindolaexpand brind so that we don't have to implement jump...
2006-10-18 Reid SpencerBeef up the output from DiffFilesWithTolerance by setti...
2006-10-18 Reid SpencerAdd llvm.spec, a generated file.
2006-10-18 Jim LaskeyAdd option for controlling inclusion of global AA.
2006-10-18 Chris Lattnerfit in 80 cols
2006-10-18 Chris Lattneradd a note
2006-10-18 Rafael Espindolaadd blx
2006-10-18 Rafael Espindolaadd isTerminatortto b and bcond
2006-10-18 Jim LaskeyUse global info for alias analysis.
2006-10-18 Rafael Espindolaimplement CallingConv::Fast as CallingConv::C
2006-10-18 Anton KorobeynikovFixed mingw\cygwin linkonce linkage once again.
2006-10-18 Owen AndersonAdd LCSSA to the LLVM lexicon.
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-10-18 Owen AndersonAdd support for the new "target data" information in...
2006-10-18 Chris Lattnernew testcase
2006-10-18 Chris Lattnerset the ppc64 stack pointer right, dynamic alloca now...
2006-10-18 Chris LattnerExpand alloca for ppc64
2006-10-17 Chris LattnerTeach the branch folder to update debug info if it...
2006-10-17 Chris Lattneradd a method to remove a line # record.
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-17 Chris Lattnerupdate comment
2006-10-17 Chris LattnerDo not leak all of the SourceLineInfo objects. Do...
2006-10-17 Chris Lattnerminor cleanups
2006-10-17 Chris LattnerTrivial patch to speed up legalizing common i64 constants.
2006-10-17 Chris LattnerFix CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
2006-10-17 Chris Lattnernew testcase, miscompilation of llvm with itself.
2006-10-17 Evan ChengFix printer for StoreSDNode.
2006-10-17 Evan ChengReflect MemOpAddrMode change; added a helper to create...
2006-10-17 Evan ChengSplit PRE_INDEXED to PRE_INC / PRE_DEC and similarly...
2006-10-17 Rafael Espindolaexpand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM
2006-10-17 Rafael Espindolaadd the FPUnaryOp and DFPUnaryOp classes
2006-10-17 Rafael Espindolaadd FABSS and FABSD
2006-10-17 Anton KorobeynikovAdding linkonce linkage codegeneration support for...
2006-10-17 Rafael Espindolacleanup some tests
2006-10-17 Jim LaskeyMake it simplier to dump DAGs while in DAGCombiner...
2006-10-17 Rafael Espindolaremove extra [] in stores
2006-10-17 Chris LattnerEnable deleting branches to successor blocks. With...
2006-10-17 Chris Lattnernew testcase
2006-10-17 Chris Lattneradd support for inserting an uncond branch
2006-10-17 Rafael Espindolainitial implementation of addressing mode 5
2006-10-17 Jim LaskeyClean up interface to getGlobalLinkName.
2006-10-17 Chris LattnerReenable this pass, fixing the bugs in it.
2006-10-17 Evan ChengMake sure operand does have size and element type operands.
2006-10-17 Rafael Espindolaadd the immediate to the Offset in eliminateFrameIndex
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-17 Rafael Espindolaadd FSTD and FSTS
2006-10-17 Rafael Espindolaadd FCPYS and FCPYD
2006-10-17 Jim LaskeyUse S_debug for dwarf info.
2006-10-17 Evan ChengProper fix.
2006-10-16 Evan ChengOne more try.
2006-10-16 Reid SpencerUndo Chris' last patch, it caused a regression.
2006-10-16 Evan ChengUnbreak x86-64 build.
2006-10-16 Evan ChengBe careful when looking through a vbit_convert. Optimiz...
2006-10-16 Rafael Espindolaadd fdivs e fdivd
2006-10-16 Rafael Espindolaexpand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
2006-10-16 Evan ChengAdded a X86CompilationCallback variant which saves...
2006-10-16 Evan ChengProper fix for rdar://problem/4770604 Thanks to Stuar...
2006-10-16 Jim LaskeyPass AliasAnalysis thru to DAGCombiner.
2006-10-16 Chris Lattneradd a ReplaceMBBInJumpTables method
2006-10-16 Jim LaskeyGlobal name regression.
2006-10-16 Rafael Espindoladefine the DFPBinOp class
2006-10-16 Rafael Espindolaadd the FPBinOp class
2006-10-16 Rafael Espindoladefine the Addr1BinOp class
2006-10-16 Rafael Espindoladefine the IntBinOp class and use it to implement the...
2006-10-16 Rafael Espindolafix assembly syntax
2006-10-16 Rafael Espindolaimplement LDRB, LDRSB, LDRH and LDRSH
2006-10-16 Rafael Espindolaimplement smull and umull
2006-10-16 Evan ChengAvoid getting into an infinite loop when -disable-x86...
2006-10-16 Evan ChengSelectScalarSSELoad should call CanBeFoldedBy as well.
next