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