aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-17Fixing typorelease/1.8.xTanya Lattner1-1/+1
2006-08-09Apply patch from mainline for GCC 3.3 compatibility.Chris Lattner1-0/+2
2006-08-09Revert.Tanya Lattner1-284/+270
2006-08-09Merge in correct version from mainlineTanya Lattner1-127/+246
2006-08-09Merging in from mainlineTanya Lattner1-501/+396
2006-08-09Merge from mainlineTanya Lattner4-161/+101
2006-08-09Updating credits from mainlineTanya Lattner1-9/+17
2006-08-01Transfer doc changes to 1.8 release.Jim Laskey4-6/+7
2006-08-01Include the system libraries in the --ldflags options. This is required toReid Spencer1-1/+2
2006-08-01Merge changes for 1.8 release (new options in llvm-config)Reid Spencer1-0/+12
2006-07-28Addition of copyright and licensing files required by glibc.John Criswell1-1/+4
2006-07-28This commit was manufactured by cvs2svn to create branch 'release_18'.CVS to SVN Conversion2-0/+729
2006-07-27Remove another merge conflict marker.Reid Spencer1-4/+0
2006-07-27Whoops .. don't commit merge conflict markers.Reid Spencer1-4/+0
2006-07-27Merge changes from HEAD.Reid Spencer1-7/+20
2006-07-27Merge changes from head.Reid Spencer1-1/+1
2006-07-27Merge documentation change from HEAD.Reid Spencer1-0/+41
2006-07-27Merge from mainline.Reid Spencer1-1/+1
2006-07-27This is the 1.8 releaseTanya Lattner1-1/+1
2006-07-27This commit was manufactured by cvs2svn to create branch 'release_18'.CVS to SVN Conversion0-0/+0
2006-07-27Add some adviceChris Lattner8-8/+26
2006-07-27Use std::copy instead of custom loops to take advantage of STL optimizations.Chris Lattner1-5/+19
2006-07-27Use the predicate.Jim Laskey3-15/+15
2006-07-27I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins1-1/+1
2006-07-27added support for the -use-gmake option. This will come in handy when running...Patrick Jenkins1-12/+10
2006-07-27Support jump tables when in PIC relocation modelNate Begeman6-27/+43
2006-07-27Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.Jim Laskey1-1/+3
2006-07-27This change will allow support for SunOS to the testing script. It adds a che...Patrick Jenkins1-17/+39
2006-07-27Fix warning on linuxChris Lattner1-8/+8
2006-07-26Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time.Chris Lattner1-6/+21
2006-07-26Fix for bug 840. Only use noinline attribute if gcc version >= 3.4Evan Cheng1-3/+6
2006-07-26New entry.Evan Cheng1-0/+5
2006-07-26For PR814:Reid Spencer4-40/+240
2006-07-26Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner1-1/+4
2006-07-26Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner8-16/+16
2006-07-26Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer1-1/+1
2006-07-26For PR814:Reid Spencer1-0/+42
2006-07-26allow this to pass on non-x86 machinesChris Lattner1-1/+1
2006-07-26Fix the build on win32Chris Lattner1-1/+2
2006-07-26Don't test an exampleChris Lattner1-3/+0
2006-07-26Reduce work done for directory traversal in srcdir==objdir builds.Chris Lattner1-0/+16
2006-07-26Add llvm2cpp to DIRs listChris Lattner1-3/+2
2006-07-26Revamp this to use filter-out, which makes the logic simpler and not nested.Chris Lattner1-21/+18
2006-07-26Make changes necessary for stopping the build if a cyclic libraryReid Spencer2-2/+4
2006-07-26Build llvm-config to identify library cycles earlier in the build process.Reid Spencer1-3/+3
2006-07-26For PR780:Reid Spencer17-0/+39
2006-07-26For PR780:Reid Spencer23-105/+64
2006-07-26No Need to live in the past.Jim Laskey1-3/+0
2006-07-26Add a new llvm::SmallVector template, which is similar to the vector class, butChris Lattner1-0/+196
2006-07-25Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2-12/+19