| Age | Commit message (Expand) | Author |
| 2013-02-13 | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th... | Bill Wendling |
| 2013-01-19 | this depends on the bitcode reader, since it is using it. | Chris Lattner |
| 2013-01-07 | libclang/Makefile: Reorder USEDLIBS along driver/clang. | NAKAMURA Takumi |
| 2012-12-18 | This is the libclang patch providing minimal API to | Fariborz Jahanian |
| 2012-10-10 | Place temporary LTO files into their own subdirectory. | Bill Wendling |
| 2012-10-09 | Revert "Use a special path to place the .o files in." | Bob Wilson |
| 2012-10-08 | Use a special path to place the .o files in. | Bill Wendling |
| 2012-10-03 | Add an explicit -object_path_lto flag during linking with a uniquified temporary | Bill Wendling |
| 2012-09-01 | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek |
| 2012-08-08 | Add various MC components to clang build to support MS-style inline assembly. | Chad Rosier |
| 2012-06-30 | [libclang] Fix autoconf library dependencies for tooling support | Arnaud A. de Grandmaison |
| 2012-06-20 | Fix a big layering violation introduced by r158771. | Chandler Carruth |
| 2012-06-20 | Structured comment parsing, first step. | Dmitri Gribenko |
| 2012-04-25 | don't use soname on OpenBSD, it doesn't support it. Patch by | Chris Lattner |
| 2012-04-20 | [libclang] Don't set dylib load address to 0xe000000. | Argyrios Kyrtzidis |
| 2012-04-15 | Like for LLVM / shlib, we also provide a SONAME to libclang.so | Sylvestre Ledru |
| 2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek |
| 2012-01-12 | Revert 148045 to fix the bots. | Rafael Espindola |
| 2012-01-12 | Add a SONAME to the libclang library. | Rafael Espindola |
| 2011-07-09 | [libclang] Fix linker error in buildbots. | Argyrios Kyrtzidis |
| 2011-07-09 | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis |
| 2011-06-18 | Remove more unnecessary dependencies now that the Frontend -> ARCMigrate | Chandler Carruth |
| 2011-06-16 | Remove ARCMigrate from more builds that it isn't needed in now that the | Chandler Carruth |
| 2011-06-16 | ARCMigrate depends on libAnalysis, and on unhelpful linkers must appear | John McCall |
| 2011-06-16 | Grr. Of course libARCMigrate depends on libRewrite. This is a lot to be | John McCall |
| 2011-06-16 | libFrontend depends on ARCMigrate, so link it into libclang. | John McCall |
| 2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |
| 2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
| 2011-02-18 | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne |
| 2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
| 2010-08-19 | libclang/Darwin: Always set the compatibility version in the dylib. | Daniel Dunbar |
| 2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
| 2010-08-17 | Remove the last bit of the Clang Serialization library, for now | Douglas Gregor |
| 2010-08-17 | Add the clangSerialization library to libclang. | Dan Gohman |
| 2010-07-31 | build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do | Daniel Dunbar |
| 2010-07-27 | Revert r109546, it broke linux build. | Argyrios Kyrtzidis |
| 2010-07-27 | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio... | Argyrios Kyrtzidis |
| 2010-06-08 | Makefiles: Remove unnecessary early include of Makefile.config. | Daniel Dunbar |
| 2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
| 2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
| 2010-05-14 | Change install_name for libclang.dylib to '@rpath/libclang.dylib'. Fixes <rd... | Ted Kremenek |
| 2010-04-30 | Rename 'CIndex' to 'libclang', since it has basically become our stable public | Daniel Dunbar |