Testing commit, and adding an entry to CREDITS.TXT
[oota-llvm.git] / lib /
2007-01-08 Reid SpencerConvert uses of getPrimitiveSize that should be getPrim...
2007-01-07 Reid SpencerTypes should be const.
2007-01-07 Chris Lattnerthis pass is unused
2007-01-07 Chris Lattnerllvm 2.0 doesn't support llvm.isunordered.*
2007-01-07 Chris Lattnerremove support for llvm.isunordered
2007-01-07 Chris Lattnerremove llvm.isunordered
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2007-01-07 Chris Lattnerprepare for adjustment to getOrInsertFunction method
2007-01-07 Chris Lattnerrelax type
2007-01-07 Chris Lattnerrelax some types
2007-01-07 Chris Lattnerrelax types
2007-01-07 Chris Lattnerrelax some types
2007-01-07 Chris Lattnerremove support for old-style varargs upgrading
2007-01-07 Reid SpencerFor PR1086:
2007-01-07 Chris LattnerFix PR1015 and Transforms/IndVarsSimplify/2007-01-06...
2007-01-07 Chris Lattnercast of int to bool no longer does a compare, rendering...
2007-01-07 Chris Lattneradd -debug output for -indvars.
2007-01-07 Anton KorobeynikovAs PR1085 was fixed, back out workaround
2007-01-06 Chris Lattnerwow, the link was already broken :)
2007-01-06 Chris Lattneradd a note
2007-01-06 Chris LattnerDisable the macho writer until it is 100% functional...
2007-01-06 Chris LattnerFix regressions in InstCombine/call-cast-target.ll...
2007-01-06 Anton Korobeynikovgcc often inserts it's own names for sections (e.g.
2007-01-06 Reid SpencerFor PR411:
2007-01-06 Chris Lattnerthis final call to canLosslesslyBitCastTo is dead,...
2007-01-06 Chris Lattnersimplify some more code now that there are not multiple...
2007-01-06 Chris Lattnereliminate some uses of canLosslesslyBitCastTo, this...
2007-01-06 Chris Lattnerno need to worry about int vs uint any more.
2007-01-06 Chris Lattnernew note
2007-01-05 Evan ChengsetSetCCIsExpensive is gone.
2007-01-05 Evan ChengExpand fcopysign to the bitwise sequence if select...
2007-01-05 Devang Patel1) Remove old AnalysisResolver.
2007-01-05 Reid SpencerRegenerate.
2007-01-05 Reid SpencerFor PR1077:
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...
next