Fix this function to not say that longs have 8-byte alignment on X86/PPC.
[oota-llvm.git] / lib / CodeGen /
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-26 Chris LattnerMove method bodies that depend on <algorithm> from...
2004-10-26 Chris LattnerClean up the MachineBasicBlock.h file, percolating...
2004-10-26 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-10-25 Chris LattnerDo not use variable sized arrays in C++, they are non...
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for undef
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-10-15 Chris LattnerThis patch fixes the nasty bug that caused 175.vpr...
2004-10-15 Chris LattnerThis patch adds and improves debugging output. No...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Misha BrukmanModuloScheduling has moved to lib/Target/SparcV9
2004-10-10 Misha BrukmanModuloScheduling moved to lib/Target/SparcV9 as it...
2004-10-10 Tanya LattnerAdded debug information. Fixed several bugs in the...
2004-10-10 Reid SpencerRemove the InstrSched directory (moved to SparcV9)
2004-10-10 Reid SpencerDirectory no long exists (moved to Targets/SparcV9).
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanHyphenate target-(in)dependent for more tasty grammar...
2004-10-08 Misha BrukmanInstrSched has been moved to lib/Target/SparcV9
2004-10-08 Misha BrukmanInstrSched is SparcV9-specific and so has been moved...
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-01 Chris LattnerDo not repeat the map lookup
2004-10-01 Chris LattnerWhen a virtual register is folded into an instruction...
2004-10-01 Chris LattnerAdd a simple little improvement to the local spiller...
2004-10-01 Chris LattnerSubstantially revamp the local spiller, causing it...
2004-10-01 Chris LattnerPretty print a bit nicer :)
2004-10-01 Alkis EvlogimenosDocument this class a bit :-)
2004-09-30 Chris LattnerUse more efficient map operations. Fix a bug that...
2004-09-30 Chris LattnerThere is no need to call MachineInstr::print directly...
2004-09-30 Chris Lattner* Wrap some comments to 80 cols
2004-09-30 Chris LattnerSimplify the logic in the simple spiller and capitalize...
2004-09-30 Chris LattnerSwitch from defaulting to the 'local' spiller to the...
2004-09-30 Chris LattnerDon't use a densemap for keeping track of which vregs...
2004-09-30 Chris LattnerUse longer and more explicit names for instance vars...
2004-09-30 Chris LattnerFree the VirtRegMap at the end of MachineFunction proce...
2004-09-30 Chris LattnerReindent code, improve comments, move huge nested metho...
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-28 Alkis EvlogimenosFix includes. Patch contributed by Paolo Invernizzi!
2004-09-09 Alkis EvlogimenosGrow the map on entry so that we don't crash if joinInt...
2004-09-08 Alkis EvlogimenosUse a DenseMap for mapping reg->reg. This improves...
2004-09-05 Alkis EvlogimenosIndent to 2 spaces and cleanup excess whitespace.
2004-09-05 Alkis EvlogimenosIndent to 2 spaces.
2004-09-03 Misha BrukmanOrder #includes alphabetically, local .h files first.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-02 Alkis EvlogimenosWe don't need to sort the added vector as unhandled...
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Alkis EvlogimenosBe a bit more efficient when processing the active...
2004-09-01 Alkis EvlogimenosGive a better assertion if we see a use before a def.
2004-08-31 Alkis EvlogimenosMinor code clarity changes.
2004-08-29 Nate BegemanPut this change back in after testing from Reid proved...
2004-08-28 Alkis EvlogimenosRemove dead code.
2004-08-27 Alkis EvlogimenosNow that LiveIntervals::addIntervalsForSpills is fixed...
2004-08-27 Alkis EvlogimenosOnly update LiveVariables if it is available. addInterv...
2004-08-27 Alkis EvlogimenosBack out this change as it broke the build last night...
2004-08-27 Nate BegemanBack out change to divide getSpillSize by 8 until I...
2004-08-27 Alkis EvlogimenosThe linear scan variants do not require the LiveVariabl...
2004-08-27 Nate BegemanRegister sizes are in bits, not bytes
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-24 Chris LattnerFix a bug in a previous checkin of mine, correcting
2004-08-24 Chris LattnerDo not use .xword and friends to emit zeros on V9....
2004-08-21 Chris LattnerRegister info alignment is in bits, frame object alignm...
2004-08-21 Chris LattnerNow that we have per-register spill size/alignment...
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 LattnerRename var
2004-08-17 Chris LattnerAdd support for targets without a .zero directive
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Chris LattnerUse a designated comment character when printing comments.
2004-08-17 Chris LattnerAdd support for targets that have .quad, drop extra...
2004-08-17 Chris LattnerImplement emitGlobalConstant
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Chris LattnerSome asmwriters want an _ prefix
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class
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 Brian GaekeAdd a note that people shouldn't use MachineFunctionInfo.
2004-08-15 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-08-15 Chris LattnerThe insertion method returns void now
2004-08-15 Chris LattnerNuke ifdef'd out code
2004-08-15 Chris LattnerStop using CreateStackObject(RegClass*)
2004-08-15 Chris LattnerThese methods no longer take a TargetRegisterClass...
2004-08-15 Alkis EvlogimenosMake this compile on gc 3.4.1 (static_cast to non-const...
2004-08-14 Nate BegemanElminiate MachineFunction& argument from eliminateFrame...
2004-08-12 Chris LattnerSplit saveCallerSavedRegisters into two methods for...
2004-08-12 Chris LattnerForward substitute some constants into their users
2004-08-12 Chris LattnerThe only target that uses this code (v9) always has...
2004-08-07 Reid SpencerGet rid of a warning when compiling optimized. Uninitia...
2004-08-07 Chris LattnerOk get rid of the REST of the tabs
2004-08-07 Chris LattnerDeath to tabs
2004-08-04 Alkis EvlogimenosClean up whitespace.
2004-08-04 Alkis EvlogimenosConvert indentation to 2 spaces.
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h to pick up the def. of TmpIns...
next