oota-llvm.git
2006-12-04 Chris LattnerAdd a comment and fix a memory leak. Thanks to Vikram...
2006-12-04 Reid SpencerThese pass on Linux now.
2006-12-04 Reid SpencerExpose the sanity.
2006-12-04 Reid SpencerUnclutter this by using new cast creation functions.
2006-12-04 Reid SpencerImplement new cast creation functions for both instruct...
2006-12-04 Reid SpencerFix the intrinsic debug call to make this match current...
2006-12-04 Reid SpencerMake this test succeed on both Darwin and Linux
2006-12-04 Reid SpencerDocument the icmp and fcmp constant expressions.
2006-12-04 Reid SpencerXFAIL until PR1033 is fixed.
2006-12-04 Reid SpencerReduce the size of the ExprMapKeyType class.
2006-12-04 Reid SpencerTest case for PR1033, x86-64 code gen fails on bitcast.
2006-12-04 Evan ChengNon-darwin gcc should default to static relocation...
2006-12-04 Evan ChengFix test.
2006-12-04 Jim LaskeyPurpose of test is lost in upgrade.
2006-12-04 Jim LaskeyRemove debug info.
2006-12-04 Reid SpencerFix inferred casts.
2006-12-04 Reid SpencerFix 80 cols violation
2006-12-04 Reid SpencerRegenerate.
2006-12-04 Jim LaskeyFixed to use current debug info.
2006-12-04 Jim LaskeyMoving to DebugInfo.
2006-12-04 Jim LaskeyDuplicate of Regression/Debugger/funccall.ll.
2006-12-04 Reid SpencerRegenerate.
2006-12-04 Reid SpencerFor PR950: Implement read/write of ICmp and FCmp consta...
2006-12-04 Reid SpencerFor PR950: For ICmp and FCmp constant expressions,...
2006-12-04 Reid SpencerFor PR950: Fix constant expressions to properly support...
2006-12-04 Reid SpencerFor PR950: Implement a stub for folding ICmp and FCmp...
2006-12-04 Reid SpencerFor PR950: Implement ICmp/FCmp predicate printing for...
2006-12-04 Reid SpencerFor PR950: Provide an isCompare method for detection...
2006-12-04 Reid SpencerUpdate call to CastInst::getCastOpcode for its new...
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-12-04 Reid SpencerTake a baby step towards getting rid of inferred casts...
2006-12-03 Reid SpencerRemove line not meant to be committed.
2006-12-03 Reid SpencerHandle upgrade of llvm-gcc3 assembly files.
2006-12-03 Reid SpencerSupport ICmp/FCmp constant expression reading and writing.
2006-12-03 Reid SpencerUpdate for signless GEP semantics.
2006-12-03 Reid SpencerUse weak_import on linux, weak everywhere else. Makes...
2006-12-03 Reid SpencerRemove dead code.
2006-12-03 Reid SpencerRegenerate.
2006-12-03 Reid SpencerRemove useless #include.
2006-12-03 Reid SpencerThese tests need llvm-upgrade. This fixes last night...
2006-12-03 Reid SpencerMatch the llvmAsmParser's handling of ICmp and FCmp...
2006-12-03 Reid SpencerRegenerate.
2006-12-03 Reid SpencerShorten the FCmp and ICmp mnemonics to 3 letters. Make...
2006-12-03 Reid SpencerShorten the FCmp predicate mnemonics.
2006-12-03 Reid SpencerImplement reading and writing of the ICmp and FCmp...
2006-12-03 Reid SpencerAllow the ICmp and FCmp instructions to be written...
2006-12-03 Reid SpencerImplement creation of ICmp and FCmp constant expressions.
2006-12-03 Reid SpencerRemove backwards compatibility goop. This is now handle...
2006-12-03 Reid SpencerRegenerate.
2006-12-03 Reid SpencerRemove backwards compatibility goop. Now implemented...
2006-12-03 Reid SpencerUpgrade to version 7 bytecode format.
2006-12-03 Reid SpencerRegenerate.
2006-12-03 Reid SpencerAdd a needed #include.
2006-12-02 Reid SpencerRegenerate.
2006-12-02 Reid SpencerImplement upgrade of setcc instruction to icmp/fcmp...
2006-12-02 Reid SpencerMake sure this file gets upgraded with llvm-upgrade
2006-12-02 Reid SpencerUpgrade intrinsic function calls manually.
2006-12-02 Reid SpencerThese files need llvm-upgrade.
2006-12-02 Reid SpencerRearrange code so that llvm-upgrade doesn't break the...
2006-12-02 Reid SpencerUpgrade intrinsic function calls
2006-12-02 Reid SpencerRun llvm-upgrade on this test and/or upgrade intrinsic...
2006-12-02 Reid SpencerRemove tests for checking bytecode upgrade. Bytecode...
2006-12-02 Reid SpencerUpgrade old intrinsic function calls manually.
2006-12-02 Reid SpencerUse llvm-upgrade these tests as they all use old assembly.
2006-12-02 Reid SpencerRemove old intrinsic declarations and usage.
2006-12-02 Reid SpencerRegenerate.
2006-12-02 Reid SpencerSupport several new upgrades:
2006-12-02 Reid SpencerRemove a redundant RUN: line.
2006-12-02 Reid SpencerAdd llvm-upgrade documentation.
2006-12-02 Reid SpencerDocument the llvm-upgrade tool.
2006-12-02 Reid SpencerPrevent a GEP from getting upgraded to avoid resulting...
2006-12-02 Reid SpencerRegenerate.
2006-12-02 Reid SpencerImplement the GEP upgrade for non-constant unsigned...
2006-12-02 Reid SpencerKeep lists of values so they can be examined.
2006-12-02 Reid SpencerUpdate this test to use llvm-update.
2006-12-02 Reid SpencerBuild llvm-update now.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-12-02 Reid SpencerAdd support for global types and type resolution. Fix...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-12-02 Chris Lattnerdisable transformations that are invalid for fp vector...
2006-12-02 Chris Lattnernew testcase
2006-12-01 Chris LattnerSwitch analysis groups to be unregistered when llvm_shu...
2006-12-01 Reid SpencerHandle upgrade of fp -> ptr cast with fp -> int -> ptr
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-12-01 Reid SpencerDon't convert {} into []!
2006-12-01 Chris Lattnerpass cfgonly up the ctor instead of calling an explicit...
2006-12-01 Reid SpencerAllow the new cast instructions.
2006-12-01 Reid SpencerUpgrade shr to ashr and lshr
2006-12-01 Chris Lattnermove 'cfgonly' pass tracking into PassInfo, instead...
2006-12-01 Chris Lattnerremove 'target constructor' support.
2006-12-01 Chris Lattnertarget constructors are never used
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-12-01 Evan ChengconvertToThreeAddress() is now responsible for updating...
2006-12-01 Reid SpencerDon't treat numeric (untyped) constants as a ConstInfo...
2006-12-01 Evan ChengTypo
2006-12-01 Evan Cheng- Add getOperandConstraint() to TargetInstrDescriptor.
2006-12-01 Chris Lattnerfix incorrectly translated testcase
2006-12-01 Reid SpencerFirst version of llvm-upgrade that can correctly upgrad...
2006-12-01 Evan ChengAdd weak reference directive.
next