oota-llvm.git
2006-11-27 Chris Lattnerthis doesn't pass with CVS HEAD.
2006-11-27 Chris LattnerFix PR1014 and InstCombine/2006-11-27-XorBug.ll.
2006-11-27 Reid SpencerAdd 3 more test cases for ptrtoint, fptoui and fptosi
2006-11-27 Chris Lattnertestcase for PR1014
2006-11-27 Reid SpencerWhen truncating to bool, it is necessary to & with...
2006-11-27 Bill WendlingProtect against null streams.
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-11-27 Reid SpencerAlter these tests to ensure they match a "test $1,...
2006-11-27 Reid SpencerAdd a test to ensure a bitcast/and/trunc combination...
2006-11-27 Chris LattnerFor better or worse, load from i1 is assumed to be...
2006-11-27 Chris LattnerIf a brcond condition is promoted, make sure to zero...
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Reid SpencerDon't use bitcast yet!
2006-11-26 Reid SpencerMake this test case easier to read. No functional changes.
2006-11-26 Bill WendlingRemoved #include <iostream> and replace with llvm_...
2006-11-26 Bill WendlingAdd method that will take a function pointer so that...
2006-11-26 Bill WendlingRemove #include <iostream> and use llvm_* streams instead.
2006-11-26 Bill WendlingReplace #include <iostream> with llvm_* streams.
2006-11-26 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-11-26 Bill WendlingRemoved #include <iostream> and used the llvm_cerr...
2006-11-26 Duraid Madinafix storing bools to mem and unordered FP ops
2006-11-25 Reid SpencerMake the absolute/relative tolerance information easier...
2006-11-25 Reid SpencerAdd newline at end of file.
2006-11-25 Reid SpencerOnly show the first few lines of difference.
2006-11-24 Reid SpencerAdd an option to enable lli (interpreter mode) testing.
2006-11-23 Reid SpencerFix some typos.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-11-22 Reid SpencerStop early if there is no mis-optimization.
2006-11-21 John CriswellDocumented the --disable-compression option in gccld...
2006-11-21 John CriswellAdded the --disable-compression option which controls...
2006-11-21 Chris LattnerThis xform is handled by FoldOpIntoPhi in visitCastInst...
2006-11-21 Anton KorobeynikovRefactored *GVRequiresExtraLoad() to Subtarget method.
2006-11-20 Jim LaskeyTest for PR1013.
2006-11-20 Chris Lattnernew testcase
2006-11-20 Chris Lattnerin ppc64-mode, don't allocate the 32-bit version of...
2006-11-20 Jim LaskeyGlobal label not handled correctly.
2006-11-20 Chris Lattnerr13 is the thread pointer on darwin/ppc64, don't alloca...
2006-11-20 Chris LattnerFix PR1005
2006-11-20 Chris LattnerFix PR1001, patch by Nikhil Patil!
2006-11-20 Chris LattnerFix codegen for x86-64 on systems (like ppc or i386...
2006-11-20 Chris LattnerFix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCra...
2006-11-20 Chris LattnerTestcase for PR1011
2006-11-20 Chris LattnersetOperand should not zap the operand list or add impli...
2006-11-20 Chris LattnerTestcase for pr1012
2006-11-20 Anton KorobeynikovWe should perform extra load for dllimported calls
2006-11-20 Tanya LattnerFixed typo
2006-11-20 Tanya LattnerAdding 1.9 release and removing references to cfrontend
2006-11-20 Tanya LattnerChanging cfrontend dir to llvm-gcc3.4 as the example.
2006-11-20 Reid SpencerFor PR950:
2006-11-19 Reid SpencerFor PR950:
2006-11-19 Reid SpencerCorrections from review.
2006-11-18 Chris LattnerDon't transform in another bad case: if the block is...
2006-11-18 Chris LattnerFix another case we *don't* want to do this xform.
2006-11-18 Reid SpencerUpdate a reference to the old setcc instruction.
2006-11-18 Reid SpencerFor PR950:
2006-11-18 Chris LattnerMachineInstr includes this
2006-11-18 Chris LattnerImplement operator<< for machine basic blocks to make...
2006-11-18 Chris Lattnermake the previous change more aggressive, moving any...
2006-11-18 Chris LattnerMinor code layout tweak: if we have something like...
2006-11-18 Chris LattnerDo not convert massive blocks on phi nodes into select...
2006-11-18 Chris Lattnerconverting massive blocks of phis into selects like...
2006-11-18 Reid SpencerMake the awk filter print out which files its eliminating.
2006-11-18 Reid SpencerThis is a utility for preparing patches against LLVM...
2006-11-18 Reid SpencerProvide a list of gccld optimization switches.
2006-11-18 Reid SpencerFix bugs in this. What was I thinking??? :)
2006-11-18 Anton KorobeynikovMovind newly-intorudced dll* linkage stuff & windows...
2006-11-18 Chris Lattnerfix bug
2006-11-18 Chris Lattnerfirst draft of 1.9 release notes
2006-11-18 Reid SpencerFail even if opt doesn't print anything.
2006-11-18 Reid SpencerAdd a simple test to make sure getModRefInfo is 1/2...
2006-11-18 Reid SpencerHave ConstantExprs upgrade opcodes the same way as...
2006-11-18 Chris Lattneron ppc64, float arguments take 8-byte stack slots not...
2006-11-18 Chris Lattnermake sure to safe LR8 in the right stack slot for PPC64
2006-11-18 Chris LattnerPretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2...
2006-11-18 Chris LattnerRewrite the branch selector to be correct in the face...
2006-11-17 Chris Lattneradd encoding for BCC, after finally wrestling strange...
2006-11-17 Chris Lattnerconvert PPC::BCC to use the 'pred' operand instead...
2006-11-17 Chris Lattnerrename PPC::COND_BRANCH to PPC::BCC
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-17 Evan ChengFor unsigned 8-bit division. Use movzbw to set the...
2006-11-17 Jim LaskeyHopefully a good crack at making debugging work on...
2006-11-17 Evan ChengAdd a x86-64 test case: movb %sil, %ah is illegal.
2006-11-17 Jim LaskeyAssert unhandled case.
2006-11-17 Jim LaskeyCase sensitive not.
2006-11-17 Jim LaskeyCheck for MaxAlign.
2006-11-17 Jim LaskeyTests to verify PowerPC ABI.
2006-11-17 Jim Laskey1. Ignore the -disable-fp-elim when the routine is...
2006-11-17 Jim LaskeyTypo. Fix the nightly tests.
2006-11-17 Jim LaskeyFixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1...
2006-11-17 Bill WendlingNeed <iostream> for the time being.
2006-11-17 Bill WendlingNeed iostream to be included for the time being.
2006-11-17 Bill WendlingMoved definition of llvm_ostream wrappers to the Stream...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...
2006-11-17 Bill WendlingNeeded <iostream> for now.
2006-11-17 Bill WendlingNeeds the iostream include.
2006-11-17 Bill WendlingRemoved iostream #includes. Replaced std::cerr with...
2006-11-17 Bill WendlingRemoved even more std::cerr and #include <iostream...
2006-11-17 Bill WendlingReplaced DEBUG(std::cerr with DOUT.
next