http://llvm.org/bugs/show_bug.cgi?id=1237
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
2007-03-01 Jim LaskeyLower eh filter intrinsic.
2007-02-28 Jim LaskeyMERGE_VALUES unnecessary.
2007-02-26 Chris Lattnertrack signedness of formal argument, though we have...
2007-02-25 Jim LaskeyFix for PR1224.
2007-02-25 Chris Lattneroptimize duplicate ValueMap lookups
2007-02-24 Jim LaskeyDeal with cases when MMI is not requested.
2007-02-23 Jim LaskeyHandle improper cast.
2007-02-22 Jim LaskeyTighten up error checking of args.
2007-02-22 Jim LaskeyHandle lowering invoke to call correctly.
2007-02-21 Jim LaskeySelection and lowering for exception handling.
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris Lattnerfix a warning
2007-02-14 Chris LattnerRefix CodeGen/Generic/switch-lower.ll. In contrast...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Chris Lattnerrevert my previous switch lowering change, which miscom...
2007-02-13 Lauro Ramos VenancioAdd a space between // and the comment.
2007-02-13 Lauro Ramos VenancioAdd "original alignment" to function arguments flags.
2007-02-13 Chris LattnerFix switch lowering to order cases in zext order, which...
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Evan ChengAdd function live-ins to entry block live-in set.
2007-02-10 Evan ChengRename some variables to avoid confusion with Selection...
2007-02-04 Chris LattnerSwitch VAlueMap from std::map to DenseMap.
2007-02-04 Chris LattnerSwitch NodeMap from std::map to DenseMap, this speeds...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Chris LattnerFit in 80 columns
2007-02-01 Chris LattnerEmit a better assertion message for PR1133
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Chris Lattneradd initial support for handling inline asms with multi...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-28 Anton KorobeynikovArguments are counting from 1. not from 0. Maybe we...
2007-01-28 Anton KorobeynikovMore cleanup
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-11 Zhou ShengFor PR1043:
2007-01-07 Chris Lattnerremove support for llvm.isunordered
2007-01-05 Evan ChengGEP subscript is interpreted as a signed value.
2007-01-04 Chris Lattnerfix PowerPC/2007-01-04-ArgExtension.ll, a bug handling...
2007-01-03 Reid SpencerLegalizer doesn't do an ANY_EXTEND if we don't ask...
2007-01-03 Reid SpencerRestore previous behavior of defaulting to ZEXT. This...
2007-01-03 Reid SpencerTwo changes:
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-20 Evan ChenggetLoad() and getStore() calls missed SVOffset operand...
2006-12-16 Chris LattnerFix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll
2006-12-13 Evan ChengMore soft-fp work.
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-12 Evan ChengExpand i32/i64 CopyToReg f32/f64 to BIT_CONVERT + CopyT...
2006-12-12 Evan ChengExpand formal arguments and call arguments recursively...
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-09 Evan ChengPreliminary soft float support.
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-11-29 Evan ChengFix for PR1023 by Dan Gohman.
2006-11-29 Evan ChengFix for PR1022 (folding loads of static initializers...
2006-11-29 Chris Lattneradd a hook to allow targets to hack on inline asms...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Reid SpencerFor PR950:
2006-11-15 Chris Lattnerremove dead #include
2006-11-10 Chris Lattnercommentate
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris LattnerAllow the getRegForInlineAsmConstraint method to return...
2006-10-31 Chris LattnerCompile CodeGen/PowerPC/fp-branch.ll to:
2006-10-31 Chris Lattnerlook through isunordered to inline it into branch blocks.
2006-10-31 Chris LattnerTargetLowering::isOperandValidForConstraint
2006-10-31 Chris LattnerTurn an assert into an error message. This is commonly...
2006-10-30 Evan ChengLower jumptable to BR_JT. The legalizer can lower it...
2006-10-29 Chris Lattnerfix Generic/2006-10-29-Crash.ll
2006-10-29 Chris LattnerFix a load folding issue that Evan noticed: there is...
2006-10-28 Chris Lattnersplit critical edges more carefully and intelligently...
2006-10-28 Chris LattnerSplit *all* critical edges before isel. This resolves...
2006-10-27 Chris LattnerFix a bug in merged condition handling (CodeGen/Generic...
2006-10-27 Chris Lattnerremove debug code
2006-10-27 Chris LattnerCodegen cond&cond with two branches. This compiles...
2006-10-27 Chris LattnerTurn conditions like x<Y|z==q into multiple blocks.
2006-10-26 Reid SpencerFor PR950:
2006-10-24 Chris LattnervisitSwitchCase knows how to insert conditional branche...
2006-10-24 Chris LattnerGeneralize CaseBlock a bit more:
2006-10-24 Chris Lattnergeneralize 'CaseBlock'. It really allows any compariso...
2006-10-23 Chris LattnerMinor tweak. Instead of generating:
2006-10-22 Chris LattnerFix phi node updating for switches lowered to linear...
2006-10-22 Chris Lattnerdisable this code for now, it's not yet safely updating...
2006-10-22 Chris LattnerImplement PR964 and Regression/CodeGen/Generic/SwitchLo...
2006-10-20 Reid SpencerFor PR950:
2006-10-19 Bill WendlingPartially in response to PR926: insert the newly create...
2006-10-16 Jim LaskeyPass AliasAnalysis thru to DAGCombiner.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-10-11 Chris Lattneradd two helper methods.
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-06 Chris Lattnerjump tables handle pic
2006-10-05 Evan ChengMake use of getStore().
2006-10-04 Evan ChengFix some typos that can cause a flag value to have...
2006-09-28 Chris Lattnerrefactor critical edge breaking out into the SplitCritE...
2006-09-26 Andrew LenharthComments on JumpTableness
next