oota-llvm.git
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
2004-06-17 Misha BrukmanMake header comment fit within 80 cols.
2004-06-17 Misha BrukmanSince the Great LLVM Tool Renaming(tm), we no longer...
2004-06-17 Brian GaekeFix typo in DEBUG printout.
2004-06-16 Chris LattnerFix a recent regression in Applications/sgefa that...
2004-06-16 Brian GaekeAdd int ferror(FILE *)
2004-06-16 Brian GaekeI'm afraid this doesn't exist.
2004-06-15 Brian GaekeUm, did someone make a typo or something?
2004-06-15 Chris Lattnerisnan is dead
2004-06-15 Chris Lattnerllvm.isnan is dead, long live llvm.isunordered!
2004-06-15 Chris LattnerRemove support for llvm.isnan. Alkis wins :)
2004-06-15 Chris LattnerThis testcase is a bit silly now, but oh well :)
2004-06-15 Chris LattnerRemove isnan support, correct isunordered support
2004-06-15 Chris LattnerRemove support for the isnan intrinsic
2004-06-15 Chris LattnerAdd basic support for the isunordered intrinsic. The...
2004-06-15 Chris LattnerRight, stop being silly
2004-06-15 Chris LattnerAdd a nan, stop testing isnan
2004-06-15 Brian GaekeFix thinko in visitor... ShiftInsts should currently...
2004-06-15 Chris LattnerDo not dereference end iterators. It's really bad...
2004-06-15 Brian GaekeI think we'll use the standard lowering passes for...
2004-06-15 Brian GaekeFix bug generating code for void call instructions...
2004-06-15 Brian GaekeSquash a warning from the Solaris assembler by aligning...
2004-06-15 Brian GaekeAllow special-casing of operand printing based on opcod...
2004-06-15 Brian GaekeSupport constant GEP expressions.
2004-06-14 Misha BrukmanThe correct prototype is `int atoi(CONST char*)'. ...
2004-06-14 Misha BrukmanAdd file comment.
2004-06-14 Brian GaekeQuick hack to get this file compiling again on Mac...
2004-06-14 Brian GaekeMake -print-machineinstrs even stronger. You get to...
2004-06-13 Reid SpencerGet rid of "might be uninitialized" warnings when compi...
2004-06-13 Alkis EvlogimenosAdd constant folding capabilities to the isunordered...
2004-06-13 Alkis EvlogimenosReally add the docs this time :-)
2004-06-13 Alkis EvlogimenosMake assertions more consistent with the rest of the...
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-12 Reid SpencerReduce the number of columns in the alpha index to...
2004-06-11 Chris LattnerIt is no longer 2001
2004-06-11 Brian GaekeDon't trim @PrevDays (causing an error) if it isn't...
2004-06-11 Misha BrukmanFix grammar: 's is for possessive only.
2004-06-11 Reid SpencerImplement tracking of bytecode instruction size and...
2004-06-11 Reid SpencerAdd two options to the program:
2004-06-11 Chris LattnerFix fallout from getOffsetOfLocalArea() being negated...
2004-06-11 Chris Lattnerllvm.isnan doesn't access memory
2004-06-11 Chris LattnerConstant fold the isnan intrinsic
2004-06-11 Chris LattnerAdd tests for isnan
2004-06-11 Chris LattnerBy far, one of the most common uses of isnan is to...
2004-06-11 Chris LattnerTest that the X86 backend is only emitting one fucom...
2004-06-11 Chris LattnerFix bug in previous checkin
next