oota-llvm.git
2005-01-06 Chris LattnerNew testcase
2005-01-06 Chris LattnerNo need to pessimize current code for future possibilities.
2005-01-06 Jeff CohenGet the #ifdef right on LinkAllPasses.h.
2005-01-06 Jeff CohenFix minor mistakes
2005-01-06 Jeff CohenGet rid of those pesky tabs...
2005-01-06 Jeff CohenAdd project opt to Visual Studio.
2005-01-06 Jeff CohenPut createLoopUnswitchPass() into proper namespace
2005-01-06 Jeff CohenAdd missing include
2005-01-06 Jeff CohenFix incorrect return type.
2005-01-06 Jeff CohenFix CBE code so that it compiles with VC++.
2005-01-06 Chris LattnerAdd required #include
2005-01-06 Chris LattnerAdd a useful method
2005-01-05 Chris LattnerAdd a list end sentinal
2005-01-05 Reid SpencerAdd the SystemLibrary.html document now that its done.
2005-01-05 Reid SpencerAdd a missing <div>
2005-01-05 Reid SpencerBulk upgrade of this document. Cruft removed, new stuff...
2005-01-05 Alkis EvlogimenosThe Java project now lives under projects/llvm-java.
2005-01-05 Reid SpencerMake opt honor the quiet option when printing the bytec...
2005-01-05 Reid Spencer1. Make sure that "dot" can be found in the path
2005-01-05 Reid SpencerIgnore autoconf/aclocal generated stuff.
2005-01-05 Chris Lattner1. If a double FP constant must be put into a constant...
2005-01-05 Chris Lattneradd an assertion
2005-01-05 Chris LattnerMinor optimization to allocate R8 registers in a better...
2005-01-05 Chris Lattnerignore generated file
2005-01-05 Chris LattnerIgnore generated file
2005-01-05 Chris LattnerIgnore .dir
2005-01-05 Chris LattnerUpdate this test to pass.
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
next