summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bug 122:Reid Spencer2004-07-171-2/+1
* Fix a comment.Reid Spencer2004-07-171-3/+2
* bug 122:Reid Spencer2004-07-171-1/+0
* bug 122:Reid Spencer2004-07-171-0/+5
* bug 122:Reid Spencer2004-07-171-4/+18
* ****** ABOLISH ConstantPointerRef *****Reid Spencer2004-07-171-38/+0
* Extend constructor so that it can support GlobalValue's (with names).Reid Spencer2004-07-171-9/+7
* Constant value not needed after CPR's disappear.Reid Spencer2004-07-171-2/+1
* It looks like physref->virtreg joining is working fine. Enable it by defaultChris Lattner2004-07-171-10/+19
* Make sure to emit the immediate byte for instructions like:Chris Lattner2004-07-171-0/+2
* Reserve the correct amt of space.Chris Lattner2004-07-171-2/+2
* Hrm, I think we need a "Reid is buggy" bug ;-)Chris Lattner2004-07-171-2/+2
* We don't really need to #include IPO.h into this file.Misha Brukman2004-07-171-1/+0
* Initial (outline only) draft of the System Library requirements, designReid Spencer2004-07-171-0/+201
* Added a README to point users to the documentation on the design of thisReid Spencer2004-07-171-0/+14
* Fix incorrect computation of mod/ref sets. Do not ask for mod/ref informationChris Lattner2004-07-171-21/+29
* Print modref information in a useful way.Chris Lattner2004-07-171-4/+14
* Cleanups: fold two loops into oneChris Lattner2004-07-171-3/+9
* link.h causes problems on some platforms and is not needed on solaris, whereChris Lattner2004-07-172-18/+0
* Remove dead fileChris Lattner2004-07-171-23/+0
* Add note about IA64 C++Chris Lattner2004-07-171-0/+7
* Fix warning on 64-bit machinesBrian Gaeke2004-07-161-1/+1
* * Use LI(S) to copy constants into registers intead of ADDI(S) as the latter isMisha Brukman2004-07-162-154/+308
* * Store all non-volatile int registers R13-31 on the stack, restore on exitMisha Brukman2004-07-161-9/+11
* Fix code formattingMisha Brukman2004-07-161-21/+20
* Implement PowerPCInstrInfo::isMoveInstr(), patch by Nate BegemanMisha Brukman2004-07-161-0/+29
* Add prototype for TargetInstrInfo::isMoveInstr()Misha Brukman2004-07-161-0/+8
* * Enable allocation of registers r2-r10Misha Brukman2004-07-161-4/+7
* Add IMPLICIT_DEFS pseudo-instruction; patch by: Nate BegemanMisha Brukman2004-07-161-0/+1
* The generated instruction selector isn't (yet) functionalMisha Brukman2004-07-161-7/+1
* * Output non-lazy linking stubs for external global variablesMisha Brukman2004-07-163-138/+87
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-162-2/+10
* Define double alignment as 8 bytes now that assert(DoubleAlignment == Pointer...Misha Brukman2004-07-161-5/+3
* * Add spaces between words and numbers in comments printed out for longs/floatsMisha Brukman2004-07-163-6/+24
* Fix grammar.Misha Brukman2004-07-161-2/+1
* Add convinience constructor for function calls with two args.Alkis Evlogimenos2004-07-162-1/+38
* Add a class for pseudo-instructions. Use it.Brian Gaeke2004-07-162-16/+14
* Add what will eventually be the TSFlags. Big switch(opcode) statements are bad.Brian Gaeke2004-07-162-0/+24
* Add special handling for pseudo-instructions (print them as comments).Brian Gaeke2004-07-162-0/+36
* Add to-do list.Brian Gaeke2004-07-162-0/+18
* Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.Brian Gaeke2004-07-164-40/+244
* The powerpc is now gone. However it is now just known as the Skeleton target.Chris Lattner2004-07-165-277/+0
* Build skeleton targetChris Lattner2004-07-161-2/+3
* Build the skeleton targetChris Lattner2004-07-161-1/+1
* Initial checkin of the rest of the skeleton targetChris Lattner2004-07-1612-4/+440
* Initial skeleton tablegen filesChris Lattner2004-07-163-0/+165
* Add skeleton makefileChris Lattner2004-07-161-0/+44
* Initial readmeChris Lattner2004-07-161-0/+19
* Fix the regressions handling unnamed global variablesChris Lattner2004-07-161-2/+5
* For 64-bit platform support, we now use the clEnumValEnd macro to terminateChris Lattner2004-07-161-6/+8