Pre-emptive commit of cfrac license information.
[oota-llvm.git] / include /
2004-02-18 Chris LattnerMove a helper class out of bugpoint to here.
2004-02-18 Chris Lattnereliminate a pair of really inefficient methods now...
2004-02-17 Chris LattnerThe CBE is no longer in llvm-dis
2004-02-17 Chris LattnerSimplify and document the new interface
2004-02-17 Alkis EvlogimenosAdd LiveIntervals::Interval::empty() member function.
2004-02-17 Alkis EvlogimenosAdd API to check and fold memory operands into instruct...
2004-02-17 Chris LattnerAdd two missing pieces from last checkin
2004-02-17 Chris LattnerRearrange code to eliminate warnings
2004-02-16 Alkis EvlogimenosAdd LeakDetection to MachineInstr.
2004-02-15 Alkis EvlogimenosEliminate the use of spill (reserved) registers.
2004-02-15 Chris LattnerAdd a new ConstantAggregateZero class, to fix PR239...
2004-02-15 Chris Lattnerfinegrainify namespacification
2004-02-15 Chris LattnerConstantArray::get and ConstantStruct::get now just...
2004-02-14 Chris LattnerThe prologue/epilogue related method calls have no...
2004-02-14 Chris LattnerAdd llvm.memset/frameaddress/returnaddress intrinsics.
2004-02-14 Alkis EvlogimenosAdd next() and prior() iterator utility functions....
2004-02-14 Chris LattnerAdd method
2004-02-13 Chris LattnerMake sure to provide a prototype for the cbackend
2004-02-13 Chris LattnerThe cbackend has never had anything to do with llvm...
2004-02-13 Chris LattnerChange access to the cwriter
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-13 Alkis EvlogimenosMark MachineBasicBlock::operator[] deprecated.
2004-02-13 Alkis EvlogimenosAdd getNumVirtualRegs().
2004-02-13 Misha BrukmanFix spelling of `tendency'.
2004-02-13 Chris LattnerExpose a pass ID for lower-invoke
2004-02-13 Brian GaekeUpdate the example here in the header file.
2004-02-13 Brian GaekeInclude <iosfwd>.
2004-02-12 Alkis EvlogimenosMove ilist_trairs<MachineInstr> in MachineBasicBlock.
2004-02-12 Alkis EvlogimenosAdd parent pointer to MachineInstr that points to owning
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic.
2004-02-12 Chris LattnerUrg, check in header I forgot. :(
2004-02-12 Chris LattnerRename the opCode instance variable to Opcode
2004-02-12 Chris LattnerRemove a dead field from MachineInstr!
2004-02-12 Alkis EvlogimenosChange interface so that we can add to the end of a...
2004-02-12 Brian GaekeAdd one more doxygen comment.
2004-02-12 Brian GaekeExpress one of MachineOperand's many constructors in...
2004-02-12 Brian GaekeRemove these MachineOpCodeFlags and their accessor...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-12 Brian GaekeRemove getOpCode(). Help doxygenify some comments.
2004-02-11 Chris LattnerIf a node has more than 64 outgoing edges, make the...
2004-02-11 Brian GaekeFix typos in comments.
2004-02-11 Chris LattnerAdd an important prototype
2004-02-11 Chris LattnerFactor this code out of llvm-prof
2004-02-11 Chris LattnerRemove long obsolete method. switch instructions are...
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...
2004-02-10 Misha BrukmanSprinkle liberally with comments, saute with doxygen...
2004-02-10 Misha BrukmanDoxygenify comment.
2004-02-10 Chris LattnerUrg, the X86 backend DOES use virtual register operands. :(
2004-02-10 Chris LattnerRemove and simplify some of the bewildering collection...
2004-02-10 Chris LattnerRemove some unneeded stuff
2004-02-10 Chris LattnerEliminate MachineOperand::isPhysicalRegister. The...
2004-02-10 Chris LattnerSimplify condition, this does not change the predicate...
2004-02-10 Misha Brukman* Added class comments
2004-02-10 Misha BrukmanDoxygen-ify comments, make function prototypes more...
2004-02-09 Alkis EvlogimenosAdd global methods that prevent us from using ilist...
2004-02-09 Brian GaekeSchedGraph doesn't need to be friends with SchedGraphNo...
2004-02-09 Chris LattnerNow that all of the derived types have disciplined...
2004-02-09 Chris LattnerIncrease encapsulation of the StructType class, elimina...
2004-02-09 Chris LattnerImprove encapsulation in the FunctionType class, by...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-08 Chris LattnerSubstantially improve the DSA code by removing 'forward...
2004-02-08 Chris LattnerSwitch the Nodes list from being an std::vector<DSNode...
2004-02-08 Chris LattnerOne of the 'annoying' things about ilists is that the...
2004-02-08 Chris LattnerChange to use iterators instead of direct access
2004-02-07 Chris LattnerAbstract out the Nodes collection. Instead of providin...
2004-02-07 Chris LattnerActually USE isForwarding method
2004-02-07 Chris LattnerAs Alkis pointed out to me, I forgot to commit this...
2004-02-06 Brian GaekeUse autoconf answers from config.h (FIXME, should autoc...
2004-02-06 Misha BrukmanFix grammar.
2004-02-04 Alkis EvlogimenosModify the two address instruction pass to remove the...
2004-02-04 Brian GaekeInclude <iosfwd> and <string> instead of <iostream>.
2004-02-04 Chris LattnerCheck in header file I forgot before.
2004-02-04 Chris LattnerDelete the BasicBlock ctor that only takes a BasicBlock...
2004-02-03 Alkis EvlogimenosWhen an instruction like: A += B had both A and B virtu...
2004-02-02 Alkis EvlogimenosRevert changes. Will implement this using a different...
2004-02-02 Alkis EvlogimenosAdd MachineOperand::setDef() and MachineOperand::setUse...
2004-02-02 Brian GaekeAdd prototype for llvm::allocatePowerPCTargetMachine().
2004-02-02 Chris LattnerCorrect the method I just added to actually return...
2004-02-02 Chris LattnerAdd a new method to ConstantFP
2004-02-01 Chris LattnerThe first half of a fix for PR218 & test/Regression...
2004-02-01 Alkis EvlogimenosAdd MRegisterInfo::getNumRegs().
2004-02-01 Chris LattnerAdd comments
2004-01-31 Alkis EvlogimenosMerge safe parts from last night's buggy commit. These...
2004-01-31 Chris LattnerAdd two static methods to avoid having client code...
2004-01-31 Alkis EvlogimenosRevert last night's changes as they broke some tests...
2004-01-31 Alkis EvlogimenosSeveral performance enhancements and cleanups from...
2004-01-30 Chris LattnerAdd a new pointsToConstantMemory method to the AliasAna...
2004-01-30 Chris LattnerAdd a new lazily constructed mapping from Idx's the...
2004-01-30 Brian GaekeGive clients of MachineFunctionPrinter the ability...
2004-01-30 Misha BrukmanDoxygenify comments.
2004-01-28 Chris LattnerKeep track of all of the globals inserted into the...
2004-01-28 Chris LattnerPull the ScalarMap out into something that is more...
2004-01-27 Chris LattnerMinor tweaks
2004-01-27 Chris LattnerAdd comments, allow DSNode "copy ctor" to ignore outgoi...
2004-01-27 Chris Lattner* cloneReachable* and clonePartiallyInto are not obsolete
2004-01-23 Alkis EvlogimenosFix failing test cases with joined live intervals....
2004-01-23 Chris LattnerAdd new flag, other minor modifications
2004-01-23 Chris LattnerFix grammar
2004-01-22 Alkis EvlogimenosAdd option to join live intervals. Two intervals are...
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
next