oota-llvm.git
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
2004-06-11 Chris LattnerNo really, these are dead now
2004-06-11 Chris LattnerNow that compare instructions aren't lumped in with...
2004-06-11 Chris LattnerIntroduce a new FP instruction type to separate the...
2004-06-11 Chris LattnerBug fixed, new feature
2004-06-11 Chris LattnerAdd direct support for the isnan intrinsic, implementin...
2004-06-11 Chris LattnerAdd support for the setp instructions
2004-06-11 Chris LattnerSplit compare instruction handling OUT of handleTwoArgF...
2004-06-11 Reid SpencerChange tags rule to pipe output from find through etags...
2004-06-11 Reid SpencerRevert an unneeded interface change to Instruction.h
2004-06-11 Chris LattnerTestcase for PR369
2004-06-11 Chris LattnerCheck to make sure that isnan doesn't require calling...
2004-06-11 Chris LattnerFix lowering to work correctly
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Chris LattnerDocument the llvm.isnan intrinsic
2004-06-11 Brian GaekeBug fixed.
2004-06-11 Brian GaekeTest case for PR368
2004-06-11 Brian GaekeTurn loads of ConstantPointerNulls into loads of zero...
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Alkis EvlogimenosAdd feature test for llvm intrinsics. It currently...
2004-06-10 Reid SpencerUpdated the BytecodeAnalysis data structure to contain...
2004-06-10 Reid SpencerAdded an isPhiNode(unsigned) static method to determine...
2004-06-10 Reid SpencerRemove tabs.
2004-06-10 Reid SpencerImplement detailed function level data collection and...
2004-06-10 Reid SpencerAdjust prototypes to new Handler interface.
2004-06-10 Reid SpencerMake the parser deal with functions instead of just...
2004-06-10 Reid SpencerClean up documentation and naming of variables.
2004-06-10 Misha BrukmanRemove extra space.
2004-06-10 Reid SpencerDoxygenize a comment.
2004-06-10 Reid SpencerMade detailed output the default and changed -details...
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-10 Brian GaekeAllow dates with slashes in them in $DateRE.
2004-06-10 Chris LattnerFix the prolog epilog code inserter to match the docume...
2004-06-10 Chris LattnerFix the fixed stack offset, patch contributed by Vladim...
2004-06-10 Chris LattnerFix a bug in my checkin from last night that caused...
2004-06-10 Chris LattnerMore minor cleanups
2004-06-10 Chris LattnerEliminate many occurrances of Instruction::
2004-06-10 Chris LattnerShare some code
2004-06-10 Chris LattnerAdd new BinaryOperator::createAdd/Sub/... methods to...
2004-06-09 Chris LattnerTolerate more errors
2004-06-09 Brian GaekeEncode %fsr correctly; don't fail an assertion.
2004-06-09 Brian GaekeFix encoding of ST*FSR instructions.
2004-06-09 Brian GaekeFix assertion failure message to have the right method...
2004-06-09 Chris LattnerMake the asmwriter much more tolerant of errors (which...
2004-06-09 Reid SpencerColumnized the compilation statistics for easier reading.
2004-06-09 Chris LattnerFix the really bizarre stuff that happened last night...
2004-06-09 Reid SpencerMade it possible for the printInfoComment method to...
2004-06-09 John CriswellFix for PR#366. We use getClassB() so that we can...
2004-06-09 Chris LattnerImplement InstCombine/select.ll:test15*
2004-06-09 Chris LattnerMore instcombine testcases
2004-06-09 Reid SpencerCleanup alignment of output.
2004-06-09 Reid SpencerAdd some new fields for bytecode analysis.
2004-06-09 Reid SpencerImplement analysis output. Don't dump function details...
2004-06-09 Reid SpencerImplement some rudimentary analysis.
2004-06-09 Reid SpencerClean up indentation of file body output.
2004-06-09 Reid SpencerMove parsing details to Parser.cpp.
2004-06-09 Reid SpencerBring some things out of header files that belong only...
2004-06-09 Chris LattnerBe more careful about the order we put stuff onto the...
2004-06-09 Chris LattnerNew testcase that is important for the Java FE
2004-06-09 Reid SpencerCleaned up a dead header file to prevent duplicate...
2004-06-09 Chris LattnerImplement select.ll:test14*
2004-06-09 Chris LattnerNew testcase for the instruction combiner that happen...
2004-06-09 Chris LattnerMinor tweaks
2004-06-09 Reid SpencerRegularize title of Regression Test section. Clean...
2004-06-09 Chris LattnerBug fixed
2004-06-08 Chris LattnerWorkaround or a VS miscompilation bug
2004-06-08 Chris LattnerI checked and no clients expect this to return null...
2004-06-08 Chris LattnerDon't grab the condition of unconditional branches!
2004-06-08 Brian GaekeFix a minor bug in the map - since this pass adds a...
2004-06-08 Brian GaekeAdd a forwarding method pop_front() that allows you...
2004-06-08 Brian GaekeAdd a TmpInstruction ctor that doesn't take a MCFI.
2004-06-08 Brian GaekeExplicitly specify libtool tag "CXX" so that if you...
2004-06-08 Chris LattnerFix a link error using VS8.0
2004-06-08 Chris LattnerApparently a particular vendor compiler uses the struct...
2004-06-08 Misha BrukmanFix case of doxygen directive `\p': it's lowercase.
next