Add LICENSE.TXT covering contributions made by ARM.
[oota-llvm.git] / Makefile.rules
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-10-12 Bob WilsonUse MACOSX_DEPLOYMENT_TARGET when it is set. <rdar...
2012-10-10 Bill WendlingPlace temporary LTO files into their own subdirectory.
2012-10-09 Bob WilsonRevert "Use a special path to place the .o files in."
2012-10-08 Bill WendlingUse a special path to place the .o files in.
2012-10-05 Bill WendlingUse -object_path_lto when linking executables if buildi...
2012-10-04 Jordan RoseMake sure 'prefix-clang++' is aliased to 'prefix-clang...
2012-10-01 Jordan RoseRe-enable support for --program-prefix.
2012-09-26 Jordan RoseRevert "Add --program-prefix support to build"
2012-09-25 Sebastian PopAdd --program-prefix support to build
2012-08-28 Eric ChristopherTemporarily revert this to bring back the bots.
2012-08-27 Sebastian PopAdd --program-prefix support to build.
2012-08-03 Eric ChristopherAdd a configure flag for enabling -Werror on the comman...
2012-08-03 Eric ChristopherAdd a configure option to pass -std=c++11 on the comman...
2012-08-03 Eric ChristopherRevert previous patch here, we should instead configure...
2012-08-03 Eric ChristopherAdd a BUILD_FLAGS variable so that autoconf checks...
2012-06-28 Chandler CarruthRemove 'check-dg', a wrapper around 'check-local-dg...
2012-05-23 Nicolas Geoffrayllvm-ld does not exist anymore, use llvm-link instead.
2012-05-07 Preston GurdMake IntelJITEvents and OProfileJIT as optional librari...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-03-12 Eric ChristopherUse a posix compliant regexp in export file construction.
2012-03-06 Daniel Dunbarbuild/Darwin: Make it easy to cause all tools to get...
2012-02-28 Rafael EspindolaEnable -Wcovered-switch-default again, but add -Werror...
2012-02-28 Chandler CarruthTemporarily revert r151609, which enabled a new warning...
2012-02-28 Rafael EspindolaEnable -Wcovered-switch-default as it matches the switc...
2012-02-18 David MeyerOn Cygwin/MingW, add SharedLibDir and LLVMToolDir to...
2012-02-02 Daniel Dunbarbuild/make: Ensure make clean removes the LLVMBuild...
2012-02-02 Daniel Dunbarbuild/Make: Add missing dependency, LLVMBuild makefile...
2011-12-27 Rafael EspindolaPR11642 has been fixed, enable -fvisibility-inlines...
2011-12-22 Benjamin KramerReenable building with -fvisibility-inlines-hidden.
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
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-28 Bob WilsonAdd an optional separate install prefix for internal...
2011-11-14 Daniel Dunbarbuild/Make: Switch over to using llvm-config-2 for...
2011-11-12 Daniel Dunbarbuild/Make: Define a TARGET_NATIVE_ARCH variable to...
2011-11-11 Daniel Dunbarcross-build/Make: Update cross build to properly forwar...
2011-11-11 Daniel Dunbarbuild/Make: Eliminate BUILD_COMPONENT variable, which...
2011-11-11 Eric ChristopherAdd an option '--enable-libcpp' that will have the...
2011-11-11 Daniel Dunbarbuild/Make: Switch back to llvm-config for now, I fooli...
2011-11-10 Daniel Dunbarbuild/Make: llvm-config-2 needs to use EXEEXT, since...
2011-11-10 Daniel Dunbarbuild/Make: Try to switch over to llvm-config-2 again...
2011-11-10 Chris LattnerRemove a really ancient line from the default 'make...
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 Dunbarbuild/Make & CMake: Pass the appropriate --native-targe...
2011-11-09 Daniel Dunbarbuild/Make: Fix some missing dependencies on the llvm...
2011-11-04 Daniel Dunbarbuild/make: Fix the output path of the llvm-config...
2011-11-03 Daniel Dunbarbuild: Use right Echo variable and use Verb appropriately.
2011-11-03 Daniel Dunbarbuild/Make: Integrate llvm-build into Makefiles.
2011-11-03 Daniel Dunbarbuild/Make: Add support for INCLUDE_BUILD_DIR make...
2011-10-26 Charles DavisRevert 142997. It doesn't work on Mac OS or the BSDs...
2011-10-26 Eric ChristopherSearch for and use the strip program and pass it to...
2011-10-16 NAKAMURA TakumiMakefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out...
2011-10-11 NAKAMURA TakumiAdd -D__STDC_FORMAT_MACROS to use PRIx64.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-09-20 Eric ChristopherMore llvmc bits. Spotted by Benjamin on IRC.
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-06-28 Daniel Dunbarbuild/Darwin: Fix epic typo fail.
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-17 NAKAMURA TakumiDon't force remove config.cache on reconfiguration.
2011-06-16 Daniel Dunbarbuild/configure: Add support for --with-extra-ld-option...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Daniel Dunbarbuild: Add support for a SHOW_DIAGNOSTICS build variable.
2011-04-09 Chris LattnerLLVMCC_EMITIR_FLAG is already either -emit-llvm or...
2011-04-09 Chris Lattnermake stuff work when LLVMCC_OPTION is something like...
2011-04-09 Chris Lattnerrevert accidental commit.
2011-04-09 Chris Lattnerfix a potentially serious bug in AliasSet::removeCallSite
2011-03-09 NAKAMURA TakumiMakefile.rules: [PR2928] "make install" may install...
2011-03-08 NAKAMURA TakumiReapply r127073(partially): Introduce $(ECHOPATH) to...
2011-03-07 Eric ChristopherPrepend LD.Flags before LDFLAGS to avoid overriding...
2011-03-05 Jakob Stoklund OlesenRevert r127073: "Introduce $(ECHOPATH) to print DOSish...
2011-03-05 NAKAMURA TakumiIntroduce $(ECHOPATH) to print DOSish path string on...
2011-02-21 Chris LattnerBetter OpenBSD support, patch by Amit Kulkarni. I...
2011-02-20 Stephen WilsonDo not try to descend into optional build directories...
2011-02-03 Rafael EspindolaFactor the computation of the basename of libraries...
2010-12-08 Daniel Dunbarbuild: Shared libraries shouldn't used RPATH on Darwin...
2010-12-08 Daniel Dunbarbuild: Don't force -flat_namespace or '-undefined suppr...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-26 NAKAMURA Takumiunittests/JITTests: Don't use --export-dynamic but...
2010-11-25 Duncan SandsUsing LLVMCC_EMITIR_FLAG rather than hard-coding -emit...
2010-11-14 Chris Lattnerremove JIT support from the Alpha backend. The JIT...
2010-11-03 Jim GrosbachAdd rule to build MC'ized CodeEmitter.
2010-10-23 Mikhail GlushenkovRemove -llvmc-temp-hack from tblgen.
2010-10-22 Peter CollingbourneStandardise all build-mode affecting {EN,DIS}ABLE_...
2010-10-15 Rafael EspindolaDon't pass --export-dynamic if TOOL_NO_EXPORTS is set.
2010-10-06 Chris LattnerGeneralize tblgen's dag parsing logic to handle arbitra...
2010-10-04 NAKAMURA TakumiMakefile.rules: Fix breakage on cygming --enable-shared.
2010-10-01 Jim GrosbachRemove self-described temporary hack. A bit over a...
2010-09-16 Daniel Dunbarbuild: Add support for a TOOL_ORDER_FILE variable so...
2010-09-10 NAKAMURA TakumiMakefile.rules: LOADABLE_MODULE/Win32: "all" components...
2010-09-09 Daniel Dunbarbuild: Allow subdir Makefiles to provide an alternate...
2010-09-03 Dan GohmanFix Windows stuff to follow the existing source organiz...
2010-09-03 Mikhail GlushenkovRevert "Rules for win32 ld shouldn't fire when cross...
next