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.rules
Age
Commit message (
Expand
)
Author
2011-03-08
Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string...
NAKAMURA Takumi
2011-03-07
Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.
Eric Christopher
2011-03-05
Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...
Jakob Stoklund Olesen
2011-03-05
Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...
NAKAMURA Takumi
2011-02-21
Better OpenBSD support, patch by Amit Kulkarni. I have no way to test
Chris Lattner
2011-02-20
Do not try to descend into optional build directories if they do not
Stephen Wilson
2011-02-03
Factor the computation of the basename of libraries. This avoids renaming
Rafael Espindola
2010-12-08
build: Shared libraries shouldn't used RPATH on Darwin, only main executables
Daniel Dunbar
2010-12-08
build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u...
Daniel Dunbar
2010-11-29
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-26
unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...
NAKAMURA Takumi
2010-11-25
Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvm
Duncan Sands
2010-11-14
remove JIT support from the Alpha backend. The JIT will be moving to MC,
Chris Lattner
2010-11-03
Add rule to build MC'ized CodeEmitter.
Jim Grosbach
2010-10-23
Remove -llvmc-temp-hack from tblgen.
Mikhail Glushenkov
2010-10-22
Standardise all build-mode affecting {EN,DIS}ABLE_* make options to
Peter Collingbourne
2010-10-15
Don't pass --export-dynamic if TOOL_NO_EXPORTS is set.
Rafael Espindola
2010-10-06
Generalize tblgen's dag parsing logic to handle arbitrary expressions
Chris Lattner
2010-10-04
Makefile.rules: Fix breakage on cygming --enable-shared.
NAKAMURA Takumi
2010-10-01
Remove self-described temporary hack. A bit over a year seems a reasonable
Jim Grosbach
2010-09-16
build: Add support for a TOOL_ORDER_FILE variable so commands can build with an
Daniel Dunbar
2010-09-10
Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linked
NAKAMURA Takumi
2010-09-09
build: Allow subdir Makefiles to provide an alternate location for the SRCDIR
Daniel Dunbar
2010-09-03
Fix Windows stuff to follow the existing source organization.
Dan Gohman
2010-09-03
Revert "Rules for win32 ld shouldn't fire when cross-compiling."
Mikhail Glushenkov
2010-09-03
Rules for win32 ld shouldn't fire when cross-compiling.
Mikhail Glushenkov
2010-09-01
have the makefiles check the llvm-config error code instead of charging
Chris Lattner
2010-08-18
Fix the "Finished Creating" messages for aliases to print the
Dan Gohman
2010-08-17
This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...
Anton Korobeynikov
2010-08-15
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-10
Simplify generating LLVMC_BUILTIN_PLUGIN.
Mikhail Glushenkov
2010-08-02
Fix this condition; it has an else clause attached for Darwin only. Patch
Nick Lewycky
2010-08-02
tests: Make 'lit' the default test tool. You can still use 'make check-dg' to
Daniel Dunbar
2010-07-26
Fix library build messages.
Dan Gohman
2010-07-25
Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms
Nick Lewycky
2010-07-23
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-20
Enable LLVM to compile on Mips. Fix PR5828
Bruno Cardoso Lopes
2010-07-16
Remove unnecessary conditional.
Eric Christopher
2010-07-15
build/Darwin: Add a missing directory dependency.
Daniel Dunbar
2010-07-15
Revert 108456. i.e. bring back r108444.
Devang Patel
2010-07-15
Revert 108444. It breaks a build.
Devang Patel
2010-07-15
build/Darwin: Add support for embedding version information in tool executables.
Daniel Dunbar
2010-07-15
Correctly set rpath on Mac OS X for executable tools. Note that I am not cer...
Ted Kremenek
2010-07-13
Patched Makefile.rules to allow objective C and objective C++ compilation.
Greg Clayton
2010-07-07
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
Duncan Sands
2010-06-28
Fix this build message so that it displays the correct library
Dan Gohman
2010-06-21
Fix typo.
Eric Christopher
2010-06-18
improve portability to solaris 10, PR7380, patch by Simon Billingsley!
Chris Lattner
2010-06-15
fix PR7380: use 'test' instead of shell builtins. This improves
Chris Lattner
[next]