llvm-extract should remove module-level asm
[oota-llvm.git] / lib /
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 Chris LattnerMake flag and chain edges visually distinguishable...
2006-10-20 Chris LattnerImplement branch analysis/xform hooks required by the...
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 Lattneradd a method to determine whether evaluation of a const...
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 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 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 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 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 LattnerDo not leak all of the SourceLineInfo objects. Do...
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 Evan ChengFix printer for StoreSDNode.
2006-10-17 Evan ChengReflect MemOpAddrMode change; added a helper to create...
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 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 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 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.
2006-10-15 Chris Lattnerregenerate
2006-10-15 Chris LattnerProduce a useful error message for Regression/Verifier...
2006-10-15 Chris Lattnerlabel* is not a valid type, add an assertion.
2006-10-15 Chris Lattnerfix a buggy check that accidentally disabled this xform
2006-10-14 Anton KorobeynikovAlign stack size to DWORD boundary
2006-10-14 Rafael Espindolaexpand ISD::BRCOND
2006-10-14 Rafael Espindolafix some fp condition codes
2006-10-14 Jim LaskeyTidy up after truncstore changes.
2006-10-14 Evan ChengDebug tweak.
2006-10-14 Evan ChengCorrected load folding check. We need to start from...
2006-10-14 Chris LattnerMake sure that the node returned by SimplifySetCC is...
2006-10-14 Chris Lattnerfold setcc of a setcc.
2006-10-14 Chris LattnerWhen SimplifySetCC was moved to the DAGCombiner, it...
2006-10-14 Chris Lattnerdisable this pass for now, it's causing issues
2006-10-14 Chris Lattnerfalling off the end of a function is ok with an unreach...
2006-10-13 Jim LaskeyReduce the workload by not adding chain users to work...
2006-10-13 Chris LattnerFix a bug where we incorrectly turned '(X & 0) == 0...
2006-10-13 Chris Lattnerimplement branch inspection/modification methods.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Chris Lattneradd the branch folding pass as a late cleanup pass...
2006-10-13 Chris Lattnerdisable some objectionable code, maybe we can bring...
next