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