This change fixed a bug in the function visitMul. The prior version
[oota-llvm.git] / include /
2004-07-27 Brian GaekeAs it happens, none of these TargetInstrInfo methods...
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-07-27 Chris LattnerAdd a note
2004-07-27 Chris LattnerFix out of date comment
2004-07-26 Chris LattnerNew methods
2004-07-25 Reid SpencerReduce the footprint of the dependent library interface
2004-07-25 Reid Spencerbug 263:
2004-07-25 Reid Spencerbug 402:
2004-07-25 Chris LattnerAdd back() and pop_back() methods to SetVector
2004-07-25 Chris LattnerAdd support for free instructions
2004-07-25 Chris LattnerMake a method const, no functionality changes
2004-07-24 Alkis EvlogimenosRemove implementation of operator= and make it private...
2004-07-24 Alkis EvlogimenosChange std::map<unsigned, LiveInterval*> into a std...
2004-07-24 Chris LattnerProvide timeout values to all abstract interpreters
2004-07-24 Chris LattnerAdd support for killing the program if it executes...
2004-07-24 Chris LattnerCompletely eliminate the intervals_ list. instead...
2004-07-24 Chris LattnerAdd a new differingRegisterClasses method
2004-07-24 Chris LattnerLittle stuff:
2004-07-23 Chris LattnerMore minor changes:
2004-07-23 Chris LattnerChange addRange and join to be a little bit smarter...
2004-07-23 Chris LattnerNew helper method
2004-07-23 Chris LattnerSpeedup debug builds a bit
2004-07-23 Chris LattnerInstead of searching for a live interval pair, search...
2004-07-23 Chris LattnerRename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis...
2004-07-23 Chris LattnerPull the LiveRange and LiveInterval classes out of...
2004-07-23 Chris LattnerImprove comments a bit
2004-07-23 Chris LattnerForce coallescing of live ranges that have a single...
2004-07-23 Misha Brukman* Add a BoolAlignment field to TargetData, default...
2004-07-22 Chris LattnerNew prototype
2004-07-22 Chris LattnerClean up reference counting to stop "leaking" alias...
2004-07-21 Brian GaekeInclude <iostream> here, because most people using...
2004-07-21 Alkis EvlogimenosAdd greater_ptr functor.
2004-07-21 Alkis EvlogimenosAdd Iterative scan register allocator.
2004-07-21 Chris LattnerAdd a bunch of new functionality, primarily to do with...
2004-07-21 Chris LattnerMake the AST interface a bit richer by returning whethe...
2004-07-21 Brian GaekeRegenerated with autoconf/autoheader 2.57
2004-07-21 Brian GaekeAdd prototypes for platform-independent wrappers for...
2004-07-21 Brian GaekeRegenerated with autoheader-2.57.
2004-07-20 Misha BrukmanUse C++-style <cstdio> instead of C-style <stdio.h>
2004-07-20 Misha BrukmanDump the old-fashioned C-style <ctype.h> in favor of...
2004-07-20 Misha Brukmanisupper() and tolower() are declared in <ctype.h>
2004-07-19 Misha BrukmanTabs to spaces.
2004-07-19 Misha BrukmanConvert tabs to spaces; fix name of function in assert...
2004-07-19 John CriswellAdded support for stdint.h. It is now automatically...
2004-07-19 Chris LattnerSplit joinIntervals into two methods
2004-07-19 Chris LattnerFix comment
2004-07-19 Chris LattnerDelete 4 methods, make clients use hte mark* 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 Lattnerfill comment to 80 cols
2004-07-19 Chris Lattnerinline classof implementations, eliminate use of virtua...
2004-07-19 Chris Lattnereliminate isConstantExpr, changes to isa<Constant>...
2004-07-19 Chris LattnerAdd new enum entries for ConstantAggregateZeroVal/Const...
2004-07-19 Chris LattnerChange method to return void. Inline dtor
2004-07-18 Chris LattnerRemove dead file
2004-07-18 Reid SpencerAdd a missing space to align comments.
2004-07-18 Reid SpencerFix typeos in comments.
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid SpencerFix a comment.
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencerbug 122:
2004-07-17 Reid Spencer****** ABOLISH ConstantPointerRef *****
2004-07-17 Reid SpencerExtend constructor so that it can support GlobalValue...
2004-07-17 Reid SpencerConstant value not needed after CPR's disappear.
2004-07-17 Reid SpencerAdded a README to point users to the documentation...
2004-07-17 Chris Lattnerlink.h causes problems on some platforms and is not...
2004-07-17 Chris LattnerRemove dead file
2004-07-16 Alkis EvlogimenosAdd convinience constructor for function calls with...
2004-07-16 Chris LattnerAdd a new macro to be used for the end of enum lists.
2004-07-15 Chris LattnerGive SetVector range support
2004-07-15 Chris LattnerFinal fix for PR341: eliminate operator<<(ostream,...
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFix for PR341
2004-07-15 Chris LattnerYeah, how about those 'primative' types huh?
2004-07-14 Chris LattnerMake PATypeHolder and friends return non-const pointers...
2004-07-14 Chris Lattner* Change code to use a static_cast instead of reinterpr...
2004-07-12 Chris LattnerAdd a helper method. The StructType element is complet...
2004-07-12 Chris LattnerAdd a missing #include
2004-07-12 Chris LattnerFix warning compiling with VC++
2004-07-12 Chris LattnerImplement a new method useful for things like the inliner
2004-07-11 Chris LattnerAdd a new listener class for things that want to be...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine functions. Move...
2004-07-11 Chris LattnerAdd a new TargetNameParser class, which is useful for...
2004-07-11 Chris LattnerProvide better support for pointer-valued command line...
2004-07-11 Chris LattnerFirst cut at TargetMachineRegistry and RegisterTarget...
2004-07-11 Chris LattnerAdd two new "virtual static" methods to the TargetMachi...
2004-07-11 Chris LattnerAdd a new header
2004-07-09 Chris LattnerRemoved unneeded forward decl
2004-07-09 Chris LattnerRemove unused method
2004-07-08 Chris LattnerEliminate the UID field in the Type class, bringing...
2004-07-08 Chris LattnerAdd a new method
2004-07-08 Reid SpencerGet rid of some cruft in the insert method.
2004-07-08 Reid SpencerFirst version of a vector with uniqueness constraints...
2004-07-08 Misha BrukmanFix spelling of `equivalent'
2004-07-08 Chris LattnerisSigned/isUnsigned/isInteger methods do not need to...
2004-07-08 Chris LattnerUpdate comment.
next