Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.
[oota-llvm.git] / include /
2008-01-10 Duncan SandsOutput sinl for a long double FSIN node, not sin.
2008-01-10 Evan ChengClearify the meaning of immutable StackObject.
2008-01-10 Evan ChengAdd a isImmutable bit to StackObject. Fixed stack objec...
2008-01-10 Dale JohannesenEmit unused EH frames for weak definitions on Darwin,
2008-01-10 Chris Lattnerprovide def_* and use_* iterators in addition to reg_...
2008-01-10 Chris LattnerFix PR1845 and rdar://5676945. Generic vectors smaller
2008-01-09 Evan ChengFix sse2.psrl.w and sse2.psrl.q definitions.
2008-01-08 Ted KremenekAdded "getRoot()" to ImmutableMap.
2008-01-08 Ted KremenekFixed 80 col. violation.
2008-01-08 Chris Lattneradd a mayLoad property for machine instructions, a...
2008-01-08 Chris Lattneradd match support for casts.
2008-01-07 Nate BegemanUpdate the comment on scalar to vector to be a bit...
2008-01-07 Duncan SandsSmall cleanup for handling of type/parameter attribute
2008-01-07 Chris Lattnersplit TargetInstrDesc out into its own header file.
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris Lattnerremove a dead method.
2008-01-07 Chris LattnerRename all the M_* flags to be namespace qualified...
2008-01-07 Chris Lattneradd more and significantly better comments to the rest...
2008-01-07 Chris Lattneradd some mroe comments, add a isImplicitDef() method...
2008-01-07 Chris Lattnerrename hasVariableOperands() -> isVariadic(). Add...
2008-01-07 Chris LattnerMove M_* flags down in the file. Move SchedClass up...
2008-01-07 Gordon HenriksenRemoving a leaked file.
2008-01-07 Chris LattnerMove a bunch more accessors from TargetInstrInfo to...
2008-01-07 Chris Lattnerremove MachineOpCode typedef.
2008-01-07 Chris Lattnerremove some uses of MachineOpCode, move getSchedClass
2008-01-07 Chris LattnerAdd predicates methods to TargetOperandInfo, and switch...
2008-01-07 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris Lattnerback out accidental commit.
2008-01-06 Chris Lattnerfix an accidental commit that broke all the testers :(
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...
2008-01-06 Duncan SandsWhen transforming a call to a bitcast function into
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-06 Chris Lattnerdescribe isStore and simplify the implementation of...
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-05 Owen AndersonDidn't mean to commit this.
2008-01-05 Owen AndersonDidn't mean to commit this.
2008-01-04 Owen AndersonMove some more functionality from MRegisterInfo to...
2008-01-04 Bill WendlingDon't recalculate the loop info and loop dominators...
2008-01-04 Wojciech Matyjewiczfix typo
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-04 Chris LattnerAdd a really quick hack at a machine code sinking pass...
2008-01-03 Gordon HenriksenTrying that again.
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2008-01-03 Chris Lattnerdon't access element zero of an array of size zero.
2008-01-03 Chris LattnerDon't create a new ParamAttrsList (which copies the...
2008-01-03 Chris Lattnermove some code out of line, rearrange a bit.
2008-01-03 Chris LattnerDisallow copying explicitly.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2008-01-02 Ted KremenekInverted argument order for ImmutableMap::Profile.
2008-01-02 Ted KremenekAdded iterator and profiling (i.e. FoldingSetNodeID...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris Lattnerswitch the register iterator to act more like hte LLVM...
2008-01-01 Gordon HenriksenAdding C bindings for SwitchInst::addCase.
2008-01-01 Chris LattnerAdd a trivial but handy function to efficiently return...
2008-01-01 Chris Lattneradd efficient iteration support for register use/def's
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-31 Chris Lattnerproperly encapsulate the parent field of MBB and MI...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-30 Chris Lattnerslightly simplify and document SSARegMap.
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris Lattner- rename opType -> OpKind and contents -> Contents.
2007-12-30 Chris LattnerMore cleanups for MachineOperand:
2007-12-30 Chris LattnerMachineOperand:
2007-12-30 Gordon HenriksenAdd some doxygen comments to llvm-c/Core.h.
2007-12-30 Chris Lattnermake machine operands fatter: give each one an up-point...
2007-12-30 Chris Lattnersplit machineoperand out into its own header file.
2007-12-30 Chris Lattnerremove unneeded #includes.
2007-12-30 Chris Lattnerremove a bunch of now-dead methods.
2007-12-30 Chris Lattnermake offset operand optional.
2007-12-30 Chris LattnerShrinkify the machine operand creation method names.
2007-12-30 Chris Lattnerswitch MIBuilder over to use the simplified operand...
2007-12-30 Chris Lattner1. Make a static MachineOperand::create* method for...
2007-12-30 Chris Lattnersimplify some code by factoring operand construction...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-27 Gordon HenriksenSwitch the bindings to use LLVMFoldingBuilder.
2007-12-23 Owen AndersonGet rid of an unneeded #include.
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...
2007-12-23 Owen AndersonAdd GraphTraits specializations for machine dominators.
2007-12-22 Chris LattnerTell TargetLoweringOpt whether it is running before
2007-12-22 Chris LattnerAdd a new FGETSIGN operation, which defaults to expand...
2007-12-22 Anton KorobeynikovUnbreak build on gcc 3.x
2007-12-21 Duncan SandsMake DAE not wipe out attributes on calls, and not...
2007-12-21 Evan ChengAdd a few more missing gcc builtin's.
2007-12-21 Ted KremenekRemoved scoped_ptr, as its functionality is subsumed...
2007-12-20 Ted KremenekAdded OwningArrayPtr smart pointer class to provide...
2007-12-20 Chris Lattneradd new smart pointer for clang.
2007-12-20 Evan ChengType specification didn't match gcc's.
2007-12-20 Chris LattnerAdd m_Zero().
2007-12-20 Devang PatelRevert my previous check-in.
2007-12-20 Anton KorobeynikovMore eye-candy stuff :)
next