2007-11-06 |
Chris Lattner | fix const correctness, BB is const, so its predecessors... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | don't put erase or query for non-allocainst pointers... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | Implement PR1777 by detecting dependent phis that |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Evan Cheng | When the allocator rewrite a spill register with new... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Duncan Sands | At the point of calculating the shift amount, the |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Ted Kremenek | Renamed "Flush()" to "FlushRecord()". |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Ted Kremenek | Added support for processing abbreviations in the Deser... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | fixes from Kelly Wilson. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Bill Wendling | Clarify some of the iostreams stuff. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Evan Cheng | First step towards moving the coalescer to priority_que... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Evan Cheng | Fix a bug where a def use operand isn't being detected... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Evan Cheng | Add pseudo dependency to force two-address instruction... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | edits for chapter 3 |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | chapter 2 edits |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | edits |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Owen Anderson | Add a few comments. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Owen Anderson | DomForest is a forest of registers, not instructions. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | clarify what proto is. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | Add a real intro to the series. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Owen Anderson | StrongPHIElimination requires LiveVariables. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Bruno Cardoso... | Better processor definition |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | typo from Ryan Brown. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | fixes from Ryan Brown. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Owen Anderson | Add a missing #include. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | wrap long lines |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Dan Gohman | Add support for vector remainder operations. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Dan Gohman | Fix an abort in instcombine when folding creates a... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Rafael Espindola | Move the LowerMEMCPY and LowerMEMCPYCall to a common... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ted Kremenek | Added support in serializer and deserializer to create... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Dale Johannesen | Make labels work in asm blocks; allow labels as |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ted Kremenek | Added default creation of root-level block by bitstream... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | merge in various fixes from Kelly Wilson. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | add some links to the tutorial index and between chapters. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | grammaro |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Devang Patel | If a value is incoming from outside the loop then the... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | recursive types are our friend. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | mention possibility of using a visitor |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | clarify why prototype::codegen returns a function. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | TOC for chapter 8 |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | add table of contents to each chapter. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Lauro Ramos... | [ARM] Fix code generation for: |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ted Kremenek | Fixed bug where tombstone key and empty key for DenseMa... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Duncan Sands | Don't output ABI size padding twice. By using the... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | add link to llvmbuilder doxygen docs |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | spell identifier correctly. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | Dan points out that mem2reg also promotes vectors:... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Evan Cheng | Move SimpleRegisterCoalescing.h to lib/CodeGen since... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | clarify |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Duncan Sands | Fix some typos. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Duncan Sands | Trivial fixes. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Evan Cheng | Use movups to spill / restore SSE registers on targets... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | add a link. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | finish the tutorial, yaay. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Evan Cheng | Skip over deleted val#'s. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Evan Cheng | Handle cases where a register and one of its super... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Evan Cheng | Fix test case. Chris didn't do make check. :-) |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Bruno Cardoso... | Added support for PIC code with "explicit relocations... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Gordon Henriksen | Bringing Passes.html up-to-date with the deletion of the |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | Add the first section of chapter 8. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Gordon Henriksen | Deleting redundant copy of block extractor pass. See... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Evan Cheng | Doh. PR1187 -> PR1766. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Evan Cheng | Fix PR1187. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Duncan Sands | If a long double is in a packed struct, it may be |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Chris Lattner | finish the chapter. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Duncan Sands | Eliminate the remaining uses of getTypeSize. This |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Owen Anderson | Another step of stronger PHI elimination down. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Deleting -emitbitcode option which did nothing. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Chris Lattner | fix typos |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Chris Lattner | Fix PR1761 by not printing (rip) suffix when in -static... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Validation fix. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Typo fix. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Completing Passes.html with the exception of -emitbitco... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Nick Lewycky | Fix crash before main on ppc/linux with static construc... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Fix a validation error. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Finishing initial docs for all transformations in Passe... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Gordon Henriksen | Removing a dead reference from LLVM.xcodeproj. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Duncan Sands | Change uses of getTypeSize to getABITypeSize, getTypeSt... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Evan Cheng | If an interval is being undone clear its preference... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Chris Lattner | Fix PR1763 by allowing the 'q' constraint to work with... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Chris Lattner | Disable tail duplication of call instructions. The... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Chris Lattner | finish the 'Memory in LLVM' section |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Chris Lattner | hack and slash the first 20% of chapter seven. |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Evan Cheng | There are times when the coalescer would not coalesce... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Dan Gohman | Add std:: to sort calls. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Dan Gohman | Change illegal uses of ++ to uses of STLExtra.h's next... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Ted Kremenek | Added overloaded version of Deserializer::ReadOwnedPtr... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Evan Cheng | Unbreak tailcall opt. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Evan Cheng | Add run line. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Evan Cheng | One more extract_subreg coalescing bug. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Duncan Sands | Fix a thinko. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Neil Booth | Remove some unnecessary C-style statics. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Chris Lattner | fix typos |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Chris Lattner | Finish chapter 6, and add a spiffy demo that shows... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Owen Anderson | VAArgInst does, in fact, read memory. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Evan Cheng | Missing a getNumOperands check. |
commit | commitdiff | tree | snapshot |
next |