Fix a bug legalizing calls
[oota-llvm.git] / lib /
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 LattnerAllow the selection-dag based selector to be diabled...
2005-01-07 Chris LattnerReimplementation of the X86 pattern isel. This is...
2005-01-07 Chris LattnerThis file is now dead.
2005-01-07 Chris LattnerAdd a new prototype
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-07 Chris LattnerAdd convenience method.
2005-01-07 Misha BrukmanConvert tabs to spaces
2005-01-07 Jeff CohenAdd missing createXxxPass functions
2005-01-07 Jeff CohenAdd missing include
2005-01-06 Chris LattnerCodegen -1 and -0.0 more efficiently. This implements...
2005-01-06 Chris LattnerNo need to pessimize current code for future possibilities.
2005-01-06 Jeff CohenPut createLoopUnswitchPass() into proper namespace
2005-01-06 Jeff CohenAdd missing include
2005-01-06 Jeff CohenFix CBE code so that it compiles with VC++.
2005-01-05 Chris Lattner1. If a double FP constant must be put into a constant...
2005-01-05 Chris LattnerMinor optimization to allocate R8 registers in a better...
2005-01-04 Chris LattnerTo not break TBAA rules, use a union.
2005-01-03 Jeff CohenRevert elimination of global variable hack... still...
2005-01-03 Chris LattnerADC and IMUL are also commutable.
2005-01-02 Chris LattnerThis hunk:
2005-01-02 Reid SpencerCorrect the case of a #include directory name, just...
2005-01-02 Jeff CohenEliminate the use of the global variable hack in the...
2005-01-02 Chris LattnerDisable 2->3 address promotion of add and inc instructi...
2005-01-02 Chris LattnerAdd a new method.
2005-01-02 Chris LattnerAdd support for SETNPr to lower to memory form.
2005-01-02 Chris LattnerImplement the convertToThreeAddress method, add support...
2005-01-02 Chris LattnerTwo changes here:
2005-01-02 Chris LattnerMake the 2-address instruction lowering pass smarter...
2005-01-02 Chris LattnerAdd some bits that can be set for instructions.
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2005-01-01 Jeff CohenAdd functions for determining if the stdin/out/err...
2005-01-01 Reid SpencerAdd functions for determining if the stdin/out/err...
2005-01-01 Chris LattnerThis is a bulk commit that implements the following...
2005-01-01 Chris LattnerFix a FIXME: Select instructions on longs were miscompiled.
2005-01-01 Chris LattnerSubstantially improve the code generated by non-folded...
2005-01-01 Chris LattnerImplement SimplifyCFG/DeadSetCC.ll
2005-01-01 Chris LattnerAllow getZeroExtend and getSignExtend to work with...
2004-12-31 Jeff CohenWhere do these tabs keep coming from???
2004-12-31 Jeff CohenMostly cleanup, but also some bug fixes, for win32...
2004-12-31 Reid SpencerFix a compilation error for the case where mallinfo...
2004-12-31 Jeff CohenGet rid of those nasty tabs...
2004-12-31 Jeff CohenBring win32/Path.cpp up to date with respect to Unix...
2004-12-30 Jeff CohenFix MINGW compilation errors
2004-12-29 Chris LattnerFix PR491 and testcase Transforms/DeadStoreElimination...
2004-12-29 Chris LattnerFix PR490
2004-12-29 Reid SpencerRemove potential platform portability issue with size...
2004-12-27 Reid SpencerFix a bug that made the nightly tester *really* slow...
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-25 Jeff Cohenmingw doesn't support the official debug API.
2004-12-24 Jeff CohenGet VC++ building again
2004-12-24 Jeff CohenEliminate use of ltdl.c when doing a VC++ build. Becau...
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerResurrect this file.
2004-12-24 Reid SpencerRemove these files as they are not being included any...
2004-12-24 Jeff CohenFix VC++ compilation error
2004-12-23 Reid SpencerPut CopyFile in the sys namespace.
2004-12-23 Misha BrukmanWrap at 80 cols
2004-12-23 Reid SpencerCorrect the comments and file header.
2004-12-23 Reid SpencerTry to speed up gccld hot spot in BasicVN::getEqualNumb...
2004-12-23 Jeff CohenPatch to fix mingw compilation problem contributed...
2004-12-22 Reid SpencerFor PR351:
2004-12-22 Reid SpencerFor PR351:
2004-12-22 Reid SpencerFor PR351:
2004-12-21 Reid SpencerFor PR351:
2004-12-21 Reid SpencerPut the CopyFile function explicitly in the sys namespace.
2004-12-21 Reid SpencerInclude <cassert> for Cygwin.
2004-12-20 Reid SpencerCygwin doesn't like .. through a link, so drop the ..
2004-12-20 Reid SpencerFix a bug where system time always equals user time
2004-12-20 Reid SpencerImplement GetTimeUsage correctly.
2004-12-20 Reid SpencerProvide a getrusage based implementation of GetTotalMem...
2004-12-20 Reid SpencerConsistently use the same #if style. Also, fix a bug...
2004-12-20 Reid SpencerRemove unnecessary #includes.
2004-12-20 Reid SpencerBe double sure about including sys/stat.h by wrapping...
2004-12-20 Reid SpencerRemove the #include of llvm/Config/unistd.h as it is...
2004-12-20 Reid SpencerRemove un-needed #includes.
2004-12-20 Reid SpencerPut some header files back that Win32 needs.
2004-12-20 Jeff CohenKeep up with lib/System changes
next