| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove makefile complexity by always running tablegen with its final output | Chris Lattner | 2003-08-01 | 1 | -7/+2 |
| * | Add all arithmetic operators to ConstantExprToString(). | Vikram S. Adve | 2003-08-01 | 1 | -0/+40 |
| * | *Both* operands of divide need sign-extension before divide (if smaller | Vikram S. Adve | 2003-08-01 | 1 | -8/+16 |
| * | Put back the separate pass to decompose multi-dimensional references | Vikram S. Adve | 2003-08-01 | 1 | -0/+3 |
| * | encode size information into each ValueType | Chris Lattner | 2003-08-01 | 1 | -11/+33 |
| * | This method is long dead | Chris Lattner | 2003-08-01 | 1 | -3/+0 |
| * | Remove more obsolete comments | Chris Lattner | 2003-07-31 | 1 | -50/+2 |
| * | Changed pointer to the JIT code to its current location, under LLI. | Misha Brukman | 2003-07-31 | 1 | -1/+1 |
| * | I think local symbols in X86 GAS have to start with .L, not just | Brian Gaeke | 2003-07-31 | 1 | -3/+5 |
| * | Add comments | Chris Lattner | 2003-07-30 | 1 | -1/+19 |
| * | We no longer need to preprocess SparcV9.td before sending it through tablegen | Chris Lattner | 2003-07-30 | 2 | -30/+30 |
| * | When emitting a constant, check for ConstantExpr before | Vikram S. Adve | 2003-07-30 | 1 | -14/+15 |
| * | Conform to the new interface for describing target registers... even though | Chris Lattner | 2003-07-30 | 1 | -14/+24 |
| * | Add all of the necessary classes to describe the contents of the MRegister.h ... | Chris Lattner | 2003-07-30 | 1 | -1/+40 |
| * | Only regenerate the .inc file if IT has changed, not just if the .td files | Chris Lattner | 2003-07-30 | 1 | -4/+13 |
| * | Use target specific interface instead of forcing it to be target-generic | Chris Lattner | 2003-07-30 | 1 | -4/+6 |
| * | No this file is not actually Sparc.td :) | Chris Lattner | 2003-07-29 | 1 | -7/+5 |
| * | Do not use 'cpp' directly | Chris Lattner | 2003-07-29 | 1 | -1/+1 |
| * | Add namespace specifier, add flags used by the X86 BE | Chris Lattner | 2003-07-29 | 1 | -5/+7 |
| * | * Cleaned up and corrected comments wrt instruction formats | Misha Brukman | 2003-07-29 | 1 | -18/+18 |
| * | Make emitFarCall() public, and add a few comments to functions. | Misha Brukman | 2003-07-29 | 1 | -3/+27 |
| * | Unify all constant evaluations that depend on register size | Vikram S. Adve | 2003-07-29 | 2 | -72/+104 |
| * | Rename 'dump-asm' to 'dump-input' and really print it just before code-gen. | Vikram S. Adve | 2003-07-29 | 1 | -6/+6 |
| * | Bug fix: don't unnecessarily pretty-print control-characters, some of | Vikram S. Adve | 2003-07-29 | 1 | -15/+4 |
| * | Add ConvertConstantToIntType() to unify all constant handling | Vikram S. Adve | 2003-07-29 | 1 | -50/+16 |
| * | Add code to support stack spill/temp offsets that don't fit in the | Vikram S. Adve | 2003-07-29 | 1 | -238/+99 |
| * | * Correctly emit a far call if the target address does not fit into 30 bits | Misha Brukman | 2003-07-29 | 1 | -17/+15 |
| * | Move "register flags" definition the type of registers to be fully fledged | Chris Lattner | 2003-07-29 | 2 | -40/+41 |
| * | Specify the value type for the register, not just the size. | Chris Lattner | 2003-07-28 | 1 | -1/+4 |
| * | Instead of specifying the SIZE of the register, go so far as to specify | Chris Lattner | 2003-07-28 | 1 | -1/+16 |
| * | Rename function to be more consistent with filename | Chris Lattner | 2003-07-26 | 3 | -6/+6 |
| * | We don't modify the LLVM rep, remain const correct | Chris Lattner | 2003-07-26 | 1 | -2/+2 |
| * | If the pass changes _anything_ it must return true | Chris Lattner | 2003-07-26 | 1 | -1/+2 |
| * | This code doesn't modify the LLVM structure, keep stuff const | Chris Lattner | 2003-07-26 | 3 | -6/+6 |
| * | (1) Major fix to the way unused regs. are marked and found for the FP | Vikram S. Adve | 2003-07-25 | 4 | -566/+140 |
| * | 1. Fix a case that was marking the invalid reg. num. (-1) as used, | Vikram S. Adve | 2003-07-25 | 1 | -14/+35 |
| * | Use unified CWriter-X86/Printer name mangler. Do not bother using | Brian Gaeke | 2003-07-24 | 1 | -88/+28 |
| * | It doesn't appear that we need to #include these. | Brian Gaeke | 2003-07-24 | 1 | -3/+0 |
| * | Constify most methods. We could have constified doInitialization and | Brian Gaeke | 2003-07-24 | 1 | -16/+25 |
| * | Printer.cpp: Ditch addRequired/getAnalysis, because they leave | Brian Gaeke | 2003-07-23 | 3 | -61/+58 |
| * | Add, rewrite, and/or reformat many comments. | Brian Gaeke | 2003-07-23 | 1 | -80/+120 |
| * | Remove redundant const qualifiers from cast<> expressions | Chris Lattner | 2003-07-23 | 2 | -3/+3 |
| * | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner | 2003-07-23 | 4 | -52/+18 |
| * | Simplify code a bit | Chris Lattner | 2003-07-21 | 1 | -9/+9 |
| * | Added special consideration for instrumentation strategy | Anand Shukla | 2003-07-20 | 3 | -0/+24 |
| * | Please, save your applause^H^H^H^H^H^H^H^Hflames for the end... | Brian Gaeke | 2003-07-18 | 1 | -3/+6 |
| * | Use getClassB for load and store; we don't want to abort when we | Brian Gaeke | 2003-07-17 | 1 | -2/+2 |
| * | Fixed the number translation scheme for the integer condition code registers: it | Misha Brukman | 2003-07-16 | 2 | -32/+8 |
| * | The name should really be `simm11' to follow the naming convention, but this has | Misha Brukman | 2003-07-16 | 1 | -2/+2 |
| * | No need for a second immediate field if the class already inherits one. | Misha Brukman | 2003-07-15 | 1 | -2/+1 |