oota-llvm.git
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 LattnerRegenerated configure after backing out 62553 and r62616.
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 Devang PatelDo not use buggy llvm-gcc to generate testcases.
2009-01-22 Bob WilsonAdd SelectionDAG::getNOT method to construct bitwise...
2009-01-22 Duncan SandsRemove no-longer relevant comment. Pointed out
2009-01-22 Duncan SandsThis passes on linux.
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 a testcase.
2009-01-22 Chris LattnerFix PR3358, a really nasty bug where recursive phi...
2009-01-22 Tanya LattnerBump to 2.6svn.
2009-01-22 Chris LattnerMake tblgen more portable, allowing it to build with...
2009-01-22 Mike StumpDon't create .dir files in installation directories...
2009-01-22 Bill WendlingThe operator<() and operator>() were reversing their...
2009-01-22 Bill WendlingGet rid of warning about implicit 64-to-32 bit conversions.
2009-01-22 Dan GohmanAdd a few more notes about LLVM IR features that codege...
2009-01-22 Oscar FuentesCMake: Tests PERL availability with PERL_EXECUTABLE...
2009-01-21 Steve NaroffAdd explicit this-> (to make the VS compiler happy).
2009-01-21 Dan GohmanRecognize inline asm for bswap on x86-64 GLIBC. This...
2009-01-21 Douglas GregorFix ilist two-phase name lookup
2009-01-21 Dan GohmanFix a missing word.
2009-01-21 Dan GohmanVersions of VIM included with Intrepid and Leopard...
2009-01-21 Dan GohmanEnable syntax highlighting of LLVM and tablegen files...
2009-01-21 Dan GohmanOnly set cindent for C and C++ source files.
2009-01-21 Bill WendlingNow with RUN line.
2009-01-21 Bill WendlingRun this through -simplifycfg and -mem2reg to test...
2009-01-21 Dan GohmanAdd a comment to SelectionDAG::ReplaceAllUsesWith to...
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 Mikhail GlushenkovFix 'llvm-config --libs' output.
2009-01-21 Mikhail GlushenkovChange the hook API back to prevent memory leaks.
2009-01-21 Mikhail GlushenkovAllow hooks with arguments.
2009-01-21 Duncan SandsThis was causing invalid memory accesses when
2009-01-21 Duncan SandsLet's try to have our cake and eat it to: move
2009-01-21 Duncan SandsDon't rely on grep -w working.
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 JohannesenDisable on x86_64 until I figure out what's wrong.
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 Devang PatelNeed compile unit to find location.
2009-01-20 Dale JohannesenCalls to fmod, it turns out, are constant-folded by
2009-01-20 Chris LattnerDon't bother running the assembler, we don't know that...
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 Evan ChengAdd test case for PR3154.
2009-01-20 Devang Patelindentation...
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 Patelzap white spaces.
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 Chris LattnerEliminate use of uint32_t to improve compatibility...
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Duncan SandsCheck that the "don't barf on k8" fix is not
2009-01-20 Evan ChengSpacing
2009-01-20 Bill WendlingTemporarily XFAIL until this can be looked at. r62557...
2009-01-20 Duncan SandsIf a vector is empty, you're not allowed to access any
2009-01-20 Evan ChengRefactor code. No functionality change.
2009-01-20 Bill WendlingTestcase for limited precision stuff.
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 LewyckyRegenerate.
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 Dale JohannesenMove & restructure test per review.
2009-01-19 Chris Lattnerconvert this to an unfoldable potentially trapping...
2009-01-19 Chris Lattnerimprove compatibility with cygwin, patch by Jay Foad!
2009-01-19 Chris Lattnerdiv/rem by zero and div/rem overflow are both undefined...
next