summaryrefslogtreecommitdiff
path: root/Makefile.rules
Commit message (Expand)AuthorAge
* Use $(Verb) instead of @ so that VERBOSE=1 will print these.Chris Lattner2006-03-09
* pass -Illvm/include to tblgenChris Lattner2006-03-03
* 8 spaces -> tab. Reported by Wink SavilleChris Lattner2006-02-28
* Fix a minor makefile bug with lex/yacc handling that nate noticed. We don'tChris Lattner2006-02-16
* bugfixesChris Lattner2006-02-15
* Convert the bison-output-checked-into-cvs makefile handling stuff to workChris Lattner2006-02-15
* HP aCC (and a bunch of other compilers, no doubt) don't shareDuraid Madina2006-02-15
* oops, I meant thisDuraid Madina2006-02-15
* Implement an alternative way of handling generated lex files in CVS. ThisChris Lattner2006-02-14
* Wrap a couple more long linesChris Lattner2006-02-14
* wrap long linesChris Lattner2006-02-14
* * Eliminate FAKE_SOURCESChris Lattner2006-01-27
* For PR625:Reid Spencer2005-12-23
* Some simple cleanups:Reid Spencer2005-12-21
* Implement fix for PR471:Reid Spencer2005-12-21
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* analyses after transformationsChris Lattner2005-10-25
* Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVEChris Lattner2005-10-24
* pull in the .a version of scalaropts lib to reduce the size of programsChris Lattner2005-10-24
* Remove redundant flag.Jeff Cohen2005-10-23
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Plugin new subtarget backend into the build.Jim Laskey2005-10-21
* Make sure targets depend on TargetSelectionDAG.tdChris Lattner2005-10-14
* Add some rules for building preprocessed filesChris Lattner2005-10-05
* allow for a target to ask for a dag iselChris Lattner2005-09-03
* Implement PR614:Reid Spencer2005-08-27
* For PR614:Reid Spencer2005-08-25
* Don't attempt to update LLVM configured header files from a build in aReid Spencer2005-08-25
* Whoops, don't use PROJ variables, these are all LLVM headers. This allowsReid Spencer2005-08-24
* For PR619:Reid Spencer2005-08-24
* Fix grammarMisha Brukman2005-08-17
* Fix oversized GOT problem with gcc-4 on alphaAndrew Lenharth2005-08-13
* No, really, it's an Alpha! And you probably thought it was a PowerPC.Misha Brukman2005-07-22
* I know PowerPC wishes it could be alpha, but it cannot. so thereAndrew Lenharth2005-07-22
* Alpha has JITAndrew Lenharth2005-07-22
* Two dist-check related changes:Reid Spencer2005-05-24
* Make sure that tool names don't have any leading or trailing spaces in them.Reid Spencer2005-05-19
* Build the install directories just exactly as any others. Hopefully thisReid Spencer2005-05-19
* Two changes to support building shared libraries that contain multipleReid Spencer2005-05-19
* hp-ux needs this to get through the System/Support libsDuraid Madina2005-05-16
* * Make some warning messages stand out a bit by putting **** at the endReid Spencer2005-05-13
* * Remove extraneous spacesMisha Brukman2005-03-11
* Add SelectionDAG library to PPC JIT so that lli will link whenNate Begeman2005-03-11
* Correct a typo in Makefile.rules.Reid Spencer2005-03-01
* Add llc to tools.Alkis Evlogimenos2005-02-27
* Don't try to strip bytecode files!Reid Spencer2005-02-24
* The install program doesn't know how to strip bytecode files so installReid Spencer2005-02-24
* Fix the other half of PR528 .. don't try to strip header files!Reid Spencer2005-02-24
* For PR528:Reid Spencer2005-02-24