Updated to handle the new SPEC95 configuration options.
[oota-llvm.git] / include /
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...
2004-01-22 Chris LattnerIt doesn't make sense for one side to be const, but...
2004-01-22 Chris LattnerRemove const qualifier (all Value*'s are nonconst in...
2004-01-22 Chris LattnerSpecialize std::swap correctly
2004-01-21 Misha BrukmanTo materialize a module, you need to know what function...
2004-01-21 Misha BrukmanIf you call abort(), #include <cstdlib>
2004-01-21 Brian GaekeRegenerated using autoconf-2.57 and autoheader-2.57.
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Tanya LattnerMoved iterators to common file.
2004-01-20 Chris Lattneradd a method proto, make a method not inline
2004-01-18 Chris LattnerAdd enum for compaction table.
2004-01-18 Chris LattnerAdd support for representing the "compaction table"
2004-01-17 Chris Lattnerfix copy-and-pasto
2004-01-17 Chris LattnerRevision of Brian's threading support library to be...
2004-01-16 Alkis EvlogimenosFold open interval ends handling into
2004-01-16 Alkis EvlogimenosUse a list instead of a vector to store intervals....
2004-01-15 Brian GaekeRemove configure support for endianness checking, the...
2004-01-15 Chris LattnerRemove ENDIAN_* support. LLVM does not need it anymore.
2004-01-15 Chris LattnerRemove broken doxygen comments
2004-01-14 Chris LattnerImprove comments, add support for remembering the const...
2004-01-14 Chris Lattneradd support for -- for symmetry
2004-01-14 Chris LattnerAdd new ConstantArray::isString(), as the conditions...
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-13 Alkis EvlogimenosRemove allocatable registers vector. It is already...
2004-01-13 Brian GaekeRegenerated using autoheader-2.57.
2004-01-12 Chris LattnerAdd new method
2004-01-12 Chris LattnerMove this file to lib/VMCore
2004-01-12 Chris LattnerEliminate a lot of out-of-date comments, and all of...
2004-01-12 Chris LattnerThe getShift method is no obsolete
2004-01-12 Chris Lattnerllvm::ConstantFoldInstruction
2004-01-12 Chris LattnerMove prototype of llvm::ConstantFoldInstruction
2004-01-11 Alkis EvlogimenosMake LiveVariables::HandlePhysRegUse and
2004-01-10 Chris LattnerMinor cleanup
2004-01-10 Chris LattnerRemove standard C file wrapper
2004-01-10 Chris LattnerRemove wrapper for standard C file, use <cstdlib> instead
2004-01-10 Chris LattnerDead file, use <cstring> instead of this.
2004-01-10 Chris Lattnerremove obsolete file
2004-01-09 Chris LattnerRemove an obsolete method, including its _long_ out...
2004-01-08 Chris LattnerRemove yet another obsolete comment :)
2004-01-08 Brian GaekeFix typos. Rewrite head-of-file comment.
2004-01-08 Brian GaekeFix typos. Regularize include guard.
2004-01-08 Chris LattnerImprove encapsulation in the Loop and LoopInfo classes...
2004-01-06 Chris Lattneradd new intrinsic
2004-01-06 Chris Lattneradd new method
2004-01-05 Chris Lattner/me slaps forehead
next