2004-12-10 |
Reid Spencer | Fix output for Flexing to not print full path of source. |
blob | commitdiff | raw |
2004-12-08 |
Reid Spencer | Implement the LLVM_DO_NOT_BUILD feature. If a file... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Reid Spencer | Remove -Woverloaded-virtual usage that was committed... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Reid Spencer | Remove variables that are not used by any of the LLVM... |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Reid Spencer | Add the check target so all projects can have this |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Reid Spencer | Provide a variable to compute where the libstdc++.a is |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Reid Spencer | Add ability to make a single bytecode module from others |
blob | commitdiff | raw | diff to current |
2004-12-04 |
Reid Spencer | Getting dist-check to work:\ |
blob | commitdiff | raw | diff to current |
2004-12-03 |
Chris Lattner | Remove all recursive check support from Makefile.rules |
blob | commitdiff | raw | diff to current |
2004-12-03 |
Chris Lattner | 'make check' at the top level shouldn't recurse through... |
blob | commitdiff | raw | diff to current |
2004-12-03 |
Reid Spencer | Resurrect the install-bytecode target for installing... |
blob | commitdiff | raw | diff to current |
2004-12-03 |
Reid Spencer | Pass -strip-debug to gccas when bytecode libraries... |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Chris Lattner | Quiet! |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Reid Spencer | For PR466: |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Chris Lattner | Make built bytecode libraries depend on gccas/gccld... |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Reid Spencer | Allow reconfig from any directory, not just the top... |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Reid Spencer | Incorporate tools/Makefile.JIT |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Reid Spencer | * Allow date command to be printed in verbose mode |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Reid Spencer | Allow configuration files to be themselves configured... |
blob | commitdiff | raw | diff to current |
2004-11-18 |
Reid Spencer | Duh, put tools in *bin* directory, not *tools* director... |
blob | commitdiff | raw | diff to current |
2004-11-18 |
Reid Spencer | Fix PR456:\ |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Reid Spencer | Fix PR458: |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Reid Spencer | Add a command for using llvm-ar correctly. |
blob | commitdiff | raw | diff to current |
2004-11-12 |
Reid Spencer | * Clean up all the shared library output on uninstall |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Reid Spencer | Implement and document the TOOL_VERBOSE option that... |
blob | commitdiff | raw | diff to current |
2004-11-02 |
Reid Spencer | * New Recursive Target: clean-all. This target will... |
blob | commitdiff | raw | diff to current |
2004-11-02 |
Reid Spencer | * New Recursive Target: clean-all |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Reid Spencer | Eliminate redundant variable definition. Rename Configu... |
blob | commitdiff | raw | diff to current |
2004-11-01 |
Chris Lattner | When compiling a file, indicate what build it is for |
blob | commitdiff | raw | diff to current |
2004-10-31 |
Reid Spencer | Get the shared library extension right on all platforms... |
blob | commitdiff | raw | diff to current |
2004-10-31 |
Reid Spencer | Fix output for building shared libraries per Chris... |
blob | commitdiff | raw | diff to current |
2004-10-31 |
Reid Spencer | Actually use the correct variable name for building... |
blob | commitdiff | raw | diff to current |
2004-10-30 |
Reid Spencer | Internalize variable names to prevent recursive assignm... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Reid Spencer | Don't modify user vars because they will get passed... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Reid Spencer | Make the list of automatic Makefile* files updated... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
Chris Lattner | This line breaks FreeBSD and apparently isn't useful... |
blob | commitdiff | raw | diff to current |
2004-10-28 |
Reid Spencer | Bug Fixes: |
blob | commitdiff | raw | diff to current |
2004-10-28 |
Reid Spencer | Make parallel "install" and "uninstall" targets not... |
blob | commitdiff | raw | diff to current |
2004-10-28 |
Reid Spencer | Bug Fixes: |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Reid Spencer | Fix auto-reconfigure bug: make sure we actually reconfi... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Reid Spencer | Get the *.inc files to depend on tblgen so if tblgen... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Reid Spencer | Make sure that Makefile.rules and Makefile.config.in... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Reid Spencer | Cleanup/Fixes: |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Chris Lattner | Unless someone seriously objects, I don't think we... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Reid Spencer | * Implement the "dist-check" target that verifies the... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Chris Lattner | Give a useful hint |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Reid Spencer | New Makefile Features: |
blob | commitdiff | raw | diff to current |
2004-10-24 |
Reid Spencer | Fix uninstall from rebuilding everything (wrong dependency) |
blob | commitdiff | raw | diff to current |
2004-10-24 |
Reid Spencer | Implemented New Features: |
blob | commitdiff | raw | diff to current |
2004-10-24 |
Reid Spencer | Make the $(OBJDIR) go away on clean-local. |
blob | commitdiff | raw | diff to current |
2004-10-23 |
Reid Spencer | Several Changes: |
blob | commitdiff | raw | diff to current |
2004-10-23 |
Reid Spencer | * Actually ignore build errors in optional directories |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Reid Spencer | Make sure that we don't set up a circular dependency... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Misha Brukman | Pull in Target.td using absolute path from source root... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Reid Spencer | Shorten the rules, speed it up, correct library contruc... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Misha Brukman | Fix grammar |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Chris Lattner | Don't add libz or libbz2 to the USEDLIBS lists, those... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Reid Spencer | Provide support for auto-detection and use of compressi... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
John Criswell | Corrected spelling of Makefile variable, thereby re... |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Reid Spencer | Missed one $*.a -> $@ conversion for the Release build. |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Reid Spencer | Correct the rules for making shared libraries per libto... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Reid Spencer | libtool's name is now back to mklib. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
John Criswell | Add dependencies so that project tools are recompiled... |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Brian Gaeke | Use libtool, not mklib (which somehow doesn't get gener... |
blob | commitdiff | raw | diff to current |
2004-09-05 |
Reid Spencer | Add LLVMC as a supported tool. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Reid Spencer | Get rid of an un-needed and un-used GCCism. ATTR_DEPREC... |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Reid Spencer | Remove even the slightest chance of a race condition... |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Reid Spencer | Added a set of rules for installing configuration files... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Misha Brukman | * Uncomment rule for location of LLI (formerly commente... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Brian Gaeke | Move LLVM tool definitions to Makefile.rules |
blob | commitdiff | raw | diff to current |
2004-07-08 |
Chris Lattner | Really, it is not necessary to recompile all files... |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Brian Gaeke | Explicitly specify libtool tag "CXX" so that if you... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Chris Lattner | Make tool names end with .exe on windows. This isn... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Misha Brukman | Pass the Makefile flags to recursive makes in {PARALLEL... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Misha Brukman | Pass given flags on to recursive sub-makes. |
blob | commitdiff | raw | diff to current |
2004-05-20 |
Alkis Evlogimenos | Change DEPRECATED macro to ATTR_DEPRECATED as this... |
blob | commitdiff | raw | diff to current |
2004-04-24 |
Misha Brukman | Standardize header comments of top-level Makefiles. |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Brian Gaeke | Add support for 'install-bytecode' target, used for... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Alkis Evlogimenos | Define DEPRECATED so that it can be used in function... |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Brian Gaeke | Fix bug in installation process: MKDIR must respect... |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Brian Gaeke | Always replace instead of appending when creating archi... |
blob | commitdiff | raw | diff to current |
2004-01-22 |
Brian Gaeke | Move bytecode_libdir def'n to Makefile.config.in from... |
blob | commitdiff | raw | diff to current |
2004-01-22 |
Brian Gaeke | Move support for building tags database from Makefile... |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Brian Gaeke | Give the ".../llvm-gcc/bytecode-libs" directory a varia... |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Brian Gaeke | Add DESTDIR support for installation, to support RPM... |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Brian Gaeke | Maybe Misha isn't so buggy after all. He caught the... |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Brian Gaeke | Remember, SHLIBEXT begins with a period. |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Brian Gaeke | Modified version of patch from mkahl@apple.com to stop... |
blob | commitdiff | raw | diff to current |
2004-01-16 |
Brian Gaeke | Take settings of LCC and LCC1XX from configure. |
blob | commitdiff | raw | diff to current |
2004-01-16 |
Brian Gaeke | I'm fairly certain this was just a typo. |
blob | commitdiff | raw | diff to current |
2003-12-29 |
John Criswell | Allow C++ programs to end in .cc. This allows C++... |
blob | commitdiff | raw | diff to current |
2003-12-18 |
Brian Gaeke | Add install target for libraries. |
blob | commitdiff | raw | diff to current |
2003-12-10 |
Brian Gaeke | Add support for installing tool executables. |
blob | commitdiff | raw | diff to current |
2003-12-06 |
Chris Lattner | Stop using the -fshort-enum compile option |
blob | commitdiff | raw | diff to current |
2003-12-01 |
Chris Lattner | Make stripped-bytecode a recursive target |
blob | commitdiff | raw | diff to current |
2003-11-29 |
Chris Lattner | Simplify some rules |
blob | commitdiff | raw | diff to current |
2003-11-25 |
John Criswell | All directory targets now install the Makefile only... |
blob | commitdiff | raw | diff to current |
2003-11-25 |
John Criswell | Added a pseudo-hack: The Makefile now copies Makefiles... |
blob | commitdiff | raw | diff to current |
2003-11-24 |
John Criswell | Modified directory building rules so that using the... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Misha Brukman | Shorten the "updating Makefile" status print-out. |
blob | commitdiff | raw | diff to current |
next |