When a function takes a variable number of pointer arguments, with a zero
[oota-llvm.git] / Makefile.rules
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-10-14 Chris LattnerMake sure targets depend on TargetSelectionDAG.td
2005-10-05 Chris LattnerAdd some rules for building preprocessed files
2005-09-03 Chris Lattnerallow for a target to ask for a dag isel
2005-08-27 Reid SpencerImplement PR614:
2005-08-25 Reid SpencerFor PR614:
2005-08-25 Reid SpencerDon't attempt to update LLVM configured header files...
2005-08-24 Reid SpencerWhoops, don't use PROJ variables, these are all LLVM...
2005-08-24 Reid SpencerFor PR619:
2005-08-17 Misha BrukmanFix grammar
2005-08-13 Andrew LenharthFix oversized GOT problem with gcc-4 on alpha
2005-07-22 Misha BrukmanNo, really, it's an Alpha! And you probably thought...
2005-07-22 Andrew LenharthI know PowerPC wishes it could be alpha, but it cannot...
2005-07-22 Andrew LenharthAlpha has JIT
2005-05-24 Reid SpencerTwo dist-check related changes:
2005-05-19 Reid SpencerMake sure that tool names don't have any leading or...
2005-05-19 Reid SpencerBuild the install directories just exactly as any other...
2005-05-19 Reid SpencerTwo changes to support building shared libraries that...
2005-05-16 Duraid Madinahp-ux needs this to get through the System/Support...
2005-05-13 Reid Spencer* Make some warning messages stand out a bit by putting...
2005-03-11 Misha Brukman* Remove extraneous spaces
2005-03-11 Nate BegemanAdd SelectionDAG library to PPC JIT so that lli will...
2005-03-01 Reid SpencerCorrect a typo in Makefile.rules.
2005-02-27 Alkis EvlogimenosAdd llc to tools.
2005-02-24 Reid SpencerDon't try to strip bytecode files!
2005-02-24 Reid SpencerThe install program doesn't know how to strip bytecode...
2005-02-24 Reid SpencerFix the other half of PR528 .. don't try to strip heade...
2005-02-24 Reid SpencerFor PR528:
2005-02-16 Reid SpencerFix installation of configuration files.
2005-02-16 Reid Spencer* Don't flatten the directory hierarchy when installing...
2005-02-16 Reid SpencerDon't use pax for installing header files. Use the...
2005-02-14 Reid SpencerFor PR496:
2005-02-13 Andrew Lenharthnon-ieee arith crashes passes on alpha
2005-02-09 Chris LattnerFix installation of configured headers when objdir...
2005-02-04 Chris LattnerAdd support for .cc and .hpp files. Patch contributed...
2005-02-02 Alkis EvlogimenosAdd variable for bugpoint.
2005-01-28 Reid SpencerFix some typos in the Makefile.rules.
2005-01-16 Reid SpencerSeveral changes:
2005-01-14 Reid SpencerAllow the Echo and EchoCmd variables to be overridden.
2005-01-11 Reid SpencerImplement the LOADABLE_MODULE option when building...
2005-01-07 Chris LattnerX86 JIT requires the selection dag library.
2005-01-03 John CriswellQuote the paths and not the assignment of the PATH...
2005-01-03 John CriswellJoining the quote fray...
2005-01-03 Reid SpencerRe-apply last (reverted) patch. Reverting doesn't solve...
2005-01-03 Jeff CohenDon't quote the PATH variable value just in case it...
2005-01-02 Reid SpencerAvoid use of -fomit-frame-pointer on FreeBSD platforms...
2005-01-02 Reid SpencerQuote the PATH variable value just in case it has space...
2004-12-28 Reid SpencerCorrect the name of the variable for the LLVM examples...
2004-12-27 Reid SpencerMake it possible to reconfigure a project as well as...
2004-12-24 Reid SpencerMake sure llvm-g++ gets the right path for the llvm...
2004-12-24 Reid SpencerTwo corrections:
2004-12-22 Reid SpencerFor PR432:
2004-12-17 Reid SpencerComplete the implementation of the spotless rule and...
2004-12-16 Chris LattnerX86 doesn't actually use SelectionDAG yet.
2004-12-16 Reid SpencerSome minor upgrades
2004-12-16 Chris LattnerFactor all of the .inc : .inc.tmp rules into one.
2004-12-16 Chris LattnerAdd spaces between rule groups to make it more obvious...
2004-12-16 Chris LattnerWhen tblgen changes, regenerate all .inc files, but...
2004-12-16 Reid SpencerAdd a "make spotless" rule for environments with BUILD_...
2004-12-16 Reid SpencerGet rid of extraneous dependencies on $(BUILT_SOURCES...
2004-12-16 Reid SpencerFix a major bug with BUILT_SOURCES. You actually have...
2004-12-16 Reid SpencerRevert last patch which breaks PowerPC target because...
2004-12-15 Chris LattnerMake %'s a bit more explicit
2004-12-15 Chris LattnerMake archive rules properly depend on llvm-ar.
2004-12-14 Reid SpencerFix the default install directory of modules from ...
2004-12-13 Alkis EvlogimenosFix typo.
2004-12-13 Alkis EvlogimenosAdd llvm tool variables.
2004-12-13 Reid SpencerFinish the implementation of the BYTECODE_DESTINATION...
2004-12-13 Reid SpencerImplement a new feature, BYTECODE_DESTINATION, to allow...
2004-12-13 Reid SpencerMake sure the archive doesn't have to exist before...
2004-12-13 Reid SpencerAlways remove bytecode archives so that path mismatches...
2004-12-10 Reid SpencerFix output for Flexing to not print full path of source.
2004-12-08 Reid SpencerImplement the LLVM_DO_NOT_BUILD feature. If a file...
2004-12-08 Reid SpencerRemove -Woverloaded-virtual usage that was committed...
2004-12-08 Reid SpencerRemove variables that are not used by any of the LLVM...
2004-12-06 Reid SpencerAdd the check target so all projects can have this
2004-12-05 Reid SpencerProvide a variable to compute where the libstdc++.a is
2004-12-05 Reid SpencerAdd ability to make a single bytecode module from others
2004-12-04 Reid SpencerGetting dist-check to work:\
2004-12-03 Chris LattnerRemove all recursive check support from Makefile.rules
2004-12-03 Chris Lattner'make check' at the top level shouldn't recurse through...
2004-12-03 Reid SpencerResurrect the install-bytecode target for installing...
2004-12-03 Reid SpencerPass -strip-debug to gccas when bytecode libraries...
2004-12-02 Chris LattnerQuiet!
2004-12-02 Reid SpencerFor PR466:
2004-11-29 Chris LattnerMake built bytecode libraries depend on gccas/gccld...
2004-11-29 Reid SpencerAllow reconfig from any directory, not just the top...
2004-11-29 Reid SpencerIncorporate tools/Makefile.JIT
2004-11-29 Reid Spencer* Allow date command to be printed in verbose mode
2004-11-23 Reid SpencerAllow configuration files to be themselves configured...
2004-11-18 Reid SpencerDuh, put tools in *bin* directory, not *tools* director...
2004-11-18 Reid SpencerFix PR456:\
2004-11-17 Reid SpencerFix PR458:
2004-11-14 Reid SpencerAdd a command for using llvm-ar correctly.
2004-11-12 Reid Spencer* Clean up all the shared library output on uninstall
2004-11-08 Reid SpencerImplement and document the TOOL_VERBOSE option that...
2004-11-02 Reid Spencer* New Recursive Target: clean-all. This target will...
2004-11-02 Reid Spencer* New Recursive Target: clean-all
2004-11-01 Reid SpencerEliminate redundant variable definition. Rename Configu...
next