oota-llvm.git
2007-11-07 Dale JohannesenInterchange Dwarf numbers of ESP and EBP on x86 Darwin.
2007-11-06 Tanya LattnerImplement the XTARGET feature for PR1778
2007-11-06 Ted KremenekSerializer no longer automatically emits a root-level...
2007-11-06 Ted KremenekAugmented ReadPtr and ReadOwnedPtr to control whether...
2007-11-06 Chris Lattnermake smallptrset more const and type correct, which...
2007-11-06 Dan GohmanRemainder operations must be either integer or floating...
2007-11-06 Chris Lattnerfix const correctness, BB is const, so its predecessors...
2007-11-06 Chris Lattnerdon't put erase or query for non-allocainst pointers...
2007-11-06 Chris LattnerImplement PR1777 by detecting dependent phis that
2007-11-06 Evan ChengWhen the allocator rewrite a spill register with new...
2007-11-06 Duncan SandsAt the point of calculating the shift amount, the
2007-11-06 Ted KremenekRenamed "Flush()" to "FlushRecord()".
2007-11-06 Ted KremenekAdded support for processing abbreviations in the Deser...
2007-11-06 Chris Lattnerfixes from Kelly Wilson.
2007-11-06 Bill WendlingClarify some of the iostreams stuff.
2007-11-06 Evan ChengFirst step towards moving the coalescer to priority_que...
2007-11-06 Evan ChengFix a bug where a def use operand isn't being detected...
2007-11-06 Evan ChengAdd pseudo dependency to force two-address instruction...
2007-11-06 Chris Lattneredits for chapter 3
2007-11-06 Chris Lattnerchapter 2 edits
2007-11-06 Chris Lattneredits
2007-11-06 Chris LattnerFix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
2007-11-06 Owen AndersonAdd a few comments.
2007-11-06 Owen AndersonDomForest is a forest of registers, not instructions.
2007-11-06 Chris Lattnerclarify what proto is.
2007-11-06 Chris LattnerAdd a real intro to the series.
2007-11-06 Owen AndersonStrongPHIElimination requires LiveVariables.
2007-11-06 Bruno Cardoso... Better processor definition
2007-11-06 Chris Lattnertypo from Ryan Brown.
2007-11-06 Chris Lattnerfixes from Ryan Brown.
2007-11-06 Owen AndersonAdd a missing #include.
2007-11-06 Chris Lattnerwrap long lines
2007-11-05 Dan GohmanAdd support for vector remainder operations.
2007-11-05 Dan GohmanFix an abort in instcombine when folding creates a...
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.
next