2003-08-18 |
Chris Lattner | Add new cleandeps target, to allow easy cleaning out... |
blob | commitdiff | raw |
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 |
2003-05-15 |
Chris Lattner | Add facilities for building source that is outside... |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Chris Lattner | Fix several bugs in the build system, including the... |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Chris Lattner | Fix warnings compiling C files |
blob | commitdiff | raw | diff to current |
2003-02-13 |
Chris Lattner | Fix profile builds |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Chris Lattner | Add -fomit-frame-pointer when optimizing |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Chris Lattner | Fix strip issue Joel ran into |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Chris Lattner | Fix problem with flex scanners and huge token sizes |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Chris Lattner | Fix lli build problem with parallel makes |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Chris Lattner | Simplify and correct rules for building lex/yacc files... |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Chris Lattner | Add helper |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Chris Lattner | Add support for a recursive test target |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Vikram S. Adve | Use -Wl,-x instead of -s: it is more portable, and... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Misha Brukman | On `make clean', kill the core files produced, which... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Chris Lattner | Generalize ExportSymbols into PLATFORMLINKOPTS |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Chris Lattner | Don't link tools with -g objects! |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Chris Lattner | Patch submited by Casey to remove obnoxious warnings. |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Chris Lattner | Disable optimization that doesn't apply to C |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Chris Lattner | Fix misspelled variable |
blob | commitdiff | raw | diff to current |
2002-10-20 |
Vikram S. Adve | Warn when we are linking an executable without symbols. |
blob | commitdiff | raw | diff to current |
2002-10-15 |
Vikram S. Adve | Remove outdated line which of course cvs merging never... |
blob | commitdiff | raw | diff to current |
2002-10-14 |
Vikram S. Adve | Allow the Source variable to be overridden completely... |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Chris Lattner | Make sure to print message when linking a debug .o... |
blob | commitdiff | raw | diff to current |
2002-09-22 |
Chris Lattner | * Minor fixes to support C files. |
blob | commitdiff | raw | diff to current |
2002-09-20 |
Vikram S. Adve | Fix yet another profile linking issue. |
blob | commitdiff | raw | diff to current |
2002-09-20 |
Vikram S. Adve | Fix link error for profile version. Also, build Burg... |
blob | commitdiff | raw | diff to current |
2002-09-20 |
Vikram S. Adve | The ENABLE_PROFILING flag now builds the profiled libra... |
blob | commitdiff | raw | diff to current |
2002-09-19 |
Chris Lattner | Move the burg option out of Makefile.config into Makefi... |
blob | commitdiff | raw | diff to current |
2002-09-18 |
Vikram S. Adve | Strip tools/Debug/ executables by default. Define... |
blob | commitdiff | raw | diff to current |
2002-09-18 |
Anand Shukla | corrected small bug, to handle when DIRS is not defined. |
blob | commitdiff | raw | diff to current |
2002-09-18 |
Chris Lattner | Add support for the new PARALLEL_DIRS option |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Chris Lattner | Allow the VERBOSE=1 option to turn on output of recursi... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Chris Lattner | Fix parallel recursive make to build directories in... |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Chris Lattner | Comment line of the makefile |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Chris Lattner | Handle whitespace in LIBRARYNAME gracefully |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Chris Lattner | Factor platform specific makefile directives out into... |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Chris Lattner | Link .so files correctly on either linux or solaris |
blob | commitdiff | raw | diff to current |
2002-09-13 |
Chris Lattner | Build with -D_GNU_SOURCE to enable gnu extensions in... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Chris Lattner | Make sure to print a message when linking a tool |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Misha Brukman | Compiling with "gmake" should produce less output.... |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Vikram S. Adve | Simplified significantly by pulling out local configura... |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Vikram S. Adve | Factor out /shared/... path to simplify changing it. |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vikram S. Adve | Fix clean command to clean in /shared when that is... |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Chris Lattner | Throw purify temporary files into /shared if we have it. |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Chris Lattner | - Makefile changes: |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Chris Lattner | Oops, I accidentally broke the .d files. Fixed thusly |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Chris Lattner | * Remove some bogus dependencies on Depend/.dir |
blob | commitdiff | raw | diff to current |
2002-08-03 |
Chris Lattner | Comment options that may be enabled |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Vikram S. Adve | Don't build Debug/ versions when ENABLE_OPTIMIZED is on. |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Chris Lattner | Cleanup Makefile a bit |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Chris Lattner | Changes to allow building lib/Target/Sparc the FIRST... |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Chris Lattner | Allow directories to specify that they want to be built... |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Chris Lattner | Enable USEDLIBS to contain .a and .o files |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Vikram S. Adve | Add makefile-mode flag for emacs. |
blob | commitdiff | raw | diff to current |
2002-05-10 |
Chris Lattner | * Allow a profile'd code build to be done with a simple... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Chris Lattner | Hopefully this change will make the makefile work for... |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Chris Lattner | * Allow purify builds to be enabled without hacking... |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Chris Lattner | Try to fix build error |
blob | commitdiff | raw | diff to current |
2002-01-23 |
Chris Lattner | Add := to make stuff more efficient |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Chris Lattner | Reenable warning now that Chuck fixed GCC |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
blob | commitdiff | raw | diff to current |
2001-11-07 |
Chris Lattner | 1. -Winline emits spurious warnings that aren't useful... |
blob | commitdiff | raw | diff to current |
2001-10-30 |
Chris Lattner | Add easy way to enable purify support |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Vikram S. Adve | Simplify etags command. |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Chris Lattner | Change Sources specifier to ExtraSources |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Vikram S. Adve | Allow only extra Source files to be listed in a local... |
blob | commitdiff | raw | diff to current |
next |