1. 49a2790 [C++11] Use 'nullptr'. Frontend edition. by Craig Topper · 11 years ago
  2. f47fa30 Remove unnecessary default cases in switches over enums. by David Blaikie · 14 years ago
  3. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  4. 4b73cfa rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  5. 1615d45 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 16 years ago
  6. 221c1fd spread 'const' love to some variables. this considerably reduces the amount of dirty data around. by Nuno Lopes · 16 years ago
  7. e0d81f2 Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def by Daniel Dunbar · 16 years ago