Age | Commit message (Expand) | Author |
2004-06-21 | Rename Interval class to LiveInterval to avoid conflicting with the already | Chris Lattner |
2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner |
2004-06-17 | Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. | Brian Gaeke |
2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |
2004-06-16 | Fix a recent regression in Applications/sgefa that Alkis pointed out to me. | Chris Lattner |
2004-06-15 | Remove isnan support, correct isunordered support | Chris Lattner |
2004-06-12 | Add the isunordered intrinsic. | Alkis Evlogimenos |
2004-06-11 | Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were ... | Chris Lattner |
2004-06-11 | Fix lowering to work correctly | Chris Lattner |
2004-06-11 | I misled Alkis: LLVM should have isnan, not isunordered. | Chris Lattner |
2004-06-11 | Add the isunordered intrinsic. | Alkis Evlogimenos |
2004-06-10 | Fix the prolog epilog code inserter to match the documentation and support | Chris Lattner |
2004-06-05 | Remove an unused variable. | Chris Lattner |
2004-06-02 | Oops, this was not to go in | Chris Lattner |
2004-06-02 | Adjust to the new TargetMachine interface | Chris Lattner |
2004-06-02 | Adjust to new TargetMachine interface | Chris Lattner |
2004-06-02 | Inline findOptimalStorageSize into it's caller, both of which are sparc specific | Chris Lattner |
2004-06-02 | Finegrainify namespacification | Chris Lattner |
2004-06-02 | Fix a trivial but blatant bug | Chris Lattner |
2004-05-30 | Pull Interval class out of LiveIntervals. | Alkis Evlogimenos |
2004-05-30 | When spilling an register, introduce a new temporary for each of its | Alkis Evlogimenos |
2004-05-30 | Fix typo in head-of-file comment. | Brian Gaeke |
2004-05-29 | Add method to assign stack slot to virtual register without creating a | Alkis Evlogimenos |
2004-05-29 | Add grow() member that grows the maps when the number of virtual | Alkis Evlogimenos |
2004-05-29 | Remove defs vector from live intervals. | Alkis Evlogimenos |
2004-05-28 | updates to ModuloSched | Tanya Lattner |
2004-05-26 | Adding scheduling class. | Tanya Lattner |
2004-05-26 | Updating my cvs versions. THis is still in progress and much will be changed. | Tanya Lattner |
2004-05-24 | Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet... | Tanya Lattner |
2004-05-24 | Added MachineFunction parent* to MachineBasicBlock. Customized ilist template | Tanya Lattner |
2004-05-24 | Eliminate an explicit use of the LLVM basic block, using getParent instead, | Chris Lattner |
2004-05-24 | Changed clone to be const. | Tanya Lattner |
2004-05-23 | Fixed up my changes to add support for cloning Machine Instructions. | Tanya Lattner |
2004-05-23 | Adding support to clone MachineInstr | Tanya Lattner |
2004-05-12 | Fix a really nasty bug from my changes on Monday to PHIElim. These changes | Chris Lattner |
2004-05-12 | Start NextMBBNumber out at zero. | Brian Gaeke |
2004-05-12 | Add non-const MachineBasicBlock::getParent() accessor method. | Brian Gaeke |
2004-05-10 | Switch this from using an std::map to using a DenseMap. This speeds up | Chris Lattner |
2004-05-10 | Use a new VRegPHIUseCount to compute uses of PHI values by other phi values | Chris Lattner |
2004-05-10 | Now that we use an ilist of machine instructions, iterators are more robust | Chris Lattner |
2004-05-10 | Patch to fix PR337. Make sure to mark all aliased physical registers as used | Chris Lattner |
2004-05-09 | Implement the AddPrototypes method | Chris Lattner |
2004-05-08 | Updating my versions of ModuloScheduling in cvs. Still not complete. | Tanya Lattner |
2004-05-08 | Add required header | Alkis Evlogimenos |
2004-05-08 | Remove unneeded header | Alkis Evlogimenos |
2004-05-06 | numeric_limits::infinity() apparently does not work on all systems. As a | Chris Lattner |
2004-05-01 | Operate on the Machine CFG instead of on the LLVM CFG | Chris Lattner |
2004-05-01 | Stop LiveVariables from using BasicBlocks as part of the mapping, instead | Chris Lattner |
2004-04-23 | Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of | Brian Gaeke |
2004-04-23 | Implement emitWordAt() for the debug emitter and the file printer emitter. (I | Brian Gaeke |