oota-llvm.git
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Reid SpencerAdd the HAVE_RAND48 define.
2004-10-27 Reid SpencerChanges to support rand48 tests
2004-10-27 Reid SpencerFix auto-reconfigure bug: make sure we actually reconfi...
2004-10-27 Chris LattnerAdd a couple of new features
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-27 Chris LattnerGive sumant credit too!
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
2004-10-27 Chris LattnerHrm, this code was severely botched. As it turns out...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-10-27 Nate BegemanRemove dead data member in MRegisterInfo class. Thanks...
2004-10-27 Reid SpencerGet the *.inc files to depend on tblgen so if tblgen...
2004-10-27 Chris LattnerInitialize with the correct constant type
2004-10-26 Reid SpencerMake sure that Makefile.rules and Makefile.config.in...
2004-10-26 Reid SpencerCleanup/Fixes:
2004-10-26 Reid Spencer* Make the libcrtend.a installation depend on the bytec...
2004-10-26 Chris LattnerUnless someone seriously objects, I don't think we...
2004-10-26 Chris LattnerPlug a memory leak in the asmparser. It turns out...
2004-10-26 Misha BrukmanWrap comments at 80 cols
2004-10-26 Chris Lattneradd support for UndefValue
2004-10-26 Chris LattnerFix header
2004-10-26 Misha BrukmanUse <tt> around "#include" and "std::endl"
2004-10-26 Misha Brukman* DataTypesFix.h moved to AIXDataTypesFix.h
2004-10-26 Misha BrukmanUse <tt> around header names
2004-10-26 Misha Brukman* Thanks to Morten Ofstad for the Visual C++ compatibil...
2004-10-26 Misha Brukman* Fix spelling and grammar errors
2004-10-26 Chris LattnerMove method bodies that depend on <algorithm> from...
2004-10-26 Chris LattnerRemove the unused MachineBasicBlock2IndexFunctor class.
2004-10-26 Chris LattnerClean up the MachineBasicBlock.h file, percolating...
2004-10-26 Reid Spencer* Implement the "dist-check" target that verifies the...
2004-10-26 Reid SpencerReduce the number of EXTRA_DIST files since Makefile...
2004-10-26 Reid SpencerMake sure the samples and test directories get distributed.
2004-10-26 Reid SpencerMake sure the include files get distributed.
2004-10-26 Reid SpencerAdd the export symbols list files as extra distribution...
2004-10-26 Nate BegemanRemove include of MRegisterInfo.h, since it is already...
2004-10-26 Nate BegemanRemove file that is no longer used, and move include...
2004-10-26 Nate BegemanRemove method getRegClass from MRegisterInfo, as it...
2004-10-26 Reid SpencerReally get mkinstalldirs to shut up about what its...
2004-10-26 Chris LattnerImprove help output from llvm-db 'info' command. Patch...
2004-10-26 Nate BegemanEliminate usage of MRegisterInfo::getRegClass(physreg)
2004-10-26 Chris LattnerFix the interpreter crash that Michael McCracken found
2004-10-26 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-10-26 Nate BegemanUpdate to-do list
2004-10-26 Nate BegemanFix treecc. Also fix a latent bug in emitBinaryConstOp...
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-26 Chris LattnerGive a useful hint
2004-10-25 Chris LattnerBug fixed
2004-10-25 Chris LattnerDisable the JIT until it can sorta kinda work.
2004-10-25 Chris Lattneradd a link to the makefile guide, eliminate redundant...
2004-10-25 Chris LattnerMake a sentence easier to parse
2004-10-25 Chris LattnerFix spellos
2004-10-25 Chris LattnerRemove template args that are the same as the default
2004-10-25 Chris LattnerRemove a dead class. Thanks to Morten Ofstad for point...
2004-10-25 Chris LattnerRemove dead assert
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerFix compatibility with MSVC, patch by Morten Ofstad
2004-10-25 Chris LattnerDo not use variable sized arrays in C++, they are non...
2004-10-25 John CriswellRemoved dead method, printPHICopiesForSuccessors().
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerPatch to support MSVC correctly, contributed by Morten...
2004-10-25 John CriswellModified switch generation so that only the phi values...
2004-10-25 Reid SpencerNew Makefile Features:
2004-10-25 Reid SpencerTeach mkinstalldirs how to shut up about making directo...
2004-10-25 Reid SpencerAdd a check for the tar program.
2004-10-24 Nate BegemanImplement more complete and correct codegen for bitfiel...
2004-10-24 Nate BegemanInitial checkin of regression test for generating the...
2004-10-24 Reid SpencerFirst draft. More to come.
2004-10-24 Reid SpencerFix uninstall from rebuilding everything (wrong dependency)
2004-10-24 Reid SpencerMove top level rules for tags and installing headers...
2004-10-24 Reid SpencerImplemented New Features:
2004-10-24 Chris LattnerFix the previous bug the correct way. This fixes ptrdi...
2004-10-24 Misha BrukmanFix grammar in comments to getSizeOf()
2004-10-24 Alkis EvlogimenosMake this actually work.
2004-10-24 Alkis EvlogimenosImprove comments and wrap to 80 columns.
2004-10-24 Reid SpencerMake the $(OBJDIR) go away on clean-local.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
2004-10-23 Misha Brukman* Correctly handle the MovePCtoLR pseudo-instr with...
2004-10-23 Misha BrukmanAdd BA, BL, and BLA opcodes
2004-10-23 Reid SpencerSeveral Changes:
2004-10-23 Reid SpencerMake clean quieter.
2004-10-23 Misha Brukman* Do not emit IMPLICIT_DEF pseudo-instructions
2004-10-23 Reid SpencerFix nightly build by avoiding shared library construction.
2004-10-23 Reid Spencer* Actually ignore build errors in optional directories
2004-10-23 Reid SpencerRemove the clean target.
2004-10-23 Reid SpencerFirst cut at the LLVM Makefile Guide. There's lots...
2004-10-23 Misha BrukmanDForm_1, particularly used by store instructions, needs...
2004-10-23 Misha BrukmanFix the SPR field for MTLR, MFLR, MTCTR, and MFCTR...
2004-10-23 Misha BrukmanThe value of the XO field for MFLR and MFCTR is 339...
2004-10-23 Misha BrukmanRemove extraneous blank line
2004-10-23 Chris LattnerMake VC happier, patch contributed by Morten Ofstad
2004-10-23 Misha BrukmanAlign function arguments in function headers
2004-10-23 Chris LattnerFix a bug that Brian brought to my attention. This...
2004-10-23 Chris LattnerNew testcase
2004-10-23 Nate BegemanKill casts from integer types to unsigned byte, when...
2004-10-22 Misha BrukmanUse cleaner quoting and eliminate blank space
2004-10-22 Reid SpencerClean up the output from this makefile so its not verbose.
2004-10-22 Reid SpencerMake sure that we don't set up a circular dependency...
2004-10-22 Reid SpencerRemove double colon rule for gram.tab.h so it doesn...
next