oota-llvm.git
2005-01-17 Tanya LattnerAdded tmp instructions to preserve ssa.
2005-01-17 Chris LattnerFix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG...
2005-01-17 Chris LattnerNew testcase for a problem that occurred in 132.ijpeg
2005-01-17 Chris LattnerDelete PHI nodes that are not dead but are locked in...
2005-01-17 Chris LattnerMove code out of indentation one level to make it easie...
2005-01-17 Chris LattnerAdd methods
2005-01-17 Chris LattnerDo not fold a load into a comparison that is used by...
2005-01-17 Reid Spencersysconfdir -> PROJ_etcdir
2005-01-17 Chris LattnerDo not codegen 'xor bool, true' as 'not reg'. not...
2005-01-17 Chris LattnerFix typos noticed by Gabor Greif, thanks Gabor!
2005-01-17 Chris LattnerSet up the shift and setcc types.
2005-01-16 Chris LattnerShift and setcc types default to the pointer type.
2005-01-16 Chris LattnerAdd comments
2005-01-16 Chris LattnerImplement legalize of call nodes.
2005-01-16 Alkis EvlogimenosFix llvm-java project autconfiguration.
2005-01-16 Tanya LattnerAdded paramters to a few functions in order to allow...
2005-01-16 Chris Lattner* Adjust to changes in TargetLowering interfaces.
2005-01-16 Chris LattnerRevamp supported ops. Instead of just being supported...
2005-01-16 Chris Lattneradd method stub
2005-01-16 Chris LattnerDon't mash stuff together.
2005-01-16 Chris LattnerUse enums, move virtual dtor out of line.
2005-01-16 Chris LattnerRevamp supported ops. Instead of just being supported...
2005-01-16 Reid Spencer* Revise the projects section and make reference to...
2005-01-16 Reid SpencerDon't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR...
2005-01-16 Chris LattnerImplement some more missing promotions.
2005-01-16 Chris LattnerFix bugpoint
2005-01-16 Chris Lattnercycles_t -> CycleCount_t
2005-01-16 Jeff CohenAdd some .cvsignores to the win32 hierarchy to account...
2005-01-16 Reid SpencerProvide support for HP/UX aCC compiler's variant of...
2005-01-16 Reid SpencerFix locations of libraries and executables to match...
2005-01-16 Reid SpencerBUILD_* to PROJ_*
2005-01-16 Chris LattnerClarify assertion.
2005-01-16 Chris LattnerAdd assertions.
2005-01-16 Chris LattnerAdd support for promoted registers being live across...
2005-01-16 Reid SpencerUpdate per new Makefile requirements for projects
2005-01-16 Reid SpencerRename BUILD_* to PROJ_*
2005-01-16 Reid SpencerUpdate documentation on how to set up a project
2005-01-16 Reid SpencerSeveral changes:
2005-01-16 Reid SpencerSeveral changes:
2005-01-16 Reid SpencerMake this file capable of being used by both LLVM and...
2005-01-16 Tanya LattnerFixed a couple of instructions that broke SSA.
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2005-01-16 Chris LattnerImprove compatibility with aCC on HPUX. Patch by Durai...
2005-01-16 Chris LattnerSet up identity transforms.
2005-01-16 Chris LattnerMove some information into the TargetLowering object.
2005-01-16 Chris LattnerUse the new TLI method to get this.
2005-01-16 Chris LattnerMove some information out of LegalizeDAG into the gener...
2005-01-16 Chris Lattnerlegalize a bunch of operations that I missed.
2005-01-16 Chris LattnerAdd support for targets that require promotions.
2005-01-16 Chris LattnerFix some serious bugs in promotion.
2005-01-16 Chris LattnerEliminate unneeded extensions.
2005-01-15 Chris LattnerImplement promotion of a whole bunch more operators...
2005-01-15 Chris LattnerPrint extra type for nodes with extra type info.
2005-01-15 Jeff CohenAdd new file to Visual Studio CodeGen project
2005-01-15 Chris LattnerAdd support for legalizing FP_ROUND_INREG, SIGN_EXTEND_...
2005-01-15 Chris LattnerCommon code factored out.
2005-01-15 Chris Lattnerimplement these methods.
2005-01-15 Chris LattnerAdd some helper methods.
2005-01-15 Chris LattnerAdd support for promoting ADD/MUL.
2005-01-15 Chris LattnerAdd new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO...
2005-01-15 Chris LattnerAdd a new target-independent code generator flag.
2005-01-15 Chris LattnerAdd support for truncstore and *extload.
2005-01-15 Chris LattnerAdd intitial support for promoting some operators.
2005-01-15 Chris LattnerImprove output precision.
2005-01-14 Reid SpencerWe don't distribute the operating system specific direc...
2005-01-14 Chris LattnerAdjust to CopyFromReg changes, implement deletion of...
2005-01-14 Chris LattnerAdjust to CopyFromREg changes.
2005-01-14 Chris LattnerChange CopyFromReg to take and produce a chain node...
2005-01-14 Chris LattnerStart implementing truncating stores and extending...
2005-01-14 Chris LattnerStart adding some new operators, give IMPLICIT_DEF...
2005-01-14 Chris LattnerFix Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll
2005-01-14 Chris LattnerNew testcase, problem found by Rob.
2005-01-14 Chris LattnerFix: Regression/CodeGen/PowerPC/2005-01-14-SetSelectCra...
2005-01-14 Chris LattnerTestcase that crashes the PPC backend. Thanks to Rob...
2005-01-14 Chris LattnerFix some bugs in an xform added yesterday. This fixes...
2005-01-14 Chris LattnerFix a compile crash on spiff
2005-01-14 Reid SpencerAllow the Echo and EchoCmd variables to be overridden.
2005-01-14 Reid SpencerFix the path from ../lib/Debug to ../Debug/lib per...
2005-01-14 Chris LattnerImprove compatibility with acc
2005-01-14 Chris LattnerMake this compatible with the HP/intel compiler. Fix...
2005-01-14 Alkis EvlogimenosCorrectly update configure to configure the llvm-java...
2005-01-14 Jeff CohenFix and improve win32 path validation.
2005-01-14 Reid SpencerMake asctime_r work for HP/UX.
2005-01-14 Chris LattnerMore testcases
2005-01-14 Chris Lattnerif two gep comparisons only differ by one index, compar...
2005-01-13 Chris LattnerDo not overrun iterators. This fixes a 176.gcc crash
2005-01-13 Chris LattnerAdd a method
2005-01-13 Chris Lattnernew testcase
2005-01-13 Chris LattnerAdd a method
2005-01-13 Chris LattnerTurn select C, (X+Y), (X-Y) --> (X+(select C, Y, (...
2005-01-13 Chris LattnerImplement an optimization for == and != comparisons...
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-13 Chris LattnerFix some bugs in code I didn't mean to check in.
2005-01-13 Chris LattnerFix a crash compiling 129.compress
2005-01-13 Chris LattnerCodegen factor nodes more intelligently according to...
2005-01-13 Chris LattnerDon't forget the existing root.
2005-01-13 Reid SpencerUpdate the documentation about -enable-llcbeta vs....
2005-01-13 Chris LattnerInitial trivial (but stupid) codegen for this node.
2005-01-13 Chris LattnerCodegen independent ops as being independent.
2005-01-13 Chris LattnerLegalize new node, add assertion.
next