oota-llvm.git
2008-06-24 Dan GohmanAppend to the ActiveTimers std::vector before looking...
2008-06-24 Dale Johannesenv2f32 is now a valid (MMX) type which breaks this
2008-06-24 Dale JohannesenAdd v2f32 (MMX) type to X86. Support is primitive:
2008-06-24 Owen AndersonIn ConstantArray::getAsString(), we know the size of...
2008-06-24 Owen AndersonUse SmallVector instead of std::vector for a minor...
2008-06-24 Dan GohmanRevert 52645, the loop unroller changes. It caused...
2008-06-24 Dan GohmanFix a typo in a comment.
2008-06-24 Dan GohmanMake Allocate<T>() return a T* instead of a void*....
2008-06-24 Tanya LattnerRegenerate configure.
2008-06-24 Dan GohmanUse const_cast instead of a C-style cast.
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 KooijmanCommit the new DeadArgElim pass again, this time with...
2008-06-24 Matthijs KooijmanAllow the test suite to be checked out into projects...
2008-06-24 Matthijs KooijmanUpdate testing documentation with more consistent termi...
2008-06-24 Matthijs KooijmanRename a few variables to be more consistent.
2008-06-24 Evan ChengIf it's determined safe, remat MOV32r0 (i.e. xor r...
2008-06-24 Dan GohmanFix some signed vs. unsigned issues in array and vector...
2008-06-24 Dan GohmanAdd a note about a potential PIC optimization.
2008-06-24 Dan GohmanFixes for being compiled PIC on Linux. This isn't the...
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 GohmanA brief survey of priority_queue usage in the tree...
2008-06-23 Dan GohmanAdd a clear() method to PriorityQueue.
2008-06-23 Bill WendlingThis situation can occur:
2008-06-23 Dan GohmanUse the new PriorityQueue in ScheduleDAGList too, which...
2008-06-23 Owen AndersonAdd getScaledIntervalSize, which gives a measure of...
2008-06-23 Dan GohmanUse use_empty() instead of getNumUses(), avoiding a...
2008-06-23 Owen AndersonUse getMBBEndIdx rather than assuming that the end...
2008-06-23 Dan GohmanFix spelling and grammar in a comment.
2008-06-23 Bill WendlingExtract the x86_64 part for the executables.
2008-06-23 Dan GohmanSimplify erase_one slightly. It's not necessary to...
2008-06-23 Dan GohmanRevamp the loop unroller, extending it to correctly...
2008-06-23 Evan ChengRemove option used to debug stack coloring bugs. It...
2008-06-23 Evan ChengDisable PRE. It's breaking bootstrapping.
2008-06-23 Dan GohmanMove a DenseMap's declaration outside of a loop, and...
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 GohmanUpdate the .cvs files.
2008-06-23 Dan GohmanFix the types for NumElements variables, and add a...
2008-06-23 Owen AndersonTighten the conditions under which we do PRE, remove...
2008-06-23 Chris Lattnerminor tidying of comments.
2008-06-23 Dan GohmanRemove two convenience constructors because they're...
2008-06-23 Dan GohmanUse std::copy instead of a loop.
2008-06-23 Dan GohmanMore changes from Chris' review: simplify getIndices...
2008-06-23 Dan GohmanRemove an unnecessary cast.
2008-06-23 Dan GohmanDuncan pointed out this code could be tidied.
2008-06-23 Dan GohmanFix the syntax of insertvalue in the example.
2008-06-23 Duncan SandsPort some integer multiplication fixes from LegalizeDAG.
2008-06-23 Duncan SandsSupport for expanding the result of EXTRACT_ELEMENT.
2008-06-23 Duncan SandsCleanup up LegalizeTypes handling of loads and
2008-06-23 Bill WendlingMake test work on non-x86 machines (like my G4 PPC).
2008-06-23 Owen AndersonAt Chris' suggestion, move the liveness and worklist...
2008-06-22 Dan GohmanImprove LSR's dead-phi detection to handle use-def...
2008-06-22 Dan GohmanUse Loop::block_iterator.
2008-06-22 Dan GohmanGeneralize createSCEV to be able to form SCEV expressio...
2008-06-22 Dan GohmanUse SCEVAddRecExpr::isAffine.
2008-06-22 Dan GohmanRemove unnecessary #includes.
2008-06-22 Dan GohmanMove a few more SCEVExpander methods out-of-line.
2008-06-22 Chris LattnerFix PR2369 by making scalarrepl more careful about...
2008-06-22 Duncan SandsMake custom lowering of ADD work correctly. This
2008-06-21 Eli FriedmanFix for PR2479: correctly optimize expressions like...
2008-06-21 Dan GohmanUse Instruction::eraseFromParent().
2008-06-21 Dan GohmanUse Function's arg_size() and size() methods.
2008-06-21 Dan GohmanSimplify some getNode calls.
2008-06-21 Dan GohmancanClobberPhysRegDefs shouldn't called without checking...
2008-06-21 Dan GohmanAvoid creating a redundant zero APInt.
2008-06-21 Dan GohmanUse clear() to zero an existing APInt.
2008-06-21 Dan GohmanUse back() instead of [size()-1].
2008-06-21 Duncan SandsThis file is empty.
2008-06-21 Duncan SandsTurn off llvm-gcc warnings when running "make check".
2008-06-21 Dan GohmanUse MachineBasicBlock::transferSuccessors.
2008-06-21 Dan GohmanUse static_cast instead of reinterpret_cast for casting...
2008-06-21 Chris LattnerFix warning when assertions disabled.
2008-06-21 Chris Lattnerfix warning when assertions disabled.
2008-06-21 Chris Lattnerfix warning when assertion disabled.
2008-06-21 Chris Lattnerfix some warnings when assertions are disabled.
2008-06-21 Dan GohmanRemove a redundant return.
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 Duncan SandsSupport for load/store of expanded float types. I
2008-06-21 Dan GohmanChange ScheduleDAG's SUnitMap from DenseMap<SDNode...
2008-06-21 Evan ChengEnable PRE.
2008-06-21 Evan ChengUndo spill weight tweak. Need to investigate the perfor...
2008-06-21 Dan GohmanSimplify some template parameterization.
2008-06-21 Evan ChengBack out Matthijs' DAE patches. It's miscompiling gcc...
2008-06-20 Ted KremenekUpdated VS build system. Patch provided by Cedric...
2008-06-20 Evan ChengEnhanced heuristic to determine the *best* register...
2008-06-20 Chris Lattnerinteger types are not primitive, they are derived.
2008-06-20 Owen Andersonllvmc doesn't exist anymore, and llvmc2 doesn't have...
2008-06-20 Owen AndersonRemove empty directory.
2008-06-20 Duncan SandsShare some code that is common between integer and
2008-06-20 Duncan SandsAdd some methods for querying the nature of a
2008-06-20 Duncan SandsRename the operation of turning a float type into an
2008-06-20 Dan GohmanClean up some uses of std::distance, now that we have...
next