- FCOPYSIGN custom lowering bug. Clear the sign bit of operand 0 first before
[oota-llvm.git] / lib /
2007-01-05 Evan Cheng- FCOPYSIGN custom lowering bug. Clear the sign bit...
2007-01-05 Evan ChengBug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old...
2007-01-05 Evan ChengCopyToReg source operand can be a register as well...
2007-01-05 Devang PatelRemove PassManagerT.h
2007-01-05 Devang PatelRemove old pass manager.
2007-01-05 Reid SpencerRegenerate.
2007-01-05 Reid SpencerChange the syntax for parameter attributes:
2007-01-05 Evan ChengTypo
2007-01-05 Evan ChengWith SSE2, expand FCOPYSIGN to a series of SSE bitwise...
2007-01-05 Chris LattnerImplement InstCombine/vec_shuffle.ll:%test7, simplifyin...
2007-01-05 Chris Lattnerfold things like a^b != c^a -> b != c. This implements...
2007-01-05 Chris LattnerCompile X + ~X to -1. This implements Instcombine...
2007-01-05 Evan ChengGEP subscript is interpreted as a signed value.
2007-01-04 Chris Lattnerfix PowerPC/2007-01-04-ArgExtension.ll, a bug handling...
2007-01-04 Evan ChengExpand fcopysign to a series of bitwise of operations...
2007-01-04 Lauro Ramos VenancioExpand SELECT (f32/f64) and FCOPYSIGN (f32/f64).
2007-01-04 Reid SpencerDeath to useless bitcast instructions!
2007-01-04 Reid SpencerDo not allow packed types for icmp and fcmp instructions.
2007-01-04 Reid SpencerRegenerate.
2007-01-04 Reid SpencerDisallow packed types in icmp/fcmp instructions. The...
2007-01-04 Chris LattnerNow that setcondinst has been eliminated, we can mark...
2007-01-04 Chris Lattnerfix typo
2007-01-04 Chris LattnerEnable a couple xforms for packed vectors (undef |...
2007-01-04 Chris Lattnerfix some bugs handling vectors, avoid host-specific...
2007-01-04 Chris LattnerAdd a new ConstantPacked::getAllOnesValue method
2007-01-04 Reid SpencerRegenerate.
2007-01-04 Reid SpencerPermit icmp and fcmp to have packed operands.
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2007-01-03 Chris Lattnerfix testcase. It's not safe to strictly evaluate a...
2007-01-03 Chris LattnerPrivate labels start with .L on linux, not just .
2007-01-03 Reid SpencerFix a comment that referred to the now defunct ubyte...
2007-01-03 Reid SpencerRemove two useless bit casts.
2007-01-03 Reid SpencerLegalizer doesn't do an ANY_EXTEND if we don't ask...
2007-01-03 Jim LaskeyNULL names should pass validation.
2007-01-03 Jim LaskeySilence warning.
2007-01-03 Anton KorobeynikovReally big cleanup.
2007-01-03 Reid SpencerRestore previous behavior of defaulting to ZEXT. This...
2007-01-03 Reid SpencerTwo changes:
2007-01-03 Reid SpencerClean up from recent changes. Comment the new parameter...
2007-01-03 Jim LaskeyVectors are not supported by ConstantInt::getAllOnesValue.
2007-01-02 Reid SpencerRegenerate.
2007-01-02 Reid SpencerImplement checking for unresolved types in the argument...
2007-01-02 Evan ChengFix naming inconsistency.
2007-01-02 Evan Cheng- Fixing naming inconsistency: calleesave -> calleesaved.
2006-12-31 Reid SpencerFix a typo.
2006-12-31 Reid SpencerFix a cut-and-paste bug for processing of InvokeInst...
2006-12-31 Reid SpencerRegenerate.
2006-12-31 Reid SpencerRemove an extra semi-colon.
2006-12-31 Reid SpencerFix a bug in comparison of GEP indices.
2006-12-31 Reid SpencerAdd a missing colon. Noticed by Jeff Cohen.
2006-12-31 Rafael Espindolaimplement missing compares
2006-12-31 Reid SpencerFix a bug in getParamAttrs where an invalid value would...
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerRegenerate.
2006-12-29 Reid SpencerFor PR950:
2006-12-29 Rafael Espindolafix comment
2006-12-28 Lauro Ramos VenancioDefine StaticCtorsSection and StaticDtorsSection for...
2006-12-28 Lauro Ramos VenancioImplement SELECT_CC (f32/f64) for ARM.
2006-12-28 Rafael Espindolaremove duplicated line
2006-12-26 Lauro Ramos VenancioThis patch defines extloadi1 and fixes an internal...
2006-12-24 Reid SpencerCleanup ConstantFoldCompareInstruction:
2006-12-24 Reid SpencerFix some comments.
2006-12-24 Reid SpencerFor PR1066:
2006-12-23 Reid SpencerShut up some compilers that can't accurately analyze...
2006-12-23 Reid SpencerFor PR1065:
2006-12-23 Reid SpencerDon't overload var names.
2006-12-23 Reid SpencerFor PR950:
2006-12-22 Chris Lattneradd a simple fast-path for dead allocas
2006-12-22 Devang PatelModulePass and ImmutablePass. Force out of line virtual...
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-22 Jim LaskeyNeed to walk the derived chain of typedefs to get actua...
2006-12-22 Evan ChengDebug dump error.
2006-12-22 Chris Lattneradd a note
2006-12-21 Chris LattnerFix for ARM weak symbols, patch by Lauro Ramos Venancio!
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-21 Reid SpencerJust print integer constants as signed values. The...
2006-12-21 Reid SpencerAdd a FIXME about signedness.
2006-12-21 Reid SpencerSimplify all the casting business and get rid of isSign...
2006-12-21 Reid SpencerRemove isSigned calls via foreknowledge of main's argum...
2006-12-21 Reid SpencerGet rid of a useless if statement whose then and else...
2006-12-21 Reid SpencerAdd some comments about things that can go away once...
2006-12-21 Devang PatelAt the beginning of run, initialize analyis info availa...
2006-12-20 Jim LaskeyOops.
2006-12-20 Jim LaskeyOriginal patch was overly complicated.
2006-12-20 Chris LattnerFix Regression/Verifier/invoke-1.ll
2006-12-20 Jim LaskeyChanges to target powerpc for non-Darwin assemblers.
2006-12-20 Anton KorobeynikovFixed 80 cols & style violation
2006-12-20 Chris LattnerRevert the previous patch which was incorrect. This...
2006-12-20 Reid SpencerAllow negative constants for unsigned integers and...
2006-12-20 Chris Lattnerhandle undef values much more carefully: generalize...
2006-12-20 Evan ChenggetLoad() and getStore() calls missed SVOffset operand...
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
next