Make hooks virtual
[oota-llvm.git] / include /
2008-07-09 Anton KorobeynikovMake hooks virtual
2008-07-09 Anton KorobeynikovAdd default section name resolution routine
2008-07-09 Anton KorobeynikovConstify
2008-07-09 Anton KorobeynikovAdd code for default section falgs computation
2008-07-09 Chris LattnerAdd a little wrapper header that is put around bc files...
2008-07-09 Nick LewyckyRemove getValueRange from SCEV. It wasn't doing anythin...
2008-07-09 Dan Gohmanconst-ify SelectionDAG::getNodeValueTypes.
2008-07-08 Dan GohmanFactor out the code for computing an alignment value...
2008-07-08 Dan GohmanThe graph name really does matter for configurations...
2008-07-08 Evan ChengUnbreak C++ tests on x86 Darwin.
2008-07-08 Duncan SandsAdd some helpers for manipulating function
2008-07-08 Matthijs KooijmanAdd CallSite::getArgumentNo() to be able to translate...
2008-07-08 Matthijs KooijmanAdd CallSite::getArgumentOffset() to hide the differenc...
2008-07-08 Duncan SandsAdd some convenience methods for manipulating
2008-07-08 Nick LewyckyExpand SCEVUDiv of power of 2 to a lshr instruction.
2008-07-08 Evan ChengAvoid unnecessary string construction during asm printing.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-07 Dan GohmanPool-allocation for SDNodes. The pool is allocated...
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...
2008-07-07 Bill WendlingUse StringMap for greater justice!
2008-07-07 Dan GohmanFix SDNode::MorphNodeTo (a function used by by SelectNo...
2008-07-07 Dan GohmanMove MachineMemOperand's constructor out of line, to...
2008-07-07 Dan GohmanShrink MachineMemOperand by storing the alignment in...
2008-07-07 Dan GohmanMake ilist noncopyable too.
2008-07-07 Dan GohmanDon't use std::advance just to increment or decrement...
2008-07-07 Dan GohmanMake BumpPtrAllocator noncopyable.
2008-07-07 Dan GohmanAdd a space between * and /* to help simple-minded...
2008-07-07 Dan GohmanRemove most of the uses of SDOperandPtr, usually replac...
2008-07-07 Dan GohmanRemove uses of "llvm/Support/Debug.h" from LLVM include...
2008-07-07 Dan GohmanRemove unnecessary static_casts.
2008-07-07 Dan GohmanRemove an unnecessary reinterpret_cast.
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-07 Dan GohmanMake DenseMap's insert return a pair, to more closely...
2008-07-07 Ted KremenekRemoved ImmutableMap::SlimFind and replaced it with...
2008-07-07 Duncan SandsLegalizeTypes soft-float support for stores of a
2008-07-05 Anton KorobeynikovAdd convenient helper for checking whether global is...
2008-07-05 Nick Lewycky80col
2008-07-05 Mon P WangFixed generating incorrect aligned stores that I backou...
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-04 Duncan SandsLinux also does not require exception handling
2008-07-03 Bill WendlingDon't return std::vector by value, but pass it in by...
2008-07-03 Bill WendlingRevert my previous check-in that split up MachineModule...
2008-07-03 Devang PatelProvide a hook to set the code generation debug option...
2008-07-03 Evan ChengBacked out 53031.
2008-07-03 Evan Cheng- Remove calls to copyKillDeadInfo which is an N^2...
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...
next