2011-04-11 |
Daniel Dunbar | build: Add support for a SHOW_DIAGNOSTICS build variable. |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | LLVMCC_EMITIR_FLAG is already either -emit-llvm or... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | make stuff work when LLVMCC_OPTION is something like... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | revert accidental commit. |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | fix a potentially serious bug in AliasSet::removeCallSite |
blob | commitdiff | raw | diff to current |
2011-03-09 |
NAKAMURA Takumi | Makefile.rules: [PR2928] "make install" may install... |
blob | commitdiff | raw | diff to current |
2011-03-08 |
NAKAMURA Takumi | Reapply r127073(partially): Introduce $(ECHOPATH) to... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Eric Christopher | Prepend LD.Flags before LDFLAGS to avoid overriding... |
blob | commitdiff | raw | diff to current |
2011-03-05 |
Jakob Stoklund Olesen | Revert r127073: "Introduce $(ECHOPATH) to print DOSish... |
blob | commitdiff | raw | diff to current |
2011-03-05 |
NAKAMURA Takumi | Introduce $(ECHOPATH) to print DOSish path string on... |
blob | commitdiff | raw | diff to current |
2011-02-21 |
Chris Lattner | Better OpenBSD support, patch by Amit Kulkarni. I... |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Stephen Wilson | Do not try to descend into optional build directories... |
blob | commitdiff | raw | diff to current |
2011-02-03 |
Rafael Espindola | Factor the computation of the basename of libraries... |
blob | commitdiff | raw | diff to current |
2010-12-08 |
Daniel Dunbar | build: Shared libraries shouldn't used RPATH on Darwin... |
blob | commitdiff | raw | diff to current |
2010-12-08 |
Daniel Dunbar | build: Don't force -flat_namespace or '-undefined suppr... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Charles Davis | Now to chant the magical incantation that will exorcise... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-11-26 |
NAKAMURA Takumi | unittests/JITTests: Don't use --export-dynamic but... |
blob | commitdiff | raw | diff to current |
2010-11-25 |
Duncan Sands | Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Chris Lattner | remove JIT support from the Alpha backend. The JIT... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Jim Grosbach | Add rule to build MC'ized CodeEmitter. |
blob | commitdiff | raw | diff to current |
2010-10-23 |
Mikhail Glushenkov | Remove -llvmc-temp-hack from tblgen. |
blob | commitdiff | raw | diff to current |
2010-10-22 |
Peter Collingbourne | Standardise all build-mode affecting {EN,DIS}ABLE_... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
Rafael Espindola | Don't pass --export-dynamic if TOOL_NO_EXPORTS is set. |
blob | commitdiff | raw | diff to current |
2010-10-06 |
Chris Lattner | Generalize tblgen's dag parsing logic to handle arbitra... |
blob | commitdiff | raw | diff to current |
2010-10-04 |
NAKAMURA Takumi | Makefile.rules: Fix breakage on cygming --enable-shared. |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Jim Grosbach | Remove self-described temporary hack. A bit over a... |
blob | commitdiff | raw | diff to current |
2010-09-16 |
Daniel Dunbar | build: Add support for a TOOL_ORDER_FILE variable so... |
blob | commitdiff | raw | diff to current |
2010-09-10 |
NAKAMURA Takumi | Makefile.rules: LOADABLE_MODULE/Win32: "all" components... |
blob | commitdiff | raw | diff to current |
2010-09-09 |
Daniel Dunbar | build: Allow subdir Makefiles to provide an alternate... |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Dan Gohman | Fix Windows stuff to follow the existing source organiz... |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Mikhail Glushenkov | Revert "Rules for win32 ld shouldn't fire when cross... |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Mikhail Glushenkov | Rules for win32 ld shouldn't fire when cross-compiling. |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Chris Lattner | have the makefiles check the llvm-config error code... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Dan Gohman | Fix the "Finished Creating" messages for aliases to... |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Anton Korobeynikov | This patch enables ENABLE_SHARED=1 to build DLL based... |
blob | commitdiff | raw | diff to current |
2010-08-15 |
Mikhail Glushenkov | llvmc: remove dynamic plugins. |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Mikhail Glushenkov | Simplify generating LLVMC_BUILTIN_PLUGIN. |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Nick Lewycky | Fix this condition; it has an else clause attached... |
blob | commitdiff | raw | diff to current |
2010-08-02 |
Daniel Dunbar | tests: Make 'lit' the default test tool. You can still... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Dan Gohman | Fix library build messages. |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Nick Lewycky | Don't pass -export-dynamic to the linker on Cygwin... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Mikhail Glushenkov | Get rid of exceptions in llvmc. |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Bruno Cardoso Lopes | Enable LLVM to compile on Mips. Fix PR5828 |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Eric Christopher | Remove unnecessary conditional. |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Daniel Dunbar | build/Darwin: Add a missing directory dependency. |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Devang Patel | Revert 108456. i.e. bring back r108444. |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Devang Patel | Revert 108444. It breaks a build. |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Daniel Dunbar | build/Darwin: Add support for embedding version informa... |
blob | commitdiff | raw | diff to current |
2010-07-15 |
Ted Kremenek | Correctly set rpath on Mac OS X for executable tools... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Greg Clayton | Patched Makefile.rules to allow objective C and objecti... |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Duncan Sands | Rename "Release" builds as "Release+Asserts"; rename... |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Dan Gohman | Fix this build message so that it displays the correct... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Eric Christopher | Fix typo. |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Chris Lattner | improve portability to solaris 10, PR7380, patch by... |
blob | commitdiff | raw | diff to current |
2010-06-15 |
Chris Lattner | fix PR7380: use 'test' instead of shell builtins. ... |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Daniel Dunbar | Makefiles: Teach LLVM's recursive makefile descent... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Dan Gohman | Freebsd's sed doesn't support \< in regexps, and GNU... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Dan Gohman | -retain-symbols-file is not what it seems. Update the... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Rafael Espindola | Avoid renaming loadable modules at install time. Now... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Rafael Espindola | Use $ORIGIN in the rpath of libraries. |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Daniel Dunbar | Add new configure option, --disable-timestamps, intende... |
blob | commitdiff | raw | diff to current |
2010-04-30 |
Daniel Dunbar | Don't use 'else ifdef', I guess this is a 3.81 feature? |
blob | commitdiff | raw | diff to current |
2010-04-30 |
Daniel Dunbar | Fix TOOLALIAS to not make dependency against $(PROJ_bin... |
blob | commitdiff | raw | diff to current |
2010-04-30 |
Daniel Dunbar | Add new NO_INSTALL_ARCHIVES make variable, to suppress... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Nick Lewycky | Don't touch CXXFLAGS. If it's set in the environment... |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Dan Gohman | Enable -Wcast-qual for C++ files, where intentional... |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Dan Gohman | Remove -module, which appears to be a leftover from... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Dan Gohman | Add an autoconf check for -retain-symbols-file and... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Make the export files absolute paths, and change Makefi... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Add a dependency on the .dir file to make sure that... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Generalize the EXPORTED_SYMBOL_FILE concept in the... |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Johnny Chen | Second try of initial ARM/Thumb disassembler check... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
Jim Grosbach | remove arm mode workaround for ARM host |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Bob Wilson | --- Reverse-merging r98637 into '.': |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Johnny Chen | Initial ARM/Thumb disassembler check-in. It consists... |
blob | commitdiff | raw | diff to current |
2010-03-10 |
Chris Lattner | add DESTDIR support for TOOLALIAS, for PR6557, patch by |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Erick Tryzelaar | Rewrite makefiles to explicitly reference DESTDIR to... |
blob | commitdiff | raw | diff to current |
2010-02-25 |
Jeffrey Yasskin | Try r96559 for the third time. This time the shared... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Jeffrey Yasskin | Roll back r96959 again. |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Jeffrey Yasskin | Roll r96559 forward again, adding libLLVM-2.7svn.so... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Daniel Dunbar | Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Daniel Dunbar | Add LLVM{CC,CXX} make variables, which specify the... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Daniel Dunbar | Eliminate CFERuntimeLibDir make variable, this shouldn... |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Daniel Dunbar | Inline and eliminate LLVMG{CC,XX}WITHPATH. |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Daniel Dunbar | Remove dead LUPGRADE make variable. |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Daniel Dunbar | Kill off LLVMGCC_MAJVERS make variable. |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Jeffrey Yasskin | Roll back the shared library, r96559. It broke two... |
blob | commitdiff | raw | diff to current |
2010-02-18 |
Jeffrey Yasskin | Add a shared library for LLVM, named libLLVM2.7svn... |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Sean Callanan | Added a custom TableGen backend to support the |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Chris Lattner | libs that need EH need RTTI. |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Chris Lattner | ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Daniel Dunbar | make: Make .o files depend on Makefile, at least for... |
blob | commitdiff | raw | diff to current |
2010-01-16 |
Anton Korobeynikov | Provide magic define on mingw to not generate inline... |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Daniel Dunbar | Add the rest of the build system logic for optional... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
Daniel Dunbar | Add TOOLALIAS makefile variable; this defines an altern... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Daniel Dunbar | Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTI... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Daniel Dunbar | configure: Add --with-optimize-option, for setting... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Jim Grosbach | Build in ARM mode explicitly when on ARM Darwin |
blob | commitdiff | raw | diff to current |
next |