index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.common
Age
Commit message (
Expand
)
Author
2003-06-20
Fix problem building optmized build
Chris Lattner
2003-06-18
Remove extra line
Chris Lattner
2003-06-16
Modified the environment variables that determine where things are located to
John Criswell
2003-06-11
Modified Makefile.common to handle compilation of projects inside and outside
John Criswell
2003-05-30
Added configurable options for the Linker and Archiver.
John Criswell
2003-05-29
Added documentation for the project options
Dinakar Dhurjati
2003-05-29
Get rid of extraneous ""s
Chris Lattner
2003-05-29
Added a path to the current version of the built TableGen.
Misha Brukman
2003-05-29
Removed configuration options that are better served in Makefile.config.
John Criswell
2003-05-29
Added project options to the Makefile.common
Dinakar Dhurjati
2003-05-15
Add facilities for building source that is outside of the current directory
Chris Lattner
2003-03-14
Fix several bugs in the build system, including the use of the Debug version ...
Chris Lattner
2003-02-19
Fix warnings compiling C files
Chris Lattner
2003-02-13
Fix profile builds
Chris Lattner
2003-02-12
Add -fomit-frame-pointer when optimizing
Chris Lattner
2003-01-31
Fix strip issue Joel ran into
Chris Lattner
2003-01-23
Fix problem with flex scanners and huge token sizes
Chris Lattner
2003-01-22
Fix lli build problem with parallel makes
Chris Lattner
2003-01-16
Simplify and correct rules for building lex/yacc files. Make sure to delete
Chris Lattner
2003-01-16
Add helper
Chris Lattner
2003-01-16
Add support for a recursive test target
Chris Lattner
2002-12-16
Use -Wl,-x instead of -s: it is more portable, and in particular,
Vikram S. Adve
2002-12-04
On `make clean', kill the core files produced, which are of the form:
Misha Brukman
2002-11-04
Generalize ExportSymbols into PLATFORMLINKOPTS
Chris Lattner
2002-10-29
Don't link tools with -g objects!
Chris Lattner
2002-10-25
Patch submited by Casey to remove obnoxious warnings.
Chris Lattner
2002-10-22
Disable optimization that doesn't apply to C
Chris Lattner
2002-10-22
Fix misspelled variable
Chris Lattner
2002-10-20
Warn when we are linking an executable without symbols.
Vikram S. Adve
2002-10-15
Remove outdated line which of course cvs merging never detects...
Vikram S. Adve
2002-10-14
Allow the Source variable to be overridden completely if needed.
Vikram S. Adve
2002-09-25
Make sure to print message when linking a debug .o file
Chris Lattner
2002-09-22
* Minor fixes to support C files.
Chris Lattner
2002-09-20
Fix yet another profile linking issue.
Vikram S. Adve
2002-09-20
Fix link error for profile version. Also, build Burg differently
Vikram S. Adve
2002-09-20
The ENABLE_PROFILING flag now builds the profiled libraries and executables
Vikram S. Adve
2002-09-19
Move the burg option out of Makefile.config into Makefile.common since
Chris Lattner
2002-09-18
Strip tools/Debug/ executables by default. Define KEEP_SYMBOLS to
Vikram S. Adve
2002-09-18
corrected small bug, to handle when DIRS is not defined.
Anand Shukla
2002-09-18
Add support for the new PARALLEL_DIRS option
Chris Lattner
2002-09-17
Allow the VERBOSE=1 option to turn on output of recursive make behavior
Chris Lattner
2002-09-17
Fix parallel recursive make to build directories in order
Chris Lattner
2002-09-16
Comment line of the makefile
Chris Lattner
2002-09-16
Handle whitespace in LIBRARYNAME gracefully
Chris Lattner
2002-09-13
Factor platform specific makefile directives out into their own makefile
Chris Lattner
2002-09-13
Link .so files correctly on either linux or solaris
Chris Lattner
2002-09-13
Build with -D_GNU_SOURCE to enable gnu extensions in header files
Chris Lattner
2002-09-12
Make sure to print a message when linking a tool
Chris Lattner
2002-09-12
Compiling with "gmake" should produce less output. The compilation/linking
Misha Brukman
2002-08-29
Simplified significantly by pulling out local configuration options
Vikram S. Adve
[prev]
[next]