get symbolic information for ppc ldbl nodes.
[oota-llvm.git] / include /
2008-01-18 Chris Lattnerremove magic numbers.
2008-01-18 Ted KremenekReverted implementation of ImmutableMap::find() to...
2008-01-17 Chris LattnerThis commit changes:
2008-01-17 Ted KremenekImplemented "FIXME" in ImutAVLTree: isEqual() now also...
2008-01-17 Chris Lattneradd some helper methods.
2008-01-17 Chris Lattner* Introduce a new SelectionDAG::getIntPtrConstant method
2008-01-16 Dale JohannesenDo not mark EH tables no-dead-strip unless the
2008-01-16 Chris LattnerFactor the ReachesChainWithoutSideEffects out of dag...
2008-01-15 Ted KremenekChanged ImmutableMap::find to return an iterator instea...
2008-01-15 Devang Patel- Introduces versioning macro LLVM_LTO_VERSION
2008-01-15 Dale JohannesenFix and enable EH for x86-64 Darwin. Adds
2008-01-15 Owen AndersonMove some calls to getVRegDef higher in the callgraph...
2008-01-15 Evan ChengUnbreak the build.
2008-01-15 Gordon HenriksenFix a memory correctness error noticed by valgrind...
2008-01-15 Evan ChengOops. Forgot to commit this.
2008-01-15 Anton KorobeynikovFor PR1839: add initial support for __builtin_trap...
2008-01-14 Duncan SandsI noticed that the trampoline straightening transformat...
2008-01-12 Evan ChengAdd hasByValArgument() to test if a call instruction...
2008-01-12 Duncan SandsBe more liberal in what parameter attributes are
2008-01-12 Chris LattnerAllow clients to specify the inline threshold when...
2008-01-11 Chris Lattnerremove some incorrect classof's.
2008-01-11 Duncan SandsDo not allow attributes beyond a function's last
2008-01-11 Chris Lattneradd operator==/!= to smallvector.
2008-01-11 Chris Lattnerrename MachineInstr::setInstrDescriptor -> setDesc
2008-01-11 Chris Lattnerdon't include loopinfo.h from this file.
2008-01-11 Chris LattnerMove typedef of loop to top of the file where it is...
2008-01-11 Chris LattnerFix 80 col violations
2008-01-11 Scott MichelMore CellSPU refinement and progress:
2008-01-10 Chris LattnerSimplify the side effect stuff a bit more and make...
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.
next