oota-llvm.git
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
2010-04-22 Chris Lattnerremove dupe
2010-04-22 Chris Lattnerreword my incoherent babble into something that makes...
2010-04-22 Chris Lattnertwo more projects.
2010-04-22 Chris Lattneradd some notes from Matthieu Moy!
2010-04-22 Chris Lattnerimprove tblgen doc, pointed out by Zhongxing.
2010-04-22 Wesley PeckFixing a typo in the "Clang project" section of the...
2010-04-22 Wesley PeckSmall fix to the "Other Improvements and New Features...
2010-04-22 Wesley PeckFixing small typos in the "New Useful APIs" section...
2010-04-22 Wesley PeckFixing small typos in the "ARM Target Improvements...
2010-04-22 Wesley PeckRewording the "generated debug information" paragraph...
2010-04-22 Wesley PeckReworking the wording of the "target data string" parag...
2010-04-22 Gabor Greif<pre> seems to close <p>
2010-04-22 Gabor Greifthe validator coughed up some problems, most of them...
2010-04-22 Gabor Greifshorten link
2010-04-22 Chris Lattnerstatic analyzer has its own section
2010-04-22 Chris Lattneradd mc and static analyzer blurbs.
2010-04-22 Chris Lattneranother checkpoint.
2010-04-22 Chris Lattnervarious updates.
2010-04-22 Chris Lattnerfix file header.
2010-04-22 Dan GohmanDon't attempt to analyze values which are obviously...
2010-04-22 Dan GohmanTidy a comment.
2010-04-21 Jakob Stoklund... Run LiveVariables instead of computing liveness locally...
2010-04-21 Evan ChengDo not try to optimize a copy that has already been...
2010-04-21 Devang PatelAdd command line option to disable debug info printing...
2010-04-21 Bob WilsonFix a performance problem with the new SSAUpdater....
2010-04-21 Johnny ChenModified some assert() msg strings; no other functional...
2010-04-21 Jakob Stoklund... Add fast register allocator, enabled with -regalloc...
2010-04-21 Devang PatelIdentify when a lexical scope is split in to multiple...
2010-04-21 Dan GohmanMake ScalarEvolution::getConstant support pointer types...
2010-04-21 Duncan SandsDragonegg will be released along side llvm-2.7.
2010-04-21 Chris Lattnerfinal hacking for tonight, still more to go.
2010-04-21 Chris Lattnercontinue the process of detangling this.
2010-04-21 Chris Lattnerrough pass moving stuff into relevant sections, still...
2010-04-21 Chris Lattnerremove ldc, rubinious, macruby, icedtea, llvm-lua,...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Evan Chengisel (i32 anyext i16) as insert_subreg when 16-bit...
2010-04-21 Evan ChengTrim include.
2010-04-21 Dan GohmanAdd more const qualifiers on TargetMachine and friends.
2010-04-21 Dan GohmanUpdate CMakeLists.txt.
2010-04-21 Dan GohmanMove several SelectionDAG-independent utility functions...
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-21 Chris LattnerImplement (but don't enable) PR6724 and rdar://6295824...
2010-04-21 Evan Cheng- Clean up some crappy code which deals with coalescing...
2010-04-21 Dan GohmanRevert r101471. For tight recursive functions which...
2010-04-21 Bill WendlingHandle a displacement location in 64-bit as an RIP...
2010-04-21 Evan ChengRewrite machine cse to avoid recursion.
2010-04-21 Dan GohmanAdd another variant of this test which found a place...
2010-04-20 Chris Lattnerteach the x86 address matching stuff to handle
2010-04-20 Dale JohannesenBecause of the EMMS problem, right now we have to support
2010-04-20 Devang PatelRename ValueMapTy as ValueToValueMapTy to clearly indic...
2010-04-20 Devang PatelThere is no need to install ValueMapper.h header.
next