Some compile time improvements resulting in a 1sec speedup in the 5sec
[oota-llvm.git] / include /
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.
2004-07-08 Chris LattnerThis file uses the Value class without a forward decl
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerAll of these now live in the DataStructure directory
2004-07-07 Chris LattnerMove DSA headers into Analysis/DataStructure to make...
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-06 Reid SpencerRemove definition and use of OtherVal enumerator. This...
2004-07-04 Reid SpencerMove SlotCalculator.h to lib/Bytecode/Writer since...
2004-07-04 Reid SpencerMake all the virtual function (except destructor) inlin...
2004-07-04 Reid SpencerAdd a new, compatible, interface function for writing...
2004-07-04 Reid SpencerAdded #include <iostream> since this header is no longe...
2004-07-04 Reid Spencer- Remove enumerator TypeVal since Values can't be types...
2004-07-04 Reid SpencerThere is no longer a "Type" primitive type because...
2004-07-04 Reid SpencerConstify usage of Type* on the interface to ensure...
2004-07-04 Reid SpencerRemove all of the classof(const Value*) methods of...
2004-07-04 Reid SpencerMake Type have no base classes. Previously it inherited...
2004-07-04 Alkis EvlogimenosAdd more operators.
2004-07-02 Chris LattnerFix Type::isSized() to realize that "{ opaque }" is...
2004-07-02 Chris LattnerSince we are in the department of redundancy department...
2004-07-02 Chris LattnerAdd a new pass for code generators to use
2004-07-01 Misha Brukman* Doxygenify comments
2004-07-01 Chris LattnerMove init methods out of line to enable better assertio...
2004-07-01 Chris LattnerNow that we have happy mappings from MBBs->numbers...
2004-07-01 Chris LattnerChange the implementation of the autonumbering for...
2004-06-29 Reid SpencerProvide support for the BytecodeHandler interface which...
2004-06-29 Reid SpencerFix include guard
2004-06-29 Reid SpencerAdjust comments to match code.
2004-06-28 Chris LattnerAdd new header
next