oota-llvm.git
2005-01-07 Chris LattnerX86 JIT requires the selection dag library.
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 Jeff CohenBut not the identation of THAT line
2005-01-07 Chris LattnerComplete rewrite of the SelectionDAG class.
2005-01-07 Chris LattnerCommon base class for SelectionDAG-based instruction...
2005-01-07 Chris LattnerInitial implementation of the nodes in a SelectionDAG.
2005-01-07 Chris LattnerFirst draft of new Target interface
2005-01-07 Chris LattnerFirst draft of a new Target interface
2005-01-07 Jeff CohenCorrect indentation levels
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 CohenRemove bogus project folder
2005-01-07 Misha BrukmanFix spelling.
2005-01-07 Jeff CohenUpdate list of passes
2005-01-07 Jeff CohenAdd missing include
2005-01-07 Jeff CohenFix return type
2005-01-06 Chris LattnerCodegen -1 and -0.0 more efficiently. This implements...
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...
next