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
2003-12-17Added Stacker Reid Spencer's contributions.llvmorg-1.1.0release/1.1.xJohn Criswell
2003-12-16Fixed some punctuation and grammar.John Criswell
2003-12-16Not ready for prime-time.John Criswell
2003-12-16Updated for release 1.1.John Criswell
2003-12-16Fixed a minor spelling error.John Criswell
2003-12-16Added all known bugs that are relevant and relatively concrete.John Criswell
2003-12-16* Unbroke our HTML-4.01 compliance!Misha Brukman
2003-12-16Updated version number to 1.1.John Criswell
2003-12-16Grammatical and punctuation corrections.John Criswell
2003-12-15merge testcase from mainlineChris Lattner
2003-12-15Merge from mainline, bugfix for PR185Chris Lattner
2003-12-15This commit was manufactured by cvs2svn to create branch 'release_11'.CVS to SVN Conversion
2003-12-14Added obligatory copyright notices from HP and SGI.John Criswell
2003-12-13Indicate that the pathname to the LLVM GCC front end must be anJohn Criswell
2003-12-13Don't specify the pointer size or endian-ness; it won't match for certainJohn Criswell
2003-12-13Added information on fixing libstdc++ on Solaris 8.John Criswell
2003-12-13Minor cleanups, expand on what's new, give credit for the release notes to th...Chris Lattner
2003-12-13Mac OS/X -> Mac OS XChris Lattner
2003-12-13merge from mainlineChris Lattner
2003-12-13This commit was manufactured by cvs2svn to create branch 'release_11'.CVS to SVN Conversion
2003-12-12Updated configure script so that it does not configure llvm/projectJohn Criswell
2003-12-12Don't configure directories that don't have a configure script (i.e Stacker).John Criswell
2003-12-12Modified cast so that it converts the int to a long before casting toJohn Criswell
2003-12-12Fixed some minor typos.John Criswell
2003-12-12Dynamically get the right-sized member of a GenericValue to hold a size_t, andBrian Gaeke
2003-12-12PR177 is no longer among the openChris Lattner
2003-12-12Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding theChris Lattner
2003-12-12Implement the TargetMachine::getJITStubForFunction method for X86, finegrainifyChris Lattner
2003-12-12Add new getJITStubForFunction method, which may optionally be implemented byChris Lattner
2003-12-12Doxygenify comments, remove extraneous #includeChris Lattner
2003-12-12Note about bytecode formatChris Lattner
2003-12-12Since we are using a gep_type_iterator, we apparently must get the typeBrian Gaeke
2003-12-12Use uintptr_t for pointer values in the ExecutionEngine.Brian Gaeke
2003-12-12Fix typo in commentBrian Gaeke
2003-12-12These aren't bugs, don't phrase them like they are.Chris Lattner
2003-12-12I'm a spazChris Lattner
2003-12-12Add note about Stacker, duh!Chris Lattner
2003-12-12Break lines and add space after ':' to be consistent in layout.Misha Brukman
2003-12-12More updates for the releaseChris Lattner
2003-12-12Throw better error messages, by calling strerror(errno) when weBrian Gaeke
2003-12-12Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke
2003-12-12Update release notes for PR86 and C++ supportChris Lattner
2003-12-12Factor out some duplicated code, implement the rest of the cases inChris Lattner
2003-12-12Rename variable to avoid confusing it with the global GChris Lattner
2003-12-12Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementp...Chris Lattner
2003-12-12Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other know...Chris Lattner
2003-12-12New testcase that LICM is breaking crafty onChris Lattner
2003-12-12Finegrainify namespacificationChris Lattner
2003-12-12verifyFunction depends on dominator info, which levelraise does not declareChris Lattner
2003-12-12Fix test that was failing because we were optimizing the program better than ...Chris Lattner