Fixed inconsistent indentation.
[oota-llvm.git] / include /
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-05-04 Misha BrukmanProvide visit(Module&) and visitModule(Module&) functio...
2004-05-04 Brian GaekeAdd BBTrace accessor method and data member.
2004-05-04 Brian GaekeNew header file containing profile info enums shared...
2004-05-02 Chris LattnerInitialize member out of paranoia
2004-05-02 Brian GaekeChris told me to take these assertions out a few days...
2004-05-01 Chris LattnerStop LiveVariables from using BasicBlocks as part of...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-04-30 Tanya LattnerSorry, now friend class name should be right!!
2004-04-30 Tanya LattnerFixed friend class name for ModuloScheduling.
2004-04-30 Tanya LattnerFixed friend class name for ModuloSched
2004-04-30 Tanya LattnerRemoving MachineResource class.
2004-04-29 Brian GaekeAdd machine-CFG graph traits specializations.
2004-04-28 Misha Brukman* Make contained ostream not public.
2004-04-28 Misha Brukman* Add ability to get and set the output stream
2004-04-28 Brian GaekeAdd pred./succ. list size methods.
2004-04-28 Brian GaekeMove private methods to end of class decl at Chris...
2004-04-28 Brian GaekeFix thinkos that Chris caught for me.
2004-04-28 Brian GaekeAdd machine-code CFG support: MachineBasicBlocks may...
2004-04-27 Chris LattnerFix warning
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-26 Brian GaekeBecause I like being able to instantiate the cfgprinter...
2004-04-26 Brian GaekeFix a typo in a comment.
2004-04-23 Misha BrukmanAggregating function arguments is now an option. Defaul...
2004-04-23 Chris LattnerRemove the SCEV::expandCodeFor method, add a new SCEVVi...
2004-04-23 Brian GaekeMerged this file into the SparcV9 target.
2004-04-23 Brian GaekeAdd emitWordAt() - a quick and dirty interface that...
2004-04-22 Misha BrukmanClarify the logic: the flag is renamed to `deleteFn...
2004-04-22 Misha BrukmanAdd a boolean flag to delete this function from module...
2004-04-22 Chris LattnerAdd an ugly cast
2004-04-22 Chris LattnerAdd a method
2004-04-21 Alkis EvlogimenosDeclare iterator as public since it is defined as such...
2004-04-20 Chris LattnerAllow getting the module from a call graph
2004-04-20 Chris LattnerChange it to take a callgraph, from which we can get...
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2004-04-19 Chris LattnerAdd accessor for a Loop Unswitching pass
2004-04-19 Chris LattnerEliminate a poorly conceived method
2004-04-19 Chris Lattner* Improve file header comment
2004-04-18 Chris LattnerProvide an interface that is more convenient for iterat...
2004-04-18 Chris LattnerAdd new method.
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerAdd a new method
2004-04-18 Chris LattnerAllow clients to delete loops, add a new method
2004-04-18 Chris LattnerAdd prototype
2004-04-16 Brian GaekeSwitch to including <iostream> for compatibility with...
2004-04-16 Brian GaekeInclude <string> for compatibility with gcc 3.0.x ...
2004-04-16 Misha BrukmanAssert if Instruction is being deleted before being...
2004-04-15 Misha BrukmanDon't use invalid HTML in doxygen comments.
2004-04-15 Chris LattnerAdd some helpful methods
2004-04-15 Chris LattnerPublically export all of these classes from the ScalarE...
2004-04-14 Brian GaekeAdd a copy constructor for TargetData.
2004-04-14 Chris LattnerTemporarily hack in the intrinsics that John added...
2004-04-13 Chris LattnerAdd new interfaces
2004-04-12 Chris LattnerAdd some methods that are useful for updating loop...
2004-04-12 Chris LattnerChange the call graph class to have TWO external nodes...
2004-04-11 Chris LattnerMake comments above APIs reflect what they should do.
2004-04-11 Chris LattnerNew method to allow more efficient clients
2004-04-10 Chris LattnerNote to self: SAVE FILES!
2004-04-10 Chris LattnerAdd an interface to update value numbering
2004-04-10 Chris LattnerClarify interface
2004-04-09 Alkis EvlogimenosAdd definition list to each live interval.
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-04-08 Brian GaekeThis file does not appear to be included anywhere.
2004-04-07 Brian GaekeThis file is no longer used.
2004-04-05 Chris LattnerBe more restrictive with the index types we allow for...
2004-04-04 Chris LattnerAdd ConstantExpr::get(Sign|Zero)Extend methods
2004-04-04 Chris LattnerSupport iteration over constant instructions
2004-04-03 Chris LattnerAllow for use of arbitrary iterator types...
2004-04-02 Brian GaekeRegenerated using autoheader-2.57.
2004-04-02 Chris LattnerRemove obsolete files
2004-04-02 Chris Lattnercleanup some long-dead code
2004-04-02 Chris LattnerIgnore configure produced files
2004-04-02 Chris LattnerAdd a new analysis
2004-04-02 Chris LattnerMake the verifier API more complete and useful
2004-04-02 Chris LattnerAdd new function
2004-04-01 Misha BrukmanFix grammar.
2004-04-01 Chris LattnerAllow converting a builder to an iterator
2004-03-31 Brian GaekeAdd clear() forwarding method.
2004-03-31 Chris LattnerImprove description, add warning
2004-03-31 Chris LattnerMachineBasicBlock::remove should not change the iterato...
2004-03-30 Chris LattnerAdd a simple select instruction lowering pass
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerRelax the interface a bit
2004-03-29 Chris LattnerAdd a bunch of methods that should have been added...
2004-03-26 Chris LattnerAdd two methods which have been needed for a long time...
2004-03-18 Chris LattnerThe code extractor needs dominator information, so...
2004-03-18 Chris LattnerMake this header file self-contained
2004-03-17 Chris Lattnercleanup comment
2004-03-15 Chris LattnerTweak argument
2004-03-15 Chris LattnerDeinline a couple of methods. Improve comment.
2004-03-15 Chris LattnerAdd two new methods which can be used to enable a bunch...
2004-03-14 Alkis EvlogimenosAnother API change to MRegisterInfo::foldMemoryOperand...
2004-03-14 Chris LattnerRename createLoopExtractorPass to createSingleLoopExtra...
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-03-14 Chris LattnerMove loop extractor to the IPO header
2004-03-14 Chris LattnerRemove dead file
2004-03-14 Chris LattnerMove DemoteRegToStack prototype out of DemoteRegToStack...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-12 Chris LattnerFix PR266: Make Module Not Inherit From Annotable
2004-03-12 Misha BrukmanAdd AnalysisUsage::addRequiredTransitive() to keep...
next