isa+cast -> dyncast.
[oota-llvm.git] / lib /
2008-02-19 Chris Lattnerisa+cast -> dyncast.
2008-02-19 Chris Lattnersimplify this code again, try 2 :)
2008-02-19 Owen AndersonFix a comment.
2008-02-19 Owen AndersonIn addition to arguments passed to it, memcpy (and...
2008-02-19 Owen AndersonMajor improvements to yesterday's return slot optimizat...
2008-02-19 Chris LattnerFix some minor issues folding undef, PR2052
2008-02-19 Chris Lattnerfdiv/frem of undef can produce undef, because the undef...
2008-02-19 Chris Lattnerregenerate
2008-02-19 Chris LattnerFix PR2060 by rejecting invalid types for integer const...
2008-02-19 Owen AndersonFactor the profitability check for return slot optimiza...
2008-02-19 Owen AndersonAn sret parameter is required to be the first parameter...
2008-02-19 Owen AndersonCleanup some of my patches from yesterday. Refactor...
2008-02-19 Owen AndersonFix Transforms/GVN/memcpy.ll, which Chris broke in...
2008-02-19 Evan ChengPR1909: Tail merging pass ran wild. It makes no sense...
2008-02-19 Evan ChengMe not like duplicated comments.
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Nick LewyckyCorrectly fold divide-by-constant, even when faced...
2008-02-18 Dan GohmanChris pointed out that it's not necessary to set i64...
2008-02-18 Evan Cheng- Remove the previous check which broke coalescer-commu...
2008-02-18 Chris Lattnerupgrade some tests.
2008-02-18 Nate BegemanAdd a note
2008-02-18 Chris LattnerAdd a note about sext from i1 plus flags use.
2008-02-18 Dan GohmanDon't mark scalar integer multiplication as Expand...
2008-02-18 Chris LattnerTransforming -A + -B --> -(A + B) isn't safe for...
2008-02-18 Chris Lattnerminor code simplification, no functionality change.
2008-02-18 Duncan SandsSimplify caller updating using a CallSite, as
2008-02-18 Chris Lattnerdon't bother calling getUnderlyingObject for non-pointers.
2008-02-18 Owen AndersonSince we're not checking for the more general Allocatio...
2008-02-18 Roman LevensteinNew helper function getMBBFromIndex() that given an...
2008-02-18 Owen AndersonAdd support to GVN for performing sret return slot...
2008-02-18 Owen AndersonI got the predicate backwards in my last patch. The...
2008-02-18 Owen AndersonThis check is not correct for mallocs, so exclude them...
2008-02-18 Evan ChengFor now, avoid commuting def MI for copy MI's whose...
2008-02-18 Chris Lattnerswitch simplifycfg from using vectors for most things...
2008-02-18 Chris Lattneroptimize away stackrestore calls that have no interveni...
2008-02-18 Owen AndersonDuncan pointed out that we can fast fail here, because...
2008-02-18 Owen AndersonFix a comment, and a bug where we weren't applying...
2008-02-18 Owen AndersonFix bugs that Chris noticed in my last patch.
2008-02-18 Chris Lattnersimplify some code, BreakUpSubtract always returns...
2008-02-18 Chris Lattnerbitcasts of pointers are always pointers.
2008-02-17 Owen AndersonAdd a predicate to Argument to check for the StructRet...
2008-02-17 Owen AndersonTeach getModRefInfo that memcpy, memmove, and memset...
2008-02-17 Chris LattnerFold (-x + -y) -> -(x+y) which promotes better associat...
2008-02-17 Chris Lattnerfix pasto
2008-02-17 Chris LattnerSplit up subtracts into add+negate if they have a reass...
2008-02-17 Chris Lattnermake the logic for breaking up subtracts more explicit, no
2008-02-17 Chris Lattnermove PR2053 to here.
2008-02-16 Duncan SandsRemove any 'nest' parameter attributes if the function
2008-02-16 Duncan SandsSome micro-optimizations.
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-16 Duncan SandsTeach LegalizeTypes how to expand the operands of
2008-02-16 Evan ChengRefactor some code; check if commuteInstruction is...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-16 Bill WendlingFix typos.
2008-02-16 Dan GohmanRename CountMemOperands to ComputeMemOperandsEnd to...
2008-02-16 Dan GohmanRevert 47177, which was incorrect.
2008-02-15 Scott MichelMake tblgen a little smarter about constants smaller...
2008-02-15 Evan ChengThe copy instruction being coalesced will be removed...
2008-02-15 Ted KremenekFixed bug in FoldingSetIteratorImpl where we did not...
2008-02-15 Dan GohmanSkip over the defs and start at the uses when looking...
2008-02-15 Dan GohmanUse the TargetInstrDescr to determine the number of...
2008-02-15 Duncan SandsTeach LegalizeTypes how to promote the flags
2008-02-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-15 Chris LattnerIf the llvm name contains an unprintable character...
2008-02-15 Chris Lattnertargets that support quotes for mangled names still...
2008-02-15 Dale JohannesenCosmetics.
2008-02-15 Evan Cheng- Removing the infamous r2rMap_ and rep() method. Now...
2008-02-15 Evan ChengAdded CommuteChangesDestination(). This returns true...
2008-02-15 Evan ChengRemove unnecessary #include.
2008-02-15 Dan GohmanUse StoreSDNode::getValue instead of calling getOperand...
2008-02-15 Dale JohannesenRemove warning about 64-bit code on processor
2008-02-15 Lauro Ramos VenancioIt is not safe to call fork in PrintStackTrace. Sometim...
2008-02-15 Devang PatelFix PR2028
2008-02-15 Dale Johannesennocona, core2 and penryn support 64 bit.
2008-02-15 Chris LattnerSupport vector constant zeros, thanks to Zack Rusin...
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-02-14 Devang PatelIf loop header is also loop exiting block then OrigPN...
2008-02-14 Dan GohmanFix a warning about comparison between signed and unsigned,
2008-02-14 Chris LattnerFix PR2029
2008-02-14 Chris LattnerFix a miscompilation from Dan's recent apintification.
2008-02-14 Nate BegemanFix single precision FP constants on SPU. They are...
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-14 Nate BegemanSupport a new type of MachineOperand, MO_FPImmediate...
2008-02-14 Chris Lattnersimplify code, no functionality change.
2008-02-14 Nate BegemanMove some useful operands up into the all-targets .td
2008-02-14 Nick LewyckyFix PR2032. Inform the alias analysis of changes to...
2008-02-14 Chris Lattnerupgrade some entries, remove stuff that is done.
2008-02-14 Chris Lattnerthe mid-level optimizer removes this stuff.
2008-02-14 Chris Lattnerthis one is easy.
2008-02-14 Chris LattnerThis readme entry is done, testcase here: CodeGen/X86...
2008-02-13 Dan GohmanAllow the APInt form of ComputeMaskedBits to operate...
2008-02-13 Dan GohmanAssigning an APInt to 0 with plain assignment gives...
2008-02-13 Dan GohmanAvoid setting bits that aren't demanded.
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Devang PatelA loop latch phi node may have uses inside loop, not...
2008-02-13 Dan GohmanRename APInt's isPositive to isNonNegative, to reflect...
2008-02-13 Devang PatelWhile moving exit condition, do not drop loop latch...
2008-02-13 Dan GohmanAdd countTrailingOnes member functions to APInt.
2008-02-13 Devang PatelKeep track of exit value operand number when operands...
next