refactor some code to shrink PromoteMem2Reg::run a bit
[oota-llvm.git] / lib /
2007-08-04 Chris Lattnerrefactor some code to shrink PromoteMem2Reg::run a bit
2007-08-04 Chris Lattneradd a typedef, no other change.
2007-08-04 Chris Lattneravoid an unneeded vector copy. This speeds up mem2reg...
2007-08-04 Chris Lattnermake RenamePassWorkList a local var instead of an ivar.
2007-08-03 Dale JohannesenMake x86 long double alignment 32 for everything but
2007-08-03 Dale Johannesenlong double patch 3 of N. Add to MVT.
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-08-03 Owen AndersonFix a subtle miscompilation. This allows 197.parser...
2007-08-03 Owen AndersonFix a subtle iterator invalidation bug in a recursive...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-08-03 Chris Lattneradd an observation
2007-08-02 Chris LattnerFix an accidental commit.
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 LambImplement review feedback.
2007-08-02 Chris LattnerReplacing a cast with another one does not reduce the...
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 Evan ChengSwitch some multiplication instructions over to the...
2007-08-02 Evan ChengDo not emit copies for physical register output if...
2007-08-02 Chris LattnerFix PR1575 and test/Transforms/CondProp/2007-08-01...
2007-08-02 Scott MichelStyle police: Expand the tabs to spaces!
2007-08-02 Christopher LambTeach BasicAA about noalias parameter attributes, but...
2007-08-02 Evan ChengInstead of adding copyfromreg's to handle physical...
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 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 ChengBe more precise.
2007-08-01 Evan ChengBugs: missing partial uses and redundant partial defs.
2007-08-01 Lauro Ramos VenancioExpand unaligned loads/stores when the target doesn...
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 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-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 VenancioFix 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 Christopher LambRevert overly aggressive interpretation of noalias
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid SpencerAfter a discussion with Anton, it turns out that the...
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 LambTeach BasicAA about noalias function parameters. Passes...
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 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...
2007-07-30 Dan GohmanUse tabs more consistently in assembler pseudo-ops.
2007-07-30 Dan GohmanPrint a space between the comment character and the...
2007-07-30 Dan GohmanFix the comment for getClosestTargetForJIT to reflect...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-30 Dan GohmanFix pastos in comments for doFinalization functions.
2007-07-30 Evan ChengVector fneg must be expanded into fsub -0.0, X.
2007-07-29 Christopher LambChange the x86 backend to use extract_subreg for trunca...
2007-07-28 Christopher LambAdd register info needed to use subreg sets on X86.
2007-07-27 Devang PatelAdd facility to dump pass manager structure
next