2004-04-24 |
Misha Brukman | Standardize header comments of top-level Makefiles. |
blob | commitdiff | raw |
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 |
2003-08-14 |
Chris Lattner | Simplifications to Makefile.common, remove support... |
blob | commitdiff | raw | diff to current |
2003-08-12 |
John Criswell | Merged in changes between PRE11_ROOT and LLVM_PRE111... |
blob | commitdiff | raw | diff to current |
2003-08-06 |
Brian Gaeke | Makefile.common: Remove commented-out and duplicate... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
John Criswell | Reverted back to using OR for cmp/mv operations for... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
John Criswell | Switched from using diff to cmp for two reasons: |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Chris Lattner | Urg, do not print "foo has changed" messages |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Chris Lattner | While I'm looking at it, line up the SED lines |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Chris Lattner | * Don't print out HOW we are running Flex unless in... |
blob | commitdiff | raw | diff to current |
2003-07-31 |
John Criswell | Modified the use of libtool so that we don't compile... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
John Criswell | Renamed libtool to mklib for your tab completion pleasure. |
blob | commitdiff | raw | diff to current |
2003-07-16 |
John Criswell | Marked some of the phony targets are PHONY. This will... |
blob | commitdiff | raw | diff to current |
2003-07-14 |
Misha Brukman | The word `separate' only has one `e'. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vikram S. Adve | Add phony target "bytecode" to ensure that it works... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Misha Brukman | Move the space separator to where it really belongs... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Misha Brukman | Removed an extra slash that appears in the path name... |
blob | commitdiff | raw | diff to current |
2003-07-01 |
John Criswell | Renamed all of the LObj* variables (which represent... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
blob | commitdiff | raw | diff to current |
2003-06-27 |
John Criswell | Added the OPTIONAL_DIRS variable for specifying optiona... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
John Criswell | Reverted back to revision 1.91. |
blob | commitdiff | raw | diff to current |
2003-06-20 |
John Criswell | Added a hack that takes the path relative to the home... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Chris Lattner | Fix problem building optmized build |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Chris Lattner | Remove extra line |
blob | commitdiff | raw | diff to current |
2003-06-16 |
John Criswell | Modified the environment variables that determine where... |
blob | commitdiff | raw | diff to current |
2003-06-11 |
John Criswell | Modified Makefile.common to handle compilation of proje... |
blob | commitdiff | raw | diff to current |
2003-05-30 |
John Criswell | Added configurable options for the Linker and Archiver. |
blob | commitdiff | raw | diff to current |
2003-05-29 |
Dinakar Dhurjati | Added documentation for the project options |
blob | commitdiff | raw | diff to current |
2003-05-29 |
Chris Lattner | Get rid of extraneous ""s |
blob | commitdiff | raw | diff to current |
2003-05-29 |
Misha Brukman | Added a path to the current version of the built TableGen. |
blob | commitdiff | raw | diff to current |
2003-05-29 |
John Criswell | Removed configuration options that are better served... |
blob | commitdiff | raw | diff to current |
2003-05-29 |
Dinakar Dhurjati | Added project options to the Makefile.common |
blob | commitdiff | raw | diff to current |
next |