aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-21Specify variables' namespace directly instead of using an enclosing namespace.Misha Brukman
2004-06-21Move implemented interface header up to the top.Misha Brukman
2004-06-21Spell out `NoFramePointerElim'.Misha Brukman
2004-06-21Spell out `NoFramePointerElim' for readability.Misha Brukman
2004-06-21Use the common `NoFPElim' setting instead of our own.Misha Brukman
2004-06-21Implement `NoFPElim' in a target-agnostic fashion so it can be shared.Misha Brukman
2004-06-21Make a single `NoFPElim' switch available to all targets.Misha Brukman
2004-06-21* Make indentation consistent at 2 charsMisha Brukman
2004-06-21This file is no longer applicable.Misha Brukman
2004-06-21Let's be consistent: listing format `os/arch'.Misha Brukman
2004-06-21llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.hMisha Brukman
2004-06-21Handle shifts >= 32 bits.Misha Brukman
2004-06-21Intrinsic::isnan has gone away, support for it commented out.Misha Brukman
2004-06-21Convert tabs to spaces.Misha Brukman
2004-06-21Type::getPrimitiveID() -> getTypeID()Misha Brukman
2004-06-21Type::getPrimitiveID() -> getTypeID()Misha Brukman
2004-06-21Initial revisionMisha Brukman
2004-06-21Mention the requirement of dlcompat for MacOS X.Misha Brukman
2004-06-21Rename Interval class to LiveInterval to avoid conflicting with the alreadyChris Lattner
2004-06-21Make ConstantBool act like a 1 bit ConstantInt, in order to simplify clientChris Lattner
2004-06-21Nullify this test as it causes infinite loop in optimized nightly test.Reid Spencer
2004-06-21*FINALLY* Fix a really nasty nondeterministic bug that has been haunting usChris Lattner
2004-06-21Comment out the isnan stuff until we get a proper autoconf test for itChris Lattner
2004-06-21Make order of argument addition deterministic. In particular, the layoutChris Lattner
2004-06-20REALLY fix PR378: crash in scalar evolution analysisChris Lattner
2004-06-20Added a note about requiring QMTest 2.0.3 instead of any other version.Reid Spencer
2004-06-20Bug fixedChris Lattner
2004-06-20Fix a bug in my change last night that caused a few test failures.Chris Lattner
2004-06-20IntrinsicLowering.cpp now lives in lib/CodeGen/Chris Lattner
2004-06-20Update pathChris Lattner
2004-06-20Header moved into the CodeGen directoryChris Lattner
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner
2004-06-20Move the IntrinsicLowering header into the CodeGen directoryChris Lattner
2004-06-20Start moving IntrinsicLowering out of VMCore into libcodegen, as per PR346Chris Lattner
2004-06-20Do not sort SCEV objects by address: instead sort by complexity and groupChris Lattner
2004-06-20Make use of BinaryOperator::create* methods to shrinkify code.Chris Lattner
2004-06-20Add methods like BinaryOperator::createAdd that take an instruction to insertChris Lattner
2004-06-20Fix the inliner to be deterministic, not letting its output depend on theChris Lattner
2004-06-20Make fpcmp handle running off of the beginning or end of the file correctly.Chris Lattner
2004-06-20Add some DEBUG output to the simplifycfg routinesChris Lattner
2004-06-19A utility to search the LLVM source tree for a grep pattern. This is aReid Spencer
2004-06-19Now that dominator tree children are built in determinstic order, this horrib...Chris Lattner
2004-06-19compute dominator tree children in a deterministic order that does not dependChris Lattner
2004-06-19Print out immediate dominators in program order, not in random order based on...Chris Lattner
2004-06-19This will hopefully fix a heisenbug that Vladimir Merzliakov is runningChris Lattner
2004-06-19Add a note about GCC 3.3.2 optimization bug that causes llc to spin.Reid Spencer
2004-06-19Fix a nasty bug, noticed by ReidChris Lattner
2004-06-19Fix one source of nondeterminism in the -licm pass: the hoist passChris Lattner
2004-06-19Change to use the StableBasicBlockNumbering classChris Lattner
2004-06-19Initial checkin of the StableBasicBlockNumbering, a little helper class for c...Chris Lattner