aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Regenerated after Reid's change for uint64_t/u_int64_t (patch by Bill Wendling)Misha Brukman2004-09-021-6/+7
* Make the text of this file a little more useful.Reid Spencer2004-09-021-1/+12
* Don't just assume that either uint64_t or u_int64_t is available. Instead,Reid Spencer2004-09-021-2/+3
* Change the way we choose a free register: instead of picking the firstAlkis Evlogimenos2004-09-021-4/+15
* Change the way we choose a free register: instead of picking the firstAlkis Evlogimenos2004-09-021-3/+14
* Added a check for u_int64_t, which is used by Interix.John Criswell2004-09-022-1986/+840
* Added u_int64_t because some systems use that instead of uint64_t.John Criswell2004-09-021-0/+3
* We don't need to sort the added vector as unhandled intervals areAlkis Evlogimenos2004-09-021-1/+0
* Convert remaining X-Form and Pseudo instructions over to asm writerNate Begeman2004-09-026-119/+91
* Pull in definition of std::unary_function.Alkis Evlogimenos2004-09-022-0/+2
* Unbreak buildBrian Gaeke2004-09-022-2/+2
* Back to compiling land for v8Brian Gaeke2004-09-0210-14/+14
* Changes For Bug 352Reid Spencer2004-09-01424-7662/+766
* Be a bit more efficient when processing the active and inactiveAlkis Evlogimenos2004-09-012-52/+62
* Give a better assertion if we see a use before a def.Alkis Evlogimenos2004-09-011-0/+2
* Make sure <cassert> is included for platforms that don't include it viaReid Spencer2004-09-011-0/+1
* mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.Reid Spencer2004-09-011-5/+7
* Make CommandLine prefix error output with the name of the program.Reid Spencer2004-09-011-13/+20
* Initial commit for platform independent system configuration support.Reid Spencer2004-08-311-0/+30
* Add support for FreeBSDReid Spencer2004-08-314-0/+126
* Add support for Interix and FreeBSDReid Spencer2004-08-316-4/+130
* Actually define PreventCoreFiles in the sys namespace.Reid Spencer2004-08-311-3/+1
* Add a new abstraction, SysConfig for platform independent systemReid Spencer2004-08-318-0/+200
* Minor code clarity changes.Alkis Evlogimenos2004-08-311-4/+6
* Fix a "test" botch.Reid Spencer2004-08-312-82/+125
* convert M and MD form instructions to generated asm writerNate Begeman2004-08-312-20/+41
* Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer2004-08-312-28/+48
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-307-24/+100