fix boolean XOR (which fixes up comparisons..)
[oota-llvm.git] / lib /
2006-01-19 Duraid Madinafix boolean XOR (which fixes up comparisons..)
2006-01-19 Duraid MadinaBOOM!
2006-01-19 Duraid Madinaclick click
2006-01-19 Evan ChengAvoid generating a redundant setcc.
2006-01-19 Reid SpencerFor PR696:
2006-01-19 Duraid Madinafix calls that return f32
2006-01-19 Chris LattnerImplement casts.ll:test26: a cast from float -> double...
2006-01-19 Chris Lattnerimplement support for f32 arguments past the first...
2006-01-19 Reid Spencer1. Identify bytecode modules that have upgraded intrins...
2006-01-19 Reid SpencerDon't forget about casting the result of an upgraded...
2006-01-19 Reid SpencerAdd a flag to identify bytecode files that have intrins...
2006-01-19 Evan Chengadc and sbb need an incoming flag to ensure it reads...
2006-01-19 Reid SpencerMake get_suffix faster by using a switch on getTypeID...
2006-01-19 Evan ChengAnother typo
2006-01-19 Chris Lattneradd a note
2006-01-19 Evan ChengTwo peepholes:
2006-01-19 Evan ChengDidn't mean to check that in.
2006-01-19 Evan ChengA obvious typo
2006-01-19 Reid SpencerMake sure intrinsic auto-upgrade is invoked correctly.
2006-01-19 Reid SpencerDon't accept the ctpop, cttz, or ctlz intrinsics with...
2006-01-19 Reid SpencerAdd a new interface function to AutoUpgrade for simulta...
2006-01-19 Chris LattnerIf not internalizing, don't mark llvm.global[cd]tors...
2006-01-19 Chris LattnerDon't internalize llvm.global[cd]tor unless there are...
2006-01-18 Andrew Lenharthwas ignoring the legalized chain in this case, fixed...
2006-01-18 Nate BegemanGet rid of code in the DAGCombiner that is duplicated...
2006-01-18 Chris LattnerTemporary work around for a libcall insertion bug:...
2006-01-18 Chris LattnerMake sure that cloning a module clones its target tripl...
2006-01-18 Chris LattnerDon't assert on 'select_cc SETUO'
2006-01-18 Chris Lattnerfix out of date comment
2006-01-18 Chris LattnerFix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranch...
2006-01-18 Chris LattnerFix a backwards conditional that caused an inf loop...
2006-01-18 Jim LaskeyAdded minimum Dwarf aranges. Cleaned up some section...
2006-01-18 Evan ChengSRA shift amount must be in i8
2006-01-18 Evan ChengIf a call return type is i1, insert a truncate from...
2006-01-17 John CriswellFixed style of curly brace. No functionality changes.
2006-01-17 Evan ChengFix lowering of calls which return f32 values.
2006-01-17 Jim LaskeyAdd frame work for additional dwarf sections. Comments...
2006-01-17 Robert BocchinoVMCore support for the insertelement operation.
2006-01-17 Robert BocchinoConstant folding support for the insertelement operation.
2006-01-17 Robert BocchinoLowerpacked and SCCP support for the insertelement...
2006-01-17 Robert BocchinoSupport for the insertelement operation.
2006-01-17 Robert BocchinoReader support for the insertelement operation.
2006-01-17 Robert BocchinoLexer and parser support for the insertelement operation.
2006-01-17 Evan ChengBug fix: missing LegalizeOp() on newly created nodes.
2006-01-17 Chris LattnerClean up the FFS optimization code, and make it correct...
2006-01-17 Jim LaskeyAdding basic support for Dwarf line number debug inform...
2006-01-17 Evan ChengZero extending load from i1 to i8.
2006-01-17 Duraid Madinaoops, this shouldn't have gotten in
2006-01-17 Evan ChengSSE does not support i64 SINT_TO_FP (FP stack doesn...
2006-01-17 Duraid Madinause proper (82-bit) spills/fills when spilling FP regs...
2006-01-17 Duraid Madinafixing divides
2006-01-17 Chris LattnerRevert this, I didn't mean to commit it
2006-01-17 Evan ChengAdded a FIXME comment about why FST is currently flagge...
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2006-01-17 Evan ChengBug fixes: fpGETRESULT should produces a flag result...
2006-01-16 Evan ChengMore typo's
2006-01-16 Evan ChengSome typo's
2006-01-16 Andrew Lenharthfix short immediate loads
2006-01-16 Andrew Lenharthstack and rpcc
2006-01-16 Evan ChengFix FP_TO_INT**_IN_MEM lowering.
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Andrew LenharthFriendly names
2006-01-16 Chris Lattnerfix a crash due to missing parens
2006-01-16 Chris Lattneradd notes from my *other* email acct.
2006-01-16 Chris Lattnertransfer some notes from my email to somewhere useful.
2006-01-16 Duraid Madinafixing divides: FP should now be 100%, and integers...
2006-01-16 Nate BegemanConstant fold ctpop/ctlz/cttz, and a couple other small...
2006-01-16 Nate BegemanExpand case for 64b Legalize, even though no one should...
2006-01-16 Nate BegemanAdd BSWAP stuff to intrinsic lowering for CBE & friends.
2006-01-16 Duraid Madinafix division! again!! pattern isel, prepare to die.
2006-01-16 Chris LattnerSilly Sparc is big endian. If we have to load args...
2006-01-16 Chris LattnerThis pass has never worked correctly. Remove.
2006-01-15 Chris LattnerMake sure that bool,byte and short arguments are the...
2006-01-15 Chris LattnerThanks to Daniel Berlin's ETForest fix, we can now...
2006-01-15 Chris LattnerET-Forest has issues with unreachable blocks. Temporar...
2006-01-15 Chris LattnerDisable a broken optimization
2006-01-15 Chris LattnerDisable two transformations that contribute to bus...
2006-01-15 Evan ChengAdded patterns for 8-bit multiply
2006-01-15 Duraid Madinaexplain that r12 is the stack pointer reg
2006-01-15 Chris LattnerDon't print a label for the first MBB in a function.
2006-01-15 Chris LattnerUse the default impl of DYNAMIC_STACKALLOC, allowing...
2006-01-15 Chris LattnerUse the default lowering of ISD::DYNAMIC_STACKALLOC...
2006-01-15 Chris LattnerHave legalize take care of DYNAMIC_STACKALLOC for us...
2006-01-15 Chris LattnerAllow the target to specify 'expand' if they just requi...
2006-01-15 Chris LattnerImplement DYNAMIC_STACKALLOC for V8
2006-01-15 Chris LattnerFix custom lowering of dynamic_stackalloc
2006-01-15 Chris Lattneradd a missing break that Reid noticed.
2006-01-15 Chris Lattneradd a missing node name
2006-01-15 Chris Lattnerreorder passes
2006-01-14 Chris LattnerToken chain results are not always the first or last...
2006-01-14 Chris LattnerCleanup IA64ISD, tell the graph drawer what the symboli...
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-14 Chris Lattnersilence a warning
2006-01-14 Chris LattnerLet the inliner update the callgraph to reflect the...
2006-01-14 Chris LattnerTeach the inliner to update the CallGraph itself, and...
2006-01-14 Chris LattnerAdd a new CallGraph::getOrInsertFunction for clients...
2006-01-14 Chris LattnerFunctionPass's cannot do IPO things.
2006-01-14 Chris Lattneradd a dump method to CallGraph
2006-01-14 Nate BegemanRemove some duplicated code
next