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
2007-09-26
noone uses etags. Connected to PR1601
Chris Lattner
2007-07-23
Restore ability to build archives (oops)
Reid Spencer
2007-07-23
Remove bizarre use of /dev/null in a makefile include line that
Reid Spencer
2007-07-10
Make sure to keep symbols for profile build.
Reid Spencer
2007-07-10
Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG are
Reid Spencer
2007-06-29
Add a missing .
Reid Spencer
2007-06-29
Clean up comments to be consistent with code.
David Greene
2007-06-28
Add support for building with _GLIBCXX_DEBUG. New configure option
David Greene
2007-05-17
Fix a problem with building .y files when BISON is not present.
Reid Spencer
2007-05-02
Disable RTTI handling until we're ready.
Reid Spencer
2007-05-02
Add a rule to get the footprint of binaries and libraries.
Reid Spencer
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-14
add a target to print out 80-column violations.
Chris Lattner
2007-04-09
Speed up installation a bit by ignoring .svn directories.
Reid Spencer
2007-03-29
For PR789:
Reid Spencer
2007-02-28
correct dependency
Chris Lattner
2007-02-27
target for generating CC info
Chris Lattner
2007-02-09
Fix some bugs in module building that broke llvm-stacker project.
Reid Spencer
2007-02-09
Don't use gccld or gccas
Reid Spencer
2007-02-07
Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a
Reid Spencer
2007-02-07
Remove a spurious ;
Reid Spencer
2007-02-06
Implement the NO_INSTALL feature. Setting this variable to any value in
Reid Spencer
2007-02-04
When using LINK_COMPONENTS, append the components to the end of the
Reid Spencer
2007-01-26
Work around broken binutils on alpha
Andrew Lenharth
2007-01-11
Don't remove the find_rule label from FLEX output. It is needed by some
Reid Spencer
2007-01-03
Remove the find_rule label from the output of flex. This will break any
Reid Spencer
2006-12-30
When compiling a C or C++ file to assembly, make the assembly output
Reid Spencer
2006-12-16
Allow an --enable-pic option to turn on -fPIC compiler option when building.
Reid Spencer
2006-12-10
Don't bother with setting the path before running llvm-gcc4, it doesn't
Reid Spencer
2006-12-03
Remove line not meant to be committed.
Reid Spencer
2006-12-03
Handle upgrade of llvm-gcc3 assembly files.
Reid Spencer
2006-11-17
Undo removal of the runtime libraries. While this may have been a bit
Reid Spencer
2006-11-16
In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will
Reid Spencer
2006-11-15
Fix typo pointed out by Bryan Adams
Chris Lattner
2006-11-11
Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug).
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-10-24
Targets should depend on all the intrinsics.td files also, otherwise they
Chris Lattner
2006-09-29
Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 will
Chris Lattner
2006-09-04
Fix a build problem
Chris Lattner
2006-09-04
Remove some dead makefilery
Chris Lattner
2006-09-04
Bugfix for llvm-config support
Chris Lattner
2006-09-04
Make LINK_COMPONENTS interact well with make clean
Chris Lattner
2006-09-04
Add a new make option (LINK_COMPONENTS) which tools can use to specify what
Chris Lattner
2006-09-04
Rearrange library linkage order.
Chris Lattner
2006-08-28
For PR387:
Reid Spencer
2006-08-25
Doh! Commit the change that turns ON -fno-exceptions.
Reid Spencer
2006-08-25
For PR797:
Reid Spencer
2006-08-24
For PR738:
Reid Spencer
2006-08-18
To avoid errors where a non-exception .o is on the stack between a throw
Reid Spencer
2006-08-18
For PR797:
Reid Spencer
[next]