llvm-config-2: Fix --cflags and --includedir which pointed at the wrong
[oota-llvm.git] / tools / llvm-config-2 / llvm-config.cpp
2011-12-01 Daniel Dunbarllvm-config-2: Fix --cflags and --includedir which...
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-11 Daniel Dunbarllvm-config-2: Detect when we are running out of a...
2011-11-10 Daniel DunbarRevert r144300 "llvm-config: Replace with C++ version...
2011-11-10 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-10 Daniel Dunbarllvm-config-2: Fix thinko in maintenance of visited...
2011-11-09 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-06 Daniel DunbarRevert "llvm-config-2: Switch to using real library...
2011-11-06 Daniel Dunbarllvm-config: Users are allowed to provide component...
2011-11-06 Daniel Dunbarllvm-config-2: Switch to using real library dependency...
2011-11-03 Daniel Dunbarllvm-config-2: Implement build system support for getti...
2011-11-03 Daniel Dunbarllvm-config-2: Implement component dependency traversal...
2011-11-03 Daniel Dunbarllvm-config: Start stubbing out a C++ version of llvm...