summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* More llvmc bits. Spotted by Benjamin on IRC.Eric Christopher2011-09-20
* TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach2011-07-08
* Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng2011-07-01
* build/Darwin: Fix epic typo fail.Daniel Dunbar2011-06-28
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Don't force remove config.cache on reconfiguration.NAKAMURA Takumi2011-06-17
* build/configure: Add support for --with-extra-ld-options flag (to provide extraDaniel Dunbar2011-06-16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* build: Add support for a SHOW_DIAGNOSTICS build variable.Daniel Dunbar2011-04-11
* LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emi...Chris Lattner2011-04-09
* make stuff work when LLVMCC_OPTION is something like installed-clang, not jus...Chris Lattner2011-04-09
* revert accidental commit.Chris Lattner2011-04-09
* fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner2011-04-09
* Makefile.rules: [PR2928] "make install" may install include files along expli...NAKAMURA Takumi2011-03-09
* Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string...NAKAMURA Takumi2011-03-08
* Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths.Eric Christopher2011-03-07
* Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS ba...Jakob Stoklund Olesen2011-03-05
* Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternativ...NAKAMURA Takumi2011-03-05
* Better OpenBSD support, patch by Amit Kulkarni. I have no way to testChris Lattner2011-02-21
* Do not try to descend into optional build directories if they do notStephen Wilson2011-02-20
* Factor the computation of the basename of libraries. This avoids renamingRafael Espindola2011-02-03
* build: Shared libraries shouldn't used RPATH on Darwin, only main executablesDaniel Dunbar2010-12-08
* build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u...Daniel Dunbar2010-12-08
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cy...NAKAMURA Takumi2010-11-26
* Using LLVMCC_EMITIR_FLAG rather than hard-coding -emit-llvmDuncan Sands2010-11-25
* remove JIT support from the Alpha backend. The JIT will be moving to MC, Chris Lattner2010-11-14
* Add rule to build MC'ized CodeEmitter.Jim Grosbach2010-11-03
* Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov2010-10-23
* Standardise all build-mode affecting {EN,DIS}ABLE_* make options toPeter Collingbourne2010-10-22
* Don't pass --export-dynamic if TOOL_NO_EXPORTS is set.Rafael Espindola2010-10-15
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-06
* Makefile.rules: Fix breakage on cygming --enable-shared.NAKAMURA Takumi2010-10-04
* Remove self-described temporary hack. A bit over a year seems a reasonableJim Grosbach2010-10-01
* build: Add support for a TOOL_ORDER_FILE variable so commands can build with anDaniel Dunbar2010-09-16
* Makefile.rules: LOADABLE_MODULE/Win32: "all" components may be linkedNAKAMURA Takumi2010-09-10
* build: Allow subdir Makefiles to provide an alternate location for the SRCDIRDaniel Dunbar2010-09-09
* Fix Windows stuff to follow the existing source organization.Dan Gohman2010-09-03
* Revert "Rules for win32 ld shouldn't fire when cross-compiling."Mikhail Glushenkov2010-09-03
* Rules for win32 ld shouldn't fire when cross-compiling.Mikhail Glushenkov2010-09-03
* have the makefiles check the llvm-config error code instead of chargingChris Lattner2010-09-01
* Fix the "Finished Creating" messages for aliases to print theDan Gohman2010-08-18
* This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov2010-08-17
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* Simplify generating LLVMC_BUILTIN_PLUGIN.Mikhail Glushenkov2010-08-10
* Fix this condition; it has an else clause attached for Darwin only. PatchNick Lewycky2010-08-02
* tests: Make 'lit' the default test tool. You can still use 'make check-dg' toDaniel Dunbar2010-08-02
* Fix library build messages.Dan Gohman2010-07-26