Missing 'public' keyword.
[oota-llvm.git] / include /
2007-10-18 Gordon HenriksenMissing 'public' keyword.
2007-10-18 Evan ChengReally fix PR1734. Carefully track which register uses...
2007-10-18 Evan ChengRemove unnecessary include.
2007-10-18 Owen AndersonMove Split<...>() into DomTreeBase. This should make...
2007-10-18 Ted KremenekChanged the return type of type-specific Allocate(...
2007-10-17 Ted KremenekImutAVLTree now allocates tree nodes from the BumpPtrAl...
2007-10-17 Ted KremenekRemoved inclusion of cassert, which is no longer needed.
2007-10-17 Ted KremenekMinor cosmetic cleanups in the calculation of alignment...
2007-10-17 Ted KremenekAdded template function alignof() which provides a...
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-17 Ted KremenekUpdated StringMap to use llvm::AlignOf to compute the...
2007-10-17 Ted KremenekAdded member template functions to MallocAllocator and
2007-10-17 Ted KremenekAdded llvm::AlignOf, a template class whose purpose...
2007-10-17 Dan GohmanDefine a helper function ConstantVector::getSplatValue...
2007-10-17 Hartmut KaiserUpdated VC++ build system.
2007-10-17 Duncan SandsReturn Expand from getOperationAction for all extended
2007-10-17 Evan ChengApply Chris' suggestions.
2007-10-17 Evan ChengUpdate comments.
2007-10-17 Evan ChengClean up code that calculate MBB live-in's.
2007-10-17 Owen AndersonMove splitBlock into DomTreeBase from DomTree.
2007-10-16 Owen AndersonFix some formatting.
2007-10-16 Owen AndersonTemplate DominatorTreeBase by node type. This is the...
2007-10-16 Duncan SandsDocument the fact that the verifier currently requires the
2007-10-16 Duncan SandsInitial infrastructure for arbitrary precision integer
2007-10-16 Evan ChengCode clean up.
2007-10-15 Devang PatelAdd removeModuleProvider()
2007-10-15 Ted KremenekFixed incorrect renaming of method name (forgot two...
2007-10-15 Ted KremenekAdded more doxygen comments.
2007-10-15 Chris Lattneradd a new CreateStackTemporary helper method.
2007-10-15 Chris LattnerOne mundane change: Change ReplaceAllUsesOfValueWith...
2007-10-15 Chris Lattnerremove dead enum, make setNodeId public.
2007-10-15 Chris LattnerFix 80 col violation
2007-10-14 Neil BoothConsolidate logic for creating NaNs. Silence compiler...
2007-10-14 Evan ChengWhen coalescing an EXTRACT_SUBREG and the dst register...
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-13 Evan ChengChange unfoldMemoryOperand(). User is now responsible...
2007-10-13 Evan ChengOptionally create a MachineInstr without default implic...
2007-10-12 Arnold SchwaighoferCorrected many typing errors. And removed 'nest' parame...
2007-10-12 Chris Lattnerdon't use intptr_t without including it.
2007-10-12 Chris LattnerMake this compute the correct offset, handling alignmen...
2007-10-12 Neil BoothImplement correctly-rounded decimal->binary conversion...
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-12 Evan ChengEXTRACT_SUBREG coalescing support. The coalescer now...
2007-10-12 Evan ChengCosmetic.
2007-10-12 Chris Lattnermake operator== work with non-equal sized bitvectors...
2007-10-12 Dan GohmanAdd intrinsics for sin, cos, and pow. These use llvm_an...
2007-10-11 Dan GohmanAdd runtime library names for pow.
2007-10-11 Dan GohmanAdd an ISD::FPOW node type.
2007-10-11 Ted KremenekProvided accessors to internal allocator for ImutAVLTre...
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-10-11 Chris Lattnermake bitvector &= do the right thing if vectors have...
2007-10-11 Chris LattnerAdd a new use_iterator::atEnd() method, which allows...
2007-10-11 Ted KremenekAdded iterators to ImmutableSet.
2007-10-10 Ted KremenekAdded some doxygen comments to ImmutableSet.
2007-10-10 Ted KremenekRemoved uninformative assertions that catch problems...
2007-10-10 Ted KremenekRemoved "height" of an AVL tree node from its Profile...
2007-10-10 Ted KremenekRemoved spurious forward declaration to a structure...
2007-10-10 Ted KremenekAdded some doxygen comments to a few methods of ImutAVL...
2007-10-10 Ted KremenekAdded preliminary support for iterators in ImutAVLTree.
2007-10-10 Ted KremenekRenamed internal method "Create" of ImutAVLTree to...
2007-10-10 Bill WendlingFix 80-column violations
2007-10-10 Dale JohannesenNext PPC long double bits: ppcf128->i32 conversion.
2007-10-09 Chris LattnerAdd new MemoryBuffer::getMemBufferCopy method.
2007-10-09 Devang PatelFix indentation.
2007-10-09 Ted KremenekAdded implementation of immutable (functional) maps...
2007-10-09 Devang PatelAdd LLVMFoldingBuilder
2007-10-09 Dan GohmanRemove an unnecessary friend declaration.
2007-10-09 Chris Lattnerupdate prototype, fixing build error
2007-10-09 Dan GohmanPass argc by value, not by reference, since it isn...
2007-10-09 Chris LattnerFix problems where DenseMap used operator!= instead...
2007-10-09 Chris LattnerChange a #include into a forward declaration
2007-10-08 Dan GohmanMark the prefetch intrinsic as IntrWriteArgMem, instead...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Dan GohmanAdd convenience overloads of SelectionDAG::getNode...
2007-10-08 Dan GohmanFix grammar in a comment.
2007-10-08 Dan GohmanAdd explicit keywords.
2007-10-08 Neil BoothAdd a new function tcExtract for extracting a bignum...
2007-10-08 Owen AndersonBegin the process of allowing DomTree on MBB's. Step...
2007-10-08 Chris LattnerAllow passes to just pass up "FunctionPass(&ID)" instea...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Chris LattnerFinish off PR1723, by working around some strange compi...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Neil BoothAdd back convertFromSignExtendedInteger.
2007-10-07 Neil BoothReimplement convertFromUnsignedInteger so it is passed...
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-10-07 Neil BoothcombineLostFractions does not need to be a member function
2007-10-07 Daniel BerlinSome more problems noticed by Curtis
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-10-06 Anton KorobeynikovInclude DataTypes.h to provide intptr_t type. This...
2007-10-06 Evan ChengOops. Forgot this.
2007-10-06 Neil BoothGeneralize tcFullMultiply so that the operands can...
2007-10-06 Gordon HenriksenWrapping Value::dump.
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-10-05 Dale JohannesenFirst round of ppc long double. call/return and
2007-10-05 Chris LattnerMark count method const.
next