oota-llvm.git
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.
2010-04-20 Johnny ChenBetter error-handling of getBitFieldInvMask() where...
2010-04-20 Duncan SandsI plan to release a version of dragonegg based on llvm...
2010-04-20 Jakob Stoklund... When MachineLICM is hoisting a physical register after...
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-20 Bill WendlingMove CodeGen/X86/2010-04-19-DAGCombineCrash.ll into...
2010-04-20 Johnny ChenFor t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
2010-04-20 Evan ChengTypo.
2010-04-20 Devang PatelAdd RUN:
2010-04-20 Dan GohmanSink the CopyToExportRegsIfNeeded calls out of Selectio...
2010-04-20 Dan GohmanDon't send PHI nodes down to SelectionDAGBuilder of...
2010-04-20 Dan GohmanDocument that TargetRegisterInfo::contains does not...
2010-04-20 Dan GohmanSink this use_empty() check into isUsedOutsideOfDefinin...
2010-04-20 Dan GohmanIf a PHI node somehow has debug info, propogate it...
2010-04-20 Dan GohmanDon't iterate through the whole block just to find...
2010-04-20 Gabor Greifuse abstract accessors to CallInst
2010-04-20 Benjamin KramerPR6880: Don't dereference CallsExternalNode if it's...
2010-04-20 Benjamin KramerFix -Wcast-qual warning.
2010-04-20 Chris Lattnerstop computing InstImpInputs, it is dead
2010-04-20 Chris LattnerDAGInstruction::ImpOperands is dead after my recent...
2010-04-20 Chris LattnerBill's change in r95336 broke empty aggregates embedded
2010-04-20 Chris Lattnerteach cellspu how to return i8 and i16 from calls,
2010-04-20 Chris Lattnerremove a bunch of ad-hoc code to simplify instructions...
2010-04-20 Chris Lattnermove some select simplifications out out instcombine...
next