oota-llvm.git
2005-01-18 Chris LattnerFix some fixmes (promoting bools for select and brcond...
2005-01-18 Chris LattnerKeep track of the retval type as well.
2005-01-18 Chris LattnerKeep track of the returned value type as well.
2005-01-18 Chris LattnerTeach legalize to promote copy(from|to)reg, instead...
2005-01-18 Chris LattnerFix 124.m88ksim.
2005-01-18 Jeff CohenAdd project llvm-ld to Visual Studio
2005-01-18 Jeff CohenAdd project llvm-nm to Visual Studio
2005-01-18 Jeff CohenAdd project llvm-ld to Visual Studio
2005-01-18 Jeff CohenAdd llvm-bcanalyzer project to Visual Studio
2005-01-18 Chris LattnerDo not emit loads multiple times, potentially in the...
2005-01-18 Tanya LattnerMinor changes.
2005-01-18 Chris LattnerEliminate bad assertions.
2005-01-18 Chris Lattner* Eliminate the TokenSet and just use the ExprMap for...
2005-01-18 Chris LattnerTeach legalize to promote SetCC results.
2005-01-18 Chris LattnerAllow setcc operations to have nonbool types.
2005-01-18 Chris LattnerAllow setcc operations to have non-bool types.
2005-01-18 Chris LattnerRely on the code in MatchAddress to do this work. ...
2005-01-18 Chris LattnerFix the completely broken FP constant folds for setcc's.
2005-01-18 Chris LattnerFix a problem where probing for addressing modes caused...
2005-01-17 Chris LattnerFix indentation.
2005-01-17 Chris LattnerThis is a carefully contrived testcase where the X86...
2005-01-17 Chris LattnerDon't bother using max here.
2005-01-17 Chris LattnerDo not give token factor nodes outrageous weights
2005-01-17 Chris LattnerNon-volatile loads can be freely reordered against...
2005-01-17 Chris LattnerTwo changes:
2005-01-17 Chris LattnerDon't call SelectionDAG.getRoot() directly, go through...
2005-01-17 Chris LattnerRefactor load/op/store folding into it's own method...
2005-01-17 Chris LattnerImplement a target independent optimization to codegen...
2005-01-17 Chris LattnerFix a major regression last night that prevented us...
2005-01-17 Chris LattnerRefactor code into a new method.
2005-01-17 Chris LattnerMake methods private, add a method.
2005-01-17 Chris LattnerCodegen this:
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...
next