De-identifying per sabre review
[oota-llvm.git] / lib /
2009-01-26 Nate BegemanDe-identifying per sabre review
2009-01-26 Chris LattnerHandle single-entry phi nodes gracefully in condprop.
2009-01-26 Chris LattnerFix PR3408 by making a non-obvious assumption very...
2009-01-26 Chris LattnerMore cleanups and simplifications, no functionality...
2009-01-26 Chris Lattnertidy asserts
2009-01-26 Nate BegemanMap address space 256 to gs; similar mappings could...
2009-01-26 Nate BegemanSupport pattern matching various x86 sse shifts.
2009-01-25 Chris Lattnersilence a warning when assertions are disabled.
2009-01-25 Torok Edwinshould have removed the + when manually applying a...
2009-01-25 Torok Edwinrevert this patch for now, because Codegen does still...
2009-01-25 Torok EdwinIf user explicitly asks not to use SSE, don't force...
2009-01-25 Dan GohmanEliminate the loop that searches through each of the...
2009-01-25 Dan GohmanWhitespace tidiments.
2009-01-25 Dan GohmanMove the N->use_empty() assert from DeleteNode to
2009-01-25 Nick LewyckyStart generating arbitrary precision integer SCEVs...
2009-01-25 Nick LewyckyThe function that does nothing but call malloc is noali...
2009-01-25 Evan ChengPrivate linkage support for PPC / Darwin.
2009-01-25 Evan ChengTeach 2addr pass to be do more commuting. If both uses...
2009-01-24 Nate BegemanFix an indent and a typo.
2009-01-24 Dale JohannesenRevert previous change; even this mild and clearly
2009-01-24 Torok Edwinadd note about possible GEP improvement with fields...
2009-01-24 Torok Edwintestcase for PR3381.
2009-01-24 Torok Edwinvoid* is represented as pointer to empty struct {}.
2009-01-24 Owen AndersonSome cleanups. No functional changes.
2009-01-24 Dale JohannesenImprove the inlining cost function a bit.
2009-01-24 Chris LattnerMake InstCombineStoreToCast handle aggregates more...
2009-01-23 Evan ChengRefactor code. No functionality change.
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-23 Chris Lattnerhopefully address PR3379 by making the P modifier work...
2009-01-23 Gabor Greifuse CallSite::isCalle instead of slow getOperandNo
2009-01-23 Gabor GreifSimplify the logic of getting hold of a PHI predecessor...
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-23 Devang PatelEmpty DIType represents void. In this case no need...
2009-01-23 Dan GohmanFold x-0 to x in unsafe-fp-math mode. This comes up...
2009-01-23 Chris Lattnerfix two more cases where we could let the NLPDI cache...
2009-01-23 Chris LattnerUnconditionally reset 'cache' to zero, even if we don...
2009-01-23 Evan ChengOnly check if coalescing is worthwhile when the result...
2009-01-23 Owen AndersonStage two of fixing pre-alloc-splitting's code size...
2009-01-23 Evan ChengCross register class coalescing. Not yet enabled.
2009-01-23 Devang PatelCode did not follow associated comment. not a good...
2009-01-23 Devang PatelSet appropriate tag for the composite type.
2009-01-23 Chris Lattnera minor tweak to my previous patch, handle the invalida...
2009-01-23 Owen AndersonAdd an initial pass at dead spill/restore removal for...
2009-01-22 Chris Lattnerdo not sign extend characters input to isprint. This...
2009-01-22 Bob WilsonFix a minor bug in DAGCombiner's folding of SELECT...
2009-01-22 Dan GohmanDon't create ISD::FNEG nodes after legalize if they...
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
2009-01-22 Tanya LattnerRevert r62553 and r62616 due to issues with portability.
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2009-01-22 Bob WilsonAdd SelectionDAG::getNOT method to construct bitwise...
2009-01-22 Sanjiv GuptaFew targets like the tiny little PIC16 have only 16...
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-22 Chris Lattnerfix a typo
2009-01-22 Chris Lattneradd a note
2009-01-22 Chris LattnerFix PR3358, a really nasty bug where recursive phi...
2009-01-21 Dan GohmanRecognize inline asm for bswap on x86-64 GLIBC. This...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-21 Evan ChengAlso favors NOT64r.
2009-01-21 Chris Lattnerfix warning in release-asserts mode and spelling of...
2009-01-21 Chris Lattneradd getPointerToGlobal to the C bindings, patch by...
2009-01-21 Chris LattnerRemove uses of uint32_t in favor of 'unsigned' for...
2009-01-21 Dan GohmanSimplify ReduceLoadWidth's logic: it doesn't need sever...
2009-01-21 Dan GohmanFix a recent regression. ClrOpcode is not set for i8...
2009-01-21 Mikhail GlushenkovMimic gcc behaviour with regard to response files.
2009-01-21 Sanjiv GuptaFixed build warnings. Restoring changes done in 62600...
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Owen AndersonI accidentally removed this check in an earlier commit...
2009-01-21 Sanjiv GuptaImplement LowerOperationWrapper for legalizer.
2009-01-21 Scott MichelCellSPU:
2009-01-21 Sanjiv GuptaAllow targets to legalize operations (with illegal...
2009-01-21 Evan ChengFavors generating "not" over "xor -1". For example.
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-21 Owen AndersonBe more aggressive about renumbering vregs after splitt...
2009-01-21 Devang PatelEncode member accessibility.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Evan ChengFix PR3243: a LiveVariables bug. When HandlePhysRegKill...
2009-01-20 Duncan SandsFix typo. Patch by Alexei Svitkine.
2009-01-20 Bill WendlingUse "SINT_TO_FP" instead of "UINT_TO_FP" when getting...
2009-01-20 Devang PatelFix struct member's debug info.
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-20 Devang PatelFix global variable's address in a DIE.
2009-01-20 Devang PatelEnable debug info for enums.
2009-01-20 Dale JohannesenAdd an IEEE remainder function, which is not
2009-01-20 Chris Lattnerimprove compatibility with various versions of graphviz...
2009-01-20 Chris LattnerEliminate use of uint32_t to improve compatibility...
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Evan ChengRefactor code. No functionality change.
2009-01-20 Bill WendlingShift types need to match.
2009-01-20 Chris Lattneranother fix for PR3354
2009-01-20 Dan GohmanAdd a README entry noticed while investigating PR3216.
2009-01-20 Dan GohmanFix a dagcombine to not generate loads of non-round...
2009-01-20 Devang PatelDo not use DenseMap because the iterator is invalidated...
2009-01-20 Nick LewyckyMake the Interpreter use libffi if it's available....
2009-01-20 Evan ChengMake linear scan's trivial coalescer slightly more...
2009-01-19 Bill WendlingDoxygen-ify comments.
2009-01-19 Devang PatelVerify debug info.
2009-01-19 Chris LattnerFix a problem exposed by PR3354: simplifycfg was making...
2009-01-19 Dan GohmanRemove SDNode's virtual destructor. This makes it impos...
2009-01-19 Chris Lattnerimprove compatibility with cygwin, patch by Jay Foad!
next