Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-18Fixing typorelease/1.8.xTanya Lattner
2006-08-09Apply patch from mainline for GCC 3.3 compatibility.Chris Lattner
2006-08-09Revert.Tanya Lattner
2006-08-09Merge in correct version from mainlineTanya Lattner
2006-08-09Merging in from mainlineTanya Lattner
2006-08-09Merge from mainlineTanya Lattner
2006-08-09Updating credits from mainlineTanya Lattner
2006-08-01Transfer doc changes to 1.8 release.Jim Laskey
2006-08-01Include the system libraries in the --ldflags options. This is required toReid Spencer
2006-08-01Merge changes for 1.8 release (new options in llvm-config)Reid Spencer
2006-07-28Addition of copyright and licensing files required by glibc.John Criswell
2006-07-28This commit was manufactured by cvs2svn to create branch 'release_18'.CVS to SVN Conversion
2006-07-27Remove another merge conflict marker.Reid Spencer
2006-07-27Whoops .. don't commit merge conflict markers.Reid Spencer
2006-07-27Merge changes from HEAD.Reid Spencer
2006-07-27Merge changes from head.Reid Spencer
2006-07-27Merge documentation change from HEAD.Reid Spencer
2006-07-27Merge from mainline.Reid Spencer
2006-07-27This is the 1.8 releaseTanya Lattner
2006-07-27This commit was manufactured by cvs2svn to create branch 'release_18'.CVS to SVN Conversion
2006-07-27Add some adviceChris Lattner
2006-07-27Use std::copy instead of custom loops to take advantage of STL optimizations.Chris Lattner
2006-07-27Use the predicate.Jim Laskey
2006-07-27I made a stupid mistake when adding support for -use-gmake. ~PJPatrick Jenkins
2006-07-27added support for the -use-gmake option. This will come in handy when running...Patrick Jenkins
2006-07-27Support jump tables when in PIC relocation modelNate Begeman
2006-07-27Prevent creation of MachineDebugInfo for intel unless it is darwin. RC842.Jim Laskey
2006-07-27This change will allow support for SunOS to the testing script. It adds a che...Patrick Jenkins
2006-07-27Fix warning on linuxChris Lattner
2006-07-27Fix a case where LegalizeAllNodesNotLeadingTo could take exponential time.Chris Lattner
2006-07-27Fix for bug 840. Only use noinline attribute if gcc version >= 3.4Evan Cheng
2006-07-27New entry.Evan Cheng
2006-07-27For PR814:Reid Spencer
2006-07-27Avoid a "scary" make warning for the 1.8 release. This should be reenabledChris Lattner
2006-07-27Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner
2006-07-27Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer
2006-07-27For PR814:Reid Spencer
2006-07-27allow this to pass on non-x86 machinesChris Lattner
2006-07-27Fix the build on win32Chris Lattner
2006-07-27Don't test an exampleChris Lattner
2006-07-27Reduce work done for directory traversal in srcdir==objdir builds.Chris Lattner
2006-07-27Add llvm2cpp to DIRs listChris Lattner
2006-07-26Revamp this to use filter-out, which makes the logic simpler and not nested.Chris Lattner
2006-07-26Make changes necessary for stopping the build if a cyclic libraryReid Spencer
2006-07-26Build llvm-config to identify library cycles earlier in the build process.Reid Spencer
2006-07-26For PR780:Reid Spencer
2006-07-26For PR780:Reid Spencer
2006-07-26No Need to live in the past.Jim Laskey
2006-07-26Add a new llvm::SmallVector template, which is similar to the vector class, butChris Lattner
2006-07-26Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey