Simplify code
[oota-llvm.git] / lib / Target /
2003-08-12 Vikram S. AdveDisable emitting LLVM-to-MI maps, by default.
2003-08-12 Chris LattnerRename DNVT_bool to DNVT_i1 to be consistent with type...
2003-08-12 Chris LattnerAdd support for basicblocks, setCC instructions, and...
2003-08-12 Vikram S. AdveFix va_arg to generate LDDFi for floating point values...
2003-08-11 Chris LattnerAdd basic support for 16 and 32 bit function arguments!
2003-08-11 Chris Lattneradd frameidx support
2003-08-11 Chris LattnerSort #includes, eliminate #include of "llvm/Type.h...
2003-08-11 Chris LattnerCygwin apparently works with %'s on registers!
2003-08-11 Chris LattnerWhoops, accidental checkin. :(
2003-08-11 Chris LattnerAdd a new -enable-cygwin-compatible-output argument...
2003-08-11 Brian GaekePrint % signs before register names; turn off "noprefix...
2003-08-11 Vikram S. AdveRegister argument to va_start must be marked as defined!
2003-08-11 Chris LattnerAdd (ret int) expander so that we can at least write...
2003-08-11 Misha BrukmanConverted tabs to spaces.
2003-08-11 Misha BrukmanRemoved `-debug' so that spurious printouts of patterns...
2003-08-11 Chris LattnerRemove dead code
2003-08-11 Chris LattnerAdd patterns for multiply, and, or, and xor
2003-08-11 Chris Lattneradd support for more nodes
2003-08-11 Chris LattnerUntil the pattern matching instruction selector is...
2003-08-11 Chris LattnerAdd support for a pattern matching instruction selector...
2003-08-10 Chris LattnerMake imm be a leaf instead of a nonterminal
2003-08-07 Misha BrukmanImplement LLVM intrinsics `llvm.setjmp' and `llvm.longj...
2003-08-07 Vikram S. AdveFix sanity-checking in 'maskUnsigned' code to be more...
2003-08-07 Chris LattnerUpdate tablegen interfaces
2003-08-07 Chris LattnerThis register is never used, disable it.
2003-08-06 Misha BrukmanChanging command-line option formats to be more consist...
2003-08-06 Misha Brukman* Renamed option from `nopreselect' to `nopreopt' since...
2003-08-06 Misha BrukmanUse the registers g1 and g5 as temporaries for making...
2003-08-06 Vikram S. Adve1. Bug fix: was using SLL instead of SLLX for ULongTy...
2003-08-06 Vikram S. AdveRemove conversion of fp-to-uint cast into a multi-step...
2003-08-06 Chris LattnerThe HAVE_JUMP code is dead, these intrinsics should...
2003-08-06 Misha BrukmanSparcV9CodeEmitter.cpp:
2003-08-06 Chris LattnerCompletely eliminate the isVoid TSFlag, shifting over...
2003-08-06 Chris Lattneradd a pattern for RET, immediates no longer need to...
2003-08-06 Chris LattnerStart adding usefulness to the DAG node definitions...
2003-08-05 Chris LattnerUse a new local data structure instead of the MachineIn...
2003-08-05 Chris LattnerAdd a map
2003-08-05 Chris LattnerMinor cleanups
2003-08-05 Chris LattnerPhysical registers no longer live in the regsUsed set...
2003-08-05 Chris LattnerThis method has now been changed to preserve flags...
2003-08-05 Chris LattnerFactor shared code
2003-08-05 Misha Brukman* Removed `using' declaration, now use full namespace...
2003-08-05 Misha Brukman* Set annul bit to be 0, because the Sparc backend...
2003-08-05 Chris LattnerThis is the real fix for the previous register allocato...
2003-08-05 Misha BrukmanReformatted code to match the prevalent LLVM style...
2003-08-04 Misha BrukmanElectricFence found this bug where we were reading...
2003-08-04 Chris LattnerAdd patterns for (mov R, R) (mov R, I) and subtracts...
2003-08-04 Chris LattnerChange comments into something that TableGen can read!
2003-08-04 Chris LattnerAllow instructions to have a DAG pattern associated...
2003-08-04 Chris LattnerRename register classes to be upper case to make it...
2003-08-04 Chris LattnerThere is nothing special about noops anymore
2003-08-04 Chris LattnerThere is nothing special about noops now
2003-08-04 Chris LattnerTransition to using 'let X = y' instead of 'set X ...
2003-08-04 Chris Lattnertransition to using let instead of set
2003-08-04 Chris LattnerTransition to using let instead of set
2003-08-04 Chris LattnerFix Bug: test/Regression/Jello/2003-08-03-CallArgLiveRa...
2003-08-04 Chris LattnerSimplify some constant expressions
2003-08-03 Chris LattnerRemove illegal, unsupported escapes. This fixes progra...
2003-08-03 Chris Lattner* Sort #includes, remove dupliates
2003-08-03 Chris LattnerSpecify custom name for registers to get the ()'s in...
2003-08-03 Chris LattnerAllow specifying custom names for registers
2003-08-03 Chris LattnerStart using tablegen'd instruction enum list
2003-08-03 Chris LattnerResort tables
2003-08-03 Chris LattnerLump the base opcode in with the X86 TargetSpecific...
2003-08-03 Chris Lattner* Start using tablegen'd instruction descriptions
2003-08-03 Chris LattnerStart using tablegenerated instruction descriptions
2003-08-03 Chris LattnerAdd new TableGen instruction definitions
2003-08-03 Chris LattnerRemove the old .def file, it is now obsolete
2003-08-03 Chris LattnerRearrange fields yet again: Don't instantiate these...
2003-08-03 Chris LattnerSet debug types
2003-08-03 Chris LattnerAdd Target class for X86 target
2003-08-03 Chris LattnerThe RegisterInfo class is obsolete
2003-08-03 Chris LattnerRemove the RegisterInfo class in favor of a general...
2003-08-03 Chris LattnerTell CVS to ignore all .inc files
2003-08-03 Chris LattnerSwitch over to tablegen generated header files
2003-08-03 Chris LattnerSwitch over to TableGen generated register file description
2003-08-03 Chris LattnerInitial checkin of X86.td file
2003-08-03 Chris LattnerInitial checkin of X86 Register File description
2003-08-03 Chris LattnerFix typeos in comments
2003-08-03 Chris LattnerMake it easier to debug by exposing a temporary
2003-08-01 Chris LattnerRename fields
2003-08-01 Chris LattnerMove DEBUG to Debug.h
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerRemove makefile complexity by always running tablegen...
2003-08-01 Vikram S. AdveAdd all arithmetic operators to ConstantExprToString().
2003-08-01 Vikram S. Adve*Both* operands of divide need sign-extension before...
2003-08-01 Vikram S. AdvePut back the separate pass to decompose multi-dimension...
2003-08-01 Chris Lattnerencode size information into each ValueType
2003-08-01 Chris LattnerThis method is long dead
2003-07-31 Chris LattnerRemove more obsolete comments
2003-07-31 Misha BrukmanChanged pointer to the JIT code to its current location...
2003-07-31 Chris LattnerUnbreak the CBE output
2003-07-31 Brian GaekeI think local symbols in X86 GAS have to start with...
2003-07-31 John CriswellModified the code so that it generates (0) for setjmp...
2003-07-30 Chris LattnerAdd comments
2003-07-30 Chris LattnerWe no longer need to preprocess SparcV9.td before sendi...
2003-07-30 Vikram S. AdveWhen emitting a constant, check for ConstantExpr before
2003-07-30 Chris LattnerConform to the new interface for describing target...
2003-07-30 Chris LattnerAdd all of the necessary classes to describe the conten...
2003-07-30 Chris LattnerOnly regenerate the .inc file if IT has changed, not...
next