oota-llvm.git
2005-01-11 Reid SpencerImplement the LOADABLE_MODULE option when building...
2005-01-11 Chris Lattnershift X, 0 -> X
2005-01-11 Chris LattnerFix a bug emitting branches that broke a lot of programs.
2005-01-11 Chris LattnerBe more careful where we set ContainsFPCode. We were...
2005-01-11 Chris LattnerFix a major bug in setcc/cmov folding, where we acciden...
2005-01-11 Chris LattnerTake register pressure into account when we have to...
2005-01-11 Chris LattnerThe pattern isel is aggressively codegen'ing all of...
2005-01-11 Chris LattnerPrint SelectionDAGs bottom up, include extra info in...
2005-01-11 Chris LattnerAdd support for bottom-up graphs.
2005-01-10 Chris LattnerAdd a marker for the graph root.
2005-01-10 Chris LattnerPut the operation name in each node, put the function...
2005-01-10 Chris LattnerSplit out SDNode::getOperationName into its own method.
2005-01-10 Chris LattnerAdd a helper method.
2005-01-10 Chris LattnerImplement initial selectiondag printing support. This...
2005-01-10 Chris LattnerAdd support for graph operations, and add a viewGraph...
2005-01-10 Chris LattnerAdd a helper method
2005-01-10 Chris LattnerFold setcc instructions into selects.
2005-01-10 Chris LattnerAdd conditional moves for the parity flag.
2005-01-10 Chris LattnerLower to the correct functions. This fixes FreeBench...
2005-01-10 Chris LattnerImplement 8-bit multiply for X86.
2005-01-10 Chris LattnerRework constant pool handling so that function constant...
2005-01-10 Jeff CohenApply feedback from Chris.
2005-01-10 Jeff CohenApply feed back from Chris:
2005-01-10 Chris LattnerImplement a couple of more simplifications. This lets...
2005-01-10 Chris LattnerFix incorrect constant folds, fixing Stepanov after...
2005-01-10 Jeff CohenUpdate System project in Visual Studio to reflect renam...
2005-01-10 Chris LattnerConstant fold shifts, turning this loop:
2005-01-09 Reid SpencerRename Unix/*.cpp and Win32/*.cpp to have a *.inc suffi...
2005-01-09 Chris LattnerAdd some folds for == and != comparisons. This allows...
2005-01-09 Jeff CohenAdd last four createXxxPass functions
2005-01-09 Jeff CohenFix VC++ compilation error
2005-01-09 Chris LattnerPrint the DAG out more like a DAG in nested format.
2005-01-09 Chris LattnerPrint out nodes sorted by their address to make it...
2005-01-09 Chris LattnerCodegen (Reg|imm)+&GV as an LEA, because we cannot...
2005-01-09 Chris LattnerAdd a simple transformation. This allows us to compile...
2005-01-09 Chris LattnerFix copy and pasto's for FP -> Int. This fixes fldry
2005-01-09 Chris LattnerFix a bug legalizing call instructions (make sure to...
2005-01-09 Chris LattnerFix a minor bug legalizing dynamic_stackalloc. This...
2005-01-09 Chris LattnerTeach legalize to deal with DYNAMIC_STACKALLOC (aka...
2005-01-09 Chris LattnerInitial implementation of FP->INT and INT->FP casts
2005-01-09 Jeff CohenGet lib/Analysis/DataStructure to compile with VC++
2005-01-09 Jeff CohenWorkaround a VC++ bug. Microsoft puts the hash_map...
2005-01-09 Chris LattnerFix a subtle bug involving constant expr casts from...
2005-01-09 Chris LattnerHandle static alloca arguments to PHI nodes.
2005-01-09 Chris LattnerImplement varargs and returnaddress/frameaddress intrin...
2005-01-09 Chris LattnerUse new interfaces to correctly lower varargs and retur...
2005-01-09 Chris LattnerAdd interfaces to lower varargs and return/frame addres...
2005-01-08 Jeff CohenTest fails on all platforms, not just linux
2005-01-08 Chris LattnerAdd support for llvm.setjmp and longjmp. Only 3 Single...
2005-01-08 Jeff CohenFix VC++ compilation error
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2005-01-08 Chris Lattnerrename linscan -> LLCBETA as it should be
2005-01-08 Chris LattnerOkay 15th time is the charm. Looking at the vector...
2005-01-08 Chris LattnerOkay, my off by one was actually off by two. This...
2005-01-08 Chris LattnerTighten up assertions.
2005-01-08 Chris LattnerFix off by one error
2005-01-08 Chris LattnerAllow arrays to have more than 4G elements.
2005-01-08 Chris LattnerAllow array types to have 64-bit size.
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-08 Chris LattnerSilence warnings
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerSilence VS warnings
2005-01-08 Chris LattnerSilence VS warnings
2005-01-08 Chris LattnerAdjust prototype
2005-01-08 Chris LattnerSilence warnings from VS
2005-01-08 Chris LattnerSilence VS warnings
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerFix VS warnings
2005-01-08 Chris LattnerFix VS warnings.
2005-01-08 Chris LattnerFix uint64_t -> unsigned VS warnings.
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerSilence warnings
2005-01-08 Chris LattnerDo not throw away bits for no reason
2005-01-08 Chris LattnerSilence a VS warning.
2005-01-08 Chris LattnerAdjust to changes in LowerCallTo interface
2005-01-08 Chris LattnerImplement handling of most long operators through libcalls.
2005-01-08 Chris LattnerAdjust to changes in LowerCAllTo interfaces
2005-01-08 Chris LattnerMake LowerCallTo more generic and useful.
2005-01-08 John CriswellAnother year, another copyright update.
2005-01-08 Jeff CohenAdd a few more passes to LinkAllPasses.h
2005-01-08 Jeff CohenAdd more missing createXxxPass functions.
2005-01-08 Chris LattnerAdd support for FP->INT conversions and back.
2005-01-08 Chris LattnerAdd operators for FP -> INT conversions and back.
2005-01-08 Chris LattnerWrap long line.
2005-01-08 Chris LattnerImplement the 'store FPIMM, Ptr' -> 'store INTIMM,...
2005-01-08 Chris Lattner1ULL << 64 is undefined, don't do it.
2005-01-08 Chris LattnerThe X86 instruction selector already handles codegen of:
2005-01-08 Chris LattnerNew testcase.
2005-01-08 Misha BrukmanEliminate empty sub-list
2005-01-07 Chris LattnerFix a pointer invalidation problem. This fixes Generic...
2005-01-07 Chris LattnerFold conditional branches on constants away.
2005-01-07 Chris LattnerFix a thinko in the reassociation code, fixing Generic...
2005-01-07 Chris LattnerAdd support for truncating integer casts from long.
2005-01-07 Chris LattnerFix a bug in load expansion legalization and ret legali...
2005-01-07 Chris LattnerLegalize unconditional branches too
2005-01-07 Chris LattnerCleanup a bunch of tests. In particular do not allow...
2005-01-07 Chris LattnerImplement support for long GEP indices on 32-bit archs...
2005-01-07 Chris LattnerSimplify: truncate ({zero|sign}_extend (X))
2005-01-07 Chris Lattnerimplement legalization of a bunch more operators.
next