Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
| | | | | llvm-svn: 100708 | ||||
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
| | | | | | | no extra safety anyway. llvm-svn: 91207 | ||||
* | spread 'const' love to some variables. this considerably reduces the amount ↵ | Nuno Lopes | 2009-12-10 | 1 | -1/+1 |
| | | | | | | of dirty data around. llvm-svn: 91002 | ||||
* | Factor out a LangStandard class and coalesce the information about the ↵ | Daniel Dunbar | 2009-11-26 | 1 | -0/+44 |
standards into LangStandards.def - I'd appreciate another pair of eyeballs to double check this. llvm-svn: 89919 |