These files don't need to include <iostream> since they include "Support/Debug.h".
[oota-llvm.git] / lib / CodeGen /
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-21 Alkis EvlogimenosFix analysis name.
2004-07-21 Alkis EvlogimenosClear spilled list at once. Remove unused vector.
2004-07-21 Alkis EvlogimenosChange std::list into a std::vector for IntervalSets...
2004-07-21 Alkis EvlogimenosImprove file comment.
2004-07-21 Alkis EvlogimenosAdd Iterative scan register allocator.
2004-07-21 Alkis EvlogimenosLinearscan is no longer experimental.
2004-07-20 Alkis EvlogimenosAdd function to clear all virtual->physical mappings...
2004-07-20 Alkis EvlogimenosRemove unneeded functor. LiveInterval has a < operator.
2004-07-19 Alkis EvlogimenosRemove dead code.
2004-07-19 Chris LattnerFix a bug that occurs when the last instruction in...
2004-07-19 Chris LattnerWhen joining intervals, join intervals in deeply nested...
2004-07-19 Chris LattnerSplit joinIntervals into two methods
2004-07-19 Chris LattnerThere is no need to store the MBB along with the MI...
2004-07-19 Chris LattnerSimplify the interface to LiveVariables::addVirtualRegi...
2004-07-19 Chris LattnerRemove the DefBlock element of VarInfo. DefBlock is...
2004-07-19 Chris LattnerTwo changes, both very significant:
2004-07-19 Chris LattnerSee comments. The live intervals were not coming out...
2004-07-19 Chris LattnerFix assertion to not dereference end!
2004-07-19 Chris LattnerAdd some asserts that the list of intervals returned...
2004-07-19 Chris Lattnerremove the mbbi2mbbMap_, which was just keeping track...
2004-07-19 Chris Lattnerfill comment to 80 cols
2004-07-17 Chris LattnerIt looks like physref->virtreg joining is working fine...
2004-07-16 Chris LattnerFix IA64 compatibility
2004-07-16 Chris LattnerUse new macro
2004-07-15 Chris LattnerFix for PR341
2004-07-09 Chris LattnerAdd checks to ensure that there are no unreachable...
2004-07-09 Misha Brukman* Doxygenify comments
2004-07-09 Alkis EvlogimenosFix typo.
2004-07-09 Alkis EvlogimenosImprove code comments.
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-07 Alkis EvlogimenosDisable coalescing.
2004-07-06 Alkis EvlogimenosDo not crash when joining two intervals of registers...
2004-07-06 Chris LattnerFix a bug in the unreachable block elim pass. Dropping...
2004-07-04 Alkis EvlogimenosCorrectly compute the ration of iterations/#intervals.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-04 Alkis EvlogimenosAdd efficiency statistic.
2004-07-02 Chris LattnerRevert patches 1.79 and 1.80 which had to do with dead...
2004-07-02 Chris LattnerAdd a trivially simple pass to delete unreachable block...
2004-07-01 Chris LattnerMake sure that we destroy the MBB's, with all of their...
2004-07-01 Chris LattnerNow that MachineFunction/MachineBasicBlock keep a mappi...
2004-07-01 Chris LattnerChange MBB autonumber a bit to get the reverse mapping...
2004-07-01 Chris LattnerInstance var no longer exists
2004-07-01 Chris LattnerStart using MBB numbers directly instead of going throu...
2004-07-01 Chris LattnerInstead of building a private numbering of MBB's use...
2004-06-29 Chris LattnerIn line with the previous patch, do not assert out...
2004-06-29 Chris LattnerDo not dereference end iterators. It hurts when you...
2004-06-27 Chris LattnerDo not find these ugly sparc-specific objects by using...
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-24 Misha BrukmanConvert tabs to spaces.
2004-06-22 Misha BrukmanMaking an archive version of the CodeGen library is...
2004-06-22 Misha BrukmanProvide archive version of CodeGen library (for those...
2004-06-21 Chris LattnerRename Interval class to LiveInterval to avoid conflict...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-17 Brian GaekeMake debugging dumps w/ multiple MachineBBs for a given...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-16 Chris LattnerFix a recent regression in Applications/sgefa that...
2004-06-15 Chris LattnerRemove isnan support, correct isunordered support
2004-06-12 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-11 Chris LattnerFix fallout from getOffsetOfLocalArea() being negated...
2004-06-11 Chris LattnerFix lowering to work correctly
2004-06-11 Chris LattnerI misled Alkis: LLVM should have isnan, not isunordered.
2004-06-11 Alkis EvlogimenosAdd the isunordered intrinsic.
2004-06-10 Chris LattnerFix the prolog epilog code inserter to match the docume...
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...
next