aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer2004-09-071-73/+14
* - Perform all validity checks before doing anything.Reid Spencer2004-09-071-4/+5
* move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer2004-09-073-34/+42
* Individual autoconf function broken out of acincludes.m4. This changeReid Spencer2004-09-0715-0/+435
* This is the documentation style sheet, not the one for the website.Misha Brukman2004-09-071-1/+1
* Remove extraneous blank lines.Misha Brukman2004-09-061-3/+0
* Add link to new howto on writing backends.Misha Brukman2004-09-061-0/+3
* How to write an LLVM backend, first draft.Misha Brukman2004-09-061-0/+245
* * Profile-guided needs a hyphenMisha Brukman2004-09-061-4/+3
* Reword to not use a link text `click here'.Misha Brukman2004-09-061-2/+2
* Modify the lines of code counting mechanism to use the new "countloc.sh"Reid Spencer2004-09-061-1/+1
* Added a tool to more accurately count the lines of code. The previousReid Spencer2004-09-061-0/+38
* Add 64 bit divide instructions, and use themNate Begeman2004-09-062-34/+15
* Remove double paren use in system() function so that the command line canReid Spencer2004-09-051-2/+2
* HTML 4.01 STRICT compliance.Reid Spencer2004-09-051-116/+150
* Make section separator comments 80 chars, not 70.Reid Spencer2004-09-051-184/+245
* Indent to 2 spaces and cleanup excess whitespace.Alkis Evlogimenos2004-09-051-48/+47
* Indent to 2 spaces.Alkis Evlogimenos2004-09-051-26/+27
* Remove configuration of test/Programs/* Makefiles.Reid Spencer2004-09-052-1060/+1999
* Added the configuration of the test/Makefile.Reid Spencer2004-09-052-0/+7
* Add HAS_U_INT64_TReid Spencer2004-09-051-0/+3
* Add LLVMC as a supported tool.Reid Spencer2004-09-051-0/+1
* Per Bug 257Reid Spencer2004-09-051-1/+1
* Make the NightlyTest run tests out of projects/llvm-test instead ofReid Spencer2004-09-051-4/+6
* Put a space between `Data' and `Structure' of DSA.Misha Brukman2004-09-053-5/+5
* Remove the bit about this document being my `notes', it has matured since then.Misha Brukman2004-09-051-5/+0
* Fix object/library filenames that have changed, clarify descriptions.Misha Brukman2004-09-052-92/+60
* Add DSA.Misha Brukman2004-09-051-0/+3
* * CSS was created to reduce re-specifying design styles: specify table cellMisha Brukman2004-09-052-204/+216
* * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared betweenMisha Brukman2004-09-053-13/+59
* Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asmMisha Brukman2004-09-051-710/+0
* Make sure llvm-test doesn't build automatically so the nightly test canReid Spencer2004-09-041-1/+1
* Take one item off the "to do" list: implemented -O1 .. -O5 options forReid Spencer2004-09-041-2/+0
* Convert makefile to use standard LLVM macros for tool namesReid Spencer2004-09-041-22/+13
* Make Stacker into a complete project with its own configuration.Reid Spencer2004-09-0417-12/+18336
* Make the StackerCompiler and optimizing translator by running specificReid Spencer2004-09-042-3/+92
* Make the Stacker compiler handle -O1 .. -O5 options so it is compliant withReid Spencer2004-09-042-72/+99
* Include MathExtras.h to fix build breakage, thanks to VladimirNate Begeman2004-09-042-0/+2
* All PPC instructions are now auto-printedNate Begeman2004-09-0411-1176/+944
* Get rid of an un-needed and un-used GCCism. ATTR_DEPRECATED is used nowhereReid Spencer2004-09-031-3/+0
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-034-6/+6
* Make tblgen's exception handling a little more robust by printing theReid Spencer2004-09-031-1/+8
* Don't re-instantiate the std::string in catch block.Reid Spencer2004-09-031-1/+1
* Uh, changing in build dir and committing in src dir doesn't lead to correctReid Spencer2004-09-031-1/+1
* Correct the specification of the DIRS variable to not include the sourceReid Spencer2004-09-031-1/+1
* I was actually wrong in my "simplification".Misha Brukman2004-09-031-2/+5
* Simplify check for uint64_t and u_int64_tMisha Brukman2004-09-031-5/+2
* Provide correct definition of uint64_t for platforms that have onlyReid Spencer2004-09-031-0/+12
* Order #includes alphabetically, local .h files first.Misha Brukman2004-09-031-3/+2
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-0314-6/+16