fix validation
[oota-llvm.git] / lib /
2007-10-31 Owen AndersonAdd the skeleton of a better PHI elimination pass.
2007-10-31 Owen AndersonSome fixes to get MachineDomTree working better.
2007-10-31 Dale JohannesenMake i64=expand_vector_elt(v2i64) work in 32-bit mode.
2007-10-30 Evan ChengAt end of LSR, replace uses of now constant (as result...
2007-10-30 Evan ChengIt's not safe to tell SplitCriticalEdge to merge identi...
2007-10-30 Dale JohannesenAdd missing SSE builtins: CVTPD2PI, CVTPS2PI,
2007-10-30 Evan ChengTypo.
2007-10-30 Dan GohmanAdd support for folding binary operators with vector...
2007-10-30 Duncan SandsFix for visibility warnings generated by gcc-4.2.
2007-10-30 Duncan SandsAdd support for expanding trunc stores. Consider
2007-10-30 Duncan SandsIf a call to getTruncStore is for a normal store,
2007-10-30 Dale JohannesenAdd missing MMX PSUBQ.
2007-10-29 Evan Cheng- Bug fixes.
2007-10-29 Dan GohmanFix a DAGCombiner abort on a bitcast from a scalar...
2007-10-29 Dan GohmanDon't bitcast from pointer-to-vector to pointer-to...
2007-10-29 Dan GohmanUse an array instead of a fixed-length std::vector.
2007-10-29 Dan GohmanDo a real assert if there is an unhandled vector instru...
2007-10-29 Evan ChengEnable more fold (sext (load x)) -> (sext (truncate...
2007-10-29 Dan GohmanAdd explicit keywords.
2007-10-29 Dan GohmanUpdate a comment to reflect the current code.
2007-10-29 Dan GohmanRemove an unused function argument.
2007-10-29 Dan GohmanFix a typo in a comment.
2007-10-29 Dan GohmanAvoid calling ValidStride when not all uses are addresses.
2007-10-29 Ted KremenekFixed warning concerning implicit conversion from a...
2007-10-29 Evan ChengAvoid doing something dumb like rewriting using a 64...
2007-10-29 Chris Lattneradd a note.
2007-10-29 Chris LattnerI am not sure this is a good idea to be an option,...
2007-10-29 Chris LattnerAdd support for the x86-64 'q' regigster modifier,...
2007-10-29 Chris LattnerFix PR1749 and InstCombine/2007-10-28-EmptyField.ll...
2007-10-29 Chris LattnerFix PR1752 and LoopSimplify/2007-10-28-InvokeCrash...
2007-10-28 Ted KremenekFixed assertion in Deserializer::~Deserializer that...
2007-10-28 Anton KorobeynikovAdd 'pedantic' mode to verifier rejecting syntactically...
2007-10-28 Ted KremenekUpdated backpatching logic during object deserializatio...
2007-10-28 Duncan SandsThe guaranteed alignment of ptr+offset is only the...
2007-10-28 Evan ChengNew entry.
2007-10-26 Evan ChengA number of LSR fixes:
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-26 Bill Wendling- Remove the hacky code that forces a memcpy. Alignment...
2007-10-26 Evan ChengFix a crash. Make sure TLI is not null.
2007-10-26 Anton KorobeynikovFix off-by-one stack offset computations (dwarf informa...
2007-10-26 Eric Christopherclo/clz aren't supported on mips I. Keep them around...
2007-10-26 Owen AndersonMake a comment better.
2007-10-26 Gordon HenriksenMore fleshing out of docs/Passes.html, plus some typo...
2007-10-26 Evan ChengLoosen up iv reuse to allow reuse of the same stride...
2007-10-25 Hartmut KaiserSilenced a VC++ warning.
2007-10-25 Ted KremenekUpdated backpatching during object deserialization...
2007-10-25 Hartmut KaiserClarified operator precedence.
2007-10-25 Hartmut KaiserDisambiguated variable name to comply with VC++'s archa...
2007-10-25 Evan ChengDo not rewrite compare instruction using iv of a differ...
2007-10-25 Dale JohannesenSupport non-POSIX hosts by removing use of strncasecmp.
2007-10-25 Bill WendlingChanged XXX to FIXME, and added comment to the README...
2007-10-25 Ted KremenekAdded special treatment of serializing NULL pointers.
2007-10-25 Evan ChengRemove code that's commented out.
2007-10-25 Bill WendlingAdded comment explaining why we are doing this check.
2007-10-25 Duncan SandsSmall formatting changes. Add a sanity check.
2007-10-25 Duncan SandsPromote SETCC operands.
2007-10-25 Duncan SandsCorrectly extract the ValueType from a VTSDNode.
2007-10-25 Evan ChengIf a loop termination compare instruction is the only...
2007-10-25 Owen AndersonFix for PR1741.
2007-10-25 Ted KremenekImplemented prototype serialization of pointers, includ...
2007-10-24 Dale JohannesenAnother expansion for i64 multiply, suitable for PPC.
2007-10-24 Dale JohannesenFix off by 1 bug in printf->puts lowering.
2007-10-24 Ted KremenekSplit Serialization.h into separate headers: Serialize...
2007-10-24 Chris Lattnersimplify some code by using the new isNaN predicate
2007-10-24 Chris LattnerImplement a couple of foldings for ordered and unordere...
2007-10-23 Bill WendlingFix comment and use the "Size" variable that's already...
2007-10-23 Bill WendlingIf there's an unaligned memcpy to/from the stack, don...
2007-10-23 Dale JohannesenDisable a couple more things for ppcf128.
2007-10-23 Bill WendlingThis broke lots. Reverting.
2007-10-23 Bill WendlingLowering a memcpy to the stack is killing PPC. The...
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-23 Evan ChengIt's possible to commute instrctions with more than...
2007-10-23 Evan ChengisSubRegOf() is a dup of isSubRegister.
2007-10-23 Evan ChengTemporary solution: added a different set of BCTRL_Mach...
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...
2007-10-22 Dan GohmanThe #include <iterator> isn't needed in this header.
2007-10-22 Dan GohmanStrength reduction improvements.
2007-10-22 Dan GohmanFix the folding of multiplication into addresses on...
2007-10-22 Evan ChengUse ptr type in the immediate field of a BxA instructio...
2007-10-22 Evan ChengAdd missing paratheses.
2007-10-22 Duncan SandsSupport for expanding extending loads of integers with
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-10-22 Duncan SandsFix up the logic for result expanding the various extension
2007-10-22 Evan ChengFix an unfolding bug.
2007-10-22 Evan Cheng- Only perform the unfolding optimization when the...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
2007-10-22 Chris Lattnerllvm-gcc3 is dead, along with it __main.
2007-10-21 Anton KorobeynikovReg2Mem cleanup and optimizations:
2007-10-21 Chris LattnerLoadLibraryPermanently doesn't throw.
2007-10-21 Chris LattnerAdd a convenience method for creating EE's.
2007-10-21 Dale JohannesenAllow for copysign having f80 second argument.
2007-10-20 Chris LattnerAdd promote operand support for [su]int_to_fp.
2007-10-20 Chris LattnerAdd result promotion of FP_TO_*INT, fixing CodeGen...
2007-10-20 Chris Lattnersimplify some code.
2007-10-20 Chris LattnerImplement promote and expand for operands of memcpy...
2007-10-20 Evan ChengAdded missing curly braces which renders the if clause...
2007-10-20 Dale JohannesenFix a few places vector operations were not getting
2007-10-19 Evan ChengResolve unfold tables ambiguity.
2007-10-19 Evan ChengLocal spiller optimization:
next