| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -1/+1 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Edwin Török | 2009-07-11 | 1 | -1/+2 |
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -1/+1 |
* | Whitespace and comment changes. No functionality change. | Bill Wendling | 2009-02-03 | 1 | -0/+1 |
* | Explicitly pass in debug location information to BuildMI. | Bill Wendling | 2009-02-03 | 1 | -1/+2 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -1/+1 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Delete a dead field. | Gordon Henriksen | 2008-08-19 | 1 | -1/+0 |
* | [PR2327] Leverage TargetRegisterInfo to compute frame offsets for GC metadata. | Gordon Henriksen | 2008-08-19 | 1 | -7/+5 |
* | Don't require Registry specializations to define random static variables. | Gordon Henriksen | 2008-08-17 | 1 | -7/+0 |
* | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -48/+59 |
* | Don't instantiate GC metadata for declarations. | Gordon Henriksen | 2008-08-17 | 1 | -1/+1 |
* | Factor GC metadata table assembly generation out of Collector in preparation ... | Gordon Henriksen | 2008-08-17 | 1 | -0/+389 |