1. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  2. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago
  3. b06b012 move this makefile goop up to the top level llvm makefile. by Chris Lattner · 15 years ago
  4. 2488261 Enable export maps also on {Free, Net}BSD. by Anton Korobeynikov · 15 years ago
  5. aa95c3b Add an export map for clang on Linux. by Owen Anderson · 15 years ago
  6. d1dd229 Optimize dyld startup time by specifying a trivial export map by Chris Lattner · 15 years ago
  7. 6c308cc Use LINK_COMPONENTS instead of hard coding LLVM libraries. by Daniel Dunbar · 16 years ago
  8. b406459 Fix linking error. by Zhongxing Xu · 16 years ago
  9. d69bacc [LLVM up] Add basic -S option to clang. by Daniel Dunbar · 16 years ago
  10. e275e92 rename libclangSEMA to libclangSema by Nico Weber · 16 years ago
  11. fd54ebc add a libDriver, for now only move the text diangostics stuff from Driver to there by Nico Weber · 16 years ago
  12. 72be34f Link in LLVMAnalysis after LLVMCodeGen, since the latter depends on the former by Matthijs Kooijman · 16 years ago
  13. 550b8db a temporary minimal hack to get clang building after the getStringValue changes in llvm mainline. by Chris Lattner · 16 years ago
  14. 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
  15. 7a4718e Take 2. by Devang Patel · 17 years ago
  16. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  17. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  18. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  19. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  20. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  21. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  22. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago