2004-10-25 |
Reid Spencer | New Makefile Features: |
blob | commitdiff | raw |
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 |
2003-11-09 |
Misha Brukman | If the source tree's Makefile is more up-to-date, copy... |
blob | commitdiff | raw | diff to current |
2003-11-08 |
Chris Lattner | Fix broken makefile dependency generation |
blob | commitdiff | raw | diff to current |
2003-11-07 |
Chris Lattner | Fix a really bad build problem for users who have ... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Misha Brukman | Output only the .y filename, not the full path to it... |
blob | commitdiff | raw | diff to current |
2003-11-03 |
John Criswell | Modified build rules so that a messages appears before... |
blob | commitdiff | raw | diff to current |
2003-10-29 |
Dinakar Dhurjati | Fixed LinkO, LinkP error in TOOLLINKOPTSB |
blob | commitdiff | raw | diff to current |
2003-10-29 |
Dinakar Dhurjati | Added TOOLLINKOPTSB to pass options to the linker ... |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Brian Gaeke | Add __STDC_LIMIT_MACROS here. |
blob | commitdiff | raw | diff to current |
2003-10-21 |
Chris Lattner | When linking the runtime libraries, do not link -lc... |
blob | commitdiff | raw | diff to current |
2003-10-21 |
John Criswell | Added LLVM copyright notice. |
blob | commitdiff | raw | diff to current |
2003-10-16 |
John Criswell | Added autoconf support for the sample project. |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Misha Brukman | Print out just the filename being compiled/linked,... |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Chris Lattner | Make the message stand out more |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Misha Brukman | Depend on config.status instead of config.h, because... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
John Criswell | Added targets that force users to re-run autoconf when... |
blob | commitdiff | raw | diff to current |
2003-10-02 |
John Criswell | Fixed the conditional targets for postscript files... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
John Criswell | Changed the empty rule for .h files. The rule needs... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Chris Lattner | Put llvm .bc files into the BytecodeObj subdirectory... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Chris Lattner | Allow specifying a file with symbols to export |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Chris Lattner | Wrap long lines at 80 cols |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Chris Lattner | Make sure to #include the OBJROOT config.h file, not... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
John Criswell | Fixed SPEC so that it would run correctly with the... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
John Criswell | Removed the aposthrophes endings and the elipses suffix... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Chris Lattner | Avoid dumping runtime library bytecode files into lib... |
blob | commitdiff | raw | diff to current |
2003-09-09 |
John Criswell | Updated to find source files using VPATH. This makes... |
blob | commitdiff | raw | diff to current |
2003-09-06 |
John Criswell | Checkin of autoconf-style object root. |
blob | commitdiff | raw | diff to current |
2003-08-29 |
Chris Lattner | Slightly simplify make logic |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Misha Brukman | Start using `llvm-as' instead of `as'. |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Chris Lattner | Refactor code slightly. Make code compiled with llvmgc... |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Chris Lattner | Fix typeo |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Chris Lattner | Remove last remenants of cleandeps |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Chris Lattner | Ugh, really fix it now... :( |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Chris Lattner | Fix computation of LLVM_OBJ_ROOT for non-projects :( |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Chris Lattner | Include the top-level Makefile.config from the LLVM... |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Chris Lattner | Projects no longer need to specify LLVM_OBJ_ROOT. ... |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Misha Brukman | The word `dependence' and its derivatives have no `a'. |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Chris Lattner | Make the tags rule tolerate lack of one of the standard... |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Chris Lattner | * Remove cleandeps target |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Chris Lattner | fix dependency |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Chris Lattner | Point to the correct cc1/cc1plus binaries |
blob | commitdiff | raw | diff to current |
2003-08-20 |
John Criswell | Modified the SUFFIXES pseudo targets so that we remove... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Chris Lattner | Add new cleandeps target, to allow easy cleaning out... |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Chris Lattner | Remove extraneous ;'s, no functional changes |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Chris Lattner | Add llvm tools to path of LLVMGCC |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Chris Lattner | Make sure to create the directory before we cram a... |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Chris Lattner | Implement BYTECODE_LIBRARY support |
blob | commitdiff | raw | diff to current |
next |