test commit access
[oota-llvm.git] / include /
2008-07-17 Owen AndersonMake MergeBlockIntoPredecessor more aggressive when...
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-17 Evan ChengIndentation.
2008-07-17 Nate BegemanSSE codegen for vsetcc nodes
2008-07-17 Duncan SandsFactorize some code for determining which libcall to...
2008-07-17 Owen AndersonFactor MergeBlockIntoPredecessor out into BasicBlockUtils.
2008-07-16 Devang PatelMark function used by asm block as used, otherwise...
2008-07-16 Dan GohmanFix the name of BreakCriticalMachineEdge.h's include...
2008-07-16 Dan GohmanCorrect a top-level comment.
2008-07-16 Dan GohmanClarify the comments here, to make slightly more clear the
2008-07-16 Dan GohmanTidy a doxygen comment.
2008-07-15 Dan GohmanSelectionDAG::AssignNodeIds is unused.
2008-07-14 Dan GohmanReapply 53476 and 53480, with a fix so that it properly...
2008-07-14 Chris LattnerReapply r53540, now with the matching header!
2008-07-14 Chris Lattnerwhitespace fix.
2008-07-14 Chris Lattnerdoxygenate comments and wrap to 80 cols.
2008-07-12 Ted KremenekInline typedef for alist_iterator::pointer to work...
2008-07-12 Nick Lewyckyoperator[] is not defined for list::iterator. Overload...
2008-07-12 Evan ChengBack out 53476 and 53480 for now. Somehow they cause...
2008-07-12 Dan GohmanAdd a utility function to MachineInstr for testing...
2008-07-11 Dan GohmanFix spelling of "hierarchy" in comments.
2008-07-11 Dan GohmanFix typos in comments.
2008-07-11 Dan GohmanInclude a frame index in the "fixed stack" pseudo sourc...
2008-07-11 Ted KremenekMinor tweaks to the ImmutableList iterator interface.
2008-07-11 Dan GohmanAdd support for putting NamedRegionTimers in TimerGroup...
2008-07-11 Dan GohmanUse find instead of lower_bound.
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-11 Duncan SandsIt is pointless to turn a UINT_TO_FP into an
2008-07-11 Duncan SandsAdd two missing SINT_TO_FP libcalls.
2008-07-11 Duncan SandsAdd support for 128 bit shifts and 32 bit shifts
2008-07-10 Ted KremenekMake typedef public to make MSVC++ happy.
2008-07-10 Ted KremenekMake some typedefs public to make MSVC++ happy.
2008-07-10 Ted KremenekMake typedefs in ilist public (Visual C++ errors out...
2008-07-10 Bill WendlingPull r53428 from Gaz into mainline:
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...
next