for instructions with void type we have no choice but print the instruction as
[oota-llvm.git] / lib /
2009-05-29 Torok Edwinfor instructions with void type we have no choice but...
2009-05-29 Torok EdwinAdd a DEBUG() output to GVN that prints the instruction...
2009-05-29 Owen AndersonFix an issue where phiMap was not being updated properl...
2009-05-29 Evan ChengMore h-registers tricks: folding zext nodes.
2009-05-28 Evan ChengDo not try to create a MVT type of width 0.
2009-05-28 Bill WendlingThe MONITOR and MWAIT instructions have insufficient...
2009-05-28 Eli FriedmanRe-commit r72514 and r72516 with a fixed version of...
2009-05-28 Evan ChengFix MOVMSKPDrr encoding.
2009-05-28 Evan ChengFix PSIGND encoding bug. Patch by Sean Callanan.
2009-05-28 Evan ChengIncorporate patch feedbacks.
2009-05-28 Sanjiv GuptaEmit debug info for locals with proper scope.
2009-05-28 Bill WendlingTemporarily revert r72514 (and dependent patch r72516...
2009-05-28 Sanjiv GuptaMark the branch insns correctly.
2009-05-28 Sanjiv GuptaFixing problems that got exposed after the refactoring...
2009-05-28 Eli FriedmanRemove a couple of useless functions.
2009-05-28 Eli FriedmanRemove special cases for more opcodes.
2009-05-28 Eli FriedmanReturn the operand rather than a null SDValue when...
2009-05-28 Nick LewyckyUse Operands.data() instead of &Operands[0] where Opera...
2009-05-28 Eli FriedmanRemove special case for SETCC opcode; add some comments...
2009-05-28 Jeffrey YasskinThis patch brings the list of attributes in CPPBackend...
2009-05-28 Eli FriedmanSome minor cleanups.
2009-05-28 Bill Wendling"The instructions MMX_PSADBWrm and MMX_PSADBWrr have...
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-27 Dan GohmanRevert 72493 and replace it with a more conservative...
2009-05-27 Eli FriedmanGer rid of some dead code.
2009-05-27 Dan GohmanIn ChangeCompareStride, when the stride to be reused...
2009-05-27 Evan ChengFix sfence jit encoding. Patch by Sean Callanan.
2009-05-27 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
2009-05-27 Douglas GregorMinor fix for CMake build system
2009-05-27 Eli FriedmanMinor cleanups; add a better explanation for the issue...
2009-05-27 Eli FriedmanRemove more special cases for opcodes.
2009-05-27 Eli FriedmanRemove special cases for more opcodes.
2009-05-27 Eli FriedmanRemoving more special cases from LegalizeDAG.
2009-05-27 Eli FriedmanEliminate more special cases for opcodes.
2009-05-27 Eli FriedmanRemove more special cases from LegalizeDAG.
2009-05-27 Eli FriedmanRemove unused argument.
2009-05-27 Eli FriedmanRemove more opcode special cases.
2009-05-27 Dan GohmanAdd braces around an array initializer.
2009-05-27 Dan GohmanTeach SCEVExpander to avoid creating over-indexed GEP...
2009-05-27 Dan GohmanTeach BasicAliasAnalysis to understand constant gep...
2009-05-27 Eli FriedmanStart of refactoring LegalizeDAG so that we don't need...
2009-05-27 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-26 Daniel DunbarBack out r72431, it is causing a number of compilation...
2009-05-26 Stefanus Du ToitUpdate CPU capabilities for AMD machines
2009-05-26 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-26 Jeffrey YasskinLiveVariables::VarInfo contains an AliveBlocks BitVecto...
2009-05-26 Dan GohmanFor the return type of SCEVUDivExpr, use the RHS' type...
2009-05-26 Dan GohmanIn cases where a pointer value is an operand of a multi...
2009-05-26 Eli FriedmanDelete a bunch of dead code from LegalizeDAG.
2009-05-26 Evan ChengEliminate VarInfo::UsedBlocks.
2009-05-25 Chris Lattnermake memdep use the getModRefInfo method for stores...
2009-05-25 Nick LewyckyAudit the type constructors. Previously it was possible...
2009-05-25 Chris Lattneradd some late optimizations that GCC does. It thinks...
2009-05-25 Chris Lattnerfix typo
2009-05-25 Chris Lattnerwe should eventually add -march=atom and the new atom...
2009-05-24 Dan GohmanVarious comment fixes.
2009-05-24 Dan GohmanChange ScalarEvolution::getSCEVAtScope to always return...
2009-05-24 Eli FriedmanAdd a comment which should hopefully make the purpose...
2009-05-24 Eli FriedmanMinor improvement to FCOPYSIGN to use BIT_CONVERT in...
2009-05-24 Torok EdwinMove Rewriter.clear() earlier, to avoid triggerring...
2009-05-24 Torok EdwinInstead of clearing the rewriter, don't attempt to...
2009-05-24 Dan GohmanWhen rewriting the loop exit test with the canonical...
2009-05-24 Dan GohmanFix this code for hosts where std::vector doesn't have...
2009-05-24 Dan GohmanWhen replacing a floating-point comparison with an...
2009-05-24 Dan GohmanGeneralize SCEVExpander::visitAddRecExpr's GEP persuit...
2009-05-24 Dan GohmanWhen the low bits of one operand of an add are zero...
2009-05-24 Torok EdwinThe rewriter may hold references to instructions that...
2009-05-24 Eli FriedmanRewrite ISD::FCOPYSIGN lowering to never use i64. Not...
2009-05-24 Eli FriedmanUpdate for CMakeLists; untested, so tell me if there...
2009-05-24 Eli FriedmanRemove checks of getTypeAction from LegalizeOp; we...
2009-05-24 Eli FriedmanDisable type legalization in LegalizeDAG.
2009-05-24 Eli FriedmanMake the PPC backend use a legal type for the operands...
2009-05-23 Eli FriedmanFix a bug in the expansion of EXTRACT_SUBVECTOR in
2009-05-23 Eli FriedmanMake the X86 backend mark EXTRACT_SUBVECTOR as Expand...
2009-05-23 Eli FriedmanAdd a proper implementation of EXTRACT_SUBVECTOR legali...
2009-05-23 Anton KorobeynikovAdd ARMv7 architecture, Cortex processors and different...
2009-05-23 Anton KorobeynikovEmit ARM Build Attributes
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-23 Jay FoadWork around a page size issue on Cygwin.
2009-05-23 Torok EdwinFix PR4254.
2009-05-23 Torok Edwinstat64/open64/lseek64 for the interpreter
2009-05-23 Torok Edwinavailable_externall linkage is not local, this was...
2009-05-23 Eli FriedmanAdd a new step to legalization to legalize vector math...
2009-05-23 Eli FriedmanMake the x86 backend custom-lower UINT_TO_FP and FP_TO_...
2009-05-22 Evan ChengFix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintof...
2009-05-22 Oscar FuentesCMake: Use libpthread in tblgen when needed. Updated...
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-22 Bob WilsonOnly 64-bit targets support TImode libcalls. Disable...
2009-05-22 Dan GohmanTeach IndVarSimplify's FixUsesBeforeDefs to handle...
2009-05-22 Sanjiv GuptaEmit debug information for globals (which include autom...
2009-05-22 Duncan SandsAlways verify dominfo if expensive checking is enabled.
2009-05-22 Dan GohmanFix a thinko in the code that adapted SCEVMulExpr opera...
2009-05-22 Torok EdwinRevert this. There's no way to verifiy indirect calls...
2009-05-22 Torok EdwinVerify that calling conventions match function prototype.
2009-05-22 Eli FriedmanFix loop-index-split to correctly preserve dominance...
2009-05-22 Daniel DunbarAdd llvm::triple constructor from arch, vendor, os...
2009-05-22 Dan GohmanUpdate an assertion string to new-style type names.
2009-05-21 Evan Cheng80 column violation.
2009-05-21 Eli FriedmanFix some incorrect logic in DominanceFrontier::splitBlo...
2009-05-21 Duncan SandsAdd a getAlignOf helper for getting the ABI alignment...
next