* Use the MachineConstantPool for storing constants instead of a hash_set;
[oota-llvm.git] / lib / Target / SparcV9 /
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-10 John CriswellDon't explicitly use $SourceDir to find the tblgen...
2003-09-09 John CriswellUpdated to find source files using VPATH. This makes...
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-09-05 Misha BrukmanAdded some optimizations:
2003-09-01 Chris LattnerNo longer provide an optinfo, noone uses it
2003-09-01 Chris LattnerInline simple comparison which is sparc specific anyway
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-09-01 Chris LattnerSimplify code a bit
2003-09-01 Chris LattnerLiveRange.h is now in lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file is hopelessly out of date
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerPhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-09-01 Chris LattnerIGNode got moved to lib/CodeGen/RegAlloc
2003-09-01 Chris LattnerThis file just needs LiveRange.h not IGNode.h
2003-09-01 Chris LattnerNo longer include IGNode.h in the Sparc global header
2003-08-29 Misha Brukman* Use alloca() to force GCC not to eliminate frame...
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 Tanya LattnerRemoving README
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-27 Tanya LattnerAdded/removed header file
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 Chris LattnerFix spello
2003-08-21 Chris LattnerChange all #include'd files to be :: rules instead...
2003-08-18 Chris LattnerAdd support for the sig(set|long)jmp intrinsics
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-16 Brian GaekeRename -emitmaps to -enable-maps
2003-08-15 Misha BrukmanNow that the JIT memory manager allocates as many bytes...
2003-08-15 Misha BrukmanFix register and parameter numbers in saving double...
2003-08-15 Chris LattnerRemove uses of the NonCopyable class, to make the doxyg...
2003-08-15 Misha Brukman* Must save FP registers when calling CompilationCallba...
2003-08-14 Vikram S. AdveImprovement to the previous fix: branch following a...
2003-08-14 Misha BrukmanSince we now have TableGen editing modes for VIM and...
2003-08-14 Chris LattnerRestore 'nice name' to pass
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
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
next