Removing a dead reference from LLVM.xcodeproj.
[oota-llvm.git] / include /
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-11-03 Evan ChengThere are times when the coalescer would not coalesce...
2007-11-02 Ted KremenekAdded overloaded version of Deserializer::ReadOwnedPtr...
2007-11-02 Owen AndersonVAArgInst does, in fact, read memory.
2007-11-01 Neil BoothWhen converting to integer, do bit manipulations in...
2007-11-01 Ted KremenekRemoved ReadVal from SerializeTrait<T>, and also remove...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-11-01 Bill WendlingGet rid of compilation warning during release builds
2007-11-01 Evan Cheng- Coalesce extract_subreg when both intervals are relat...
2007-11-01 Ted KremenekRewrote backpatcher. Backpatcher now stores the "has...
2007-11-01 Ted KremenekAdded typedef "value_type" to DenseMap (similar typedef...
2007-10-31 Ted Kremenekconstified several pointer arguments for methods in...
2007-10-31 Ted KremenekImplemented deserialization of references. References...
2007-10-31 Ted KremenekAdded Serializer::EmitRef to deal with emitting arbitra...
2007-10-31 Ted KremenekChanged access control within FoldingSet for some ivars...
2007-10-31 Duncan SandsAdd a newline at the end of the file.
2007-10-31 Owen AndersonAdd the skeleton of a better PHI elimination pass.
2007-10-31 Owen AndersonSome fixes to get MachineDomTree working better.
2007-10-30 Ted KremenekAdded member function "size()" to FoldingSet to return...
2007-10-30 Dale JohannesenAdd missing SSE builtins: CVTPD2PI, CVTPS2PI,
2007-10-30 Dale JohannesenFix argument types for PSLLQ, PSRLQ.
2007-10-29 Evan ChengEnable more fold (sext (load x)) -> (sext (truncate...
2007-10-29 Dan GohmanAdd explicit keywords.
2007-10-29 Chris LattnerModel stacksave and stackrestore as both writing memory...
2007-10-29 Owen AndersonAdd a first attempt at dominator information for MBB...
2007-10-28 Ted KremenekUpdated backpatching logic during object deserializatio...
2007-10-28 Duncan SandsThe guaranteed alignment of ptr+offset is only the...
2007-10-26 Ted KremenekFixed bug where default SerializeTrait<>::Materialize...
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-26 Ted KremenekAdded default implementation of SerializeTrait<> that...
2007-10-26 Gordon HenriksenMore fleshing out of docs/Passes.html, plus some typo...
2007-10-26 Evan ChengLoosen up iv reuse to allow reuse of the same stride...
2007-10-25 Ted KremenekUpdated backpatching during object deserialization...
2007-10-25 Ted KremenekAdded special treatment of serializing NULL pointers.
2007-10-25 Ted KremenekCreated header file to include minimal forward referenc...
2007-10-25 Duncan SandsFix comment typos.
2007-10-25 Chris Lattnerremove unimplemented ctor, add some comments.
2007-10-25 Owen AndersonMake it possible for DomTreeBase to be constructed...
2007-10-25 Ted KremenekImplemented prototype serialization of pointers, includ...
2007-10-24 Ted KremenekSplit Serialization.h into separate headers: Serialize...
2007-10-24 Chris Lattneradd a nice predicate to check to see if nan
2007-10-24 Hartmut KaiserSilenced a VC++ warning.
2007-10-23 Ted KremenekAdded "ReadEnum" and "WriteEnum" to serialization classes.
2007-10-23 Owen AndersonMake DomTreeBase not a FunctionPass.
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-23 Owen AndersonUnbreak the build. Forgot to commit this file.
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-23 Evan ChengisSubRegOf() is a dup of isSubRegister.
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
2007-10-21 Anton KorobeynikovReg2Mem cleanup and optimizations:
2007-10-21 Chris LattnerAdd a convenience method for creating EE's.
2007-10-19 Evan ChengLocal spiller optimization:
2007-10-19 Chris Lattnerrename ExpandOperation to ExpandOperationResult, as...
2007-10-19 Rafael EspindolaAdd support for byval function whose argument is not...
2007-10-19 Chris Lattneradd a new target hook.
2007-10-19 Dale JohannesenMore ppcf128 issues (maybe the last)?
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-18 Christopher LambAdd an uppercase conversion utility function.
2007-10-18 Chris Lattnerremove dead file
2007-10-18 Chris Lattnerupdate comment.
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...
next