oota-llvm.git
2010-08-30 Bill WendlingWhen adding a register, we should mark it as "def"...
2010-08-29 Chris Lattnerrevert 112457, it looks like it broke selfhost.
2010-08-29 Chris Lattnerrewrite DwarfEHPrepare to use SSAUpdater to promote...
2010-08-29 Chris Lattnerinline function into its only caller.
2010-08-29 Chris Lattnertwo changes: 1) make AliasSet hold the list of call...
2010-08-29 Chris LattnerLICM does get dead instructions input to it. Instead...
2010-08-29 Chris Lattneruse moveBefore instead of remove+insert, it avoids...
2010-08-29 Chris Lattnerrevert 112448 for now.
2010-08-29 Chris Lattneroptimize LICM::hoist to use moveBefore. Correct its...
2010-08-29 Chris Lattnerfix some bugs (found by inspection) where LICM would...
2010-08-29 Chris Lattnerrework the ownership of subloop alias information:...
2010-08-29 Chris Lattnerapparently unswitch had the same "Feature". Stop its
2010-08-29 Chris Lattnernow that loop passes don't use DomFrontier, there is...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-29 Dan GohmanOptionally rerun dedicated-register filtering after...
2010-08-29 Dan GohmanFix several areas in LSR to do a better job keeping...
2010-08-29 Dan GohmanRefactor the three main groups of code out of
2010-08-29 Dan GohmanDelete a bogus check.
2010-08-29 Dan GohmanAdd some comments.
2010-08-29 Dan GohmanMove this debug output into GenerateAllReuseFormula...
2010-08-29 Dan GohmanDelete an unused declaration.
2010-08-29 Dan GohmanDo one lookup instead of two.
2010-08-29 Dan GohmanRestructure the {A,+,B}<L> * {C,+,D}<L> folding so...
2010-08-29 Dan GohmanBatch up subtracts along with adds, when analyzing...
2010-08-29 Dan GohmanMicro-optimize GroupByComplexity.
2010-08-29 Dan GohmanHold AddRec->getLoop() in a variable, to make the Mul...
2010-08-29 Dan GohmanRename a variable, for consistency.
2010-08-29 Dan GohmanUse iterators instead of indices.
2010-08-29 Dan GohmanDon't worry about union types.
2010-08-29 Dan GohmanMake this test less dependent on register allocation...
2010-08-29 Dan GohmanUse exec.
2010-08-29 Dan GohmanDelete an unused declaration.
2010-08-29 Kalle RaiskilaFix lowering of INSERT_VECTOR_ELT in SPU.
2010-08-29 Bill WendlingFix whitespaces. No functionality changes.
2010-08-29 Chris LattnerStop explicitly scheduling domfrontier before the loop...
2010-08-29 Chris Lattnerlicm preserves the cfg, it doesn't have to explicitly...
2010-08-29 Chris Lattnernow that it doesn't use the PromoteMemToReg function...
2010-08-29 Chris Lattnercompletely rewrite the memory promotion algorithm in...
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-29 Chris Lattneruse getUniqueExitBlocks instead of a manual set.
2010-08-29 Eli FriedmanA couple of small missed optimizations.
2010-08-29 Chris Lattnerreimplement LICM::sink to use SSAUpdater instead of...
2010-08-29 Chris Lattnerimplement SSAUpdater::RewriteUseAfterInsertions, a...
2010-08-29 Chris Lattnerremove dead proto
2010-08-29 Chris Lattnerreduce indentation in LICM::sink by using early exits...
2010-08-29 Chris Lattnermodernize this pass a bit: use efficient set/map and...
2010-08-29 Duncan SandsFlesh out the list of things I've worked on.
2010-08-29 Chris Lattnerwhen merging two alias sets, the result set is volatile...
2010-08-29 Chris Lattnermore cleanup
2010-08-29 Chris Lattnerclean this up
2010-08-29 Bill Wendling- Add a parameter to T2I_bin_irs for those patterns...
2010-08-29 Chris Lattnermerge a bunch of shuffle tests into sse2.ll
2010-08-29 Chris Lattneradd a bunch more common shuffles to the instprinter.
2010-08-29 Chris Lattneradd some nounwind's
2010-08-29 Bill WendlingName ANDflag to ANDS, which is less stupid.
2010-08-29 Bill WendlingFile missing from last commit.
2010-08-29 Bill WendlingCreate an ARMISD::AND node. This node is exactly like...
2010-08-28 NAKAMURA TakumiMinor change.
2010-08-28 Chris LattnerI have manually decoded the imm field of an insertps...
2010-08-28 Chris Lattnerfixme accomplished
2010-08-28 Chris Lattnertidy up
2010-08-28 NAKAMURA TakumiAdd me to the "blame list"!
2010-08-28 Dan GohmanRemove obsolete keywords which are no longer relevant.
2010-08-28 Dan GohmanRemove unions from the vim syntax highlighting.
2010-08-28 Chris Lattnerfix the buildvector->insertp[sd] logic to not always...
2010-08-28 Chris Lattnerfix the BuildVector -> unpcklps logic to not do pointle...
2010-08-28 Chris Lattnerimprove comments in the unpcklps generating logic,...
2010-08-28 Michael J.... Don't cast Win32 FILETIME structs to int64. Patch by...
2010-08-28 Chris Lattnerremove the MSIL backend. It isn't maintained, is buggy...
2010-08-28 Benjamin KramerUpdate ocaml test.
2010-08-28 Benjamin KramerRemove unions from the ocaml bindings.
2010-08-28 Bob WilsonUse pseudo instructions for VST1 and VST2.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerremove the ABCD and SSI passes. They don't have any...
2010-08-28 Chris Lattnerremove dead proto
2010-08-28 Chris Lattnermore dead thing zapping.
2010-08-28 Chris Lattnerzap dead method
2010-08-28 Chris Lattnerfor completeness, allow undef also.
2010-08-28 Chris Lattnersquish dead code.
2010-08-28 Chris Lattnerzap dead code
2010-08-28 Bruno Cardoso... Clean up the logic of vector shuffles -> vector shifts.
2010-08-28 Chris Lattnerhandle the constant case of vector insertion. For...
2010-08-28 Duncan SandsStraighten out any triple strings passed on the command...
2010-08-28 Chris Lattneroptimize bitcasts from large integers to vector into...
2010-08-28 Dan GohmanCompletely disable tail calls when fast-isel is enabled...
2010-08-28 Dan GohmanTrim a #include.
2010-08-28 Dan GohmanFix an index calculation thinko.
2010-08-28 Bob WilsonWe don't need to custom-select VLDMQ and VSTMQ anymore.
2010-08-28 Benjamin KramerUpdate CMake build. Add newline at end of file.
2010-08-27 Bob WilsonWhen merging Thumb2 loads/stores, do not give up when...
2010-08-27 Owen AndersonAdd a prototype of a new peephole optimizing pass that...
2010-08-27 Owen AndersonImprove the precision of getConstant().
2010-08-27 Bob WilsonChange ARM VFP VLDM/VSTM instructions to use addressing...
2010-08-27 Chris Lattnertidy up test.
2010-08-27 Chris Lattnerno really, fix the test.
2010-08-27 Chris Lattnerfix this test. It's not clear what it's really testing.
2010-08-27 Chris LattnerEnhance the shift propagator to handle the case when...
2010-08-27 Devang PatelSimplify.
2010-08-27 Chris LattnerImplement a pretty general logical shift propagation
2010-08-27 Bob WilsonFix a comment typo.
next