2007-11-12 |
Duncan Sands | Compile fix. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Add a flag for indirect branch instructions. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Evan Cheng | Refactor some code. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Fix rewriting of PHI nodes. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Remove unnecessary #include's. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | As Chris and Evan pointed out, BreakCriticalMachineEdge... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Owen Anderson | Fix on 64-bit machines. |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Anton Korobeynikov | Clarify the meaning of '-2' register number |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Anton Korobeynikov | Use TableGen to emit information for dwarf register... |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Anton Korobeynikov | Add convenient helper to obtain list of ints |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Dale Johannesen | Add CCAssignToStackABISizeAlign for convenience in |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Fixed a bug introduced by my last patch. Now we proper... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Fixed hack in BatchReadOwnedPtrs to no longer use the... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Updated method signature to conform with the typedef... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Arnold Schwaighofer | Update tailcall code to include inline attribute operan... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Added "random access" to the Deserializer to allow... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Ted Kremenek | Made Deserializer a friend class of BitstreamReader. |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Evan Cheng | Added -test-opts to specify test options. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Chris Lattner | Update links. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Fix tests. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Hartmut Kaiser | Fixed a strange construct. Please review. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Chris Lattner | try again |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Unbreak x86-64 jumptable. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | Silence a warning |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Dale Johannesen | Revert previous rewrite per chris's comments. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Chris Lattner | Tighten up a check for folding away loads from (newly... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Thanks to the XTARGET line, this test should still |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Move MinAlign to MathExtras.h. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | Fix indent |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | Forget to commit users part of value mapper interface |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | And delete this one |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Anton Korobeynikov | Make this header public |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Fix some load/store logic that would be wrong for |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Add terminating newline. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Check that the first and third characters, s and u, |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Duncan Sands | Check that accesses to the second short, t, have |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Bill Wendling | Initial commit of files that support building LLVM... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Nick Lewycky | Add a link to the tutorial. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Much improved pic jumptable codegen: |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Didn't mean to check these in. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Evan Cheng | Bug fix. Passive nodes are not in SUnitMap. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Chuck Rose III | Adding some recently added files to the VStudio projects |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Dale Johannesen | Rewrite Dwarf number handling per review comments. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ted Kremenek | Updated Deserializer class to provide more information... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Devang Patel | Run this test only on darwin. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | This preserves critical edge breaking. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Owen Anderson | Make BreakCriticalMachineEdges available as a pass... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ted Kremenek | Added typedef "SerializedPtrID" to represent the pointe... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Andrew Lenharth | Better check |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Andrew Lenharth | Fix PR1780 |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Lauro Ramos... | [ARM] Implement __builtin_thread_pointer. |
commit | commitdiff | tree | snapshot |
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 |
next |