aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add inclusion of assert.hReid Spencer2004-08-301-0/+1
* Initial commit of a configuration file for compiling C++ programs withReid Spencer2004-08-301-0/+61
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-305-50/+157
* Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer2004-08-301-0/+17
* Add a blurb about exploiting the use of external storage.Reid Spencer2004-08-301-2/+10
* Move yet more instructions over to being printed by the generated asm writerNate Begeman2004-08-304-134/+188
* Abbreviate the long descriptions which are now in docs/SystemLibrary.html.Reid Spencer2004-08-301-79/+26
* Reduce the number of arguments in the instruction builder and make someReid Spencer2004-08-302-160/+137
* Need to throw std::string not const char* if we want error messages to beReid Spencer2004-08-301-3/+3
* Synchronize documentation of configuration items and substitutions withReid Spencer2004-08-291-80/+31
* Convert A-Form instructions to auto-generated asm writerNate Begeman2004-08-292-45/+62