oota-llvm.git
2004-10-31 Reid SpencerAdd a tutorial and some more general concepts.
2004-10-31 Chris LattnerOnly call getNodeForValue on pointer arguments! this...
2004-10-31 Chris LattnerAdd more paranoid assertions :)
2004-10-31 Misha BrukmanNo, really, the library name is `LLVMexecve'
2004-10-30 Vikram S. AdveFix patterns to match only one-char words.
2004-10-30 Reid SpencerAdd a few more terms.
2004-10-30 Reid SpencerComplete the description of public variables. Internal...
2004-10-30 Reid SpencerChange macro names per naming standard in Makefile...
2004-10-30 Reid SpencerCorrect macro names per naming standard in Makefile...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-30 Chris LattnerFix some more problems where we called getOffset before...
2004-10-30 Chris LattnerFix three bugs:
2004-10-30 Chris LattnerFix more undefined behavior
2004-10-30 Chris Lattner* Add a method
2004-10-30 Chris LattnerAdd an assertion and a method
2004-10-30 Chris LattnerNo really, this is LLVM!
2004-10-30 Tanya LattnerFixed bug with infinite epilogues.
2004-10-29 Misha BrukmanFix file header comment
2004-10-29 Misha Brukman* Fix compilation on AIX: GCC's fixincludes eliminates...
2004-10-29 Reid SpencerDon't modify user vars because they will get passed...
2004-10-29 Brian GaekeChange name of target lib to conform to new naming...
2004-10-29 Brian GaekeRemove dependency on MRegisterInfo::getRegClass
2004-10-29 Misha BrukmanFix grammar (i.e.)
2004-10-29 Reid SpencerDisable the build in the samples directory so that...
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics aren't even being used
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics have never been used anywhere
2004-10-29 Misha BrukmanLLEE execve() wrapper library has changed its name...
2004-10-29 Brian GaekeWhen emitting debug msgs for function stubs, don't...
2004-10-29 Vikram S. AdvePrint P and [AR] files on update.
2004-10-29 Reid SpencerMake sure the LLVM_CONFIG_DIR environment variable...
2004-10-29 Reid SpencerMake the list of automatic Makefile* files updated...
2004-10-29 Misha Brukman* Add spaces between function names for readability
2004-10-29 Chris LattnerThis line breaks FreeBSD and apparently isn't useful...
2004-10-28 John CriswellCommented out the _Alloc_traits specialization entirely...
2004-10-28 John CriswellOnly add the _Alloc_traits specialization in if we...
2004-10-28 Reid SpencerFix the dependency of lex.o on gram.tab.h
2004-10-28 John CriswellAdded the poolalloc module to the list of projects...
2004-10-28 Reid SpencerBug Fixes:
2004-10-28 Reid SpencerMake parallel "install" and "uninstall" targets not...
2004-10-28 Alkis EvlogimenosGep indices must be of int, uint, long or ulong type.
2004-10-28 Reid SpencerMake sure the sources get distributed (use EXTRA_DIST)
2004-10-28 Brian GaekeFix library names for sparc
2004-10-28 Reid SpencerFix library name.
2004-10-28 Alkis EvlogimenosFix library name.
2004-10-28 Reid SpencerFix library name.
2004-10-28 Reid SpencerFix name of library
2004-10-28 Brian GaekeRegenerated after fixing typo.
2004-10-28 Reid SpencerMake sure we test the right variable for the AC_DEFINE
2004-10-28 Brian GaekeIt's spelled IEEEFP
2004-10-28 Reid SpencerUse llvmc to compile the Stacker programs
2004-10-28 Reid SpencerAdd the samples directory to the build
2004-10-28 Reid SpencerRemove the FORCE token, rename VERSION to VERSION_TOK...
2004-10-28 Reid SpencerImplement linking.
2004-10-28 Reid SpencerEliminate the force flag, configuration item, and relat...
2004-10-28 Reid SpencerPass -f to stkrc to ensure the output file is always...
2004-10-28 Reid SpencerEliminate the -F option (for forcing output) .. not...
2004-10-28 Reid SpencerAdd llvm-ld to the subdirs to be built
2004-10-28 Reid SpencerConvert to new library names.
2004-10-28 Reid SpencerGet rid of drivel.
2004-10-28 Reid SpencerMake sure that the yacc and lex output are specified...
2004-10-28 Reid SpencerBug Fixes:
2004-10-28 Reid SpencerUpdate for library name change.
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...
next