oota-llvm.git
2010-01-13 Chris Lattneruse the new form of getNameWithPrefix, not makeNameProper.
2010-01-13 Chris Lattneradd new isSingleStringRef()/getSingleStringRef() method...
2010-01-13 Chris Lattnerugh, my last patch just sped up a method and changed...
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Chris Lattnermy mistake, Mangler::makeNameProper wants to take a...
2010-01-13 Chris Lattnerchange makeNameProper to take a stringref instead of...
2010-01-13 Chris Lattnergive StringRef a const_iterator member.
2010-01-13 Chris Lattnerfix assert in AsmPrinter::EmitGlobalConstantLargeInt...
2010-01-13 Chris Lattnerreduce nesting and code duplication in AsmPrinter:...
2010-01-13 Chris Lattnerreduce indentation and add a fast-path to EmitGlobalCon...
2010-01-13 Chris Lattnerreduce indentation and use early exits in AsmPrinter...
2010-01-13 Victor HernandezRevert 93270 pending investigation of how stray non...
2010-01-13 Evan ChengDisable opt-ext pass to unbreak the build for now.
2010-01-13 Evan ChengRemove debug option I accidentally left in.
2010-01-13 Dale JohannesenFix a comment.
2010-01-13 Ted KremenekUpdate CMake file.
2010-01-13 Jakob Stoklund... Remove the JustSP single-register regclass.
2010-01-13 Jeffrey YasskinTry to fix the ARM and PPC buildbots. The -mattr=vector...
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Victor HernandezMake WriteConstants() more robust against stray values...
2010-01-12 Bob WilsonFix a comment typo.
2010-01-12 Chris Lattneruse consistent tag kinds for ilist_traits
2010-01-12 Chris Lattner1) Use the new SimplifyInstructionsInBlock routine...
2010-01-12 Chris Lattneradd a helper function.
2010-01-12 Devang PatelUse Twine, instead of StringRef, for consistency.
2010-01-12 Devang PatelUse ilist_tratis to autoinsert and remove NamedMDNode...
2010-01-12 Evan ChengEliminate or_not_add and just use AddedComplexity so...
2010-01-12 Evan ChengAdd nounwind.
2010-01-12 Duncan SandsRevert commit 93204, since it causes the assembler...
2010-01-12 Duncan SandsFix typo.
2010-01-12 Duncan SandsTweak commit 91745, which changed target data for both...
2010-01-12 Dan GohmanMake several tests less fragile.
2010-01-12 Dan GohmanReapply the MOV64r0 patch, with a fix: MOV64r0 clobbers...
2010-01-12 Dan GohmanUpdate a partially obsolete comment.
2010-01-12 Dan GohmanFix a typo in a comment.
2010-01-12 Chris Lattnertidy up
2010-01-12 Chris LattnerTeach jump threading to duplicate small blocks when...
2010-01-12 Dale JohannesenAdd MO_Metadata as an operand kind. Not used yet.
2010-01-12 Evan ChengAdd TargetInstrInfo::isCoalescableInstr. It returns...
2010-01-11 Chris Lattnersome cleanup, and make it obvious that ProcessJumpOnPHI...
2010-01-11 Chris Lattnerdisable this testcase, PR5997
2010-01-11 Evan ChengAdd manual ISD::OR fastisel selection routines. TableGe...
2010-01-11 Victor HernandezAdd documentation for llvm.dbg.value intrinsic
2010-01-11 Chris Lattnerreenable the piece that turns trunc(zext(x)) -> x even...
2010-01-11 Chris LattnerDisable folding sext(trunc(x)) -> x (and other similar...
2010-01-11 Victor HernandezConsolidate ConvertGlobalValIDToValue, ConvertGlobalOrM...
2010-01-11 Tobias GrosserRemove trailing white spaces in post dominators header...
2010-01-11 Tobias GrosserAdd getNode() to post dominators.
2010-01-11 Evan ChengExtend r93152 to work on OR r, r. If the source set...
2010-01-11 Chris Lattnerreduce this to a sensible testcase.
2010-01-11 David GreeneShorten up this testcase.
2010-01-11 Evan ChengRevert 93158. It's breaking quite a few x86_64 tests.
2010-01-11 Jakob Stoklund... Avoid adding PHI arguments for a predecessor that has...
2010-01-11 Benjamin KramerRemove unused string functions.
2010-01-11 Evan ChengDo not turn 8-bit OR to ADD since ADD8ri is not 3-addre...
2010-01-11 Mon P WangDisable transformation of select of two loads to a...
2010-01-11 Benjamin KramerAdd StrInStrNoCase, a StringRef version of CStrInCStrNo...
2010-01-11 Devang PatelAdd top level section for named metadata.
2010-01-11 Jeffrey YasskinImprove unclear bits and inaccuracies in structure...
2010-01-11 Jeffrey YasskinUpdate the -tailcallopt description to match djg's...
2010-01-11 Devang Patels/NextValueNo/NextMDValueNo while processing metadata.
2010-01-11 Benjamin KramerTurns out llvm-gcc still uses SplitString with a vector...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-11 Dan GohmanUse a 32-bit and with implicit zero-extension instead...
2010-01-11 Dan GohmanRe-instate MOV64r0 and MOV16r0, with adjustments to...
2010-01-11 Dan GohmanGeneralize this check to avoid depending on a specific...
2010-01-11 Dan GohmanMake this test less trivial, to avoid spurious failures.
2010-01-11 Dan GohmanPattern top-level operators don't need to be restricted...
2010-01-11 Dan GohmanReword this comment to reference a more fundamental...
2010-01-11 Evan ChengSelect an OR with immediate as an ADD if the input...
2010-01-11 David GreeneImplement a feature (-vector-unaligned-mem) to allow...
2010-01-11 Victor HernandezRespond to Chris' review:
2010-01-11 Chris Lattneradd one more bitfield optimization, allowing clang...
2010-01-11 Chris LattnerExtend CanEvaluateZExtd to handle and/or/xor more aggre...
2010-01-11 Chris LattnerRemove the dead TD argument to CanEvaluateZExtd, and...
2010-01-11 Chris Lattnerimprove comments, remove dead TD argument to CanEvaluat...
2010-01-10 Chris Lattnerteach sext optimization to handle truncs from types...
2010-01-10 Chris Lattnerteach zext optimization how to deal with truncs that...
2010-01-10 Chris Lattnerfix a buggy assertion, CreateIntegerCast should allow
2010-01-10 Mikhail GlushenkovSuppress a warning on gcc 4.4.
2010-01-10 Chris Lattnersimplify CanEvaluateSExtd to return a bool now that...
2010-01-10 Chris Lattnerthe NumCastsRemoved argument to CanEvaluateSExtd is...
2010-01-10 Chris Lattnernow that the cost model has changed, we can always...
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-10 Chris Lattnerchange the preferred canonical form for a sign extensio...
2010-01-10 Chris Lattnerfix indentation of switch statements, no functionality...
2010-01-10 Chris Lattnerfix pasto that broke bootstrap.
2010-01-10 Chris Lattnersimplify CanEvaluateZExtd now that we don't care about...
2010-01-10 Chris Lattnertwo changes:
2010-01-10 Chris Lattnerenhance CanEvaluateZExtd to handle shift left and sext...
2010-01-10 Chris Lattnerremove an xform subsumed by EvaluateInDifferentType.
2010-01-10 Julien LerougeFix nondeterministic behavior.
2010-01-10 Chris Lattnerclean up this xform by using m_Trunc.
2010-01-10 Chris Lattnerinline and remove the rest of commonIntCastTransforms.
2010-01-10 Chris LattnerInline the expression type promotion/demotion stuff...
2010-01-09 Chris Lattnerhopefully unbreak the ocaml bindings.
2010-01-09 Chris Lattneradd 3 passes which have been added but aren't used...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-09 Jeffrey YasskinClarify the requirements for a "tail call" to actually...
next