Remove a bunch of cruft that was used to be backwards compatible with the last
[oota-llvm.git] / include /
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
2004-02-26 Chris LattnerAnnotations are evil. This makes Value not derive...
2004-02-26 Chris LattnerMake TargetData no longer use annotations!
2004-02-26 Chris LattnerEliminate copy-and-paste comments
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2004-02-26 Chris LattnerFix a bug in the densemap that was killing the local...
2004-02-26 Chris LattnerFix typeo. grow() cannot shrink storage. clear()...
2004-02-25 Alkis EvlogimenosTemporarily comment out asserts as they break things...
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2004-02-25 Alkis EvlogimenosDuh, forgot to close the parenthesis.
2004-02-25 Alkis EvlogimenosAdd assert to isPhysicalRegister and isVirtualRegister...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-25 Chris LattnerAdd prototype
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-25 Brian GaekeCygwin defines log2 as a macro. Undef it here IFF it...
next