oota-llvm.git
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-12-14 Chris Lattnersilence warning when asserts disabled.
2008-12-14 Chris Lattnersilence warning when asserts disabled.
2008-12-14 Chris Lattnereliminate warning when asserts disabled.
2008-12-14 Chris Lattneranother random testcase that shouldn't crash gvn and is
2008-12-14 Nick LewyckyClarify the meaning of the NoAlias response. The plan...
2008-12-14 Owen AndersonGeneralize GVN's phi construciton routine to work for...
2008-12-14 Duncan SandsReapply r60997, this time without forgetting that
2008-12-14 Misha BrukmanFixed HTML validator warning.
2008-12-14 Misha BrukmanCSS cleanup:
2008-12-13 Bill WendlingTemporarily revert r60997. It was causing this failure:
2008-12-13 Duncan SandsLegalizeDAG is not supposed to introduce illegal
2008-12-13 Chris LattnerRLE isn't smart enough to eliminate this safely yet.
2008-12-13 Chris Lattnerrename some tests to be more uniform in naming convention.
2008-12-13 Chris Lattnergvn should never crash on this.
2008-12-13 Chris LattnerThese messages should always be emitted when NDEBUG...
2008-12-13 Mikhail GlushenkovAdd a comment to the auto-generated docs.
2008-12-13 Mikhail GlushenkovMerge llvm-rst.css and llvm.css.
2008-12-13 Cedric VenetAdd explicit this-> for some member function in templat...
2008-12-13 Bill WendlingTemporarily revert r60973. It's inexplicably causing...
2008-12-13 Torok EdwinFix getFieldAs() to use the parameter instead of 6.
2008-12-13 Mon P WangRemove assertion to allow promotion of a truncating...
2008-12-13 Mon P WangAdded basic support for expanding VSETCC
2008-12-13 Chris Lattnermake RLE preserve the name of the load that it replaces...
2008-12-13 Duncan SandsOn big-endian machines it is wrong to do a full
2008-12-13 Misha BrukmanFix spelling.
2008-12-13 Mikhail GlushenkovSome more documentation tweaks.
2008-12-13 Mikhail GlushenkovMore cosmetic tweaks for llvmc docs.
2008-12-12 Devang PatelRe-enable test.
2008-12-12 Devang PatelDo not print empty DW_AT_comp_dir.
2008-12-12 Duncan SandsWhen expanding unaligned loads and stores do not make
2008-12-12 Bill Wendling- Use patterns instead of creating completely new instr...
2008-12-12 Devang PatelXFAIL these tests for now.
2008-12-12 Evan ChengFix add/sub expansion: don't create ADD / SUB with...
2008-12-12 Nick LewyckyRevert my re-instated reverted commit, fixes the bootst...
2008-12-12 Duncan SandsWhen using a 4 byte jump table on a 64 bit machine,
2008-12-12 Duncan SandsDon't make use of an illegal type (i64) when
2008-12-12 Chris Lattnerfix some incorrect links.
2008-12-12 Mikhail GlushenkovMan page update.
2008-12-12 Mon P WangAdded support for SELECT v8i8 v4i16 for X86 (MMX)
2008-12-12 Bill WendlingRedo the arithmetic with overflow architecture. I was...
2008-12-11 Mikhail GlushenkovFix W3C validator errors.
2008-12-11 Mikhail GlushenkovUse correct file for the llvmc tutorial.
2008-12-11 Mikhail GlushenkovUpdate the auto-generated llvmc documentation.
2008-12-11 Mikhail GlushenkovAdd a '-Wo,' option that passes options to opt.
2008-12-11 Evan ChengFix a 80 col. violation.
2008-12-11 Misha Brukman* Removed stray </p> tag
2008-12-11 Misha Brukman* <div align=center> is not valid HTML 4.01 - removed...
2008-12-11 Misha BrukmanRemoved warnings from HTML 4.01 validator: trailing...
2008-12-11 Misha BrukmanConform to the HTML 4.01 Strict specification.
2008-12-11 Nick LewyckySneaky, sneaky: move the -1 to the outside of the SMax...
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2008-12-11 Misha Brukman* Fixed formatting of command descriptions to be consis...
2008-12-11 Torok Edwinfix grammar, thanks Duncan!
2008-12-11 Mikhail GlushenkovMerge Base.td and Tools.td.
2008-12-11 Torok Edwinintroduce BasicBlock::getUniquePredecessor()
2008-12-11 Mikhail GlushenkovPut Edge* classes into anonymous namespace.
2008-12-11 Mon P WangAvoid generating a convert_rndsat node when the src...
2008-12-11 Bill WendlingClarify FIXME.
2008-12-11 Mon P WangWhitespace clean up (tabs with spaces)
2008-12-11 Mon P WangMake fix for r60829 less conservative to allow the...
2008-12-10 Bill WendlingAdd a newline after this debug output.
2008-12-10 Misha Brukmans/A Few Coding Standards/LLVM Coding Standards/g
2008-12-10 Bill WendlingIf ADD, SUB, or MUL have an overflow bit that's used...
2008-12-10 Evan ChengPreliminary ARM debug support based on patch by Mikael...
2008-12-10 Evan ChengSome code clean up.
2008-12-10 Bill WendlingOnly perform SETO/SETC to JO/JC conversion if extractva...
2008-12-10 Nuno Lopesfix typo. thanks Baldrick for noticing
2008-12-10 Nuno Lopesadd gcc 4.1.2 from redhat to the list of broken compilers
2008-12-10 Duncan SandsUpdate these instructions to the 2.4 release.
2008-12-10 Duncan SandsFor amusement, implement SADDO, SSUBO, UADDO, USUBO
2008-12-10 Duncan SandsMention the Ada and Fortran front-ends.
2008-12-10 Duncan SandsDon't dereference the end() iterator. This was
2008-12-10 Mon P WangAdded a little more information that vector shifts...
2008-12-10 Mon P WangFixed a bug when trying to optimize a extract vector...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-12-10 Bill WendlingWhitespace changes.
2008-12-10 Dale JohannesenRewrite instructions for configuring external tests
2008-12-10 Evan ChengFix a bug introduced by r59265. If lazy compilation...
2008-12-10 Chris Lattnermove an entry, add some notes, remove a completed item...
2008-12-10 Chris LattnerAllow basicaa to walk through geps with identical indic...
2008-12-10 Bill WendlingWhitespace fixes.
2008-12-10 Dan GohmanUpdate CalcLatency to work in terms of edge latencies...
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-12-10 Scott MichelCellSPU:
2008-12-09 Bill WendlingImplement fast-isel conversion of a branch instruction...
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-09 Chris Lattnerloosen up an assertion that isn't valid when called...
2008-12-09 Dan GohmanMinor code simplification.
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Chris LattnerTeach GVN to invalidate some memdep information when...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Chris LattnerTeach BasicAA::getModRefInfo(CallSite, CallSite) some
2008-12-09 Chris LattnerFix a fixme: allow memdep to see past read-only calls...
2008-12-09 Chris Lattnerrename getNonLocalDependency -> getNonLocalCallDependen...
2008-12-09 Chris LattnerSwitch GVN::processNonLocalLoad to using the new
2008-12-09 Chris Lattnerrandom cleanups, no functionality change.
2008-12-09 Evan Chengxfail this for now.
2008-12-09 Evan ChengBack out 60748 for now. It's breaking SPASS, 254.gap...
2008-12-09 Evan ChengCosmetic changes.
next