| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | | uncovered. This required manually correcting all of the incorrect main-module headers I could find, and running the new llvm/utils/sort_includes.py script over the files. I also manually added quite a few missing headers that were uncovered by shuffling the order or moving headers up to be main-module-headers. llvm-svn: 169237 | ||||
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
| | | | | | llvm-svn: 140407 | ||||
| * | More missing header inclusions from llvm_unreachable migration. | David Blaikie | 2011-09-23 | 1 | -0/+1 |
| | | | | | llvm-svn: 140369 | ||||
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 140367 | ||||
| * | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky | 2010-12-31 | 1 | -1/+1 |
| | | | | | | | | open them in fundamental-mode instead of c++-mode. Also twiddle whitespace for consistency in ToolChains.cpp. llvm-svn: 122646 | ||||
| * | ccc/Driver: Normalize phase spelling in -ccc-print-phases. | Daniel Dunbar | 2009-03-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 66912 | ||||
| * | Driver: Make phase names nouns not verbs. | Daniel Dunbar | 2009-03-13 | 1 | -5/+5 |
| | | | | | llvm-svn: 66883 | ||||
| * | Driver: Pull Phase info into separate file. | Daniel Dunbar | 2009-03-13 | 1 | -0/+27 |
| llvm-svn: 66880 | |||||

