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