aboutsummaryrefslogtreecommitdiff
path: root/lib
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-21* Make indentation consistent at 2 charsMisha Brukman
2004-06-21This file is no longer applicable.Misha Brukman
2004-06-21llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.hMisha 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-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-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-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-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-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-20Fix the inliner to be deterministic, not letting its output depend on theChris Lattner
2004-06-20Add some DEBUG output to the simplifycfg routinesChris Lattner
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-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-19Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data.Chris Lattner
2004-06-19Do not let the numbering of PHI nodes placed in the function depend onChris Lattner
2004-06-19Do not sort by the address of LLVM ConstantInt* objects. This producesChris Lattner
2004-06-19Do not loop over uses as we delete them. This causes iterators to beChris Lattner
2004-06-18* Fix file header and nameMisha Brukman
2004-06-18Use the machine-independent method of querying the page size.Misha Brukman
2004-06-18.zero doesn't work in the Solaris assembler.Brian Gaeke
2004-06-18Get rid of selects the easy wayBrian Gaeke
2004-06-18Make visitAllocaInst() look more like its X86 counterpart.Brian Gaeke
2004-06-18Mess around with allocation order. In particular, I think we ought to beBrian Gaeke
2004-06-18JMPL has a delay slot.Brian Gaeke
2004-06-18Clean up the commented-out F3_3 stuff.Brian Gaeke
2004-06-18Fix jmpl.Brian Gaeke
2004-06-18Support printing base+offset pairs where the offset is a register.Brian Gaeke
2004-06-18Support intrinsic calls (although no particular intrinsics are supported yet).Brian Gaeke