2007-11-08 |
Evan Cheng | If both parts of smul_lohi, etc. are used, don't simpli... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Add the majority of machine-level critical edge breakin... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Take another stab at getting isLiveIn() and isLiveOut... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Fix MachineDominators' getAnalysisUsage. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Oops, forgot to commit this file. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Bring UsedBlocks back. StrongPHIElimination needs... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ted Kremenek | Revised BatchEmitOwnedPtrs to work better with constant... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ted Kremenek | Revised implementation of BatchReadOwnedPtrs() that... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ted Kremenek | Fixed bug where we did not properly serialize owned... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ted Kremenek | Added version of BatchEmitOwnedPtrs and BatchReadOwnedP... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ted Kremenek | Added methods to batch emit and deserialize owned point... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Dale Johannesen | Complete conditionalization of Dwarf reg numbers. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Bill Wendling | Add testcase |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Hartmut Kaiser | Fixed compilation errors on VC++. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ted Kremenek | Implemented generic serialization of APFloat. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ted Kremenek | Implemented serialization of signed integers. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Evan Cheng | Simplify my (il)logic. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Chris Lattner | minor edit |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Chris Lattner | final edits. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Chris Lattner | chapter 7 edits |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Chris Lattner | edits for chapter 7 |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Chris Lattner | edits for chapter 5 |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Chris Lattner | minor edits |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Owen Anderson | Add some more of StrongPHIElim. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Chris Lattner | edits. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ted Kremenek | Added special version of ReadPtr() that returns a deser... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ted Kremenek | Fixed default ctor for APInt to properly initialize... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Dale Johannesen | Interchange Dwarf numbers of ESP and EBP on x86 Darwin. |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Tanya Lattner | Implement the XTARGET feature for PR1778 |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Ted Kremenek | Serializer no longer automatically emits a root-level... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Ted Kremenek | Augmented ReadPtr and ReadOwnedPtr to control whether... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Chris Lattner | make smallptrset more const and type correct, which... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Dan Gohman | Remainder operations must be either integer or floating... |
commit | commitdiff | tree | snapshot |
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 |
next |