Factor out cycle-finder code and make it generic.
[oota-llvm.git] / include / llvm / CodeGen /
2009-05-08 Anton KorobeynikovFactor out cycle-finder code and make it generic.
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-05-07 Evan ChengRename "loop aligner" pass to "code placement optimizat...
2009-05-07 Jakob Stoklund OlesenAdd const modifiers.
2009-05-07 Bill WendlingJust turn aggressive stack coloring off at -O3.
2009-05-07 Bill WendlingTemporarily revert r71010. It was causing massive failu...
2009-05-07 Argyrios KyrtzidisMake DwarfWriter::RecordInlinedFnStart more like the...
2009-05-05 Evan ChengForgot this in the last commit.
2009-05-04 Chris LattnerMake DBG_STOPPOINT nodes, and therefore DBG_LABEL label...
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Evan ChengIn some rare cases, the register allocator can spill...
2009-05-03 Anton KorobeynikovProperly handle sdiv / udiv / srem / urem libcalls
2009-05-03 Argyrios Kyrtzidis-Move the DwarfWriter::ValidDebugInfo check to a static...
2009-04-30 Argyrios KyrtzidisFix compilation for some targets other than x86.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Jakob Stoklund OlesenMachineInstr::isRegTiedTo{Use,Def}Operand can safely...
2009-04-29 Nate BegemanUpdate comment, replace theoretically impossible check...
2009-04-29 Nate BegemanImplement review feedback for vector shuffle work.
2009-04-29 Sanjiv GuptaAdd a public method called getAddressSpace() to the...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Sanjiv GuptaInitialized arrays can be in any address space.
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-25 Evan ChengDo not share a single unknown val# for all the live...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-21 Evan ChengIt has finally happened. Spiller is now using live...
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-04-20 Bob WilsonRevise my previous change 68996 as suggested by Duncan.
2009-04-19 Duncan SandsRemove the SimpleTy enumerated type field from the MVT
2009-04-18 Duncan SandsDon't try to make BUILD_VECTOR operands have the same
2009-04-18 Evan ChengAdd a new LiveInterval::overlaps(). It checks if the...
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-16 Devang PatelIf FastISel is run and it has known DebugLoc then use it.
2009-04-15 Dan GohmanGeneralize one of the SelectionDAG::ReplaceAllUsesWith...
2009-04-15 Dan GohmanDon't use "protected:" in classes that aren't intended...
2009-04-15 Dan GohmanMove MachineRegisterInfo::setRegClass out of line.
2009-04-15 Dan GohmanMove MachineJumpTableInfo::ReplaceMBBInJumpTables out...
2009-04-15 Dan GohmanGive RemoveRegOperandFromRegInfo a comment and move the
2009-04-15 Devang PatelConstruct and emit DW_TAG_inlined_subroutine DIEs for...
2009-04-13 Bob WilsonChange SelectionDAG type legalization to allow BUILD_VE...
2009-04-13 Devang PatelRight now, Debugging information to encode scopes ...
2009-04-13 Devang PatelReapply 68847.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-12 Chris Lattneroptimize FastISel::UpdateValueMap to avoid duplicate...
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-10 Devang PatelDebugLabelFolder ruthlessly deletes redundant labels...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-10 Bill WendlingConstify getter methods.
2009-04-09 Dan GohmanRemove the obsolete SelectionDAG::getNodeValueTypes...
2009-04-09 Dan GohmanChange the NumVTs field from short to int, since there...
2009-04-09 Bill WendlingStringMap<DIE*>::iterator::first() returns a pointer...
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-31 Dan GohmanReapply 68073, with fixes. EH Landing-pad basic blocks...
2009-03-31 Bill WendlingReally temporarily revert r68073.
2009-03-31 Bill WendlingOy! When reverting r68073, I added in experimental...
2009-03-31 Bill WendlingRevert r68073. It's causing a failure in the Apple...
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-23 Evan ChengFix PR3391 and PR3864. Reg allocator infinite looping.
2009-03-23 Dan GohmanAdd a new bit to SUnit to record whether a node has...
2009-03-23 Dan GohmanClarify a comment.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-19 Evan ChengAdded MachineInstr::isRegTiedToDefOperand to check...
2009-03-19 Dan GohmanSADDO and UADDO are commutative.
2009-03-13 Dan GohmanFix FastISel's assumption that i1 values are always...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-11 Evan ChengTwo coalescer fixes in one.
2009-03-10 Bill WendlingRefine the Dwarf writer timers so that they measure...
2009-03-10 Bill WendlingAdd a timer to the DwarfWriter pass that measures the...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Bob WilsonAdd a constructor for BuildVectorSDNode and revert...
2009-03-09 Gabor Greifin builds without asserts we do not need to allocate...
2009-03-06 Tanya LattnerAdd default constructor to SDNode to make gcc 3.4.6...
2009-03-06 Gabor Greifdo not close friendship with every odd class
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-04 Gabor Greif"Ghostify" embedded sentinels. This is a real win in...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-03-02 Bob WilsonGeneralize BuildVectorSDNode::isConstantSplat to use...
2009-03-01 Bob WilsonCombine PPC's GetConstantBuildVectorBits and isConstant...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-25 Scott MichelExpand tabs to spaces (overlooked in previous commit)
2009-02-25 Scott MichelRemove all "cached" data from BuildVectorSDNode, prefer...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
next