| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | upgrade test | Chris Lattner | 2007-11-13 | 2 | -11/+11 |
* | Run computeDomForest() on the set of registers that need to be tested for | Owen Anderson | 2007-11-13 | 1 | -5/+6 |
* | Preserve LiveVariables when doing critical edge splitting. | Owen Anderson | 2007-11-13 | 1 | -2/+13 |
* | Wow. I definitely shouldn't write code when I'm tird. | Owen Anderson | 2007-11-13 | 1 | -19/+24 |
* | Revert previous; these files aren't ready to go in yet. | Dale Johannesen | 2007-11-13 | 2 | -2/+3 |
* | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 2007-11-13 | 20 | -32/+32 |
* | Make llvm2cpp better, patch for PR1794, contributed by Zack Rusin. | Chris Lattner | 2007-11-13 | 1 | -8/+30 |
* | Fix x86-64 jit: remove reliance on Dwarf numbers. | Evan Cheng | 2007-11-13 | 2 | -12/+29 |
* | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling | 2007-11-13 | 7 | -28/+32 |
* | Implement PR1786 by iterating between dead cycle elimination | Chris Lattner | 2007-11-13 | 2 | -33/+163 |
* | Many typos, grammaro, and wording fixes. Patch by | Chris Lattner | 2007-11-13 | 3 | -85/+81 |
* | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 17 | -70/+129 |
* | Renamed serialization method "Materialize" to "Create". This is an API change. | Ted Kremenek | 2007-11-13 | 2 | -14/+15 |
* | Fixed bug with inconsistent serialization/deserialization in matching | Ted Kremenek | 2007-11-13 | 2 | -0/+48 |
* | Move SYSCTL stuff close to where it's used. | Bill Wendling | 2007-11-12 | 1 | -15/+15 |
* | Build universal llvm. | Devang Patel | 2007-11-12 | 1 | -8/+4 |
* | Completely forgot, that we have some debug information emission on PPC. This ... | Anton Korobeynikov | 2007-11-12 | 1 | -2/+2 |
* | Added JumpTable support | Bruno Cardoso Lopes | 2007-11-12 | 6 | -34/+142 |
* | Added versions of ReadPtr that takes an explicit SerializedPtrID. This allows | Ted Kremenek | 2007-11-12 | 2 | -7/+27 |
* | Break critical edges coming into blocks with PHI nodes. | Owen Anderson | 2007-11-12 | 1 | -0/+26 |
* | Typo fix in the tutorial. | Gordon Henriksen | 2007-11-12 | 1 | -2/+2 |
* | Compile fix. | Duncan Sands | 2007-11-12 | 1 | -0/+1 |
* | Add a flag for indirect branch instructions. | Owen Anderson | 2007-11-12 | 10 | -7/+16 |
* | Refactor some code. | Evan Cheng | 2007-11-12 | 4 | -300/+358 |
* | Fix rewriting of PHI nodes. | Owen Anderson | 2007-11-12 | 1 | -6/+17 |
* | Updated VC++ build system | Hartmut Kaiser | 2007-11-12 | 2 | -15/+15 |
* | Remove unnecessary #include's. | Owen Anderson | 2007-11-12 | 1 | -2/+0 |
* | As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really need | Owen Anderson | 2007-11-12 | 4 | -54/+13 |
* | Fix on 64-bit machines. | Owen Anderson | 2007-11-12 | 1 | -1/+1 |
* | Clarify the meaning of '-2' register number | Anton Korobeynikov | 2007-11-11 | 1 | -2/+4 |
* | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 2007-11-11 | 23 | -877/+933 |
* | Add convenient helper to obtain list of ints | Anton Korobeynikov | 2007-11-11 | 2 | -1/+26 |
* | Add CCAssignToStackABISizeAlign for convenience in | Dale Johannesen | 2007-11-10 | 3 | -5/+24 |
* | Fixed a bug introduced by my last patch. Now we properly clear out the Batch... | Ted Kremenek | 2007-11-10 | 1 | -0/+2 |
* | Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe... | Ted Kremenek | 2007-11-10 | 1 | -2/+4 |
* | Updated method signature to conform with the typedef in the method prototype. | Ted Kremenek | 2007-11-10 | 1 | -1/+1 |
* | Update tailcall code to include inline attribute operand for memcpy. | Arnold Schwaighofer | 2007-11-10 | 2 | -3/+19 |
* | Added "random access" to the Deserializer to allow a client to jump to any | Ted Kremenek | 2007-11-10 | 2 | -10/+153 |
* | Made Deserializer a friend class of BitstreamReader. | Ted Kremenek | 2007-11-10 | 1 | -5/+14 |
* | Added -test-opts to specify test options. | Evan Cheng | 2007-11-10 | 1 | -0/+1 |
* | Update links. | Chris Lattner | 2007-11-09 | 1 | -6/+3 |
* | Fix tests. | Evan Cheng | 2007-11-09 | 2 | -7/+5 |
* | Fixed a strange construct. Please review. | Hartmut Kaiser | 2007-11-09 | 1 | -1/+1 |
* | Updated VC++ build system | Hartmut Kaiser | 2007-11-09 | 2 | -5/+5 |
* | try again | Chris Lattner | 2007-11-09 | 1 | -1/+1 |
* | Unbreak x86-64 jumptable. | Evan Cheng | 2007-11-09 | 1 | -1/+5 |
* | Silence a warning | Anton Korobeynikov | 2007-11-09 | 1 | -1/+1 |
* | Revert previous rewrite per chris's comments. | Dale Johannesen | 2007-11-09 | 2 | -206/+155 |
* | Tighten up a check for folding away loads from (newly constant) globals. This | Chris Lattner | 2007-11-09 | 2 | -6/+30 |
* | Thanks to the XTARGET line, this test should still | Duncan Sands | 2007-11-09 | 1 | -0/+1 |