Added ImmutableMap constructor that accepts a const TreeTy*.
[oota-llvm.git] / include / llvm /
2008-07-10 Ted KremenekAdded ImmutableMap constructor that accepts a const...
2008-07-10 Dan GohmanTidy up #includes.
2008-07-10 Dan GohmanAdd a SubclassData field to SDNode, similar to what...
2008-07-10 Dan GohmanFix a copy+pasto in an assertion string.
2008-07-10 Dan GohmanStack objects have nonnegative indices, not just positi...
2008-07-10 Dan GohmanEscape the graph name. This unbreaks -view-cfg.
2008-07-10 Dan GohmanRemove this file; the code that it went with is no...
2008-07-10 Duncan SandsAdd support for 128 bit multiplicative operations.
2008-07-10 Duncan SandsAdd a mysteriously missing libcall, FPTOSINT_F80_I32.
2008-07-10 Duncan SandsCorrect a comment.
2008-07-10 Evan Cheng- Change the horrible N^2 isRegReDefinedByTwoAddr....
2008-07-10 Chris Lattneradd a helper method for code that wants to handle vector
2008-07-10 Evan Cheng- Replace use of std::map<std::string, ..> with StringM...
2008-07-09 Dan GohmanSimplify hasNUsesOfValue and hasAnyUsesOfValue even...
2008-07-09 Dan GohmanMove MemoryVT out of LSBaseNode into MemSDNode, allowin...
2008-07-09 Dan GohmanMove the IsVolatile and SVOffset fields into the MemSDN...
2008-07-09 Anton KorobeynikovSilence a warning
2008-07-09 Anton KorobeynikovDrop enum and use constants for SectionFlags
2008-07-09 Anton KorobeynikovFirst sketch of special section objects
2008-07-09 Anton KorobeynikovUnbreak
2008-07-09 Anton KorobeynikovAnother bunch of hacks for named sections support
2008-07-09 Anton KorobeynikovAdd hacky way to distinguish named and named sections...
2008-07-09 Anton KorobeynikovHandle ELF mergeable sections
2008-07-09 Anton KorobeynikovProvide general hook for section name calculation
2008-07-09 Anton KorobeynikovPrint entity size for mergeable sections
2008-07-09 Anton KorobeynikovMove flag decoding stuff into special hook
2008-07-09 Anton KorobeynikovProperly handle linkonce stuff
2008-07-09 Anton KorobeynikovProvide skeletone code for calculation of section,...
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 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...
next