| Commit message (Expand) | Author | Age | Files | Lines |
* | Quiet VC++ warnings | Chris Lattner | 2004-11-05 | 2 | -2/+2 |
* | Internalize variable names to prevent recursive assignment. Cleanup docs. | Reid Spencer | 2004-10-30 | 1 | -2/+2 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 4 | -10/+16 |
* | Make VC happier, patch contributed by Morten Ofstad | Chris Lattner | 2004-10-23 | 1 | -1/+1 |
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -691/+0 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -36/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+691 |
* | * Factor out (into new fn) a loop emitting operand shifts into the instruction | Misha Brukman | 2004-10-14 | 2 | -46/+84 |
* | * Add option to read isLittleEndianEncoding for InstrInfo classes | Misha Brukman | 2004-10-14 | 2 | -0/+13 |
* | Patch to make VS happier, thanks to Morten Ofstad for pointing this out. | Chris Lattner | 2004-10-13 | 1 | -1/+1 |
* | Updates for changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
* | Don't emit the method into the llvm namespace, let the #includer decide where... | Chris Lattner | 2004-10-12 | 1 | -2/+0 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+36 |
* | Properly `quote' names, and don't forget to add the ending quote! | Misha Brukman | 2004-10-08 | 1 | -24/+24 |
* | Correctly parse variant notation | Chris Lattner | 2004-10-03 | 1 | -6/+42 |
* | Add initial support for variants. This just parses the new format, no | Chris Lattner | 2004-10-03 | 1 | -1/+12 |
* | #include DataTypes.h to compile on MinGW, patch by Henrik Bach. | Misha Brukman | 2004-09-30 | 1 | -0/+1 |
* | Add support for the isLoad and isStore flags, needed by the instruction sched... | Nate Begeman | 2004-09-28 | 3 | -0/+6 |
* | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG | Chris Lattner | 2004-09-28 | 3 | -0/+3 |
* | Revamp the Register class, and allow the use of the RegisterGroup class to | Chris Lattner | 2004-09-14 | 1 | -8/+5 |
* | Clean up some "clean:" targets so they use $(VERB) and don't print anything | Reid Spencer | 2004-09-03 | 1 | -2/+2 |
* | Make tblgen's exception handling a little more robust by printing the | Reid Spencer | 2004-09-03 | 1 | -1/+8 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 5 | -8/+8 |
* | Link with LLVMsystem.a for operating system independence. | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
* | RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust | Reid Spencer | 2004-08-29 | 1 | -1/+1 |
* | Alignment is now in bits. | Chris Lattner | 2004-08-21 | 1 | -2/+1 |
* | Make alignment be in bits, just like size is | Chris Lattner | 2004-08-21 | 2 | -2/+3 |
* | Infer the spillsize/alignment of a register based on the register classes | Chris Lattner | 2004-08-21 | 1 | -3/+34 |
* | Support "Methods" in register classes in CodgeGenRegisterClass | Chris Lattner | 2004-08-21 | 3 | -11/+10 |
* | Start parsing register classes into a more structured form | Chris Lattner | 2004-08-21 | 4 | -19/+61 |
* | Read in declared reg sizes | Chris Lattner | 2004-08-21 | 2 | -1/+7 |
* | Do not #include files into the llvm namespace | Chris Lattner | 2004-08-17 | 7 | -18/+20 |
* | Use CodeGenRegister class to make reading in of register information more | Chris Lattner | 2004-08-16 | 3 | -19/+42 |
* | Add initial support for register and register class representation. | Chris Lattner | 2004-08-16 | 1 | -0/+37 |
* | Remove awareness of isDummyClass | Chris Lattner | 2004-08-15 | 1 | -9/+2 |
* | Make the AsmWriter a first-class tblgen object. Allow targets to specify | Chris Lattner | 2004-08-14 | 4 | -8/+32 |
* | Fix minor bug in previous checkin | Chris Lattner | 2004-08-11 | 1 | -4/+5 |
* | change how we invoke the printer. Instead of passing in the MO directly, | Chris Lattner | 2004-08-11 | 1 | -1/+2 |
* | Start parsing more information from the Operand information | Chris Lattner | 2004-08-11 | 2 | -8/+35 |
* | Remove special case hacks | Chris Lattner | 2004-08-11 | 1 | -8/+2 |
* | Deleted commented-out code as we now get namespace directly, add comments | Misha Brukman | 2004-08-10 | 1 | -2/+3 |
* | Use the target name instead of hard-coding SparcV9. | Misha Brukman | 2004-08-10 | 1 | -3/+3 |
* | This was a good idea, but until this does not break the build of | Chris Lattner | 2004-08-10 | 1 | -3/+3 |
* | Use the current target name instead of a ClassPrefix. | Misha Brukman | 2004-08-09 | 1 | -3/+3 |
* | * Use Classname and ClassPrefix instead of hard-coded V9 values | Misha Brukman | 2004-08-09 | 1 | -8/+7 |
* | * Added documentation in the file header | Misha Brukman | 2004-08-04 | 1 | -2/+4 |
* | Be picky | Chris Lattner | 2004-08-01 | 1 | -1/+5 |
* | Instructions no longer need to have names. | Chris Lattner | 2004-08-01 | 1 | -1/+6 |
* | Add support for asm printing machine instructions that have operands. | Chris Lattner | 2004-08-01 | 1 | -2/+48 |