Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target / SparcV9 /
2003-12-10 John CriswellThis appears to fix Bug 172 and does not break any...
2003-11-21 Misha Brukman* Add code to flush the ICache, which any self-respecti...
2003-11-13 Misha BrukmanInclude the file before we close the llvm namespace.
2003-11-13 Misha BrukmanSubstantially re-organized this file:
2003-11-13 Misha BrukmanThe function to create an instance of this pass is...
2003-11-13 Misha BrukmanThe functions to create new instances of passes are...
2003-11-13 Misha Brukman* Put command-line switches in their own namespace
2003-11-13 Misha BrukmanForce a dependency on the .inc file, which must be...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Brian GaekeFix problems linking against the reoptimizer; _llvm_reg...
2003-11-10 Brian GaekeOperand numbers are now ints. Save the register allocat...
2003-11-09 Brian GaekeFix PR103
2003-11-08 Brian GaekeFix two typos I found in comments.
2003-11-08 Misha BrukmanFor some reason, LICM and GCSE like to crash the Functi...
2003-11-07 Misha BrukmanImplement branching to a PC-relative constant (not...
2003-11-07 Misha BrukmanPreSelection is not optional, it performs a necessary...
2003-11-07 Misha BrukmanSwitch to emitting MachineConstantPool the way it was...
2003-11-07 Misha BrukmanSwitch to using the standard representation of the...
2003-11-07 Misha BrukmanWe accept TargetMachine as a const reference.
2003-11-07 Misha BrukmanPreSelection and PeepholeOpts are now FunctionPasses.
2003-11-07 Misha Brukman* Stop making a global for each constant that cannot...
2003-11-07 Misha Brukman* Use the MachineConstantPool for storing constants...
2003-11-07 Misha BrukmanUse `basename $<` to get just the filename, not full...
2003-11-07 Chris LattnerHopefully this will fix PR98
2003-11-06 Misha Brukman* Make the comment header 80 columns long
2003-11-06 Misha BrukmanLet's not forget about our friends -- Constant Pool...
2003-11-05 Chris LattnerDo not use a class before it is defined.
2003-11-04 Brian GaekeUpdate verifySavedState()'s comment, so that it reflect...
2003-11-04 Brian GaekeAdd comments.
2003-10-30 Brian GaekeInclude llvm/CodeGen/MachineCodeForInstruction.h. ...
2003-10-30 Brian GaekeMake AllocState an enum.
2003-10-29 Brian GaekeTweak sed commands so that they filter out more # stuff...
2003-10-24 Brian GaekePublicize the type of FnAllocState.
2003-10-23 Brian GaekeMove the implementations of ==, != on AllocInfos here...
2003-10-23 Brian GaekeMove AllocInfo structure to a private AllocInfo.h heade...
2003-10-23 Brian GaekeMake FnAllocState contain vectors of AllocInfo, instead...
2003-10-23 Brian GaekeNew file, containing AllocInfo structure.
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha Brukman* Fix order of #include files
2003-10-23 Misha Brukman* Order #includes as per style guide
2003-10-23 Misha Brukman* Use C++ style comments instead of C-style
2003-10-23 Misha Brukman* Eliminate `using' directive
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-22 Brian GaekeChange the type of FnAllocState.
2003-10-22 Brian GaekeDon't worry about converting each function's reg. alloc...
2003-10-22 Brian GaekeAdd prototype for verifySavedState().
2003-10-22 Brian GaekeDoxygenify method comments.
2003-10-22 Misha BrukmanAdd comments to describe what these functions actually do.
2003-10-22 Misha Brukman* Use <cmath> instead of <math.h>
2003-10-22 Misha BrukmanRemoved completely duplicated function comment (an...
2003-10-22 Misha BrukmanNo, really, order the #includes correctly.
2003-10-22 Misha Brukman* Fix order of #includes to follow style guide
2003-10-21 Chris LattnerHrm, unbreak stuph :(
2003-10-21 Chris LattnerFix preselection/lowerswitches bug
2003-10-21 Chris LattnerPull the PHI special case into it's own visit* method
2003-10-21 Chris LattnerThe lastOp operand is never used
2003-10-21 John CriswellAdded LLVM copyright notice.
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-21 Chris LattnerPreselection is _not_ a basicblock pass, because it...
2003-10-21 Vikram S. AdveWhen opcodes like ADD were split into reg. and immed...
2003-10-21 Vikram S. AdveWhy does g++ not even generate a warning when you miss...
2003-10-21 Vikram S. AdveImplement the new varargs instructions and intrinsics.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 Chris LattnerConvert this code from using annotations to using a...
2003-10-20 Brian GaekeGoodbye, AddRegNumToValues
2003-10-20 Chris LattnerRemove using declaration
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Brian GaekeMinor leftover fixups from replaceMachineCodeForFunctio...
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction() return void.
2003-10-20 Brian GaekeMake replaceMachineCodeForFunction return void.
2003-10-20 Chris LattnerApparently the dependencies are wrong for this file...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-18 Chris LattnerUpdate the sparc backend to at least compile correctly...
2003-10-17 Brian GaekeRefactor jump insertion code from CompilationCallback...
2003-10-17 Brian GaekeAdd prototype for replaceMachineCodeForFunction().
2003-10-17 Brian GaekeRemove extra blank line.
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-15 Chris Lattner#include vector which we will need here soon
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-10-13 Brian GaekeRemove WordsEmitted statistic; there's already a non...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Brian GaekeDon't include "Config/stdlib.h".
2003-10-10 Brian GaekeInclude <cstdio> instead of <stdio.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Misha Brukman* Doxygenified comments
2003-10-06 Brian GaekeAdd # of printed instructions statistic to both the...
2003-10-05 Chris LattnerAdd support for the Invoke instruction by using the...
2003-10-01 Misha BrukmanThe comment seems irrelevant as the pass has become...
2003-09-30 Chris LattnerMake sure to get the definition of getRegisterAllocator
2003-09-30 Chris LattnerRegisterAllocation.h is going away
2003-09-30 Chris Lattnerinclude passes.h which defines the interface this file...
2003-09-30 Brian GaekeAdd statistic for # of emitWord() calls.
2003-09-24 Brian GaekeUpdate head-of-file comment.
2003-09-24 Brian GaekeUntabify tabs in stuff I've recently added.
2003-09-24 Brian GaekeUse getRegClassID() instead of getRegClass()->getID...
2003-09-24 Brian GaekeRemove some unused methods of class IGNode.
2003-09-23 Misha BrukmanFixed spelling.
2003-09-23 Misha BrukmanFix spelling.
next