New testcase
[oota-llvm.git] / include /
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...
2004-03-12 Chris LattnerAdd the visitSelectInst visitor method
2004-03-12 Chris LattnerAdd the SelectInst class
2004-03-12 Chris LattnerAdd the Instruction::Select enum
2004-03-12 Chris LattnerAdd support for select constant exprs
2004-03-11 Misha BrukmanMove function implementations to a .cpp file, avoid...
2004-03-11 Misha BrukmanForward-declare templates for fix compilation when...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-03-09 Chris Lattnernew method
2004-03-08 Chris LattnerSwitch over to using edge profile information as the...
2004-03-08 Chris LattnerWe don't want to make this a pure interface, as it...
2004-03-08 Chris LattnerRearrange some methods, implement the dominates method
2004-03-08 Chris LattnerImport the trace class from the reoptimizer
2004-03-08 Chris LattnerAdd the ability to put an annotation at the end of...
2004-03-08 Chris LattnerAdd support for representing edge counts
2004-03-08 Chris LattnerRemove Module::mutateConstantPointerRef, which is now...
2004-03-08 Chris Lattnerremove *THANKFULLY* dead method
2004-03-07 Chris LattnerAdd prototype
2004-03-04 Brian Gaekemake -print-machineinstrs work for both SparcV9 and X86
2004-03-04 Alkis EvlogimenosFix bug introduced by yesterday's changes.
2004-03-03 Chris LattnerRename method, add new method
2004-03-03 Chris LattnerDe-inline methods
2004-03-03 Brian GaekeMake MachineOperand's value named 'contents'. Make...
2004-03-03 Chris LattnerAdd a new constructor
2004-03-02 Misha BrukmanAdd prototype for ExtractCodeRegion()
2004-03-01 Alkis EvlogimenosAdd the long awaited memory operand folding support...
2004-03-01 Chris LattnerAdd new method
2004-03-01 Misha BrukmanFix grammar and doxygenify comments.
2004-03-01 Misha BrukmanAdd ability to extract a single basic block into a...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-03-01 Chris LattnerFix the "partial pool allocator" on em3d and others...
2004-03-01 Chris LattnerMake Module annotable. Reid has a bunch of code that...
2004-02-29 Misha BrukmanDoxygenify comments.
2004-02-29 Chris LattnerModule does not need to be annotatable aka annotable
2004-02-29 Chris LattnerRemove public header. It's been moved to lib/Target...
2004-02-29 Chris LattnerDo not use explicit casts that hide the dependence...
2004-02-29 Chris LattnerUgh, the old sparc backend attaches MachineCodeForInstr...
2004-02-29 Brian GaekeRemove dead member variables of SparcV9SchedInfo and...
2004-02-29 Brian GaekeUpdate comment at head of file. Also fix C 'typedef...
2004-02-29 Chris LattnerEliminate the distinction between "real" and "unreal...
2004-02-29 Brian GaekeAdd more architectures, and ELF64 stuff.
2004-02-29 Chris LattnerScrap a huge layer of cruft out of this interface.
2004-02-29 Chris LattnerRemove unneeded #include
2004-02-29 Chris LattnerContinue Alkis's int64_t cleanup. This makes all of...
2004-02-29 Chris LattnerAdd BuildMI variants that take a MBB::iterator
2004-02-28 Brian GaekeFix my sloppiness
2004-02-28 Chris LattnerAdd hook for V8 target
2004-02-28 Brian GaekeELF constants and data structures.
2004-02-28 Misha BrukmanNew Function-level transformation utils.
2004-02-28 Misha BrukmanAdd the prototype for the LoopExtractor Pass.
2004-02-27 Alkis EvlogimenosMake MachineOperand's immediate value an int and save...
2004-02-26 Misha BrukmanDoxygenify comments.
2004-02-26 Misha BrukmanDoxygenify and tersify comments.
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
next