Move parsing details to Parser.cpp.
[oota-llvm.git] / lib / CodeGen /
2004-06-05 Chris LattnerRemove an unused variable.
2004-06-02 Chris LattnerOops, this was not to go in
2004-06-02 Chris LattnerAdjust to the new TargetMachine interface
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
2004-06-02 Chris LattnerInline findOptimalStorageSize into it's caller, both...
2004-06-02 Chris LattnerFinegrainify namespacification
2004-06-02 Chris LattnerFix a trivial but blatant bug
2004-05-30 Alkis EvlogimenosPull Interval class out of LiveIntervals.
2004-05-30 Alkis EvlogimenosWhen spilling an register, introduce a new temporary...
2004-05-30 Brian GaekeFix typo in head-of-file comment.
2004-05-29 Alkis EvlogimenosAdd method to assign stack slot to virtual register...
2004-05-29 Alkis EvlogimenosAdd grow() member that grows the maps when the number...
2004-05-29 Alkis EvlogimenosRemove defs vector from live intervals.
2004-05-28 Tanya Lattnerupdates to ModuloSched
2004-05-26 Tanya LattnerAdding scheduling class.
2004-05-26 Tanya LattnerUpdating my cvs versions. THis is still in progress...
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-24 Chris LattnerEliminate an explicit use of the LLVM basic block,...
2004-05-24 Tanya LattnerChanged clone to be const.
2004-05-23 Tanya LattnerFixed up my changes to add support for cloning Machine...
2004-05-23 Tanya LattnerAdding support to clone MachineInstr
2004-05-12 Chris LattnerFix a really nasty bug from my changes on Monday to...
2004-05-12 Brian GaekeStart NextMBBNumber out at zero.
2004-05-12 Brian GaekeAdd non-const MachineBasicBlock::getParent() accessor...
2004-05-10 Chris LattnerSwitch this from using an std::map to using a DenseMap...
2004-05-10 Chris LattnerUse a new VRegPHIUseCount to compute uses of PHI values...
2004-05-10 Chris LattnerNow that we use an ilist of machine instructions, itera...
2004-05-10 Chris LattnerPatch to fix PR337. Make sure to mark all aliased...
2004-05-09 Chris LattnerImplement the AddPrototypes method
2004-05-08 Tanya LattnerUpdating my versions of ModuloScheduling in cvs. Still...
2004-05-08 Alkis EvlogimenosAdd required header
2004-05-08 Alkis EvlogimenosRemove unneeded header
2004-05-06 Chris Lattnernumeric_limits::infinity() apparently does not work...
2004-05-01 Chris LattnerOperate on the Machine CFG instead of on the LLVM CFG
2004-05-01 Chris LattnerStop LiveVariables from using BasicBlocks as part of...
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h...
2004-04-23 Brian GaekeImplement emitWordAt() for the debug emitter and the...
2004-04-12 Alkis EvlogimenosFix bug introduced in previous commit.
2004-04-12 Alkis EvlogimenosCorrectly compute spill weights
2004-04-12 Alkis EvlogimenosPrint def lists a bit more compactly
2004-04-09 Alkis EvlogimenosAdd definition list to each live interval.
2004-03-31 Chris LattnerMBB::remove should not modify the iterator passed in
2004-03-31 Chris LattnerMachineBasicBlock::remove should not modify the iterato...
2004-03-30 Alkis EvlogimenosCorrectly update LiveVariables when an instruction...
2004-03-29 Brian GaekeChange how the beginnings and ends of MachineFunctions...
2004-03-17 Alkis EvlogimenosMake the set of fixed (preallocated) intervals be a...
2004-03-16 Chris LattnerFix PR294
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-03-09 Alkis EvlogimenosSpill explicit physical register defs as well.
2004-03-06 Alkis EvlogimenosAs I wrote in the docs, simple is the default spiller :-)
2004-03-06 Alkis EvlogimenosAdd simple spiller.
2004-03-03 Brian GaekeMake MachineOperand's value named 'contents'. Make...
2004-03-01 Alkis EvlogimenosAdd a spiller option to llc. A simple spiller will...
2004-03-01 Alkis EvlogimenosAdd the long awaited memory operand folding support...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-03-01 Tanya LattnerAdding new Modulo Scheduling graph files.
2004-03-01 Tanya LattnerRemoving old graph files with new graph files that...
2004-02-29 Chris LattnerAdd an assert
2004-02-29 Chris LattnerAdd back #include I messed up
2004-02-29 Chris LattnerUrg, forgot to check this in.
2004-02-29 Chris LattnerMove the private MachineInstrAnnot.h into a private...
2004-02-29 Chris LattnerRemove use of an ugly header
2004-02-29 Chris LattnerMove methods out of .h file
2004-02-29 Chris LattnerEliminate the distinction between "real" and "unreal...
2004-02-29 Chris Lattnerint64_t -> int
2004-02-27 Alkis EvlogimenosRename member function to be consistent with the rest.
2004-02-27 Alkis EvlogimenosMake spiller push stores right after the definition...
2004-02-27 Alkis EvlogimenosFix crash caused by passing register 0 to
2004-02-26 Alkis EvlogimenosClear maps right after basic block is processed.
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
2004-02-26 Chris LattnerNo need to clear the map here, it will always be empty
2004-02-25 Alkis EvlogimenosFix bugs found with recent addition of assertions in
2004-02-25 Brian GaekeGreat sparc renaming fallout IV: Sparc --> SparcV9.
2004-02-25 Alkis EvlogimenosRemove asssert since it is breaking cases that it shoul...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-25 Chris LattnerAdd an assertion
2004-02-24 Brian GaekeFunctionLiveVarInfo.h moved: include/llvm/CodeGen ...
2004-02-24 Alkis EvlogimenosMove machine code rewriter and spiller outside the...
2004-02-24 Alkis EvlogimenosAdd predicates for checking if a virtual register has...
2004-02-23 Alkis EvlogimenosMake enum private as it is an implementation detail.
2004-02-23 Alkis EvlogimenosRemove '4Virt' from member function names as it is...
2004-02-23 Alkis EvlogimenosRefactor VirtRegMap out of RegAllocLinearScan as the...
2004-02-23 Alkis EvlogimenosAdd number of spilled registers statistic.
2004-02-23 Chris LattnerFix bugs in finegrainification
2004-02-23 Chris LattnerFinegrainify namespacification
2004-02-23 Alkis EvlogimenosUse MachineBasicBlock::getParent().
2004-02-23 Alkis EvlogimenosRemove implementation of default constructor as it...
2004-02-23 Alkis EvlogimenosRefactor rewinding code for finding the first terminato...
2004-02-23 Alkis EvlogimenosImproved PhysRegTracker interface. RegAlloc lazily...
2004-02-23 Alkis EvlogimenosSimplify iterator usage now that we have next(). Also...
2004-02-23 Alkis EvlogimenosSome code cleanups from Chris
2004-02-23 Alkis EvlogimenosFix comments in PhysRegTracker and rename isPhysRegAvai...
2004-02-23 Alkis EvlogimenosMove LiveIntervals.h up to be the first included header
2004-02-23 Alkis EvlogimenosPull PhysRegTracker out of RegAllocLinearScan as it...
2004-02-23 Alkis EvlogimenosMove LiveIntervals.h to lib/CodeGen since it shouldn...
2004-02-22 Chris LattnerAnother bug fix for empty MBB's
2004-02-22 Chris LattnerFix a bug where we were implicitly assuming that there...
2004-02-22 Alkis EvlogimenosPrint basic block boundaries in machine instruction...
2004-02-22 Alkis EvlogimenosAbstract merging of ranges away from number of slots...
next