1. 6c308cc Use LINK_COMPONENTS instead of hard coding LLVM libraries. by Daniel Dunbar · 16 years ago
  2. b406459 Fix linking error. by Zhongxing Xu · 16 years ago
  3. d69bacc [LLVM up] Add basic -S option to clang. by Daniel Dunbar · 16 years ago
  4. e275e92 rename libclangSEMA to libclangSema by Nico Weber · 16 years ago
  5. fd54ebc add a libDriver, for now only move the text diangostics stuff from Driver to there by Nico Weber · 16 years ago
  6. 72be34f Link in LLVMAnalysis after LLVMCodeGen, since the latter depends on the former by Matthijs Kooijman · 16 years ago
  7. 550b8db a temporary minimal hack to get clang building after the getStringValue changes in llvm mainline. by Chris Lattner · 16 years ago
  8. e8b9f5b Added -g command line options to clang for generating source level debug information. This patch currently enables generation of line number debug information (stoppoints) and region begin/end debug information. The new files CGDebugInfo.h and CGDebugInfo.cpp implements the debug info manager class CGDebugInfo. by Sanjiv Gupta · 16 years ago
  9. 7a4718e Take 2. by Devang Patel · 17 years ago
  10. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  11. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  12. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  13. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  14. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  15. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  16. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago