Remove some cases handled by the generated portion of the isel
[oota-llvm.git] / include /
2005-09-07 Chris LattnerAdd a new argument to ReplaceAllUsesWith to keep track...
2005-09-02 Chris Lattneradd a map for nullary ops
2005-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
2005-09-02 Chris LattnerMove a bunch of non-deprecated methods above the "depre...
2005-09-02 Jeff CohenFix VC++ build errors
2005-09-02 Chris LattnerTeach live intervals to not crash on dead livein regs
2005-09-02 Chris LattnerAdd a new ANY_EXTEND node, which operates like an exten...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-09-01 Jim LaskeyThis new class provides support for platform specific...
2005-09-01 Nate BegemanFirst pass at the DAG Combiner. It isn't used anywhere...
2005-08-31 Chris Lattnerremove an inappropriate comment
2005-08-31 Nate BegemanAdd support for count trailing zeroes, and population...
2005-08-30 Chris LattnerAllow physregs to occur in the dag with multiple types...
2005-08-30 Nate BegemanAdd AssertSext, AssertZext nodes for targets that pass...
2005-08-30 Chris Lattneradd some method variants
2005-08-29 Chris Lattnerimprove comment
2005-08-29 Chris LattnerAdd a new API for nate
2005-08-27 Reid SpencerChange the names of member variables per Chris' instruc...
2005-08-27 Reid SpencerFix a typo.
2005-08-26 Chris Lattneradd some forward defs
2005-08-26 Chris Lattnerspell this right!
2005-08-26 Chris LattnerAdd a hook
2005-08-26 Chris LattnerAdd a new instruction flag
2005-08-26 Chris LattnerAdd a new version of ReplaceAllUsesWith, make the comme...
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-26 Chris LattnerFix a huge annoyance: SelectNodeTo took types before...
2005-08-26 Jim LaskeyChange unsigned lng to unsigned.
2005-08-25 Jim LaskeyAdded cl::bits option type (bit vectors). See "Collect...
2005-08-25 Chris Lattneradd a method
2005-08-25 Chris Lattneradd an enum value
2005-08-25 Jim LaskeyRecommended to use std::algorithms instead.
2005-08-25 Jim LaskeyAdded support for generic linear/binary search.
2005-08-25 Chris LattnerFix a problem Duraid noticed, where we weren't removing...
2005-08-25 Chris LattnerAdd support for TargetConstantPool node
2005-08-25 Chris Lattneradd a new TargetFrameIndex node
2005-08-24 Chris Lattneradd a method
2005-08-24 Chris Lattneradd two new methods
2005-08-24 Chris Lattnerrename hasNativeSupportFor* -> is(Operation|Type)Legal.
2005-08-24 Misha BrukmanWrap long lines
2005-08-24 Reid SpencerRemove some tabs.
2005-08-24 Reid SpencerFor PR616:
2005-08-24 Chris LattnerKeep the killed/dead sets sorted, so that "KillsRegiste...
2005-08-23 Chris LattnerChange live variables from using multimaps to using...
2005-08-23 Chris LattnerAdd RegisterDefIsDead to correspond to KillsRegister...
2005-08-23 Chris Lattneradd a method
2005-08-21 Chris Lattneradd a method
2005-08-21 Chris LattnerADd a method
2005-08-21 Chris LattnerAdd 5-operand version of SelectNodeTo
2005-08-19 Chris LattnerADd support for TargetGlobalAddress nodes
2005-08-19 Chris LattnerAdd a new field to TargetInstrDescriptor for tracking...
2005-08-19 Nate BegemanAdd support for target nodes with more than 3 operands...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-18 Chris Lattneradd a method
2005-08-18 Nate BegemanAdd support for target DAG nodes that take 4 operands...
2005-08-17 Jim Laskeyinclude/llvm/Support/MathExtras.h
2005-08-17 Nate BegemanAdd two new methods isTargetOpcode() which returns...
2005-08-17 Jim LaskeyMove the code dependency for MathExtras.h from Selectio...
2005-08-17 Jim LaskeyMove code dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-17 Chris Lattneradd ReplaceAllUsesWith, and a helper to implemented it
2005-08-17 Chris LattnerMake removeUser more efficient, add a matching addUser.
2005-08-17 Jim LaskeyAdded support for converting raw bits to FP, and FP...
2005-08-17 Chris LattnerThis was moved to the .cpp file
2005-08-17 Chris Lattneradd a helper
2005-08-17 Chris Lattnermake sure to remove a node from the use list of its...
2005-08-17 Chris Lattneradd some helper methods, and a new TargetConstant node...
2005-08-16 Chris Lattnerremove a dead enum value, making a comment above correc...
2005-08-16 Chris LattnerEliminate the RegSDNode class, which 3 nodes (CopyFromR...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-16 Chris Lattnerallow passing a dag into getOperationName and dump
2005-08-16 Chris Lattneradd some methods for dag->dag isel
2005-08-13 Nate BegemanRemove an unncessary argument to SimplifySelectCC and...
2005-08-13 Nate BegemanFix the fabs regression on x86 by abstracting the selec...
2005-08-12 Chris Lattneradd a helper method
2005-08-11 Nate BegemanSome SELECT_CC cleanups:
2005-08-10 Nate BegemanAdd new node, SELECT_CC. This node is for targets...
2005-08-09 Chris Lattneradd two helper methods
2005-08-09 Chris LattnerI can't believe I caught this before Misha! :)
2005-08-09 Chris LattnerEliminate the SetCCSDNode in favor of a CondCodeSDNode...
2005-08-08 Chris Lattneradd a new helper method
2005-08-05 Chris LattnerSince getSubtarget() always provides a const Subtarget...
2005-08-05 Chris LattnerMark hasConstantValue as a const method
2005-08-04 Nate BegemanAdd an extra parameter that Chris requested
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-08-03 Chris LattnerFix an obvious bug in the Log2 stuff that broke SingleS...
2005-08-03 Chris LattnerWrap comments to 80 cols, fix code sequence for CountLe...
2005-08-03 Chris LattnerFix another bug in the clz patch that caused miscompila...
2005-08-02 Chris LattnerFix the non-gcc 4.0 paths for countleadingzeros
2005-08-02 Chris LattnerFix inverted conditionals
2005-08-02 Chris LattnerFix the non-gcc 4.0 path to compile
2005-08-02 Chris LattnerConsolidate all of the various log2 computing functions...
2005-08-02 Jeff CohenImplement SetInterruptFunction for Windows.
2005-08-02 Chris Lattneradd a new function proto
2005-08-01 Chris LattnerMark these as V9 specific
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-30 Nate BegemanBreak SCEVExpander out of IndVarSimplify into its own...
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-28 Andrew Lenharthnew is not a valid default anywhere, so make this pure...
2005-07-28 Andrew LenharthLike constants, globals on some platforms are GOT relat...
2005-07-28 Jeff CohenPlease do not reintroduce tabs.
next