oota-llvm.git
2007-11-02 Dan GohmanAdd std:: to sort calls.
2007-11-02 Dan GohmanChange illegal uses of ++ to uses of STLExtra.h's next...
2007-11-02 Ted KremenekAdded overloaded version of Deserializer::ReadOwnedPtr...
2007-11-02 Evan ChengUnbreak tailcall opt.
2007-11-02 Evan ChengAdd run line.
2007-11-02 Evan ChengOne more extract_subreg coalescing bug.
2007-11-02 Chris Lattneradd a note
2007-11-02 Duncan SandsFix a thinko.
2007-11-02 Neil BoothRemove some unnecessary C-style statics.
2007-11-02 Chris Lattnerfix typos
2007-11-02 Chris LattnerFinish chapter 6, and add a spiffy demo that shows...
2007-11-02 Owen AndersonVAArgInst does, in fact, read memory.
2007-11-02 Hartmut KaiserUpdated VC++ build system
2007-11-02 Evan ChengMissing a getNumOperands check.
2007-11-01 Neil BoothAdd back line whose removal somehow crept into prior...
2007-11-01 Neil BoothWhen converting to integer, do bit manipulations in...
2007-11-01 Ted KremenekRemoved ReadVal from SerializeTrait<T>, and also remove...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-11-01 Duncan SandsDon't barf on empty basic blocks. Do not rely on assert
2007-11-01 Bill WendlingSilence a warning saying that the variables always...
2007-11-01 Bill WendlingSilence, accersed warning
2007-11-01 Bill WendlingGet rid of compilation warning during release builds
2007-11-01 Chris LattnerAdd the start of chapter 6, still much to go.
2007-11-01 Evan Cheng- Coalesce extract_subreg when both intervals are relat...
2007-11-01 Owen AndersonFix test/Transforms/DeadStoreElimination/PartialStore...
2007-11-01 Chris Lattnerremove verifier command line option: this should be...
2007-11-01 Chris Lattneradd a broken gcc version, thanks to P. Durante for...
2007-11-01 Owen AndersonNow with less tabs!
2007-11-01 Dale JohannesenTest that expand_vector_elt(v2i64) works in 32-bit...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-StringCrash.ll by removing...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-RangeCrash.ll
2007-11-01 Ted KremenekRewrote backpatcher. Backpatcher now stores the "has...
2007-11-01 Ted KremenekAdded typedef "value_type" to DenseMap (similar typedef...
2007-10-31 Ted Kremenekconstified several pointer arguments for methods in...
2007-10-31 Dan GohmanFix a regression in test/CodeGen/X86/2007-04-24-VectorC...
2007-10-31 Owen AndersonAdd a preverifier pass to check that every basic block...
2007-10-31 Ted KremenekImplemented deserialization of references. References...
2007-10-31 Ted KremenekAdded Serializer::EmitRef to deal with emitting arbitra...
2007-10-31 Ted KremenekChanged access control within FoldingSet for some ivars...
2007-10-31 Rafael EspindolaMake ARM and X86 LowerMEMCPY identical by moving the...
2007-10-31 Dan GohmanFix a typo in a comment.
2007-10-31 Rafael EspindolaMake ARM an X86 memcpy expansion more similar to each...
2007-10-31 Duncan SandsPromotion of sdiv/srem/udiv/urem.
2007-10-31 Duncan SandsAdd a newline at the end of the file.
2007-10-31 Chris Lattnerfix validation
2007-10-31 Chris Lattnerokay, fine, make me finish this chapter. :)
2007-10-31 Chris Lattneradd the code for expression code that we'll add, though...
2007-10-31 Chris LattnerAdd the first half of chapter 5: if/then/else.
2007-10-31 Chris Lattner__main is dead along with llvm-gcc3.
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 Ted KremenekAdded member function "size()" to FoldingSet to return...
2007-10-30 Devang PatelNew test.
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 JohannesenFix argument types for PSLLQ, PSRLQ.
2007-10-30 Dale JohannesenAdd missing MMX PSUBQ.
2007-10-29 Evan Cheng- Bug fixes.
2007-10-29 Hartmut KaiserUpdated VC++ build system
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 Chris Lattnerupdate testcase
2007-10-29 Evan ChengAvoid doing something dumb like rewriting using a 64...
2007-10-29 Chris Lattneradd a note.
2007-10-29 Chris LattnerModel stacksave and stackrestore as both writing memory...
2007-10-29 Owen AndersonAdd a first attempt at dominator information for MBB...
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 Ted KremenekFixed bug where default SerializeTrait<>::Materialize...
2007-10-26 Bill WendlingTest to make sure that if we have an unaligned memcpy...
2007-10-26 Evan ChengA number of LSR fixes:
2007-10-26 Ted KremenekAdded SerializeAPInt.cpp and DeserializeAPInt.cpp to...
2007-10-26 Ted KremenekAdded serialization support for APInt.
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-26 Ted KremenekFixed incorrect "path name" in preamble (comment) of...
2007-10-26 Bill WendlingOn second thought. Remove this as it should never be...
2007-10-26 Bill Wendling- Remove the hacky code that forces a memcpy. Alignment...
next