Add support for expanding PPC 128 bit floats.
[oota-llvm.git] / include /
2008-06-25 Duncan SandsAdd support for expanding PPC 128 bit floats.
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-25 Chris LattnerAdd a new InvalidateInstructionCache method to sys...
2008-06-25 Dan GohmanRemove the OrigVT member from AtomicSDNode, as it is...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-24 Dan GohmanMake Allocate<T>() return a T* instead of a void*....
2008-06-24 Dan GohmanCorrect a comment.
2008-06-24 Chris LattnerAdd support for building on solaris, working around...
2008-06-24 Dan GohmanPass std::string by reference. Thanks Chris!
2008-06-24 Matthijs KooijmanRename a few variables to be more consistent.
2008-06-24 Owen AndersonRemove an incorrect comment.
2008-06-24 Owen AndersonUse InstrSlots::NUM rather than pre-dividing by four...
2008-06-24 Dan GohmanComment fixes, and make Schedule() pure virtual.
2008-06-23 Dan GohmanAdd a clear() method to PriorityQueue.
2008-06-23 Owen AndersonAdd getScaledIntervalSize, which gives a measure of...
2008-06-23 Dan GohmanSimplify erase_one slightly. It's not necessary to...
2008-06-23 Dan GohmanUse StringMap instead of std::map<std::string, SDNode*>.
2008-06-23 Dan GohmanAdd methods to StringMap to erase entries by key.
2008-06-23 Evan ChengInstead of adding an isSS field to LiveInterval to...
2008-06-23 Wojciech MatyjewiczFirst step to fix PR2088. Implement routine to compute the
2008-06-23 Dan GohmanRemove two convenience constructors because they're...
2008-06-23 Dan GohmanRemove an unnecessary cast.
2008-06-22 Dan GohmanUse SCEVAddRecExpr::isAffine.
2008-06-22 Dan GohmanMove a few more SCEVExpander methods out-of-line.
2008-06-21 Dan GohmanReorder some fields in SDNode. This avoids padding,
2008-06-21 Dan GohmanRemove ScheduleDAG's SUnitMap altogether. Instead,...
2008-06-21 Dan GohmanAdd a priority queue class, which is a wrapper around...
2008-06-21 Dan GohmanChange ScheduleDAG's SUnitMap from DenseMap<SDNode...
2008-06-21 Evan ChengUndo spill weight tweak. Need to investigate the perfor...
2008-06-20 Duncan SandsAdd some methods for querying the nature of a
2008-06-20 Dan GohmanAdd an allnodes_size method.
2008-06-20 Gordon HenriksenAdd C binding for ExecutionEngine::addGlobalMapping.
2008-06-20 Dan GohmanIt's invalid to take the one-past-the-end address of...
2008-06-19 Owen AndersonAdd an idx_iterator to the insertvalue and extractvalue...
2008-06-19 Dan GohmanThe inline keyword goes before the return type. This...
2008-06-19 Evan ChengMinor spiller tweak to unfavor reload into load/store...
2008-06-18 Dan GohmanMove SCEVExpander::visitAddExpr out-of-line.
2008-06-18 Dan GohmanMove LSR's private isZero function to a public SCEV...
2008-06-18 Evan ChengAdd MachineRegisterInfo::use_empty.
2008-06-18 Devang PatelCheck empty dominance frontier.
2008-06-17 Dan GohmanAuto-upgrade code for multiple-value return statements...
2008-06-17 Owen AndersonAdd an insertBefore method for attaching previously...
2008-06-17 Owen AndersonFix use of placement new to actually use an address.
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-06-17 Matthijs KooijmanForgot to commit the ValueTracking header file along...
2008-06-17 Matthijs Kooijman80 column fixes.
2008-06-17 Chris Lattneradd a new -enable-value-prop flag for llcbeta, that...
2008-06-16 Evan ChengHorizontal-add instructions are not commutative.
2008-06-16 Gabor GreifMove some documentation from the header file into Progr...
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-06-16 Matthijs KooijmanMake the InsertBefore argument to FindInsertedValue...
2008-06-16 Matthijs KooijmanPass around Instruction* instead of Instruction& in...
2008-06-16 Matthijs KooijmanMove FindScalarValue from InstructionCombining.cpp...
2008-06-16 Matthijs KooijmanAdd comment.
2008-06-16 Duncan SandsAllow these transforms for types like i256 while
2008-06-16 Evan ChengAdd option to commuteInstruction() which forces it...
2008-06-16 Chris Lattneradd a const version of stripPointerCasts
2008-06-15 Wojciech MatyjewiczFix PR2434. When scanning for exising binary operator...
2008-06-14 Andrew Lenharthadd missing atomic intrinsic from gcc
2008-06-13 Duncan SandsDisable some DAG combiner optimizations that may be
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-06-12 Evan ChengDo not speculatively execute an instruction by hoisting...
2008-06-12 Duncan SandsIf queried as to whether an operation is legal
2008-06-11 Gabor Greifremove bogus comment
2008-06-11 Gabor Greifop_iterator-ify dropAllReferences
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-06-10 Duncan SandsSmall doc fix.
2008-06-09 Duncan SandsVarious tweaks related to apint codegen. No functionality
2008-06-09 Duncan SandsRemove some DAG combiner assumptions about sizes
2008-06-09 Chris LattnerAdd a simple, but efficient, generic scoped hash table
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-06 Gabor Greifget rid of ExtractValueInst::init's Value argument...
2008-06-06 Gabor Greifmake ExtractValueInst derived from UnaryInstruction
2008-06-06 Duncan SandsTighten up the abstraction slightly.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-06 Evan ChengRefine stack slot interval weight computation.
2008-06-05 Chris LattnerExpose a public interface to this pass.
2008-06-05 Owen AndersonAdd a helper for constructing new live ranges that...
2008-06-05 Matthijs Kooijman * Make CallSite::hasArgument const and let it take...
2008-06-05 Bill WendlingCast because I think I know what I'm doing. There are...
2008-06-05 Matthijs KooijmanFix 80 column violations.
2008-06-05 Bill WendlingRemove unused parameter. Some clients might use -Werror...
2008-06-04 Matthijs KooijmanAdd CallSite::hasArgument to allow for seeing if a...
2008-06-04 Matthijs KooijmanAdd a Name parameter to two of the init methods of...
2008-06-04 Matthijs KooijmanImplement the two constructors in InsertValueInst and...
2008-06-04 Evan ChengAdd a stack slot coloring pass. Not yet enabled.
2008-06-04 Duncan SandsChange packed struct layout so that field sizes
2008-06-03 Dale JohannesenExpand documentation of StringConstantPrefix.
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-06-02 Chris Lattnermove CannotBeNegativeZero to ValueTracking. Simplify...
2008-06-02 Chris Lattnermove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2008-06-01 Chris Lattneradd a predicate.
2008-05-31 Dan GohmanFix a copy+paste error in a comment.
2008-05-31 Dan GohmanFix some bugs with the handling of indices in insertval...
2008-05-31 Dan GohmanFactor several methods, including getInversePredicate and
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Dan GohmanAdd an isAggregateType predicate.
2008-05-30 Dan GohmanAdd an operator< for SmallVector.
next