oota-llvm.git
2008-05-14 Dan GohmanWhitespace cleanups.
2008-05-14 Dan GohmanMake PreVerifyID, IntSigsEnd, and KillSigsEnd const.
2008-05-14 Dan GohmanMake getNumContainedManagers and getNumContainedPasses...
2008-05-14 Dan GohmanMake PassInfo noncopyable.
2008-05-14 Devang PatelDo not run instruction combiner in middle of loop optim...
2008-05-14 Dan GohmanSplit the loop unroll mechanism logic out into a utilit...
2008-05-13 Owen AndersonFix Analysis/BasicAA/pure-const-dce.ll. This turned...
2008-05-13 Gabor GreifMerge of r51073-51074 from use-diet branch.
2008-05-13 Eric ChristopherMake this function public.
2008-05-13 Devang PatelDominance Frontier is cfg only pass.
2008-05-13 Owen AndersonFix memdep's handling of invokes when finding the depen...
2008-05-13 Chris LattnerUpdate the Win32 project files, patch by Razvan Aciu!
2008-05-13 Dale JohannesenFix for PR 2323, infinite loop in tail dup.
2008-05-13 Chris Lattneradd a note
2008-05-13 Evan Cheng- Fix the pasto in the fix for a previous pasto.
2008-05-13 Chris Lattneradd a note
2008-05-13 Dan Gohmans/indicies/indices/ and clarify the extractvalue and...
2008-05-13 Nate BegemanFix one more encoding bug.
2008-05-13 Sanjiv GuptaAdded configure switches for PIC16 backend.
2008-05-13 Evan Cheng- Don't treat anyext 16-bit load as a 32-bit load if...
2008-05-13 Anton KorobeynikovAdd thin layer over StringMap to form StringSet. By...
2008-05-13 Owen AndersonMake the non-local CSE safety checks slightly more...
2008-05-13 Sanjiv GuptaAdding files for Microchip's PIC16 target.
2008-05-13 Evan ChengInstead of a vector load, shuffle and then extract...
2008-05-13 Owen AndersonAdd a testcase for non-local CSE of read-only calls.
2008-05-13 Owen AndersonAdd support for non-local CSE of read-only calls.
2008-05-13 Gabor GreifDerive GetResultInst from UnaryInstruction, this simpli...
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-13 Nate Begeman80 col / tabs fixes
2008-05-13 Nate BegemanFix and encoding error in the psrad xmm, imm8 instruction.
2008-05-13 Evan ChengOn x86, it's safe to treat i32 load anyext as a normal...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-12 Dan GohmanInitial documentation for first-class aggregates changes.
2008-05-12 Dan GohmanFix a malformed %gt;
2008-05-12 Nate BegemanTeach Legalize how to scalarize VSETCC
2008-05-12 Evan ChengXform bitconvert(build_pair(load a, load b)) to a singl...
2008-05-12 Dale JohannesenNew test for tail merging
2008-05-12 Dale JohannesenBe more aggressive about tail-merging small blocks
2008-05-12 Bill WendlingConstify isSourceDefinedByImplicitDef function. Otherwi...
2008-05-12 Bill WendlingConstify the machine instruction passed into the
2008-05-12 Nate BegemanInitial X86 codegen support for VSETCC.
2008-05-12 Dale JohannesenFurther rework of tail merge algorithm. Not quite
2008-05-12 Nate BegemanSimplify some checks
2008-05-12 Dan GohmanFix a copy+paste bug; pseudo-instructions shouldn't...
2008-05-12 Nate BegemanPointer comparisons should use icmp, not vicmp
2008-05-12 Owen AndersonGo back to passing the analyses around as parameters.
2008-05-12 Nate BegemanPointer comparisons should be handled by icmp, not...
2008-05-12 Evan ChengForgot this.
2008-05-12 Nate BegemanHard code CmpInst back to i1 for now while I go track...
2008-05-12 Evan ChengRefactor isConsecutiveLoad from X86 to TargetLowering...
2008-05-12 Bill WendlingRevert the previous commit. Go ahead and hoist remateri...
2008-05-12 Nate BegemanAdd support for vicmp/vfcmp codegen, more legalize...
2008-05-12 Bill WendlingOne real change - don't hoist something that's triviall...
2008-05-12 Nate BegemanFix build breakage
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-12 Dan GohmanMake firstEightPowers const.
2008-05-12 Dan GohmanUpdate comments.
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-12 Mikhail GlushenkovMake it possible to choose between different compilatio...
2008-05-12 Mikhail GlushenkovFix some error messages; Make LLVMC pass through the...
2008-05-12 Dan GohmanFix a compile error on compilers that still want a...
2008-05-12 Dan GohmanFix a missing break in the ISD::FLT_ROUNDS_ handling...
2008-05-12 Duncan SandsTestcase for PR2264.
2008-05-12 Owen AndersonMove the various analyses used by GVN into static varia...
2008-05-12 Chris Lattnerprune #includes.
2008-05-12 Chris LattnerAdd a new SparsePropagation analysis utility, which...
2008-05-11 Nick LewyckyMake constructors target-specific. This fixes problems...
2008-05-11 Anton KorobeynikovAdd note
2008-05-11 Chris LattnerFix various DOUTs to not call the extremely expensive...
2008-05-10 Chris LattnerSimplify code by using SwitchInst::findCaseValue instea...
2008-05-10 Bill WendlingRemove warnings when using -Wshorten-64-to-32.
2008-05-10 Duncan SandsTestcase for PR2303.
2008-05-10 Anton KorobeynikovFix linking of internal aliases
2008-05-10 Bill WendlingPrevent -W64-to-32-shortened warnings.
2008-05-10 Bill WendlingPrevent warnings from the -Wshorten-64-to-32 flag.
2008-05-10 Gabor Greifremove commented-out code, it is subsumed by DECLARE_TR...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-10 Owen AndersonRe-enable loop deletion by default.
2008-05-10 Evan ChengWhen transforming a vector_shuffle to a load, the base...
2008-05-10 Tanya LattnerSet to 2.4 and regenerate configure.
2008-05-10 Evan ChengAdd nounwind.
2008-05-10 Dan GohmanFor now, abort when an ISD::VAARG is encountered on...
2008-05-10 Evan ChengSome clean up.
2008-05-10 Evan ChengIf movl top bits are undef, let it be selected to movlp...
2008-05-10 Evan ChengIf all sources of a PHI node are defined by an implicit...
2008-05-10 Bill WendlingCosmetic changes:
2008-05-09 Evan ChengAdd a pattern to do move the low element of a v4f32...
2008-05-09 Dale JohannesenRemove an evil vector bool. Cosmetic refactoring,
2008-05-09 Evan ChengHandle a few more cases of folding load i64 into xmm...
2008-05-09 Evan ChengMake OpActionsCapacity multiple of 4.
2008-05-09 Dale JohannesenRewrite tail merging algorithm to handle the
2008-05-09 Torok Edwinput LibCallAliasAnalysis into anonymous namespace to...
2008-05-09 Evan ChengSimplify test.
2008-05-09 Mikhail GlushenkovRename Example.td to Graph.td.
2008-05-09 Nick Kledzikuse doxygen comments for makeBuffer()
2008-05-09 Chris Lattnerdon't sink invokes, even if they are readonly. This...
2008-05-09 Duncan SandsFix a type and formatting.
2008-05-09 Gabor Greifignore Output dirs
2008-05-09 Gabor Greifignore AutoGenerated.inc, it is created by TableGen
2008-05-09 Gabor Greifignore Output dir
next