oota-llvm.git
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
2010-04-23 Dan GohmanWhen it doesn't matter whether zero or sign extension...
2010-04-23 Dan GohmanRevert 102135, 102129, 102127, 102106, 102104, 102102...
2010-04-23 Chris Lattnerreject invalid comma stuff with a message. We reject...
2010-04-23 Chris Lattnerdisable my previous inliner patch, it appears to be...
2010-04-22 Chris LattnerThe inliner was choosing to not consider call sites
2010-04-22 Jim GrosbachUpdate ARM DAGtoDAG for matching UBFX instruction for...
2010-04-22 Dan GohmanAdd an initial description of a new concept: trap value...
2010-04-22 Chris Lattnerrefactor the interface to InlineFunction so that most...
2010-04-22 Devang PatelRemove the test for now.
2010-04-22 Chris Lattneradd macruby back
2010-04-22 Chris Lattnerwhen inlining something like this:
2010-04-22 Devang PatelAdd comment.
2010-04-22 Dan GohmanSink SelectionDAGBuilder's HandlePHINodesInSuccessorBlo...
2010-04-22 Devang PatelAdjust debug range offsets for isWeakForLinker() functions.
2010-04-22 Dan GohmanAdd a blurb about the new LSR.
2010-04-22 Nick LewyckyThe -condprop pass has been deleted.
2010-04-22 Dan GohmanThe post-RA scheduler is currently off by default on...
2010-04-22 Dan GohmanMove HandlePHINodesInSuccessorBlocks functions out...
2010-04-22 Douglas GregorAdd some verbiage about Clang to the 2.7 release notes
2010-04-22 Chris Lattneradd a DEBUG call so that -debug lists when CGSCCPM...
2010-04-22 Chris Lattnereliminate dead #include.
2010-04-22 Evan Cheng- It's not safe to promote rotates (at least not trivia...
2010-04-22 Dan GohmanFix a comment.
2010-04-22 Dan GohmanMove PHINodesToUpdate out of SelectionDAGBuilder and...
2010-04-22 Devang PatelRename InsnAfterLabelMap and InsnBeforeLabelMap.
2010-04-22 Devang PatelKeep track of MCSymbol used to mark beginning of a...
2010-04-22 Jim GrosbachAdd mention of ARM atomic builtin support
2010-04-22 Devang PatelAt this point Start and End are not null.
2010-04-22 Jim GrosbachUpdate ARM frame index scavenging description
next