OCaml bindings: add icmp_predicate
[oota-llvm.git] / Makefile.rules
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...
2010-09-03 Mikhail GlushenkovRules for win32 ld shouldn't fire when cross-compiling.
2010-09-01 Chris Lattnerhave the makefiles check the llvm-config error code...
2010-08-18 Dan GohmanFix the "Finished Creating" messages for aliases to...
2010-08-17 Anton KorobeynikovThis patch enables ENABLE_SHARED=1 to build DLL based...
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-10 Mikhail GlushenkovSimplify generating LLVMC_BUILTIN_PLUGIN.
2010-08-02 Nick LewyckyFix this condition; it has an else clause attached...
2010-08-02 Daniel Dunbartests: Make 'lit' the default test tool. You can still...
2010-07-26 Dan GohmanFix library build messages.
2010-07-25 Nick LewyckyDon't pass -export-dynamic to the linker on Cygwin...
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-20 Bruno Cardoso LopesEnable LLVM to compile on Mips. Fix PR5828
2010-07-16 Eric ChristopherRemove unnecessary conditional.
2010-07-15 Daniel Dunbarbuild/Darwin: Add a missing directory dependency.
2010-07-15 Devang PatelRevert 108456. i.e. bring back r108444.
2010-07-15 Devang PatelRevert 108444. It breaks a build.
2010-07-15 Daniel Dunbarbuild/Darwin: Add support for embedding version informa...
2010-07-15 Ted KremenekCorrectly set rpath on Mac OS X for executable tools...
2010-07-13 Greg ClaytonPatched Makefile.rules to allow objective C and objecti...
2010-07-07 Duncan SandsRename "Release" builds as "Release+Asserts"; rename...
2010-06-28 Dan GohmanFix this build message so that it displays the correct...
2010-06-21 Eric ChristopherFix typo.
2010-06-18 Chris Lattnerimprove portability to solaris 10, PR7380, patch by...
2010-06-15 Chris Lattnerfix PR7380: use 'test' instead of shell builtins. ...
2010-06-08 Daniel DunbarMakefiles: Teach LLVM's recursive makefile descent...
2010-06-01 Dan GohmanFreebsd's sed doesn't support \< in regexps, and GNU...
2010-06-01 Dan Gohman-retain-symbols-file is not what it seems. Update the...
2010-05-16 Rafael EspindolaAvoid renaming loadable modules at install time. Now...
2010-05-16 Rafael EspindolaUse $ORIGIN in the rpath of libraries.
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-04-30 Daniel DunbarDon't use 'else ifdef', I guess this is a 3.81 feature?
2010-04-30 Daniel DunbarFix TOOLALIAS to not make dependency against $(PROJ_bin...
2010-04-30 Daniel DunbarAdd new NO_INSTALL_ARCHIVES make variable, to suppress...
2010-04-24 Nick LewyckyDon't touch CXXFLAGS. If it's set in the environment...
2010-04-19 Dan GohmanEnable -Wcast-qual for C++ files, where intentional...
2010-04-19 Dan GohmanRemove -module, which appears to be a leftover from...
2010-04-16 Dan GohmanAdd an autoconf check for -retain-symbols-file and...
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanAdd a dependency on the .dir file to make sure that...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-17 Jim Grosbachremove arm mode workaround for ARM host
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-10 Chris Lattneradd DESTDIR support for TOOLALIAS, for PR6557, patch by
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2010-02-23 Daniel DunbarAdd LLVM{CC,CXX} make variables, which specify the...
2010-02-23 Daniel DunbarEliminate CFERuntimeLibDir make variable, this shouldn...
2010-02-23 Daniel DunbarInline and eliminate LLVMG{CC,XX}WITHPATH.
2010-02-23 Daniel DunbarRemove dead LUPGRADE make variable.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
next