Remove unused function.
[oota-llvm.git] / include /
2008-07-03 Dan GohmanUse operator new instead of new char[].
2008-07-03 Evan Cheng- Add LiveVariables::replaceKillInstruction. This does...
2008-07-02 Owen AndersonMake LiveVariables even more optional, by making it...
2008-07-02 Dan GohmanReplace a few uses of SelectionDAG::getTargetNode with
2008-07-02 Eric ChristopherAdd a couple more helper functions to deal with
2008-07-02 Mon P WangMake the default min align of CreateStackTemporary...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-07-02 Owen AndersonHave DenseSet::insert return a bool indicating whether...
2008-07-02 Mon P WangFixed problem in EmitStackConvert where the source...
2008-07-02 Chris Lattneroptimize StringMap::clear
2008-07-02 Chris LattnerAdd a new (simple) StringMap::clear method, patch by...
2008-07-02 Bill WendlingSorry. I couldn't sleep at night knowing I put these...
2008-07-02 Ted KremenekImplemented operator!= for the ImmutableList iterator.
2008-07-01 Owen AndersonAdd a version of AddString that takes a const char...
2008-07-01 Bill WendlingDarwin doesn't need exception handling information...
2008-07-01 Evan ChengAvoid creating expensive comment string if it's not...
2008-07-01 Ted KremenekAdded partial specialization of FoldingSetTrait for...
2008-07-01 Bill Wendling- Update comments.
2008-07-01 Devang PatelFix dom tree compare. Don't forget to compare children!
2008-07-01 Owen AndersonAdd a version of AsmPrinter::EOL that takes a const...
2008-07-01 Devang PatelFix typos in comments.
2008-07-01 Evan ChengDAGSize should not be public.
2008-07-01 Dan GohmanPrune a few dependencies on MachineFunction.h.
2008-07-01 Dan GohmanMake ilist_traits<MachineBasicBlock>'s Parent member...
2008-07-01 Dan GohmanFix apostrophes in a comment.
2008-07-01 Evan ChengDo not use computationally expensive scheduling heurist...
2008-07-01 Devang PatelAdd dom info verifier.
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
2008-07-01 Owen AndersonImplement suggestions from Chris:
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...
next