Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.
[oota-llvm.git] / include /
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.
2007-10-05 Dan GohmanSMUL_LOHI and UMUL_LOHI are commutative.
2007-10-05 Dan GohmanDefine target-indepenent SDNode types for multiply...
2007-10-05 Duncan SandsFix typo in comment.
2007-10-05 Daniel BerlinFix intersectWithComplement bug noticed by Curtis Dunham
2007-10-05 Evan ChengIf a node that defines a physical register that is...
2007-10-05 Evan Cheng- Added a few target hooks to generate load / store...
2007-10-05 Evan ChengAdd a variant of getTargetNode() that takes a vector...
2007-10-04 Daniel BerlinFix the previous bug a slightly different way (by modif...
2007-10-04 Daniel BerlinFix off by one error in iterator
2007-10-04 Daniel BerlinIt helps a lot when you check for the end of your list...
2007-10-04 Daniel BerlinMake SparseBitVector::set actually work properly when...
2007-10-03 Neil BoothAdd APFloat -> hexadecimal string conversion, as per...
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-10-03 Owen AndersonAdd a GraphTraits partial specialization to make the...
2007-10-03 Chris LattnerAdd initial iterator support for folding set.
2007-10-03 Dan GohmanFix a using namespace llvm; in a header file.
2007-10-03 Neil BoothTweak RoundAwayFromZero the bit number below which...
2007-10-03 Gordon HenriksenRegenerate.
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-10-01 Evan ChengRemove simple scheduler.
2007-10-01 Dale JohannesenAdd getABITypeSize, getABITypeSizeInBits
2007-10-01 Dan GohmanAdd empty() member functions to a few container-like...
2007-09-30 Chris LattnerAdd a helper useful when mapping from a map element...
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.
2007-09-29 Duncan SandsAdd newline at end of file.
2007-09-29 Gordon HenriksenCollector is the base class for garbage collection...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-29 Evan ChengEnabling new condition code modeling scheme.
2007-09-28 Evan ChengIf two instructions are both two-address code, favors...
2007-09-28 Evan ChengTrim some unneeded fields.
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-27 Owen AndersonConvert DFSPass into a templated friend function, in...
2007-09-27 Dan GohmanTargetAsmInfo::getAddressSize() was incorrect for x86...
2007-09-27 Gordon HenriksenCollectorMetadata abstractly describes stack maps for...
2007-09-27 Gordon HenriksenMy previous Registry.h header, as well as Collectors...
2007-09-26 Evan ChengOops. Forgot this.
2007-09-26 Neil BoothWhitespace cleanup.
2007-09-26 Evan Cheng- Added MRegisterInfo::getCrossCopyRegClass() hook...
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-26 Daniel BerlinFix small bug in operator== for iterators
2007-09-25 Duncan SandsFix spelling.
2007-09-25 Evan ChengAdded major new capabilities to scheduler (only BURR...
2007-09-25 Evan ChengNew temporary option -new-cc-modeling-scheme to test...
2007-09-24 Daniel BerlinComment fixups
next