index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.rules
Age
Commit message (
Expand
)
Author
2002-08-22
Fix clean command to clean in /shared when that is used.
Vikram S. Adve
2002-08-17
Throw purify temporary files into /shared if we have it.
Chris Lattner
2002-08-12
- Makefile changes:
Chris Lattner
2002-08-09
Oops, I accidentally broke the .d files. Fixed thusly
Chris Lattner
2002-08-09
* Remove some bogus dependencies on Depend/.dir
Chris Lattner
2002-08-03
Comment options that may be enabled
Chris Lattner
2002-08-02
Don't build Debug/ versions when ENABLE_OPTIMIZED is on.
Vikram S. Adve
2002-07-31
Cleanup Makefile a bit
Chris Lattner
2002-07-25
Changes to allow building lib/Target/Sparc the FIRST time.
Chris Lattner
2002-07-23
Allow directories to specify that they want to be built as a shared object by...
Chris Lattner
2002-07-23
Enable USEDLIBS to contain .a and .o files
Chris Lattner
2002-07-09
Add makefile-mode flag for emacs.
Vikram S. Adve
2002-05-10
* Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILIN...
Chris Lattner
2002-04-07
Hopefully this change will make the makefile work for other people without ha...
Chris Lattner
2002-04-05
* Allow purify builds to be enabled without hacking the makefile. Now you
Chris Lattner
2002-02-11
Try to fix build error
Chris Lattner
2002-01-23
Add := to make stuff more efficient
Chris Lattner
2002-01-21
Reenable warning now that Chuck fixed GCC
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-07
1. -Winline emits spurious warnings that aren't useful right now
Chris Lattner
2001-10-30
Add easy way to enable purify support
Chris Lattner
2001-10-22
Simplify etags command.
Vikram S. Adve
2001-10-18
Change Sources specifier to ExtraSources
Chris Lattner
2001-10-17
Allow only extra Source files to be listed in a local Makefile.
Vikram S. Adve
2001-10-14
Burg files should come out of the Debug Directory for temporary files
Chris Lattner
2001-10-13
Fixed tags target so it only happens at root level.
Vikram S. Adve
2001-10-13
Each tools should not make tags
Chris Lattner
2001-10-10
Added a rule for building TAGS.
Vikram S. Adve
2001-09-10
Add support for tool specified linker options
Chris Lattner
2001-09-09
Fix automatic dependence on static libs
Chris Lattner
2001-09-07
Support TOOLNAME and USEDLIBS options for easier tool building
Chris Lattner
2001-08-28
Added InstrSched library to link line.
Vikram S. Adve
2001-08-06
And add rule to create a .cpp source file from burg input file!
Vikram S. Adve
2001-08-06
Add path and options for burg.
Vikram S. Adve
2001-07-28
Remove lib/LLC library.
Vikram S. Adve
2001-07-21
Added support for getting the dependence of an executable on its libs,
Vikram S. Adve
2001-07-18
Compile source files in alphabetical order
Chris Lattner
2001-07-15
Changed default to building library archives instead of shared objects.
Vikram S. Adve
2001-06-29
Fixed the obnoxious problem that caused an entire directory to rebuild
Chris Lattner
2001-06-06
Initial revision
Chris Lattner