oota-llvm.git
2005-01-05 Reid SpencerCleanup configuration for Cygwin
2005-01-04 Jeff CohenMake bison/flex build steps output the same message...
2005-01-04 Jeff CohenAdd C backend to llc in Visual Studio.
2005-01-04 Chris LattnerTest that trivial constants are not printed in hex...
2005-01-04 Chris LattnerTo not break TBAA rules, use a union.
2005-01-04 Chris LattnerDo not let 'ftostr' return a string that starts with...
2005-01-03 Chris LattnerAdd a testcase to check that initializer that CAN be...
2005-01-03 Chris LattnerFix this script to work with hyphenated llvm-gcc and...
2005-01-03 John CriswellQuote the paths and not the assignment of the PATH...
2005-01-03 John CriswellJoining the quote fray...
2005-01-03 Jeff CohenAdd additional header file to VS project. Patch submit...
2005-01-03 Jeff CohenRevert elimination of global variable hack... still...
2005-01-03 Reid SpencerIntegrate dependency graphs.
2005-01-03 Reid SpencerAdd library dependency and object dependency graphs.
2005-01-03 Chris Lattnernew testcase for PR481
2005-01-03 Chris LattnerBug fixed
2005-01-03 Chris LattnerNew testcase for PR487
2005-01-03 Reid SpencerMake sure the path is properly set in the llvmgcc and...
2005-01-03 Reid SpencerRe-apply last (reverted) patch. Reverting doesn't solve...
2005-01-03 Jeff CohenDon't quote the PATH variable value just in case it...
2005-01-03 Chris LattnerADC and IMUL are also commutable.
2005-01-02 Chris LattnerThis hunk:
2005-01-02 Chris LattnerRemove dead directories
2005-01-02 Chris LattnerThis lib is dead
2005-01-02 Chris LattnerRemove a bunch of useless empty libraries
2005-01-02 Chris LattnerThis is no longer needed.
2005-01-02 Chris LattnerTestcase for PR494
2005-01-02 Chris Lattnerxfail these tests, whcih require more info in the code...
2005-01-02 Reid SpencerAvoid use of -fomit-frame-pointer on FreeBSD platforms...
2005-01-02 Reid SpencerQuote the PATH variable value just in case it has space...
2005-01-02 Reid SpencerCorrect the case of a #include directory name, just...
2005-01-02 Jeff CohenCleanup some Visual Studio project dependencies.
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 LattnerCheck in an old test that never made it into CVS
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 several testcases for new optimizations in the...
2005-01-02 Chris LattnerExpose isConvertibleToThreeAddress and isCommutable...
2005-01-02 Chris LattnerAdd some bits that can be set on instructions. Renumbe...
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-02 Reid SpencerPrevent output of bytecode to std::cout unless the...
2005-01-01 Reid SpencerMove the code for printing out a warning about bytecode...
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 Jeff CohenAdd llvm-link, Linker projects to Visual Studio.
2005-01-01 Jeff CohenAdd missing header files to projects.
2005-01-01 Reid SpencerAdd functions for determining if the stdin/out/err...
2005-01-01 Jeff CohenFix typo 'ompress' => 'compress'.
2005-01-01 Jeff CohenAdd llvm-ranlib project to Visual Studio.
2005-01-01 Jeff CohenAdd llvm-ar project to Visual Studio.
2005-01-01 Jeff CohenAdd -v option to bison.
2005-01-01 Jeff CohenAdd missing file SystemUtils.cpp to Support project.
2005-01-01 Jeff CohenAdd llvm-as project to Visual Studio
2005-01-01 Jeff CohenAdd llvm-dis project to Visual Studio
2005-01-01 Jeff CohenPut executables into a single directory
2005-01-01 Jeff CohenFix bountiful sources of VC++ 'possible loss of data...
2005-01-01 Jeff CohenImprove TableGen dependencies
2005-01-01 Reid SpencerAdd HAVE_SBRK
2005-01-01 Reid SpencerIgnore some files
2005-01-01 Chris LattnerThis is a bulk commit that implements the following...
2005-01-01 Chris LattnerNew testcases that we should combine.
2005-01-01 Chris LattnerNew testcase for common bitfield manipulation instructi...
2005-01-01 Chris LattnerAdd a bunch of tests for cases that should be eliminated.
2005-01-01 Chris LattnerAdd a bunch of tests for ANDs that should be eliminated.
2005-01-01 Chris LattnerThis now works.
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 LattnerAdd new test to make sure simplifycfg doesn't leave...
2005-01-01 Chris LattnerAllow getZeroExtend and getSignExtend to work with...
2005-01-01 Chris LattnerAdd a useful accessor
2005-01-01 Chris LattnerAdd two helper functions.
2005-01-01 Reid SpencerUpdate to autoconf 2.59 standards.
2004-12-31 Reid SpencerCorrect the conditional test for non-portable tools...
2004-12-31 Reid SpencerFor PR351:
2004-12-31 Reid SpencerDescribe both objdir==srcdir and objdir!=srcdir methods...
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 Reid SpencerFor PR351:
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-31 Reid Spencer* Add missing libraries: Linker, Archive, SparcV8
2004-12-30 Reid Spencer* Don't include weak definitions as a definition
2004-12-30 Reid SpencerAdd a section on library dependencies now that GenLibDe...
2004-12-30 Reid SpencerA Perl script to generate an HTML definition list conta...
2004-12-30 Reid SpencerFix the help documentation to not imply multiple archiv...
2004-12-30 Reid SpencerFor PR351:
2004-12-30 Jeff CohenFix MINGW compilation errors
2004-12-29 Reid Spencer* Fix a bug in an m4 macro that used an incorrect test...
2004-12-29 Reid SpencerFix a Bourne Shell syntax error in a test
2004-12-29 Reid SpencerFix one of the names to not have a . in front of it.
2004-12-29 Chris LattnerBug fixed
2004-12-29 Chris LattnerFix PR491 and testcase Transforms/DeadStoreElimination...
2004-12-29 Chris LattnerAdd a comment, add a new testcase
next