Compilation fix
[oota-llvm.git] / include /
2008-07-01 Seo SanghyeonCompilation fix
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanMake SmallVector's grow use memcpy in common cases
2008-06-30 Dan GohmanUse plain operator new instead of new char[].
2008-06-30 Dan GohmanUpdate comments to new-style syntax.
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Evan ChengSplit scheduling from instruction selection.
2008-06-30 Ted KremenekAdded some comments and some cleanups.
2008-06-30 Dan GohmanReorder the fields in TargetLowering to require less...
2008-06-30 Dan GohmanChange bools to 1-bit bitfields to shrink ArgListEntry...
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-06-30 Owen AndersonAdd an isReachableFromEntry method.
2008-06-30 Ted KremenekAdded ImmutableList, a companion ADT to ImmutableSet...
2008-06-30 Devang PatelRemove old LTO interface.
2008-06-30 Chris Lattneradd convenience 'constructors'
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-30 Evan ChengEliminate TargetRegisterDesc::ImmSubRegs. It's no longe...
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-30 Nick LewyckyBecause of the laziness, the required passes must exist...
2008-06-30 Nick LewyckyAdd a value range analysis that lazily computes ranges...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-28 Anton KorobeynikovStart refactoring of asmprinters: provide a TAI hook...
2008-06-28 Chris LattnerAdd back the capability to include nul characters in...
2008-06-27 Owen AndersonAdd a NextPowerOf2 function to calculate the next power...
2008-06-27 Chris Lattnerimplement some fixme's by making "autorenaming" in...
2008-06-27 Chris Lattneradd a helper.
2008-06-27 Chris LattnerAdd a new version of Module::getFunction that takes...
2008-06-27 Chris LattnerTweak IRBuilder to explicitly call the setName(const...
2008-06-27 Cedric VenetAdd an include file needed for VS.
2008-06-27 Owen AndersonCache subregister relationships in a set in TargetRegis...
2008-06-27 Chris Lattnerfix the regressions from Eric's patch by making GetCons...
2008-06-27 Bill WendlingMore cruft from revert...
2008-06-27 Bill WendlingReverting broken patch r52803.
2008-06-27 Bill Wendling- Remove a use of std::vector.
2008-06-27 Bill WendlingRefactor the DebugInfoDesc stuff out of the MachineModu...
2008-06-26 Chris Lattnerallow updating the MPM, so that you can use one Functio...
2008-06-26 Bill WendlingRemove warnings about shadowed and unused variables.
2008-06-26 Owen AndersonUse a DenseMap instead of an std::map for mangled name...
2008-06-26 Matthijs KooijmanAdd missing semicolumn in my last commit.
2008-06-26 Matthijs KooijmanImprove comments wrt createInternalize.
2008-06-26 Dale JohannesenFixes the last x86-64 test failure in compat.exp:
2008-06-26 Eric ChristopherMove GetConstantStringInfo to lib/Analysis. Remove
2008-06-25 Owen AndersonRemember which MachineOperand we were processing, so...
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
next