Make sure to escape \'s when they are output
[oota-llvm.git] / lib / Target / SparcV9 /
2002-10-15 Chris LattnerMake sure to escape \'s when they are output
2002-10-14 Vikram S. AdvePrint "circular" warning message only in debug mode.
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-10-14 Chris LattnerAllow emission of names that start with an underscore...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-10-13 Vikram S. AdveSeveral major fixes, particularly in emitting constant...
2002-10-13 Vikram S. AdveDon't use %l0 for large operands to a SAVE since it...
2002-10-13 Vikram S. AdveDon't mark JMPLCALL and JMPLRET as branches.
2002-10-13 Vikram S. Adve(1) Try to evaluate constant when multiplying 2 constants.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer in SparcRegInfo.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer. Also add a few...
2002-10-13 Vikram S. AdveMake sure to handle small negative values hiding as...
2002-10-13 Vikram S. AdveMajor fix: extract ConstantExpr nodes and decompose...
2002-10-11 Vikram S. AdveMajor bug fix: spill code for an instruction in a delay...
2002-09-29 Vikram S. AdveBug fix in folding getElementPtr instructions: don...
2002-09-28 Vikram S. AdveAdded a couple of helper methods for live range constru...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
2002-09-28 Vikram S. AdveFixed incorrect assertion: spill code for function...
2002-09-28 Vikram S. AdveReturn address register should be marked as "result...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveSimplified code that handles call args and rets, so...
2002-09-28 Vikram S. AdveSimplify Call translation slightly.
2002-09-27 Vikram S. AdveOverhaul integer conversions to match C++ ISO standard.
2002-09-27 Vikram S. AdveModify operand order for Create{Sign,Zero}ExtensionInst...
2002-09-27 Vikram S. AdveBug fix: some redundant copies were not being deleted...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-27 Vikram S. AdveDecompose FP-to-UInt casts into FP-to-ULong-toUInt.
2002-09-23 Vikram S. AdvePut intermediate source files in a subdirectory here...
2002-09-21 Anand ShuklaInitial version: it adds 2 empty slots at the top of...
2002-09-20 Vikram S. AdveAdd method IGNode::getCombinedDegree to count the sum...
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-20 Vikram S. AdveAllow copy coalescing in more cases: if sum of node...
2002-09-20 Vikram S. AdvePeephole optimization pass on final machine code.
2002-09-20 Vikram S. AdveMoving these files from Code/PreSelection to here.
2002-09-17 Anand ShuklaRemoved debug info printing
2002-09-17 Chris LattnerAdd support for GCC 2.96
2002-09-16 Vikram S. AdveUse ulong instead of uint for size expressions.
2002-09-16 Vikram S. AdveAdd methods to query about the representation of LLVM...
2002-09-16 Vikram S. AdveDon't print out global names unnecesssarily. Also...
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-15 Vikram S. AdveFix typos in previous checkin.
2002-09-15 Chris LattnerRegAllocCommon no longer includes CommandLine.h so...
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveRemove unnecessary include.
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-09-14 Vikram S. AdveMoving to lib/CodeGen/RegAlloc.
2002-09-14 Misha BrukmanAgain, including Module makes Function unnecessary.
2002-09-12 Chris LattnerFix a bug I introduced into the code generator. :(
2002-09-11 Chris Lattner- Change getelementptr instruction to use long indexes...
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-09 Vikram S. AdveSilly bug fix: Machine code vector could be empty for...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-09-05 Vikram S. AdveAdd new function UltraSparcInstrInfo::CreateZeroExtensi...
2002-09-05 Vikram S. AdveBug fixes in casting between floats and ints smaller...
2002-09-05 Vikram S. Adve-- Use size of pointer element type instead of pointer...
2002-09-05 Vikram S. Adve-- Bug fix: use byte offsets not typed offsets in outpu...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-27 Anand Shuklamoved this file from lib/Reoptimizer/Mapping
2002-08-27 Anand ShuklaAdded getFunctionInfo and MappingInfoForFunction pass...
2002-08-24 Vikram S. AdveUse newly-added type inspection support in InstTreeNode...
2002-08-24 Vikram S. AdveMoved code here to extract memory instruction indices...
2002-08-24 Vikram S. AdveLoadIdx non-terminal no longer needed.
2002-08-24 Vikram S. AdveSign-extend values used to index arrays (and Simplify
2002-08-23 Anand ShuklaAdded #include <alloca.h>
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Chris LattnerChange code to not use the copyOperands method added...
2002-08-22 Vikram S. AdvedumpNode() does not need to print MachineInstrs.
2002-08-22 Vikram S. AdveFix two resource names.
2002-08-22 Vikram S. AdveAdd AsmPrinter::ConstantExprToString, which writes...
2002-08-22 Vikram S. AdveEliminate bool, boolreg and boolconst nonterminals...
2002-08-22 Vikram S. AdveChange rules for Not, since it is now implemented as...
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-20 Chris LattnerThis case JUST handles constantpointer nulls, not all...
2002-08-15 Vikram S. AdveUnary Not (boolean and bitwise) is no longer a separate...
2002-08-15 Vikram S. AdveRevise code generation for unary Not (boolean and bitwi...
2002-08-13 Vikram S. AdveSeveral bug fixes in casting to signed int values.
2002-08-13 Vikram S. AdveHandle small unsigned results correctly by clearing...
2002-08-12 Brian EnsinkBuild correctly in the face of /shared.
2002-08-12 Chris Lattner - Clean up interface to Sparc register handling a...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris LattnerWe are using std::vector, so remove extraneous namespac...
2002-08-09 Chris LattnerChange machinecode for instruction to not inherit from...
2002-08-09 Chris LattnerVery minor cleanups
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-07 Chris LattnerMerge three loops into one.
2002-08-07 Chris LattnerFix breakage in the build
2002-08-05 Mehwish Nagdaadded Mapping and Function Pass
2002-08-04 Vikram S. AdveBug fix in CreateCodeToLoadConst(): use sign of dest...
2002-08-04 Vikram S. AdveBug fix in SetOperandsForMemInstr: handle leading zeros...
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-08-03 Chris LattnerFix compilation problem. IsIndexZero doesn't exist...
next