Convert remaining X-Form and Pseudo instructions over to asm writer
[oota-llvm.git] / include /
2004-09-02 Alkis EvlogimenosPull in definition of std::unary_function.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-31 Reid SpencerInitial commit for platform independent system configur...
2004-08-29 Nate BegemanUpdate doxygen comment now that getSpillSize is suppose...
2004-08-29 Reid SpencerPut the lib/System interface functions in llvm::sys...
2004-08-29 Reid SpencerInitial commit of the platform agnostic interface to...
2004-08-29 Reid SpencerAdd a function to remove whole directorys on fatal...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-27 Alkis EvlogimenosAdd getLastBlock member. This is useful when growing...
2004-08-27 Alkis EvlogimenosAdd MachineBasicBlock2IndexFunctor. This is useful...
2004-08-27 Alkis EvlogimenosAdd size member function.
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2004-08-26 Alkis EvlogimenosAdd default index functor (an identity functor). You...
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
2004-08-24 Reid SpencerAdd a function that gets just the dependent libraries...
2004-08-24 Reid SpencerProvide a method for wholesale extraction of the depend...
2004-08-24 Reid SpencerGive the -time-passes tool option a global storage...
2004-08-21 Reid SpencerDump the DependentLibsBlockID, its not a block, its...
2004-08-21 Reid SpencerAdd new methods:
2004-08-21 Reid SpencerBytecode Analyzer cleanup:
2004-08-20 Reid SpencerChanges resulting from change in autoconf/configure...
2004-08-20 Reid SpencerAdded various LLVM_* strings that are configured to...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-18 Misha BrukmanInstead of int64_t, overload itostr with `long long...
2004-08-18 Brian GaekeM_DUMMY_PHI_FLAG is no longer used to distinguish V9...
2004-08-18 Chris LattnerAll targets are now allowed to have their own MachineFu...
2004-08-18 Brian GaekeM_PSEUDO_FLAG is no longer used. Get rid of it and...
2004-08-18 Chris LattnerAlkis pointed out that this is not a character (we...
2004-08-17 Chris Lattnernew method
2004-08-17 Chris LattnerAdd an overload
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Chris LattnerAdd punctuation, add a new method
2004-08-17 Misha BrukmanAdd itostr(long) for our furry 64-bit friends.
2004-08-17 Misha BrukmanUltra-doxygenify some function header comments.
2004-08-17 Chris LattnerAllow targets to specify a comment character
2004-08-17 Chris LattnerAdd missing \t
2004-08-17 Chris LattnerAdd some hooks
2004-08-17 Chris LattnerAllow an arbitrary prefix.
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Chris LattnerSome asmweriters want an _ prefix
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class
2004-08-16 Chris LattnerFit into 80 lines, add a gross hack for MachineFunctionInfo
2004-08-16 Chris LattnerThese files now live in lib/Target/SparcV9
2004-08-16 Reid SpencerBack out include/llvm/System changes until a satisfacto...
2004-08-16 Chris LattnerFlags and TSFlags were (thankfully) never used, so...
2004-08-15 Chris LattnerAdd new TargetRegisterClass::contains method
2004-08-15 Chris LattnerImplement a long overdue FIXME, by changing these metho...
2004-08-15 Chris LattnerRemove helper method
2004-08-15 Chris LattnerEliminate the RegisterClass argument, since it can...
2004-08-15 Alkis EvlogimenosMake this compile on gc 3.4.1 (static_cast to non-const...
2004-08-15 Reid SpencerFirst version of a class to represent the notion of...
2004-08-15 Reid SpencerFirst version of a class to represent operating system...
2004-08-14 Nate BegemanElminiate MachineFunction& argument from eliminateFrame...
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-08-13 Chris LattnerAdd a pass
2004-08-12 Chris LattnerAllow targets to specify particular stack slots that...
2004-08-12 Chris LattnerRemove dead methods
2004-08-12 Chris LattnerRemove dead methods
2004-08-10 Misha BrukmanAdd new constructor.
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-08-04 Chris LattnerMove method out of line
2004-08-04 Alkis EvlogimenosClean up whitespace.
2004-08-04 Alkis EvlogimenosConvert indentation to 2 spaces.
2004-08-04 Alkis EvlogimenosRemove uneeded getValues() functions.
2004-08-04 Brian GaekegetResultPos() is dead.
2004-08-04 Brian GaekeThese headers have been moved/merged into other files.
2004-08-04 Chris LattnerNew methods
2004-08-04 Chris LattnerMinor efficiency improvements
2004-08-04 Chris LattnerNow that ConstantPointerRef is gone, it is the case...
2004-08-04 Chris LattnerAdd a special version of getType for ConstantPointerNul...
2004-08-04 Chris LattnerThe Type* is redundant with the TypeSlot
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
next