oota-llvm.git
2007-11-08 Owen AndersonAdd the majority of machine-level critical edge breakin...
2007-11-08 Owen AndersonTake another stab at getting isLiveIn() and isLiveOut...
2007-11-08 Owen AndersonFix MachineDominators' getAnalysisUsage.
2007-11-08 Owen AndersonOops, forgot to commit this file.
2007-11-08 Owen AndersonBring UsedBlocks back. StrongPHIElimination needs...
2007-11-08 Ted KremenekRevised BatchEmitOwnedPtrs to work better with constant...
2007-11-08 Ted KremenekRevised implementation of BatchReadOwnedPtrs() that...
2007-11-07 Ted KremenekFixed bug where we did not properly serialize owned...
2007-11-07 Ted KremenekAdded version of BatchEmitOwnedPtrs and BatchReadOwnedP...
2007-11-07 Ted KremenekAdded methods to batch emit and deserialize owned point...
2007-11-07 Dale JohannesenComplete conditionalization of Dwarf reg numbers.
2007-11-07 Bill WendlingAdd testcase
2007-11-07 Hartmut KaiserUpdated VC++ build system
2007-11-07 Hartmut KaiserFixed compilation errors on VC++.
2007-11-07 Ted KremenekImplemented generic serialization of APFloat.
2007-11-07 Ted KremenekImplemented serialization of signed integers.
2007-11-07 Evan ChengSimplify my (il)logic.
2007-11-07 Chris Lattnerminor edit
2007-11-07 Chris Lattnerfinal edits.
2007-11-07 Chris Lattnerchapter 7 edits
2007-11-07 Chris Lattneredits for chapter 7
2007-11-07 Chris Lattneredits for chapter 5
2007-11-07 Chris Lattnerminor edits
2007-11-07 Owen AndersonAdd some more of StrongPHIElim.
2007-11-07 Chris Lattneredits.
2007-11-07 Ted KremenekAdded special version of ReadPtr() that returns a deser...
2007-11-07 Ted KremenekFixed default ctor for APInt to properly initialize...
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.
next