Convert bytes to bits in alignment
[oota-llvm.git] / lib /
2004-08-21 Chris LattnerConvert bytes to bits in alignment
2004-08-21 Chris LattnerRegister info alignment is in bits, frame object alignm...
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-21 Chris LattnerNow that we have per-register spill size/alignment...
2004-08-21 Chris LattnerFix warning
2004-08-21 Reid SpencerExamine the type code in the setcc class of instruction...
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-21 Chris LattnerAdd two values
2004-08-21 Chris LattnerFix a nasty bug that Nate ran into. In particular...
2004-08-20 Nate Begemanremove some things from the todo list.
2004-08-20 Chris LattnerDo not register ppc64 yet, as it breaks the SparcV9...
2004-08-20 Chris Lattnerquish a warning
2004-08-20 Reid SpencerFix a bug found exposed by: Regression/Other/2004-08...
2004-08-20 Nate BegemanImplement code to convert SetCC into straight line...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-20 Chris LattnerIf we are linking two global variables and they have...
2004-08-19 Misha BrukmanFix opcodes being printed in caps (the more general...
2004-08-19 Misha BrukmanStack space for argument passing is 32 regardless of...
2004-08-19 Misha BrukmanLR needs to be saved at 16-byte offset on a 64-bit...
2004-08-19 Misha BrukmanOn 64-bit PowerPC, pointers are 8 bytes, so parameter...
2004-08-19 Misha BrukmanThis PHI has 4 additional operands, not 2.
2004-08-19 Misha BrukmanUse the appropriate 64-bit register description file.
2004-08-19 Misha BrukmanFix more remaining 32-bit vestiges of PowerPC
2004-08-19 Misha BrukmanFix another vestige of the 32-bit PowerPC backend.
2004-08-19 Misha BrukmanCorrect character prepended to global symbols ('.'...
2004-08-19 Misha Brukman* Eliminate global base register, r2 is used for that...
2004-08-19 Misha BrukmanWrap long lines.
2004-08-19 Nate BegemanConvert casts that will have no effect into move instru...
2004-08-19 Nate BegemanClean up floating point instruction selection.
2004-08-18 Brian GaekeM_DUMMY_PHI_FLAG is no longer used to distinguish V9...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Chris LattnerConvert to the new MachineFunctionInfo interface
2004-08-18 Brian GaekeThe SparcV9 target no longer uses any pseudoinstruction...
2004-08-18 Brian GaekeThe Create*Const methods don't need to pass around...
2004-08-18 Brian GaekeDoxygenify some comments.
2004-08-18 Chris LattnerSwitch V9 over to using the AsmPrinter base class to...
2004-08-18 Chris LattnerRename var
2004-08-17 Chris LattnerAdd support for targets without a .zero directive
2004-08-17 Misha BrukmanThis file is no longer used.
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Chris LattnerAdd a new helper method to get log2(type alignment)
2004-08-17 Chris LattnerCheck constant expression validity more strictly
2004-08-17 Chris LattnerWork around PR424 for old c/c++ frontends.
2004-08-17 Chris LattnerPrint comments with ;
2004-08-17 Chris LattnerUse a designated comment character when printing comments.
2004-08-17 Reid SpencerBytecode File Format Changes:
2004-08-17 Nate BegemanRe-fix hiding the Frame Pointer from the register alloc...
2004-08-17 Chris LattnerUse the AsmPrinter emitGlobalConstant.
2004-08-17 Chris LattnerAdd support for targets that have .quad, drop extra...
2004-08-17 Chris LattnerUse the emitGlobalConstant defined in AsmPrinter
2004-08-17 Chris LattnerImplement emitGlobalConstant
2004-08-17 Chris LattnerNew, more general, interface.
2004-08-17 Chris LattnerAllow an arbitrary prefix
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Misha BrukmanRewrite targets/rules to generate files for just PowerP...
2004-08-17 Misha BrukmanRegister classes are target-dependent
2004-08-17 Misha Brukman#include <map> is not necessary here
2004-08-17 Misha Brukman`PowerPC' is no longer a real target
2004-08-17 Misha BrukmanMove variables and methods which need PPC{32,64}* disti...
2004-08-17 Misha BrukmanNo need for an `is64bit' flag
2004-08-17 Misha BrukmanPowerPCInstrInfo and PowerPCRegisterInfo have gone...
2004-08-17 Misha BrukmanConsistently name passed with 32 or 64 in their name
2004-08-17 Misha BrukmanPowerPCRegisterInfo no longer takes a bool to different...
2004-08-17 Misha BrukmanThe PowerPCInstrInfo class has gone away.
2004-08-17 Misha BrukmanPowerPCInstrInfo has gone away, PPC32 and PPC64 share...
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part II, 64-bit customization...
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...
2004-08-17 Reid SpencerCorrect the comments in the symbol table writer to...
2004-08-17 Chris LattnerPrint float constants as 4 byte values.
2004-08-17 Chris LattnerMake sure to put an _ prefix on all identifiers!
2004-08-17 Chris LattnerSome asmwriters want an _ prefix
2004-08-16 Chris LattnerMore changes to make PPC32 and X86 more similar
2004-08-16 Chris LattnerMinor changes to make the diff be nothing against the...
2004-08-16 Chris LattnerFinegrainify namespacification
2004-08-16 Chris LattnerStart using the AsmPrinter to emit our first class...
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class
2004-08-16 Chris LattnerMoved this file out of lib/CodeGen
2004-08-16 Chris LattnerHacks to make the MachineFunction class be able to...
2004-08-16 Chris LattnerCode moved out of lib/CodeGen/MachineFunction.cpp
2004-08-16 Chris LattnerMove this code to lib/Target/SparcV9/MachineFunctionInf...
2004-08-16 Chris LattnerThis file is moving to lib/Target/SparcV9
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-16 Chris LattnerNuke this file
2004-08-16 Chris LattnerFold MachineInstrAnnot.cpp into this file
2004-08-16 Misha BrukmanMove these files (which are dependent on VMCore) into...
2004-08-16 Brian GaekeUpdate and consolidate comments. Remove some excess...
2004-08-16 Brian GaekeAdd a note that people shouldn't use MachineFunctionInfo.
2004-08-16 Reid SpencerFix PR422.
2004-08-16 Reid SpencerRemove lib/System contents until a satisfactory solutio...
2004-08-16 Chris LattnerFix a bug that caused the pass to go into infinite...
2004-08-16 Chris LattnerThere is no need for a cast here
2004-08-16 Nate BegemanUpdate the current state of the world
2004-08-16 Nate BegemanFix typo of the word 'implicit' I made resolving a...
2004-08-16 Nate BegemanFix frame pointer handling:
2004-08-16 Nate BegemanFix mismatched adjust down/up of SP in functions that...
2004-08-16 Chris LattnerAdd a special case for argc,argv
2004-08-16 Chris LattnerDon't pass too many arguments into runFunction
next