oota-llvm.git
2005-01-24 Chris LattnerThis giant patch speeds up Type::isSized(). Before...
2005-01-24 Chris LattnerFix a spurious warning.
2005-01-23 Chris LattnerSilence a warning.
2005-01-23 Chris LattnerSilence optimized warnings.
2005-01-23 Chris LattnerAllow the FP stackifier to completely ignore functions...
2005-01-23 Chris LattnerSimplify/speedup the PEI by not having to scan for...
2005-01-23 Chris LattnerAdd an accessor.
2005-01-23 Chris LattnerUpdate physregsused info.
2005-01-23 Chris LattnerUpdate this pass to set PhysRegsUsed info in MachineFun...
2005-01-23 Chris LattnerUpdate these register allocators to set the PhysRegUsed...
2005-01-23 Chris LattnerAdd support for the PhysRegsUsed array.
2005-01-23 Chris LattnerExpose more information from register allocation to...
2005-01-23 Chris LattnerSpeed this up a bit by making ModifiedRegs a vector...
2005-01-23 Chris LattnerGet rid of a several dozen more and instructions in...
2005-01-23 Chris LattnerFix crash comparing empty file against nonempty file.
2005-01-23 Chris LattnerAdjust to changes in SelectionDAG interfaces
2005-01-23 Chris LattnerRemove the 3 HACK HACK HACKs I put in before, fixing...
2005-01-23 Chris LattnerAdjust to changes in SelectionDAG interface.
2005-01-23 Chris LattnerGive SelectionDAG a TargetLowering instance instead...
2005-01-23 Chris LattnerBuild Alpha by default.
2005-01-23 Reid SpencerFix alloca support for Cygwin. On cygwin its __alloca...
2005-01-23 Reid SpencerSupport Cygwin assembly generation. The cygwin version...
2005-01-23 Chris LattnerAdd support for fp tolerances
2005-01-23 Chris LattnerThis method takes sys::Path objects now.
2005-01-23 Chris LattnerAdjust to changed interface.
2005-01-23 Chris LattnerMake DiffFilesWithTolerance take sys::Path's instead...
2005-01-23 Chris LattnerRemove two dead methods and improve the comments for...
2005-01-23 Chris LattnerFix a bug in previous checkin
2005-01-23 Chris LattnerDrop dead #include
2005-01-23 Chris LattnerThe meat of this utility has been moved to FileUtilitie...
2005-01-23 Chris LattnerAdd a new method, refactored out of fpcmp
2005-01-23 Chris LattnerNew method.
2005-01-22 Andrew LenharthLet me introduce you to the early stages of the llvm...
2005-01-22 Chris LattnerGet this to work for 64-bit systems.
2005-01-22 Reid SpencerWe're working towards LLVM 1.5 now so bump the version...
2005-01-22 Chris LattnerMinor fix.
2005-01-22 Chris LattnerThis is the final big of factoring. This shares cases...
2005-01-22 Chris LattnerImplement *even more* factoring. In particular, if...
2005-01-22 Chris LattnerRefactor code for numbering instructions into CodeGenTa...
2005-01-22 Jeff CohenFix VC++ compilation error
2005-01-22 Chris LattnerQOI feature implemented.
2005-01-22 Chris LattnerImplement factoring of instruction pattern strings...
2005-01-22 Chris LattnerFix the ::: problem
2005-01-22 Chris LattnerMinor refactoring, no functionality change.
2005-01-22 Jeff Cohenoops
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-22 Jeff CohenAdd (non-working) project bugpoint to Visual Studio
2005-01-22 Chris LattnerSeperate asmstring parsing from emission. This allows...
2005-01-22 Jeff CohenDon't exclude FileUtilies and ToolRunner from VC++...
2005-01-22 Jeff CohenFix VC++ complaint
2005-01-22 Jeff CohenFix destroyDirectory bug
2005-01-22 Chris LattnerImplicitly defined registers can clobber callee saved...
2005-01-22 Andrew Lenharthmake double-dollar properly escape asmstrings
2005-01-22 Chris LattnerMore bugfixes for IA64 shifts.
2005-01-22 Chris LattnerFix problems with non-x86 targets.
2005-01-22 Chris LattnerAdd a nasty hack to fix Alpha/IA64 multiplies by a...
2005-01-21 Chris LattnerRemove unneeded line.
2005-01-21 Chris Lattnertest commit
2005-01-21 Chris LattnerHandle comparisons of gep instructions that have differ...
2005-01-21 Chris LattnerSpeed up folding operations into loads.
2005-01-21 Chris LattnerKeep track of node depth for each node
2005-01-21 Chris LattnerThe ever-important vanity pass name :)
2005-01-21 Chris LattnerIf the interpreter tries to execute an external functio...
2005-01-21 Chris LattnerFix a FIXME: realize that argument stores are all indep...
2005-01-21 Chris LattnerUnary token factor nodes are unneeded.
2005-01-21 Chris LattnerRefactor libcall code a bit. Initial implementation...
2005-01-20 Chris LattnerApparently destroyFile() now throws an exception. ...
2005-01-20 Chris LattnerRemove this test. This test is already in PR269, so...
2005-01-20 Chris LattnerSimplify the shift-expansion code.
2005-01-20 Chris LattnerImplement ADD_PARTS/SUB_PARTS so that 64-bit integer...
2005-01-20 Chris LattnerExpand add/sub into ADD_PARTS/SUB_PARTS instead of...
2005-01-20 Chris Lattnerimplement add_parts/sub_parts.
2005-01-20 Chris LattnerEliminate the unimplemented ADDC/SUBB operations, add...
2005-01-20 Chris LattnerAdd missing entry.
2005-01-20 Chris LattnerFix a crash compiling 134.perl.
2005-01-20 Jeff CohenGet analyze to show all analysis options when compiled...
2005-01-20 Jeff CohenAdd analyze project to Visual Studio
2005-01-20 Jeff CohenAdd project llvm-proj to Visual Studio
2005-01-19 Chris LattnerSupport targets that do not use i8 shift amounts.
2005-01-19 Chris LattnerAdd two optimizations. The first folds (X+Y)-X -> Y
2005-01-19 Chris LattnerAdd some new tests
2005-01-19 Chris LattnerAdd an assertion that would have made more sense to...
2005-01-19 Chris LattnerAdd support for targets that pass args in registers...
2005-01-19 Chris LattnerAdd an accessor for targets that pass args in regs
2005-01-19 Chris LattnerFold single use token factor nodes into other token...
2005-01-19 Chris LattnerRealize the individual pieces of an expanded copytoreg...
2005-01-19 Chris LattnerKnow some identities about tokenfactor nodes.
2005-01-19 Chris LattnerKnow some simple identities. This improves codegen...
2005-01-19 Chris LattnerFix a problem where were were literally selecting for...
2005-01-19 Chris LattnerJust in case, handle something that is both a use and...
2005-01-19 Chris LattnerWhen an instruction moves, make sure to update the...
2005-01-19 Chris LattnerWhen commuting these instructions, make sure to actuall...
2005-01-19 Chris LattnerFix 'raise' to work with packed types. Patch by Morten...
2005-01-19 Chris LattnerImplement Regression/CodeGen/X86/rotate.ll: emit rotate...
2005-01-19 Chris LattnerNew testcase for rotate instructions. Each function...
2005-01-19 Chris LattnerAdd rotate instructions.
2005-01-19 Chris LattnerMatch 16-bit shld/shrd instructions as well, implementi...
2005-01-19 Chris LattnerAdd a test for 16-bit sh*d.
2005-01-19 Chris LattnerImprove coverage of the X86 instruction set by adding...
2005-01-19 Chris LattnerTeach the code generator that shrd/shld is commutable...
next