oota-llvm.git
2010-04-28 Evan ChengUnbreak the build. Only form shld / shrd after legaliza...
2010-04-28 Evan ChengUpdate tests.
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Evan ChengRather than having a ton of patterns for double shift...
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
2010-04-28 Chris Lattnerremove some default arguments to EmitAlignment.
2010-04-28 Devang PatelRefactor.
2010-04-28 Dan GohmanRewrite the section on trap values to contain a generic...
2010-04-28 Dan GohmanFix spelling errors.
2010-04-28 Stuart HastingsTweak x86 INC/DEC generation to look for CopyToReg...
2010-04-28 Chris Lattnerfurther clarify alignment of globals, fix instcombine
2010-04-28 Chris Lattnerimprove the global variable alignment description.
2010-04-27 Devang PatelUse MachineOperand::is* predicates.
2010-04-27 Devang PatelUse isReg(), isImm() and isFPImm().
2010-04-27 Devang PatelCheck operand type first.
2010-04-27 Evan ChengFix obvious typos.
2010-04-27 Devang PatelIgnore DBG_VALUE instructions that points to undef...
2010-04-27 Evan ChengSRA promotion is also not free.
2010-04-27 Evan Cheng- When legal, promote a load to zextload rather than...
2010-04-27 Devang PatelIdentify when a lexical scope is split in to multiple...
2010-04-27 Evan ChengDo not count kill, implicit_def instructions as printed...
2010-04-27 Chris Lattnerround zero-byte .zerofill directives up to 1 byte....
2010-04-27 Chris Lattnerfix wordo
2010-04-27 Chris Lattnerremove some comments.
2010-04-27 Dale JohannesenRevert a small part of 102372; this fixes at least one
2010-04-27 Bill Wendlingr98363 deleted a '!' when cleaning up whitespace. This...
2010-04-27 Dale JohannesenUn-XFAIL this on ppc. My enabling of dbg_declare handling
2010-04-26 Chris LattnerFix a problem that lower invoke has with allocas (PR669...
2010-04-26 Chris Lattneradd a comment in verbose-asm mode indicating why a...
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Dan GohmanIntegrate Jeffery Yasskin's suggestions with respect to
2010-04-26 Bob WilsonHandle register-to-register copies within the tGPR...
2010-04-26 Bob WilsonAvoid adding a null MD node operand, which crashes...
2010-04-26 Devang PatelUse DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_p...
2010-04-26 Dan GohmanWhen checking whether the special handling for an addre...
2010-04-26 Dan GohmanAdd a comment to this test.
2010-04-26 Jeffrey YasskinConsolidate the description of volatile operations...
2010-04-26 Dan GohmanBranching or switching on trap transfers imminent undef...
2010-04-26 Dale JohannesenRemove crufty comments.
2010-04-26 Gabor Greifadd some typewriter tags
2010-04-26 Dan GohmanFix HTML errors that Jeffery Yasskin noticed.
2010-04-26 Dale JohannesenHandle target-specific form of DBG_VALUE in AsmPrinter.
2010-04-26 Dale JohannesenAdd DBG_VALUE handling for byval parameters; this
2010-04-26 Dale JohannesenAdd PPC AsmPrinter handling for target-specific form of
2010-04-26 Evan ChengInsert dbg_value instructions for function entry block...
2010-04-26 Evan ChengPromoting 16-bit cmp / test aren't free. Don't do it.
2010-04-26 Chris Lattnerfix PR6921 a different way. Intead of increasing the
2010-04-26 Evan ChengRe-enable 102323 with fix: do not update dbg_value...
2010-04-26 Chris LattnerRevert r102300/102301, which serious broke objc apps.
2010-04-26 Chris Lattnerfix PR6940: sitofp(undef) folds to 0.0, not undef.
2010-04-26 Chris Lattnerwrap some long lines.
2010-04-26 Bob WilsonUpdate MachineSSAUpdater with the same changes I made...
2010-04-26 Chris Lattneradd GHC, thanks to David Terei
2010-04-26 Evan ChengTemporary disable spiller modifying dbg_value. It's...
2010-04-26 Evan ChengRemove a redundant comment.
2010-04-26 Evan ChengAdd PPC specific emitFrameIndexDebugValue.
2010-04-26 Evan ChengAdd ARM specific emitFrameIndexDebugValue.
2010-04-26 Evan Cheng- Move TargetLowering::EmitTargetCodeForFrameDebugValue...
2010-04-25 Dale JohannesenStop abusing EmitInstrWithCustomInserter for target...
2010-04-25 Gabor Greifanother typo pointed out by sajd
2010-04-25 Gabor Greiffix two typos pointed out by sajd
2010-04-25 Dale JohannesenAdd comment re byval args. Doesn't actually work this...
2010-04-25 David ChisnallAdded bullet about GNUstep Objective-C ABI support...
2010-04-25 Chris Lattnertestcase for PR6913
2010-04-25 Chris Lattnerthis passes now.
2010-04-25 Chris LattnerFix PR6921: globals were not getting correctly rounded...
2010-04-25 Chris Lattnersilence a warning, patch by "mike".
2010-04-25 Chris Lattnerremove #if 1's.
2010-04-25 Dan GohmanFix an autoconf bug: The second argument to AC_LANG_PRO...
2010-04-24 Dan GohmanPHI nodes also do not necessarily return trap with...
2010-04-24 Nick LewyckyFix typo.
2010-04-24 Nick LewyckyUse provided llvm-defined variables instead of twisting...
2010-04-24 Nick LewyckyDon't touch CXXFLAGS. If it's set in the environment...
2010-04-24 Evan ChengAvoid promoting a i16 node if it would eliminate a...
2010-04-24 Evan ChengWhen a load operand is promoted to an extload, replace...
2010-04-24 Dan GohmanGeneralize LSR's OptimizeMax to handle the new kinds...
2010-04-24 Dan GohmanScalarEvolution support for <= and >= loops.
2010-04-24 Dan GohmanUse SimplifyICmpOperands in isKnownPredicate too.
2010-04-24 Dan GohmanUpdate isImpliedCond to use the new SimplifyICmpOperand...
2010-04-24 Dan GohmanAdd a new utility function SimplifyICmpOperands. Much...
2010-04-24 Dan GohmanApply a fix for a vector setcc dagcombine from Jan...
2010-04-24 Sean CallananFixed edis to tokenize instructions with no
2010-04-24 Jim Grosbachcross-build Makefile needs to unset CFLAGS/CXXFLAGS...
2010-04-23 Chris Lattnerno longer xfail
2010-04-23 Sean CallananFixes to edis that mark x86 call targets as
2010-04-23 Stuart HastingsPer Chris, fuse four trivial tests using grep (r102199...
2010-04-23 Chris Lattnerenable my inliner change: add newly devirtualized call...
2010-04-23 Dan GohmanChange TargetData's algorithm for computing defualt...
2010-04-23 Evan ChengCode refactoring.
2010-04-23 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-04-23 Chris Lattnerfix some failures my callgraph dump format change broke.
2010-04-23 Chris Lattnerswitch InlineInfo.DevirtualizedCalls's list to be of...
2010-04-23 Chris Lattnertestcase for the bug that required a patch to be reverted.
2010-04-23 Chris Lattnerfix callgraph dump to not print 0x0x1234 for nodes.
2010-04-23 Evan ChengFix X86ISD::CMP i16 to i32 promotion.
2010-04-23 Dan GohmanMove FastISel's HandlePHINodesInSuccessorBlocks call...
2010-04-23 Dan GohmanSwitch getelementptr inbounds and sdiv exact from undef...
2010-04-23 Sean CallananFixed EDOperand to use the operand type, not the
2010-04-23 Dan GohmanFix LSR to tolerate cases where ScalarEvolution initially
next