oota-llvm.git
2006-12-05 Reid SpencerFinally get the casting right in this file. Also, remov...
2006-12-05 Evan ChengRevert an unintended change.
2006-12-05 Evan Cheng- Switch X86-64 JIT to large code size model.
2006-12-05 Chris Lattnerstraighten out various memory ownership issues in the...
2006-12-05 Chris LattnerThis needs the callgraph data structure to stick around...
2006-12-05 Reid SpencerRegenerate.
2006-12-05 Reid SpencerFor PR645:
2006-12-05 Reid SpencerRegenerate.
2006-12-05 Reid SpencerRemove various old upgrade hacks that are no longer...
2006-12-05 Reid SpencerBail on the getInferredCast idea. Remove the function...
2006-12-05 Chris LattnerIf we have ScalarSSE, we can select bitconvert into...
2006-12-05 Chris LattnerAdd a perf optzn corresponding to PR1033.
2006-12-05 Chris LattnerFix PR1033 and CodeGen/X86/bitcast.ll, by expanding...
2006-12-05 Chris Lattnernew testcase
2006-12-05 Rafael Espindolaexpand memmove and memcpy
2006-12-05 Reid SpencerEliminate "control reaches end of non-void function...
2006-12-05 Rafael Espindolaadd support for the "r" asm constraint
2006-12-05 Chris LattnerFix typo noticed by Lauro Ramos Venancio, thanks!
2006-12-05 Rafael Espindolaadd support for weak linkage
2006-12-05 Reid SpencerIgnore the Output directory.
2006-12-05 Evan ChengJIT large code model support.
2006-12-05 Reid SpencerCan't make these fail now with just BitCast. Previous...
2006-12-05 Evan ChengAsm printing bug.
2006-12-05 Evan Cheng- Fix X86-64 JIT by temporarily disabling code that...
2006-12-05 Evan ChengUpdate
2006-12-05 Reid SpencerRemove the last inferred casts from VMCore.
2006-12-05 Reid SpencerImplement createPointerCast.
2006-12-05 Reid SpencerImplement getPointerCast.
2006-12-05 Chris Lattnernew testcase
2006-12-05 Chris Lattneradd an instcombine xform. This speeds up 462.libquantu...
2006-12-04 Devang PatelSCCP does not handle Packed Type properly. Disable...
2006-12-04 Reid SpencerAdd cast creation functions for Pointer Casts, either...
2006-12-04 Chris LattnerAdd support for 64-bit 'r' constraint. Patch by by...
2006-12-04 Chris LattnerTestcase for PR1029, patch by Rafael \81vila de EspÃ...
2006-12-04 Jim LaskeyRestoration of the stack pointer after a deallocation...
2006-12-04 Reid SpencerSeparate getCompare from get and getCompareTy from...
2006-12-04 Reid SpencerSeparate the get and getTy functions for ICmp and FCmp...
2006-12-04 Reid SpencerFix comment grammaro
2006-12-04 Reid SpencerWe only support 32-bit or 64-bit sequential type indice...
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...
next