| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Add support for a verifier to the driver. Currently only verifies debug | Eric Christopher | 2011-08-23 | 1 | -0/+5 | 
| | | | | | | | | | | | | output on darwin so is hard coded there. As a note this will need a little bit of refactoring in the class hierarchy to separate it out for different verifiers based on input type. Fixes rdar://8256258. llvm-svn: 138343 | ||||
| * | 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 | ||||
| * | Driver: Add an explicit dsymutil action. | Daniel Dunbar | 2010-06-04 | 1 | -0/+5 | 
| | | | | | llvm-svn: 105474 | ||||
| * | Driver: Free Action objects. | Daniel Dunbar | 2010-03-11 | 1 | -2/+4 | 
| | | | | | llvm-svn: 98263 | ||||
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -6/+6 | 
| | | | | | llvm-svn: 81346 | ||||
| * | Driver: I was too hasty in free'ing Actions, we sometimes share | Daniel Dunbar | 2009-03-18 | 1 | -3/+2 | 
| | | | | | | | | Actions so a simple tree traversal isn't quite good enough. Leaving a FIXME for now. llvm-svn: 67161 | ||||
| * | Driver: Move actions into Compilation, and construct the compilation | Daniel Dunbar | 2009-03-18 | 1 | -1/+5 | 
| | | | | | | | | | | | | earlier. - This gives us a simple ownership model, and allows clients access to more information should they ever want it. - We now free Actions correctly. llvm-svn: 67158 | ||||
| * | Driver: Action vtables were still hungry. | Daniel Dunbar | 2009-03-13 | 1 | -1/+1 | 
| | | | | | llvm-svn: 66980 | ||||
| * | Driver: Provide food and shelter for Action vtables. | Daniel Dunbar | 2009-03-13 | 1 | -0/+44 | 
| | | | | | llvm-svn: 66978 | ||||
| * | ccc/Driver: Normalize phase spelling in -ccc-print-phases. | Daniel Dunbar | 2009-03-13 | 1 | -6/+6 | 
| | | | | | llvm-svn: 66912 | ||||
| * | Driver: Add cast<> support for Action, and some other accessors. | Daniel Dunbar | 2009-03-13 | 1 | -0/+17 | 
| | | | | | llvm-svn: 66887 | ||||
| * | Driver: Add majority of driver-driver implementation. | Daniel Dunbar | 2009-03-12 | 1 | -0/+15 | 
| - Compare to driverdriver.c if bored; not completely fair since the driver gets a bit more code in other places to handle binding archs (for Xarch) but not completely unfair either. Fear not, extra Action classes will have a happy home for their vtables soon. llvm-svn: 66817 | |||||

