oota-llvm.git
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...
2004-06-20 Chris LattnerMake use of BinaryOperator::create* methods to shrinkif...
2004-06-20 Chris LattnerAdd methods like BinaryOperator::createAdd that take...
2004-06-20 Chris LattnerFix the inliner to be deterministic, not letting its...
2004-06-20 Chris LattnerMake fpcmp handle running off of the beginning or end...
2004-06-20 Chris LattnerAdd some DEBUG output to the simplifycfg routines
2004-06-19 Reid SpencerA utility to search the LLVM source tree for a grep...
2004-06-19 Chris LattnerNow that dominator tree children are built in determins...
2004-06-19 Chris Lattnercompute dominator tree children in a deterministic...
2004-06-19 Chris LattnerPrint out immediate dominators in program order, not...
2004-06-19 Chris LattnerThis will hopefully fix a heisenbug that Vladimir Merzl...
2004-06-19 Reid SpencerAdd a note about GCC 3.3.2 optimization bug that causes...
2004-06-19 Chris LattnerFix a nasty bug, noticed by Reid
2004-06-19 Chris LattnerFix one source of nondeterminism in the -licm pass...
2004-06-19 Chris LattnerChange to use the StableBasicBlockNumbering class
2004-06-19 Chris LattnerInitial checkin of the StableBasicBlockNumbering, a...
2004-06-19 Chris LattnerFix a tiny bug in the -no-aa pass, in which it did...
2004-06-19 Chris LattnerDo not let the numbering of PHI nodes placed in the...
2004-06-19 Chris LattnerDo not sort by the address of LLVM ConstantInt* objects...
2004-06-19 Chris LattnerDo not loop over uses as we delete them. This causes...
2004-06-19 Chris LattnerBug fixed
2004-06-19 Chris LattnerTest for PR374
2004-06-18 Misha BrukmanFix relative link to the CVS mirrors.
2004-06-18 Chris LattnerAdd link to the CVS mirror hosted by Reid
2004-06-18 Misha BrukmanAdd link documenting shared/static library differences...
2004-06-18 Chris LattnerBug fixed
2004-06-18 Misha BrukmanCapitalize Cygwin.
2004-06-18 Misha Brukman* Fix file header and name
2004-06-18 Misha BrukmanUse the machine-independent method of querying the...
2004-06-18 Misha BrukmanAdd a target-independent way to query page size.
2004-06-18 Brian Gaeke.zero doesn't work in the Solaris assembler.
2004-06-18 Brian GaekeGet rid of selects the easy way
2004-06-18 Brian GaekeMake visitAllocaInst() look more like its X86 counterpart.
2004-06-18 Brian GaekeMess around with allocation order. In particular, I...
2004-06-18 Brian GaekeJMPL has a delay slot.
2004-06-18 Brian GaekeClean up the commented-out F3_3 stuff.
2004-06-18 Brian GaekeFix jmpl.
2004-06-18 Brian GaekeSupport printing base+offset pairs where the offset...
2004-06-18 Brian GaekeSupport intrinsic calls (although no particular intrins...
2004-06-18 Chris LattnerCalls to __builtin_isunordered and friends no longer...
2004-06-18 Chris LattnerImplement Transforms/InstCombine/and.ll:test17, a commo...
2004-06-18 Chris LattnerNew test
2004-06-18 Chris LattnerDo not function resolve intrinsics. This prevents...
2004-06-18 Chris LattnerTest that C99 unordered comparison functions are not...
2004-06-18 Brian GaekeAdd load instructions for floating-point registers.
2004-06-18 Brian GaekeSupport alloca instructions.
2004-06-18 Chris LattnerFix printing of Argument objects, problem found by...
2004-06-18 Chris LattnerNew testcase for GCC unordered comparison builtins
2004-06-18 Chris LattnerCodegen sub C, X a little bit better for register press...
2004-06-18 Chris LattnerFold setcc instructions into select and branches that...
2004-06-17 Brian GaekeMake storeRegToStackSlot slightly shorter.
2004-06-17 Brian GaekeSet the isBranch and isTerminator flags on branch instr...
2004-06-17 Brian GaekeEmit stores correctly; don't fail an assertion.
2004-06-17 Brian GaekeSupport generating machine instructions for Phi nodes...
2004-06-17 Brian GaekeRecognize more branches.
2004-06-17 Brian GaekeI love the smell of a freshly broken PowerPC build...
2004-06-17 Brian GaekeMake debugging dumps w/ multiple MachineBBs for a given...
2004-06-17 Chris LattnerDo not fold loads into instructions if it is used more...
2004-06-17 Chris LattnerFix compilation problem on freebsd. Problem noted...
2004-06-17 Brian GaekeUse addGlobalAddress and addMBB for call & branch targe...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-17 Chris LattnerMinor cleanup
next