aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use a shorter form to express implicit use/defs in FpGETRESULT andAlkis Evlogimenos2004-09-081-6/+4
* A call instruction should implicitely define ST0 since the returnAlkis Evlogimenos2004-09-081-3/+8
* This file does not need <iostream>, I think.Brian Gaeke2004-09-084-4/+0
* Use a DenseMap for mapping reg->reg. This improves the LiveIntervalAlkis Evlogimenos2004-09-082-9/+12
* Add 64 bit divide instructions, and use themNate Begeman2004-09-062-34/+15
* Indent to 2 spaces and cleanup excess whitespace.Alkis Evlogimenos2004-09-051-48/+47
* Indent to 2 spaces.Alkis Evlogimenos2004-09-051-26/+27
* * 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
* 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
* Clean up some "clean:" targets so they use $(VERB) and don't print anythingReid Spencer2004-09-031-1/+1
* Order #includes alphabetically, local .h files first.Misha Brukman2004-09-031-3/+2
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-0312-5/+14
* 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
* 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
* Back to compiling land for v8Brian Gaeke2004-09-0210-14/+14
* Changes For Bug 352Reid Spencer2004-09-01219-434/+440
* 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
* 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
* Add support for FreeBSDReid Spencer2004-08-314-0/+126
* Add support for Interix and FreeBSDReid Spencer2004-08-314-0/+126
* 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
* convert M and MD form instructions to generated asm writerNate Begeman2004-08-312-20/+41
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-307-24/+100
* Add inclusion of assert.hReid Spencer2004-08-301-0/+1
* 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
* Convert A-Form instructions to auto-generated asm writerNate Begeman2004-08-292-45/+62
* Register sizes should be specified in bitsNate Begeman2004-08-291-2/+2
* Improvements to int->float cast code for PPC-64Nate Begeman2004-08-293-61/+60
* Put this change back in after testing from Reid proved its innocence. getSpi...Nate Begeman2004-08-291-2/+2
* Add a declaration of environ global for DarwinReid Spencer2004-08-292-0/+4
* Add an assert to cature null Operands. It is better to catch it here thanReid Spencer2004-08-291-0/+1
* Signals support has been moved to lib/SystemReid Spencer2004-08-291-138/+0
* Move a warning comment to where it should have been in the first place.Reid Spencer2004-08-291-5/+5
* Correct the vim: specificationReid Spencer2004-08-291-1/+1
* Include some additional header files.Reid Spencer2004-08-291-4/+6
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-2910-0/+577
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-2910-0/+443
* Implement the following missing functionality in the PPC backend:Nate Begeman2004-08-293-66/+137
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-297-202/+699
* Remove dead code.Alkis Evlogimenos2004-08-281-1/+0