addPassesToJITCompile and addPassesToEmitMachineCode now take a
[oota-llvm.git] / lib / Target / SparcV9 /
2003-08-13 Chris LattnerAdjust files for move of mapping info stuff into the...
2003-08-12 Vikram S. AdveFor instructions in a delay slot of another instruction,
2003-08-12 Vikram S. AdveFor an instruction with delay slots, mark all live...
2003-08-12 Vikram S. AdveDisable emitting LLVM-to-MI maps, by default.
2003-08-12 Vikram S. AdveFix va_arg to generate LDDFi for floating point values...
2003-08-11 Vikram S. AdveRegister argument to va_start must be marked as defined!
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-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 Misha BrukmanSparcV9CodeEmitter.cpp:
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 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-04 Chris LattnerTransition to using 'let X = y' instead of 'set X ...
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-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 LattnerOnly regenerate the .inc file if IT has changed, not...
2003-07-29 Chris LattnerDo not use 'cpp' directly
2003-07-29 Misha Brukman* Cleaned up and corrected comments wrt instruction...
2003-07-29 Misha BrukmanMake emitFarCall() public, and add a few comments to...
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-29 Vikram S. AdveRename 'dump-asm' to 'dump-input' and really print...
2003-07-29 Vikram S. AdveBug fix: don't unnecessarily pretty-print control-chara...
2003-07-29 Vikram S. AdveAdd ConvertConstantToIntType() to unify all constant...
2003-07-29 Vikram S. AdveAdd code to support stack spill/temp offsets that don...
2003-07-29 Vikram S. AdveAll constant-evaluation code now unified into
2003-07-29 Vikram S. Adve1. Bug fix: Don't use branch operand reg. as temp...
2003-07-29 Vikram S. AdveDon't require a BB to look-up live variables, unless...
2003-07-29 Vikram S. AdveAdd const version of getLiveRangeForValue().
2003-07-29 Vikram S. AdveCode to insert caller-saves moved here from SparcRegInf...
2003-07-29 Misha Brukman* Correctly emit a far call if the target address does...
2003-07-28 Chris LattnerSpecify the value type for the register, not just the...
2003-07-26 Chris LattnerMaking this code const-correct would be a pain, so...
2003-07-26 Chris LattnerBe const correct
2003-07-26 Chris LattnerHrm, another necesary one :(
2003-07-26 Chris LattnerThis code doesn't modify the LLVM structure, keep stuff...
2003-07-26 Chris LattnerRemove #include
2003-07-26 Chris LattnerRemove extraneous #includes
2003-07-25 Vikram S. Adve(1) Major fix to the way unused regs. are marked and...
2003-07-25 Vikram S. Adve1. Fix a case that was marking the invalid reg. num...
2003-07-25 Vikram S. Adve(1) Change the way unused regs. are marked and found...
2003-07-25 Vikram S. AdveRemove unused field. Change the way unused regs. are...
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-23 Chris LattnerRemove unnecessary casts
2003-07-23 Chris LattnerRandom cleanups
2003-07-23 Chris LattnerRemove using decl
2003-07-21 Chris LattnerSimplify code a bit
2003-07-20 Anand ShuklaAdded special consideration for instrumentation strategy
2003-07-16 Misha BrukmanFixed the number translation scheme for the integer...
2003-07-16 Misha BrukmanThe name should really be `simm11' to follow the naming...
2003-07-15 Misha BrukmanNo need for a second immediate field if the class alrea...
2003-07-15 Misha BrukmanEncode predict = 1 by default, because the Sparc assemb...
2003-07-15 Misha BrukmanCorrectly handle calls to functions which are further...
2003-07-14 Misha Brukman* Added support for the %ccr register
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Vikram S. AdveSeveral important bug fixes:
2003-07-10 Vikram S. AdveBug fix in creating constants: need 1U << 31, not 1...
2003-07-10 Vikram S. AdveFold cast-to-bool into not. Later, this should also...
2003-07-10 Vikram S. AdveValues stored in CallArgsDescriptor cannot be const.
2003-07-10 Vikram S. AdveisMarkedForSpill() should be const.
2003-07-10 Vikram S. AdvePrint out all neighbors in interference graph, not...
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-07 Misha BrukmanElaborated assembly syntax of instructions in the comments.
2003-07-07 Misha BrukmanRemoved unnecessary assignment (it was taken care by...
2003-07-07 Misha BrukmanMoved RegClassIDs enum to be next to the RegTypes enum.
2003-07-06 Vikram S. AdveCorrection to last fix: Pointer types do not return...
2003-07-06 Vikram S. AdveChoose register instead of immediate for ConstantExpr...
2003-07-06 Vikram S. AdveMajor bug fix though it happened rarely (only on a...
2003-07-06 Vikram S. AdveMake the RegClassID values public -- there is no other...
2003-07-03 Misha BrukmanApparently, the "regType" and "regClass" used in the...
2003-07-02 Misha Brukman* Force all "don't care" bits to 0 so that there are...
2003-07-02 Misha BrukmanThe classes F4_3 and F4_4 have an `rd' operand that...
2003-07-02 Misha BrukmanProperly fix instruction syntax in comments, using...
2003-07-02 Misha BrukmanFixed instruction syntax in the comments (specifies...
2003-07-02 Vikram S. AdveForce fixed-size but large alloca objects to the dynami...
2003-07-02 Vikram S. AdveMinor beautification: fold a couple of lines of code.
2003-07-02 Vikram S. Adve(1) Major bug fix: DecomposeArrayRef() replaces its...
2003-07-02 Vikram S. AdveA def. operand of a machine instruction may be an ordin...
2003-07-02 Vikram S. AdveBug/case fixes:
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-23 Vikram S. AdveAdd the padding needed for variable-size alloca's,...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-20 Chris LattnerSome preprocessors doen't support // comments and get...
2003-06-20 Vikram S. AdveRDCCR defines arg. #1, not arg. #2.
next