oota-llvm.git
2005-01-08 John CriswellAnother year, another copyright update.
2005-01-08 Jeff CohenAdd a few more passes to LinkAllPasses.h
2005-01-08 Jeff CohenAdd more missing createXxxPass functions.
2005-01-08 Chris LattnerAdd support for FP->INT conversions and back.
2005-01-08 Chris LattnerAdd operators for FP -> INT conversions and back.
2005-01-08 Chris LattnerWrap long line.
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-08 Chris LattnerThe X86 instruction selector already handles codegen of:
2005-01-08 Chris LattnerNew testcase.
2005-01-08 Misha BrukmanEliminate empty sub-list
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 LattnerCleanup a bunch of tests. In particular do not allow...
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 LattnerMake this test a bit more interesting by making there...
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 Lattnermodernize and clean up this test.
2005-01-07 Chris LattnerAfter legalizing a DAG, delete dead nodes to save space.
2005-01-07 Chris LattnerImplement RemoveDeadNodes
2005-01-07 Chris LattnerAdd a new SelectionDAG::RemoveDeadNodes method
2005-01-07 Jeff CohenFix include. Too easy to make mistakes like this on...
2005-01-07 Chris LattnerRemove the open projects page from the docs directory.
2005-01-07 Misha BrukmanCapitalize Bugpoint.
2005-01-07 Jeff CohenGet new SelectionDAG stuff building with Visual Studio.
2005-01-07 Chris LattnerTeach legalize how to handle condbranches
2005-01-07 Chris LattnerAdd a testcase I forgot to commit earlier.
2005-01-07 Chris LattnerX86 BE requires SelectionDAG
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.
next