2003-08-04 |
Chris Lattner | Add patterns for (mov R, R) (mov R, I) and subtracts... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Change comments into something that TableGen can read! |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Allow instructions to have a DAG pattern associated... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Rename register classes to be upper case to make it... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | There is nothing special about noops anymore |
tree | commitdiff |
2003-08-04 |
Chris Lattner | There is nothing special about noops now |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Transition to using 'let X = y' instead of 'set X ... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | transition to using let instead of set |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Transition to using let instead of set |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Fix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRa... |
tree | commitdiff |
2003-08-04 |
Chris Lattner | Simplify some constant expressions |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Remove illegal, unsupported escapes. This fixes progra... |
tree | commitdiff |
2003-08-03 |
Chris Lattner | * Sort #includes, remove dupliates |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Specify custom name for registers to get the ()'s in... |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Allow specifying custom names for registers |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Start using tablegen'd instruction enum list |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Resort tables |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Lump the base opcode in with the X86 TargetSpecific... |
tree | commitdiff |
2003-08-03 |
Chris Lattner | * Start using tablegen'd instruction descriptions |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Start using tablegenerated instruction descriptions |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Add new TableGen instruction definitions |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Remove the old .def file, it is now obsolete |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Rearrange fields yet again: Don't instantiate these... |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Set debug types |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Add Target class for X86 target |
tree | commitdiff |
2003-08-03 |
Chris Lattner | The RegisterInfo class is obsolete |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Remove the RegisterInfo class in favor of a general... |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Tell CVS to ignore all .inc files |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Switch over to tablegen generated header files |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Switch over to TableGen generated register file description |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Initial checkin of X86.td file |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Initial checkin of X86 Register File description |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Fix typeos in comments |
tree | commitdiff |
2003-08-03 |
Chris Lattner | Make it easier to debug by exposing a temporary |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Rename fields |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Move DEBUG to Debug.h |
tree | commitdiff |
2003-08-01 |
Chris Lattner | DEBUG got moved to Debug.h |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Remove makefile complexity by always running tablegen... |
tree | commitdiff |
2003-08-01 |
Vikram S. Adve | Add all arithmetic operators to ConstantExprToString(). |
tree | commitdiff |
2003-08-01 |
Vikram S. Adve | *Both* operands of divide need sign-extension before... |
tree | commitdiff |
2003-08-01 |
Vikram S. Adve | Put back the separate pass to decompose multi-dimension... |
tree | commitdiff |
2003-08-01 |
Chris Lattner | encode size information into each ValueType |
tree | commitdiff |
2003-08-01 |
Chris Lattner | This method is long dead |
tree | commitdiff |
2003-07-31 |
Chris Lattner | Remove more obsolete comments |
tree | commitdiff |
2003-07-31 |
Misha Brukman | Changed pointer to the JIT code to its current location... |
tree | commitdiff |
2003-07-31 |
Chris Lattner | Unbreak the CBE output |
tree | commitdiff |
2003-07-31 |
Brian Gaeke | I think local symbols in X86 GAS have to start with... |
tree | commitdiff |
2003-07-31 |
John Criswell | Modified the code so that it generates (0) for setjmp... |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Add comments |
tree | commitdiff |
2003-07-30 |
Chris Lattner | We no longer need to preprocess SparcV9.td before sendi... |
tree | commitdiff |
2003-07-30 |
Vikram S. Adve | When emitting a constant, check for ConstantExpr before |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Conform to the new interface for describing target... |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Add all of the necessary classes to describe the conten... |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Only regenerate the .inc file if IT has changed, not... |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Use target specific interface instead of forcing it... |
tree | commitdiff |
2003-07-29 |
Chris Lattner | No this file is not actually Sparc.td :) |
tree | commitdiff |
2003-07-29 |
Chris Lattner | Do not use 'cpp' directly |
tree | commitdiff |
2003-07-29 |
Chris Lattner | Add namespace specifier, add flags used by the X86 BE |
tree | commitdiff |
2003-07-29 |
Misha Brukman | * Cleaned up and corrected comments wrt instruction... |
tree | commitdiff |
2003-07-29 |
Misha Brukman | Make emitFarCall() public, and add a few comments to... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Unify all constant evaluations that depend on register... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Rename 'dump-asm' to 'dump-input' and really print... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Bug fix: don't unnecessarily pretty-print control-chara... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Add ConvertConstantToIntType() to unify all constant... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Add code to support stack spill/temp offsets that don... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | All constant-evaluation code now unified into |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | 1. Bug fix: Don't use branch operand reg. as temp... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Don't require a BB to look-up live variables, unless... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Add const version of getLiveRangeForValue(). |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Code to insert caller-saves moved here from SparcRegInf... |
tree | commitdiff |
2003-07-29 |
Misha Brukman | * Correctly emit a far call if the target address does... |
tree | commitdiff |
2003-07-29 |
Chris Lattner | Move "register flags" definition the type of registers... |
tree | commitdiff |
2003-07-28 |
Chris Lattner | Specify the value type for the register, not just the... |
tree | commitdiff |
2003-07-28 |
Chris Lattner | Instead of specifying the SIZE of the register, go... |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Rename function to be more consistent with filename |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Making this code const-correct would be a pain, so... |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Be const correct |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Hrm, another necesary one :( |
tree | commitdiff |
2003-07-26 |
Chris Lattner | We don't modify the LLVM rep, remain const correct |
tree | commitdiff |
2003-07-26 |
Chris Lattner | If the pass changes _anything_ it must return true |
tree | commitdiff |
2003-07-26 |
Chris Lattner | This code doesn't modify the LLVM structure, keep stuff... |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Remove #include |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Remove extraneous #includes |
tree | commitdiff |
2003-07-25 |
Vikram S. Adve | (1) Major fix to the way unused regs. are marked and... |
tree | commitdiff |
2003-07-25 |
Vikram S. Adve | 1. Fix a case that was marking the invalid reg. num... |
tree | commitdiff |
2003-07-25 |
Vikram S. Adve | (1) Change the way unused regs. are marked and found... |
tree | commitdiff |
2003-07-25 |
Vikram S. Adve | Remove unused field. Change the way unused regs. are... |
tree | commitdiff |
2003-07-25 |
Brian Gaeke | Don't include llvm/SlotCalculator.h, or <set>. |
tree | commitdiff |
2003-07-24 |
Brian Gaeke | Use unified CWriter-X86/Printer name mangler. Do not... |
tree | commitdiff |
2003-07-24 |
Brian Gaeke | It doesn't appear that we need to #include these. |
tree | commitdiff |
2003-07-24 |
Brian Gaeke | Constify most methods. We could have constified doIniti... |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Fix program: SingleSource/UnitTests/2003-07-09-SignedAr... |
tree | commitdiff |
2003-07-23 |
Brian Gaeke | Printer.cpp: Ditch addRequired/getAnalysis, because... |
tree | commitdiff |
2003-07-23 |
Brian Gaeke | Add, rewrite, and/or reformat many comments. |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Remove redundant const qualifiers from cast<> expressions |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Simplify code by using ConstantInt::getRawValue instead... |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Remove unnecessary casts |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Random cleanups |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Remove using decl |
tree | commitdiff |
2003-07-21 |
Chris Lattner | Simplify code a bit |
tree | commitdiff |
next |