Remove module providers from ocaml.
[oota-llvm.git] / tools / llvm-config /
2010-02-23 Daniel DunbarKill off LLVMGCCARCH and LLVMGCC_VERSION make variables.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-04 Torok EdwinNew flag for GenLibDeps, and llvm-config-perobjincl.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-18 Chris Lattnermake llvm-config more portable to windows versions...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-10-04 Oscar FuentesCMake: remove .so file extension from library names...
2009-09-22 Daniel DunbarFix llvm-config --src-root and --obj-root for CMake...
2009-09-22 Daniel Dunbarllvm-config: Remove unused variables.
2009-09-16 Xerxes RanbyMake cmake generated llvm-config output correct JIT...
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-14 Oscar FuentesCMake: propagate to the parent scope LLVM_COMMON_DEPEND...
2009-08-14 Oscar FuentesCMake: build llvm-config before the other tools.
2009-08-12 Oscar FuentesCMake: Localized dependency on Perl.
2009-08-12 Oscar FuentesCMake: Re-enabled build of llvm-config. Removed recursi...
2009-07-17 Daniel DunbarReenable asmparser dependency generation, now with...
2009-07-17 Daniel DunbarDisable llvm-config magic for AsmParser, it is isn...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.
2009-07-15 Daniel DunbarTeach Makefiles & CMake to link in the <TARGET>Info...
2009-07-07 Jeffrey YasskinFix llvm.org/PR4481: Make llvm-config print the right...
2009-06-03 Oscar FuentesCMake: Implements and documents option LLVM_ENABLE_ASSERTS.
2009-05-27 Oscar FuentesCMake: Set LIBS on llvm-config so we can query the...
2009-04-08 Ted KremenekAccommodate empty string for build type. This was previ...
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-04-03 Oscar FuentesCMake: tools/llvm-config/CMakeLists.txt: Use ! instead...
2009-03-16 Douglas GregorCMake: Build system fixes for XCode. llvm-config still...
2009-03-10 Dan GohmanChange these sed lines to behave correctly when the...
2009-01-07 Oscar FuentesCMake: replace `rm' with portable invocations of cmake.
2008-11-15 Oscar FuentesCMake: Removed some cruft.
2008-11-15 Oscar FuentesCMake: Recursively invokes cmake using the right direct...
2008-11-11 Oscar FuentesCMake: forces rebuild of llvm-config's library dependen...
2008-11-09 Oscar FuentesCMake: Corrected detection of `nm'.
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-11-04 Tanya LattnerRevert 58687. This breaks mingw.
2008-11-04 Nick LewyckyDon't "shell out" to resolve paths. Using pure perl...
2008-10-26 Oscar FuentesCMake: GetTargetTriple: new module for determining...
2008-10-22 Oscar FuentesCMake: `make install' for libraries, executables and...
2008-09-26 Oscar FuentesCMake: Builds all targets.
2008-09-22 Oscar FuentesCMake build system: support for parallel builds.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-11-27 Ted KremenekAdded quotes around $(NM_PATH) argument to GenLibDeps...
2007-10-24 Chris LattnerFix PR1739.
2007-07-10 Reid SpencerSimplify the handling of the --*flags options. The...
2007-07-10 Reid SpencerMakesure the -cppflags also uses the CPP.BaseFlags...
2007-06-29 John CriswellConvert .cvsignore files
2007-06-28 David GreeneAdd support for building with _GLIBCXX_DEBUG. New...
2007-04-22 Jeff CohenAdd new option to usage help.
2007-04-22 Reid SpencerAdd the --host-target option.
2007-03-28 Jeff CohenFix problem with llvm-config that prevented JIT from...
2007-02-04 Reid SpencerFix grammaro in output message.
2007-01-21 Reid SpencerRun GenLibDeps.pl with the configured PERL path to...
2007-01-09 Chandler CarruthFixing a ">" redirect to be a ">>" redirect, so a sed...
2007-01-06 Reid SpencerAdd an option for getting the C compiler flags, --cflags.
2006-12-22 Reid SpencerIgnore the LibDeps.txt.tmp file.
2006-12-12 Reid SpencerFix PR1040:
2006-12-06 Chris Lattnerreword message
2006-09-04 Chris LattnerAllow things like --libs CBackend
2006-09-04 Chris LattnerIf a cycle exists, don't succeed building the second...
2006-09-04 Chris Lattnerremove message
2006-08-11 Reid SpencerDon't print double newline for --src-root and --obj...
2006-08-04 Anton KorobeynikovFixed typo. Thanks, Reid.
2006-08-04 Anton KorobeynikovRemoved usage of "sort", which can lead to undeterminis...
2006-08-03 Reid SpencerFor PR845:
2006-08-03 Reid SpencerFix a typo in the name of expand_dependencies.
2006-07-27 Reid SpencerChanges to support cross-compiling LLVM. The GenLibDeps...
2006-07-26 Chris LattnerAvoid a "scary" make warning for the 1.8 release. ...
2006-07-26 Reid SpencerMake changes necessary for stopping the build if a...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-07 Chris LattnerRemove useless noop argument
2006-06-06 Chris LattnerFix a bug in the following scenario.
2006-06-06 Chris LattnerAdd a new --libfiles option, for getting fully-qualifie...
2006-06-06 Chris LattnerMake the llvm-config library dependency database depend...
2006-06-02 Chris Lattnertemporarily add back this option, I will remove it...
2006-06-02 Chris LattnerAdd flags to get access to build_mode, objdir, srcdir...
2006-06-02 Chris LattnerMake llvm-config "do the right thing" when an install...
2006-06-02 Chris LattnerCapture the build mode (e.g. Debug/Release) in the...
2006-06-02 Chris LattnerConvert to standard file header
2006-06-02 Chris LattnerRemove a couple of things no longer figured out by...
2006-06-02 Reid SpencerAdd several more autoconf variables so that new feature...
2006-06-02 Chris LattnerAdd a gross "--use-current-dir-as-prefix" option as...
2006-06-02 Chris LattnerRemove some variables from the configured section that...
2006-06-02 Chris LattnerRemove more "alpha is archive" stuff.
2006-06-02 Chris LattnerRemove obsolete CORE_IS_ARCHIVE support
2006-06-02 Chris LattnerUpdate the ignore file
2006-06-01 Reid SpencerBuild llvm-config into the ToolDir not in the local...
2006-05-03 Reid SpencerFor PR764:
2006-04-20 Reid SpencerSeveral Changes To Support Building llvm-config:
2006-04-20 Reid SpencerUpdate the library dependencies for 1.8 with SparcV9...
2006-04-13 Chris Lattnerone too many l's
2006-03-24 Reid SpencerRemove the interpreter component as its not working...
2006-03-23 Reid SpencerIgnore temporary files generated by building.
2006-03-23 Reid SpencerUpdate to llvm-config tool, by Erik Kidd:
2006-03-23 Reid SpencerDon't print out ugly command line when building LibDeps...
2006-03-23 Reid SpencerUpdated for library changes:
2006-03-22 Reid SpencerThese changes are necessary to support the new llvm...
2006-03-19 Reid SpencerThe library dependency file in flat format. This file...
next