Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target /
2003-12-12 John CriswellModified cast so that it converts the int to a long...
2003-12-12 Chris LattnerImplement the TargetMachine::getJITStubForFunction...
2003-12-11 Brian GaekeTurn off "attribute weak" to pacify Mac OS X's system...
2003-12-10 John CriswellThis appears to fix Bug 172 and does not break any...
2003-12-10 John CriswellUpon Chris's suggestion, moved the #ifdef's to the...
2003-12-10 John CriswellFixed the CBE on Solaris/Sparc. We need to define...
2003-12-01 Chris LattnerAdd an option to enable the SSA based peephole optimizer.
2003-12-01 Chris LattnerAdd a new SSA-based peephole optimizer which includes...
2003-12-01 Chris Lattnergeneralize the instruction types permitted a bit
2003-11-30 Chris LattnerFinegrainify namespacification
2003-11-26 Chris Lattneroutput foo(void) as appropriate
2003-11-25 Chris LattnerFix bug in previous checkin
2003-11-25 Chris LattnerDo not depend on the gep index types to determine what...
2003-11-22 Brian GaekeSupport constant casting constant pointers to ints...
2003-11-22 Brian GaekeConstant shift expressions, meet InstSelectSimple....
2003-11-22 Brian GaekeStub for constant shift expr support.
2003-11-22 Brian GaekeFix PR149 - support constant shift expressions.
2003-11-21 Misha Brukman* Add code to flush the ICache, which any self-respecti...
2003-11-18 Chris LattnerFix PR123
2003-11-16 Chris LattnerISO 9899 7.13.2.1 (3) says that "[...] the values of...
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-07 Chris LattnerHopefully fix the objdir != srcdir issue
2003-11-06 Chris LattnerFix warnings building on sparc
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 Misha BrukmanWe know exactly what the value of $< is, so instead...
2003-11-05 Chris LattnerDo not use a class before it is defined.
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
2003-11-04 Brian GaekeUpdate verifySavedState()'s comment, so that it reflect...
2003-11-04 Brian GaekeAdd comments.
2003-11-04 Chris LattnerFix problems in previous changes. This fixes several...
2003-11-03 Chris LattnerSignificantly simplify constant emission by unifying...
2003-11-03 Chris LattnerIncorporate printSingleConstantValue into its single...
2003-11-03 Chris Lattner* Reformat some code
2003-11-03 Chris LattnerWork around a bug in GCC where it can't handle common...
2003-11-03 Chris LattnerFix bugs with attribute weak emission
2003-11-03 Chris LattnerThis simplifies the CWriter code, makes the generated...
2003-11-03 Chris LattnerEliminate the silly namedContext member of printType
2003-11-02 Chris LattnerThe "correct" fix for CBackend/2003-10-23-UnusedType...
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 Chris LattnerFail gracefully if we have a zero arg varargs function
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 Chris LattnerDelete unused EmitByteSwap method
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-23 Misha Brukman* Order includes according to style guide
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-22 Misha BrukmanConverted tabs to spaces.
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...
next