Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | utils/sort_includes.py. I clearly haven't done this in a while, so more changed than usual. This even uncovered a missing include from the InstrProf library that I've added. No functionality changed here, just mechanical cleanup of the include order. llvm-svn: 225974 | ||||
* | Header hygiene: remove using directive and #undef DEBUG_TYPE once we're done. | Richard Smith | 2014-07-30 | 1 | -0/+2 |
| | | | | llvm-svn: 214263 | ||||
* | MachineRegionInfo.cpp: Another fix on ↵ | NAKAMURA Takumi | 2014-07-20 | 1 | -5/+4 |
| | | | | | | MachineRegionInfo::MachineRegionInfo::recalculate() to appease msc17. llvm-svn: 213476 | ||||
* | Fix -Asserts build introduced since r213456. | NAKAMURA Takumi | 2014-07-20 | 1 | -0/+2 |
| | | | | llvm-svn: 213465 | ||||
* | Templatify RegionInfo so it works on MachineBasicBlocks | Matt Arsenault | 2014-07-19 | 1 | -0/+137 |
llvm-svn: 213456 |