oota-llvm.git
2004-06-24 Misha BrukmanConvert tabs to spaces.
2004-06-24 Brian GaekeAdd FSTOD and FDTOS conversion instructions.
2004-06-24 Brian GaekeSupport cast float to float, cast double to float,...
2004-06-24 Chris LattnerAdd a section about running the nightly tester proper.
2004-06-24 Vikram S. AdveThis file is unused, and duplicates functionality in...
2004-06-24 Chris Lattneretags isn't portable at all. Make it not run by defaul...
2004-06-24 Misha Brukman* Order #includes
2004-06-24 Brian GaekeMake the double-fp pseudo registers be "NamedRegs".
2004-06-24 Brian GaekeFix a dyn_cast in copyConstantToRegister which should...
2004-06-24 Brian GaekeThe long integer pseudo-regs are history. So long,...
2004-06-24 Brian GaekeUse correct add*Imm form in more BuildMI calls.
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-24 Chris LattnerRemove distasteful method which is really part of the...
2004-06-24 Chris LattnerTwo fixes. First, stop using the ugly shouldSubstitute...
2004-06-24 Brian GaekeStrange as it may sound, we'll not use LDD/STD to store...
2004-06-24 Brian GaekeSupport constant cast expressions.
2004-06-23 Brian GaekeMake the most commonly preselected instructions add...
2004-06-23 Misha BrukmanTransformUtils library is no longer needed since Linker...
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-06-23 Misha BrukmanMoved to include/llvm/Support
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-06-23 Misha BrukmanMoved to lib/VMCore
2004-06-23 Reid SpencerMove the tests for readability of the template and...
2004-06-23 Reid SpencerAdded a -noexternals options to avoid performing the...
2004-06-23 Reid SpencerMake sure GetRegEx returns something gnuplot can deal...
2004-06-23 Reid SpencerAdded a note about the new llvmgrep utility.
2004-06-23 Chris LattnerFix merging of nodes whose incoming offset is not zero...
2004-06-23 Brian GaekeUse new IsNAN() wrapper.
2004-06-23 Brian GaekeProvide prototypes for IsNAN() wrapper.
2004-06-22 Brian GaekeWrapper for c99 isnan()
2004-06-22 Brian GaekeRegenerated.
2004-06-22 Brian GaekeRegenerated.
2004-06-22 Brian GaekeCall custom check (AC_FUNC_ISNAN) instead of using...
2004-06-22 Brian GaekeImplement isnan check (AC_FUNC_ISNAN) in terms of three...
2004-06-22 John CriswellAdded the llvm/test/Programs/Makefile.test Makefile.
2004-06-22 Brian GaekeAdd pseudo-registers and register class for 64-bit...
2004-06-22 Brian Gaekelink to qmtest-2.0.3 tar file
2004-06-22 Misha BrukmanFile requires IPA, moved to lib/Analysis/IPA
2004-06-22 Misha BrukmanMention a note about having gccas and gccld in the...
2004-06-22 Misha BrukmanFile depends on MemoryDepAnalysis (DSA); moved to lib...
2004-06-22 Misha BrukmanFiles depend on DSA, moved to lib/Analysis/DataStructure
2004-06-22 Misha BrukmanFile depends on DSA, moved to lib/Analysis/DataStructure
2004-06-22 Misha BrukmanMaking an archive version of the CodeGen library is...
2004-06-22 Misha BrukmanProvide archive version of CodeGen library (for those...
2004-06-22 Chris LattnerIsnan became unordered
2004-06-22 Reid Spencer- Added the -nice option for nicing the build processes.
2004-06-22 Misha BrukmanRegenerated with autoconf-2.57 for AIX detection support.
2004-06-22 Misha BrukmanAdd AIX to the list of recognized operating systems.
2004-06-22 Reid SpencerAdded start time, finish time, and platform (uname...
2004-06-22 Tanya LattnerFixing broken links
2004-06-22 Chris LattnerIf an edge points to a field of another memory object...
2004-06-22 Tanya LattnerRemoved extra href close tag
2004-06-22 Chris LattnerElimiante ^M's
2004-06-22 Tanya LattnerFixed broken links.
2004-06-22 Tanya LattnerFixing broken link to gcc manual
2004-06-22 Chris Lattnertest/Libraries have been long gone for a long time...
2004-06-21 Tanya LattnerChanging absolute link. Remembering to logout as root ;)
2004-06-21 Tanya LattnerFixed small typo to symtab link.
2004-06-21 Tanya LattnerJust a stub command guide for llvm-db for now. Will...
2004-06-21 Chris LattnerFix some broken links
2004-06-21 Misha BrukmanOrder #includes as per style guide.
2004-06-21 Misha BrukmanUse a reference instead of a pointer for the ostream...
2004-06-21 Misha BrukmanDirect declaration of namespace-ified globals does...
2004-06-21 Misha BrukmanSpecify variables' namespace directly instead of using...
2004-06-21 Misha BrukmanMove implemented interface header up to the top.
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim'.
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim' for readability.
2004-06-21 Misha BrukmanUse the common `NoFPElim' setting instead of our own.
2004-06-21 Misha BrukmanImplement `NoFPElim' in a target-agnostic fashion so...
2004-06-21 Misha BrukmanMake a single `NoFPElim' switch available to all targets.
2004-06-21 Misha Brukman* Make indentation consistent at 2 chars
2004-06-21 Misha BrukmanThis file is no longer applicable.
2004-06-21 Misha BrukmanLet's be consistent: listing format `os/arch'.
2004-06-21 Misha Brukmanllvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLower...
2004-06-21 Misha BrukmanHandle shifts >= 32 bits.
2004-06-21 Misha BrukmanIntrinsic::isnan has gone away, support for it commente...
2004-06-21 Misha BrukmanConvert tabs to spaces.
2004-06-21 Misha BrukmanType::getPrimitiveID() -> getTypeID()
2004-06-21 Misha BrukmanType::getPrimitiveID() -> getTypeID()
2004-06-21 Misha BrukmanInitial revision
2004-06-21 Misha BrukmanMention the requirement of dlcompat for MacOS X.
2004-06-21 Chris LattnerRename Interval class to LiveInterval to avoid conflict...
2004-06-21 Chris LattnerMake ConstantBool act like a 1 bit ConstantInt, in...
2004-06-21 Reid SpencerNullify this test as it causes infinite loop in optimiz...
2004-06-21 Chris Lattner*FINALLY* Fix a really nasty nondeterministic bug that...
2004-06-21 Chris LattnerComment out the isnan stuff until we get a proper autoc...
2004-06-21 Chris LattnerMake order of argument addition deterministic. In...
2004-06-20 Chris LattnerREALLY fix PR378: crash in scalar evolution analysis
2004-06-20 Reid SpencerAdded a note about requiring QMTest 2.0.3 instead of...
2004-06-20 Chris LattnerBug fixed
2004-06-20 Chris LattnerFix a bug in my change last night that caused a few...
2004-06-20 Chris LattnerIntrinsicLowering.cpp now lives in lib/CodeGen/
2004-06-20 Chris LattnerUpdate path
2004-06-20 Chris LattnerHeader moved into the CodeGen directory
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-20 Chris LattnerStart moving IntrinsicLowering out of VMCore into libco...
2004-06-20 Chris LattnerDo not sort SCEV objects by address: instead sort by...
next