Fix a bug where scalarrepl would discard offset if type would match.
[oota-llvm.git] / include /
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Ted KremenekAltered ctor for APSInt to accept an optional "isUnsign...
2008-01-29 Dan GohmanAdd comments describing what the loop depth values...
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2008-01-29 Dale JohannesenHandle 'X' constraint in asm's better.
2008-01-28 Ted KremenekAdded destructor for template class FoldingSetNodeWrapper.
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-27 Owen AndersonFixes for BreakCriticalMachineCodeEdge by Fernando.
2008-01-27 Chris Lattnermake isExactlyValue work for long double.
2008-01-27 Bill WendlingThe CorrelatedExpressionElimination pass is known to...
2008-01-26 Chris Lattnermake this 64-bit safe
2008-01-25 Chris LattnerReorder a field to reduce the size of StackObject....
2008-01-25 Duncan SandsAdd more assertions to catch accesses outside of
2008-01-25 Chris Lattnermove this field back. Moving the field causes miscompi...
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
2008-01-25 Chris Lattneradd a fixme.
2008-01-24 Ted KremenekAdded additional overloaded operators for APSInt to...
2008-01-24 Chris LattnerAdd hasByValAttr() and hasNoAliasAttr() methods to...
2008-01-24 Owen AndersonMove some functionality for adding flags to MachineInst...
2008-01-23 Evan ChengLet each target decide byval alignment. For X86, it...
2008-01-23 Ted KremenekAdded special escape sequences "\{", "\}", and "\|...
2008-01-23 Ted KremenekAdded "getRoot()" to ImmutableSet.
2008-01-22 Anton KorobeynikovSilence a warning. Should we turn this into configure...
2008-01-21 Ted KremenekFixed buggy caching of the hash value of an ImutAVLTree...
2008-01-21 Ted KremenekMoved method call within a conditional branch because...
2008-01-21 Ted KremenekAdjusted ImutAVLTree::ComputeHash to compute a hash...
2008-01-21 Ted KremenekAdded "clear" method to FoldingSetNodeID to allow a...
2008-01-21 Ted KremenekReplaced (FoldingSet) profiling of ImutAVLTree with...
2008-01-21 Chris LattnerFix the failures in the PPC JIT by marking relocation...
2008-01-19 Ted KremenekChanged argument name for 'Profile' method to potential...
2008-01-19 Ted KremenekModified ImmutableSet/ImmutableMap to use FoldingSet...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APInt.
2008-01-19 Ted KremenekMade 'FoldingSetNodeID' a proper class instead of a...
2008-01-19 Ted KremenekMade 'profiling' of objects in a FoldingSet trait-based...
2008-01-18 Chris Lattnerdon't form an std::string with a null pointer, it aborts.
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.
next