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
*
Factor the computation of the basename of libraries. This avoids renaming
Rafael Espindola
2011-02-03
1
-5
/
+7
*
build: Shared libraries shouldn't used RPATH on Darwin, only main executables
Daniel Dunbar
2010-12-08
1
-4
/
+0
*
build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u...
Daniel Dunbar
2010-12-08
1
-2
/
+3
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-2
/
+2
*
unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...
NAKAMURA Takumi
2010-11-26
1
-5
/
+11
*
Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm
Duncan Sands
2010-11-25
1
-10
/
+10
*
remove JIT support from the Alpha backend. The JIT will be moving to MC,
Chris Lattner
2010-11-14
1
-2
/
+0
*
Add rule to build MC'ized CodeEmitter.
Jim Grosbach
2010-11-03
1
-0
/
+5
*
Remove -llvmc-temp-hack from tblgen.
Mikhail Glushenkov
2010-10-23
1
-1
/
+1
*
Standardise all build-mode affecting {EN,DIS}ABLE_* make options to
Peter Collingbourne
2010-10-22
1
-5
/
+5
*
Don't pass --export-dynamic if TOOL_NO_EXPORTS is set.
Rafael Espindola
2010-10-15
1
-2
/
+8
*
Generalize tblgen's dag parsing logic to handle arbitrary expressions
Chris Lattner
2010-10-06
1
-1
/
+1
*
Makefile.rules: Fix breakage on cygming --enable-shared.
NAKAMURA Takumi
2010-10-04
1
-0
/
+5
*
Remove self-described temporary hack. A bit over a year seems a reasonable
Jim Grosbach
2010-10-01
1
-4
/
+1
*
build: Add support for a TOOL_ORDER_FILE variable so commands can build with an
Daniel Dunbar
2010-09-16
1
-0
/
+12
*
Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linked
NAKAMURA Takumi
2010-09-10
1
-3
/
+6
*
build: Allow subdir Makefiles to provide an alternate location for the SRCDIR
Daniel Dunbar
2010-09-09
1
-7
/
+11
*
Fix Windows stuff to follow the existing source organization.
Dan Gohman
2010-09-03
1
-15
/
+17
*
Revert "Rules for win32 ld shouldn't fire when cross-compiling."
Mikhail Glushenkov
2010-09-03
1
-7
/
+0
*
Rules for win32 ld shouldn't fire when cross-compiling.
Mikhail Glushenkov
2010-09-03
1
-0
/
+7
*
have the makefiles check the llvm-config error code instead of charging
Chris Lattner
2010-09-01
1
-3
/
+14
*
Fix the "Finished Creating" messages for aliases to print the
Dan Gohman
2010-08-18
1
-1
/
+1
*
This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...
Anton Korobeynikov
2010-08-17
1
-17
/
+65
*
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-15
1
-55
/
+19
*
Simplify generating LLVMC_BUILTIN_PLUGIN.
Mikhail Glushenkov
2010-08-10
1
-51
/
+6
*
Fix this condition; it has an else clause attached for Darwin only. Patch
Nick Lewycky
2010-08-02
1
-1
/
+3
*
tests: Make 'lit' the default test tool. You can still use 'make check-dg' to
Daniel Dunbar
2010-08-02
1
-2
/
+4
*
Fix library build messages.
Dan Gohman
2010-07-26
1
-2
/
+2
*
Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms
Nick Lewycky
2010-07-25
1
-1
/
+1
*
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-23
1
-3
/
+0
*
Enable LLVM to compile on Mips. Fix PR5828
Bruno Cardoso Lopes
2010-07-20
1
-0
/
+2
*
Remove unnecessary conditional.
Eric Christopher
2010-07-16
1
-2
/
+0
*
build/Darwin: Add a missing directory dependency.
Daniel Dunbar
2010-07-15
1
-1
/
+1
*
Revert 108456. i.e. bring back r108444.
Devang Patel
2010-07-15
1
-0
/
+21
*
Revert 108444. It breaks a build.
Devang Patel
2010-07-15
1
-21
/
+0
*
build/Darwin: Add support for embedding version information in tool executables.
Daniel Dunbar
2010-07-15
1
-0
/
+21
*
Correctly set rpath on Mac OS X for executable tools. Note that I am not cer...
Ted Kremenek
2010-07-15
1
-0
/
+5
*
Patched Makefile.rules to allow objective C and objective C++ compilation.
Greg Clayton
2010-07-13
1
-2
/
+56
*
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
Duncan Sands
2010-07-07
1
-5
/
+4
*
Fix this build message so that it displays the correct library
Dan Gohman
2010-06-28
1
-1
/
+1
*
Fix typo.
Eric Christopher
2010-06-21
1
-1
/
+1
*
improve portability to solaris 10, PR7380, patch by Simon Billingsley!
Chris Lattner
2010-06-18
1
-4
/
+4
*
fix PR7380: use 'test' instead of shell builtins. This improves
Chris Lattner
2010-06-15
1
-5
/
+5
*
Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles if
Daniel Dunbar
2010-06-08
1
-4
/
+9
*
Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't
Dan Gohman
2010-06-01
1
-2
/
+2
*
-retain-symbols-file is not what it seems. Update the makefiles
Dan Gohman
2010-06-01
1
-2
/
+15
*
Avoid renaming loadable modules at install time. Now the gold plugin is named
Rafael Espindola
2010-05-16
1
-0
/
+5
*
Use $ORIGIN in the rpath of libraries.
Rafael Espindola
2010-05-16
1
-0
/
+4
*
Add new configure option, --disable-timestamps, intended to turn off anything...
Daniel Dunbar
2010-05-10
1
-1
/
+9
[next]