For PR950:
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
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
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-24 Evan ChengPIC jump table entries are always 32-bit. This fixes...
2006-09-18 Andrew Lenharthabsolute addresses must match pointer size
2006-09-13 Chris LattnerIf LSR went through a lot of trouble to put constants...
2006-09-10 Chris LattnerThis code was trying too hard. By eliminating redundan...
2006-09-09 Chris LattnerImplement the fpowi now by lowering to a libcall
2006-09-07 Chris LattnerFix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a...
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-16 Chris Lattnerminor changes.
2006-08-14 Chris Lattnereliminate use of getNode that takes vector of valuetypes.
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-08-03 Chris LattnerWork around a GCC 3.3.5 bug noticed by a user.
2006-08-02 Jim LaskeyFinal polish on machine pass registries.
2006-08-01 Jim LaskeyNow that the ISel is available, it's possible to create...
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-08-01 Evan ChengPIC jump table entries are always 32-bit even in 64...
2006-07-27 Nate BegemanCode cleanups, per review
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-20 Chris LattnerMems can be in the output list also. This is the secon...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-15 Evan ChengConsistency. EXTRACT_ELEMENT index operand should have...
2006-06-12 Chris LattnerMake sure to update the CFG correctly if a switch only...
2006-06-08 Chris LattnerFix X86/inline-asm.ll:test2, a case where an input...
2006-06-08 Chris LattnerFix Regression/CodeGen/X86/inline-asm.ll, a case where...
2006-05-26 Evan ChengMake CALL node consistent with RET node. Signness of...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-25 Evan ChengCALL node change: now including signness of every argument.
2006-05-23 Evan Cheng-enable-unsafe-fp-math implies -enable-finite-only...
2006-05-23 Vladimir PrusFix missing include
2006-05-23 Evan ChengIncorrect SETCC CondCode used for FP comparisons.
2006-05-17 Chris LattnerFix the result of the call to use a correct vbitconvert...
2006-05-17 Chris LattnerCorrect a previous patch which broke CodeGen/PowerPC...
2006-05-17 Evan ChengFixed a LowerCallTo and LowerArguments bug. They were...
2006-05-16 Chris LattnerAdd support for calls that pass and return legal vectors.
2006-05-16 Chris LattnerAdd a new ISD::CALL node, make the default impl of...
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS. This is a minimal...
2006-05-16 Chris LattnerMove function-live-in-handling code from the sdisel...
2006-05-13 Evan ChengRevert an un-intended change
2006-05-12 Chris LattnerRemove dead vars
2006-05-11 Evan ChengRefactor scheduler code. Move register-reduction list...
2006-05-08 Nate BegemanMake emission of jump tables a bit less conservative...
2006-05-06 Chris LattnerWhen inserting casts, be careful of where we put them...
2006-05-05 Chris LattnerMore aggressively sink GEP offsets into loops. For...
next