Implement initial selectiondag printing support. This gets us a nice
[oota-llvm.git] / lib / CodeGen /
2005-01-10 Chris LattnerImplement initial selectiondag printing support. This...
2005-01-10 Chris LattnerLower to the correct functions. This fixes FreeBench...
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 Chris LattnerConstant fold shifts, turning this loop:
2005-01-09 Chris LattnerAdd some folds for == and != comparisons. This allows...
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 LattnerAdd a simple transformation. This allows us to compile...
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 LattnerHandle static alloca arguments to PHI nodes.
2005-01-09 Chris LattnerUse new interfaces to correctly lower varargs and retur...
2005-01-08 Chris LattnerAdd support for llvm.setjmp and longjmp. Only 3 Single...
2005-01-08 Chris LattnerTighten up assertions.
2005-01-08 Chris LattnerSilence VS warnings
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 LattnerImplement handling of most long operators through libcalls.
2005-01-08 Chris LattnerAdjust to changes in LowerCAllTo interfaces
2005-01-08 Chris LattnerAdd support for FP->INT conversions and back.
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-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 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.
2005-01-07 Chris LattnerFix another bug legalizing calls!
2005-01-07 Chris LattnerFix handling of dead PHI nodes.
2005-01-07 Chris LattnerFix a bug legalizing calls
2005-01-07 Chris LattnerAfter legalizing a DAG, delete dead nodes to save space.
2005-01-07 Chris LattnerImplement RemoveDeadNodes
2005-01-07 Chris LattnerTeach legalize how to handle condbranches
2005-01-07 Chris LattnerInitial implementation of the SelectionDAGISel class...
2005-01-07 Chris LattnerThis file is obsolete
2005-01-07 Chris LattnerInitial implementation of the DAG legalization. This...
2005-01-07 Chris LattnerComplete rewrite of the SelectionDAG class.
2005-01-07 Chris LattnerFirst draft of new Target interface
2005-01-02 Chris LattnerMake the 2-address instruction lowering pass smarter...
2004-12-15 Chris LattnerMove virtual method call out of loop
2004-12-07 Nate BegemanMove virtual function call out of loop to speed up...
2004-12-07 Reid SpencerFor PR387:\
2004-12-04 Chris LattnerPrevent accessing past the end of the intervals vector...
2004-11-28 Chris LattnerFix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout...
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerThese methods are obsolete
2004-11-20 Chris LattnerAdjust to changed interfaces
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-19 Chris LattnerMatch change in MachineCodeEmitter prototype.
2004-11-18 Chris Lattner* There is no reason for SpillWeights to be an instance var
2004-11-18 Chris LattnerThere is no need to check to see if j overflowed in...
2004-11-18 Chris LattnerModerate head scratching reveals that this conditional...
2004-11-18 Chris LattnerFix a couple of bugs where we considered physregs past...
2004-11-18 Chris LattnerFix typeo
2004-11-18 Chris LattnerStart using the iterators in the fixed_ intervals to...
2004-11-18 Chris LattnerTake another .7 seconds off of linear scan time.
2004-11-18 Chris LattnerAdd a counter for the number of times linscan has to...
2004-11-18 Chris LattnerAdd ability to give hints to the overlaps routines.
2004-11-18 Chris Lattner* Improve comments/documentation substantially
2004-11-18 Chris LattnerAdd new advanceTo method
2004-11-18 Chris LattnerFix a minor bug in expiredAt. endNumber() is the first...
2004-11-18 Chris LattnerRename some methods, use 'begin' instead of 'start...
2004-11-16 Brian GaekeGive a better message for a common assertion failure.
2004-11-05 Chris LattnerDo not make i have bigger scope that we need
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Chris LattnerMove method bodies that depend on <algorithm> from...
2004-10-26 Chris LattnerClean up the MachineBasicBlock.h file, percolating...
2004-10-26 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-10-25 Chris LattnerDo not use variable sized arrays in C++, they are non...
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for undef
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-10-15 Chris LattnerThis patch fixes the nasty bug that caused 175.vpr...
2004-10-15 Chris LattnerThis patch adds and improves debugging output. No...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Misha BrukmanModuloScheduling has moved to lib/Target/SparcV9
2004-10-10 Misha BrukmanModuloScheduling moved to lib/Target/SparcV9 as it...
2004-10-10 Tanya LattnerAdded debug information. Fixed several bugs in the...
2004-10-10 Reid SpencerRemove the InstrSched directory (moved to SparcV9)
2004-10-10 Reid SpencerDirectory no long exists (moved to Targets/SparcV9).
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanHyphenate target-(in)dependent for more tasty grammar...
2004-10-08 Misha BrukmanInstrSched has been moved to lib/Target/SparcV9
2004-10-08 Misha BrukmanInstrSched is SparcV9-specific and so has been moved...
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-01 Chris LattnerDo not repeat the map lookup
2004-10-01 Chris LattnerWhen a virtual register is folded into an instruction...
2004-10-01 Chris LattnerAdd a simple little improvement to the local spiller...
2004-10-01 Chris LattnerSubstantially revamp the local spiller, causing it...
2004-10-01 Chris LattnerPretty print a bit nicer :)
next