oota-llvm.git
2007-11-05 Rafael EspindolaMove the LowerMEMCPY and LowerMEMCPYCall to a common...
2007-11-05 Ted KremenekAdded support in serializer and deserializer to create...
2007-11-05 Dale JohannesenMake labels work in asm blocks; allow labels as
2007-11-05 Ted KremenekAdded default creation of root-level block by bitstream...
2007-11-05 Chris Lattnermerge in various fixes from Kelly Wilson.
2007-11-05 Chris Lattneradd some links to the tutorial index and between chapters.
2007-11-05 Chris Lattnergrammaro
2007-11-05 Devang PatelIf a value is incoming from outside the loop then the...
2007-11-05 Chris Lattnerrecursive types are our friend.
2007-11-05 Chris Lattnermention possibility of using a visitor
2007-11-05 Chris Lattnerclarify why prototype::codegen returns a function.
2007-11-05 Chris LattnerTOC for chapter 8
2007-11-05 Chris Lattneradd table of contents to each chapter.
2007-11-05 Lauro Ramos... [ARM] Fix code generation for:
2007-11-05 Ted KremenekFixed bug where tombstone key and empty key for DenseMa...
2007-11-05 Duncan SandsDon't output ABI size padding twice. By using the...
2007-11-05 Chris Lattneradd link to llvmbuilder doxygen docs
2007-11-05 Chris Lattnerspell identifier correctly.
2007-11-05 Chris Lattnerfix typo
2007-11-05 Chris LattnerDan points out that mem2reg also promotes vectors:...
2007-11-05 Evan ChengMove SimpleRegisterCoalescing.h to lib/CodeGen since...
2007-11-05 Chris Lattnerclarify
2007-11-05 Chris Lattnerfix typo
2007-11-05 Duncan SandsFix some typos.
2007-11-05 Duncan SandsTrivial fixes.
2007-11-05 Evan ChengUse movups to spill / restore SSE registers on targets...
2007-11-05 Chris Lattneradd a link.
2007-11-05 Chris Lattnerfinish the tutorial, yaay.
2007-11-05 Evan ChengSkip over deleted val#'s.
2007-11-05 Evan ChengHandle cases where a register and one of its super...
2007-11-05 Evan ChengFix test case. Chris didn't do make check. :-)
2007-11-05 Bruno Cardoso... Added support for PIC code with "explicit relocations...
2007-11-05 Gordon HenriksenBringing Passes.html up-to-date with the deletion of the
2007-11-05 Chris LattnerAdd the first section of chapter 8.
2007-11-05 Gordon HenriksenDeleting redundant copy of block extractor pass. See...
2007-11-05 Evan ChengDoh. PR1187 -> PR1766.
2007-11-05 Evan ChengFix PR1187.
2007-11-05 Duncan SandsIf a long double is in a packed struct, it may be
2007-11-05 Chris Lattnerfinish the chapter.
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-11-04 Owen AndersonAnother step of stronger PHI elimination down.
2007-11-04 Gordon HenriksenDeleting -emitbitcode option which did nothing.
2007-11-04 Chris Lattnerfix typos
2007-11-04 Chris LattnerFix PR1761 by not printing (rip) suffix when in -static...
2007-11-04 Gordon HenriksenValidation fix.
2007-11-04 Gordon HenriksenTypo fix.
2007-11-04 Gordon HenriksenCompleting Passes.html with the exception of -emitbitco...
2007-11-04 Nick LewyckyFix crash before main on ppc/linux with static construc...
2007-11-04 Gordon HenriksenFix a validation error.
2007-11-04 Gordon HenriksenFinishing initial docs for all transformations in Passe...
2007-11-04 Gordon HenriksenRemoving a dead reference from LLVM.xcodeproj.
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-11-04 Evan ChengIf an interval is being undone clear its preference...
2007-11-04 Chris LattnerFix PR1763 by allowing the 'q' constraint to work with...
2007-11-04 Chris LattnerDisable tail duplication of call instructions. The...
2007-11-03 Chris Lattnerfinish the 'Memory in LLVM' section
2007-11-03 Chris Lattnerhack and slash the first 20% of chapter seven.
2007-11-03 Evan ChengThere are times when the coalescer would not coalesce...
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...
next