New python script that print a specified number of lines surrounding a
[oota-llvm.git] / include /
2004-08-01 Tanya LattnerAdding friend MSSchedule for ModuloScheduling pass.
2004-08-01 Chris LattnerFix warning
2004-07-31 Chris LattnerExpose breakcriticaledges as a functionpass
2004-07-31 Chris LattnerNew pass
2004-07-31 Chris LattnerExpose some helpful methods
2004-07-31 Alkis EvlogimenosChange signature to take two basic blocks: the target...
2004-07-31 Alkis EvlogimenosDoxygenify some comments.
2004-07-31 Alkis EvlogimenosRemove const from iterators passed by value.
2004-07-31 Alkis EvlogimenosAdd declarations for insertGoto and reverseBranchCondition.
2004-07-31 Chris LattnerAdd new M_BARRIER_FLAG flag, and isBarrier() method...
2004-07-31 Chris LattnerAdd some machine CFG related stuff
2004-07-30 Misha BrukmanEnable compilation.
2004-07-30 Chris LattnerCheck in some useful helper routines for doing ML-style...
2004-07-30 Chris LattnerI demand the ability to say 'if (isa<Value>(V))'!
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-29 Brian GaekeFix typo in comment.
2004-07-28 Brian GaekeTargetInstrInfo::hasOperandInterlock() is always true...
2004-07-27 Brian GaekeConstantTypeMustBeLoaded has been incorporated into...
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
next