index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.rules
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Remove extraneous spaces
Misha Brukman
2005-03-11
1
-6
/
+6
*
Add SelectionDAG library to PPC JIT so that lli will link when
Nate Begeman
2005-03-11
1
-1
/
+1
*
Correct a typo in Makefile.rules.
Reid Spencer
2005-03-01
1
-1
/
+1
*
Add llc to tools.
Alkis Evlogimenos
2005-02-27
1
-0
/
+3
*
Don't try to strip bytecode files!
Reid Spencer
2005-02-24
1
-1
/
+1
*
The install program doesn't know how to strip bytecode files so install
Reid Spencer
2005-02-24
1
-1
/
+1
*
Fix the other half of PR528 .. don't try to strip header files!
Reid Spencer
2005-02-24
1
-3
/
+3
*
For PR528:
Reid Spencer
2005-02-24
1
-11
/
+16
*
Fix installation of configuration files.
Reid Spencer
2005-02-16
1
-2
/
+2
*
* Don't flatten the directory hierarchy when installing headers
Reid Spencer
2005-02-16
1
-8
/
+13
*
Don't use pax for installing header files. Use the install program instead.
Reid Spencer
2005-02-16
1
-6
/
+8
*
For PR496:
Reid Spencer
2005-02-14
1
-2
/
+10
*
non-ieee arith crashes passes on alpha
Andrew Lenharth
2005-02-13
1
-0
/
+6
*
Fix installation of configured headers when objdir != srcdir. Patch
Chris Lattner
2005-02-09
1
-3
/
+11
*
Add support for .cc and .hpp files. Patch contributed by Vladimir Merzliakov!
Chris Lattner
2005-02-04
1
-2
/
+33
*
Add variable for bugpoint.
Alkis Evlogimenos
2005-02-02
1
-0
/
+4
*
Fix some typos in the Makefile.rules.
Reid Spencer
2005-01-28
1
-3
/
+3
*
Several changes:
Reid Spencer
2005-01-16
1
-159
/
+166
*
Allow the Echo and EchoCmd variables to be overridden.
Reid Spencer
2005-01-14
1
-2
/
+2
*
Implement the LOADABLE_MODULE option when building a shared library. This
Reid Spencer
2005-01-11
1
-4
/
+13
*
X86 JIT requires the selection dag library.
Chris Lattner
2005-01-07
1
-1
/
+1
*
Quote the paths and not the assignment of the PATH variable.
John Criswell
2005-01-03
1
-2
/
+2
*
Joining the quote fray...
John Criswell
2005-01-03
1
-2
/
+2
*
Re-apply last (reverted) patch. Reverting doesn't solve the actual problem
Reid Spencer
2005-01-03
1
-2
/
+2
*
Don't quote the PATH variable value just in case it has spaces in it, as
Jeff Cohen
2005-01-03
1
-2
/
+2
*
Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrown
Reid Spencer
2005-01-02
1
-3
/
+8
*
Quote the PATH variable value just in case it has spaces in it (like on
Reid Spencer
2005-01-02
1
-2
/
+2
*
Correct the name of the variable for the LLVM examples directory so that
Reid Spencer
2004-12-28
1
-1
/
+1
*
Make it possible to reconfigure a project as well as just LLVM main dir.
Reid Spencer
2004-12-27
1
-4
/
+5
*
Make sure llvm-g++ gets the right path for the llvm tools.
Reid Spencer
2004-12-24
1
-1
/
+2
*
Two corrections:
Reid Spencer
2004-12-24
1
-1
/
+7
*
For PR432:
Reid Spencer
2004-12-22
1
-9
/
+7
*
Complete the implementation of the spotless rule and make it not depend on
Reid Spencer
2004-12-17
1
-6
/
+12
*
X86 doesn't actually use SelectionDAG yet.
Chris Lattner
2004-12-16
1
-1
/
+1
*
Some minor upgrades
Reid Spencer
2004-12-16
1
-13
/
+19
*
Factor all of the .inc : .inc.tmp rules into one.
Chris Lattner
2004-12-16
1
-38
/
+8
*
Add spaces between rule groups to make it more obvious which ones pair
Chris Lattner
2004-12-16
1
-22
/
+10
*
When tblgen changes, regenerate all .inc files, but do not rebuild any .o
Chris Lattner
2004-12-16
1
-23
/
+78
*
Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equal
Reid Spencer
2004-12-16
1
-0
/
+15
*
Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixed
Reid Spencer
2004-12-16
1
-6
/
+6
*
Fix a major bug with BUILT_SOURCES. You actually have to dereference a
Reid Spencer
2004-12-16
1
-1
/
+1
*
Revert last patch which breaks PowerPC target because it fails to build
Reid Spencer
2004-12-16
1
-10
/
+10
*
Make %'s a bit more explicit
Chris Lattner
2004-12-15
1
-10
/
+10
*
Make archive rules properly depend on llvm-ar.
Chris Lattner
2004-12-15
1
-2
/
+4
*
Fix the default install directory of modules from / to $(libdir) !
Reid Spencer
2004-12-14
1
-1
/
+1
*
Fix typo.
Alkis Evlogimenos
2004-12-13
1
-1
/
+1
*
Add llvm tool variables.
Alkis Evlogimenos
2004-12-13
1
-0
/
+9
*
Finish the implementation of the BYTECODE_DESTINATION feature for modules
Reid Spencer
2004-12-13
1
-5
/
+11
*
Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile to
Reid Spencer
2004-12-13
1
-2
/
+8
*
Make sure the archive doesn't have to exist before we remove it.
Reid Spencer
2004-12-13
1
-2
/
+2
[next]