summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* ... and fix the REQUIRES_RTTI condition.Daniel Dunbar2009-09-11
* Fix REQUIRES_RTTI while awake.Daniel Dunbar2009-09-11
* Make REQUIRES_RTTI work.Daniel Dunbar2009-09-11
* Do not specify -mmacosx-version-min if building for arm-apple-darwin.Evan Cheng2009-09-08
* llvm-as is no longer needed here, now that opt can read assemblyDan Gohman2009-09-08
* Add 'lit' support for llvm tests.Daniel Dunbar2009-09-08
* Remove some unnecessary -f options.Dan Gohman2009-09-03
* Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build).Daniel Dunbar2009-09-03
* Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting theDaniel Dunbar2009-08-28
* Add a REQUIRES_FRAME_POINTER option to disable the frame pointerNicolas Geoffray2009-08-19
* Add CXXFLAGS to the Link lines as well in case someone used those insteadEric Christopher2009-08-18
* Separate out Makefile defines so that we can keep the llvmEric Christopher2009-08-18
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* Fixed indentation and spelling.Misha Brukman2009-08-17
* Force reconfigureAnton Korobeynikov2009-08-14
* Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16Daniel Dunbar2009-08-13
* Add executable suffix for the tool. This is needed e.g. for 'make install' on...Anton Korobeynikov2009-08-05
* Makefile rules for generating assembly matcher.Daniel Dunbar2009-07-13
* Add --enable-llvmc-dynamic configure option.Mikhail Glushenkov2009-07-03
* Make dynamic LLVMC plugins work on Windows (finally!).Mikhail Glushenkov2009-06-29
* Remove duplication.Mikhail Glushenkov2009-06-25
* Make llvmc work again.Mikhail Glushenkov2009-06-23
* Since -Wno-long-long is ignored without -pedantic,Duncan Sands2009-06-19
* Remove support for building LLVM libraries into "relinked" Chris Lattner2009-06-16
* On platforms like Sparc64 you need to pass -r toDuncan Sands2009-06-05
* For the new ar --plugin libLLVMgold.so to work we need libLTO linked withTorok Edwin2009-05-26
* Work around the fact that GNU libstdc++'s debug mode uses RTTI.Jay Foad2009-05-15
* Allow client Makefiles control over whether they want -pedantic byDaniel Dunbar2009-05-12
* Refactor dependency generation for .ll files.Daniel Dunbar2009-05-12
* Remove obsolete Makefile magic for calling llvm-upgradeDaniel Dunbar2009-05-12
* Install bytecode libraries with a .bca suffix, otherwise it isn'tDaniel Dunbar2009-05-12
* In non-pic builds, we can use -mdynamic-no-pic for a little more speed.Mike Stump2009-05-08
* Restore minor deletion.Mike Stump2009-05-04
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-21
* No, we are not avoiding -O3, just -fstrict-aliasing.Evan Cheng2009-04-20
* One Mac OS X, just build with -O3 but without -fstrict-aliasing (which is kin...Evan Cheng2009-04-20
* Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene2009-04-17
* move clang-specific makefile goop to clang makefile.Chris Lattner2009-04-15
* Don't install the libLLVMHello.dylib example.Bill Wendling2009-04-10
* Add compatibility_version and current_version flags when creating dylibs.Bill Wendling2009-04-10
* Revert r68708. It was causing this failure in the self-hosting buildbot:Bill Wendling2009-04-09
* Make sure to rebuild dependencies for the `check' and `unittests' targets soMisha Brukman2009-04-09
* Avoid -O3 on Darwin for now.Mike Stump2009-04-06
* Fix build on MacOS 10.4 systems (suggested by Mike Smith).Julien Lerouge2009-03-27
* Revert previous change in favour of an explanatoryDuncan Sands2009-03-27
* A Release-Asserts build makes it sound like assertionsDuncan Sands2009-03-27
* Missed this as part of r67451.Evan Cheng2009-03-23
* Really should pass -dylib to the linker...Bill Wendling2009-03-22
* A dylib should be built as a dylib and not a bundle.Bill Wendling2009-03-22
* Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky2009-03-20