We actually don't have spiff anymore
[oota-llvm.git] / include /
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...
2004-02-24 Brian GaekeFunctionLiveVarInfo.h moved: include/llvm/CodeGen ...
2004-02-24 Chris LattnerAdd some helpful methods for dealing with switch instru...
2004-02-24 Chris LattnerHrm, my find must have been faulty. It didn't remove...
2004-02-24 Chris LattnerBoost is now unneeded, thanks to the fix for PR253...
2004-02-24 Chris LattnerUse the new LLVM is_class template instead of the boost...
2004-02-24 Chris LattnerCheck in a new type_traits header which provides the...
2004-02-24 Chris LattnerNoone cares about similarity to boost
2004-02-23 Brian GaekeDataTypes.h is now output from configure, and shortened
2004-02-23 Brian GaekeRegenerated with autoheader-2.57.
2004-02-23 Brian GaekeThreadSupport.h is now output from configure.
2004-02-23 Brian GaekeRenamed to hash_set.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRenamed to hash_map.in; move to using autoconf substitu...
2004-02-23 Brian GaekeRegenerated using autoheader-2.57.
2004-02-23 Brian GaekeRenamed from include/Support/iterator. Doxygenify comme...
2004-02-23 Brian GaekeReplaced by include/Support/iterator.in.
2004-02-23 Brian GaekeRegenerated with autoheader-2.57.
2004-02-23 Alkis EvlogimenosRefactor rewinding code for finding the first terminato...
2004-02-23 Alkis EvlogimenosMove LiveIntervals.h to lib/CodeGen since it shouldn...
2004-02-22 Alkis EvlogimenosMove MOTy::UseType enum into MachineOperand. This elimi...
2004-02-22 Alkis EvlogimenosFix silly bug in implementation of getUseType(). Thanks...
2004-02-22 Alkis EvlogimenosWhen folding memory operands in machine instructions...
2004-02-22 Chris LattnerSignificantly simplify gep_type_iterator, and make...
2004-02-22 Alkis EvlogimenosAbstract merging of ranges away from number of slots...
2004-02-21 Chris LattnerUpdate comments and add warning
2004-02-20 Brian GaekeRegenerated using autoheader-2.57.
2004-02-20 Alkis EvlogimenosToo many changes in one commit:
2004-02-19 Chris LattnerAdd a method useful for updating DSA
2004-02-19 Chris LattnerAdd a new function
2004-02-19 Chris LattnerADd a method for when an instruction moves
2004-02-19 Chris LattnerAdd a MachineBasicBlock::getParent() method
2004-02-19 Alkis EvlogimenosMake ToolExecutionError inherit std::exception and...
2004-02-19 Alkis EvlogimenosThis is needed by assignment verification in linear...
2004-02-18 Chris LattnerAdd support for just compiling a program
2004-02-18 Alkis EvlogimenosMove unused typedefs in private section. Add method...
2004-02-18 Chris LattnerByebye method
2004-02-18 Chris LattnerWhen an error occurs executing a tool, we now throw...
2004-02-18 Chris LattnerChange the order of the arguments to the ctor, allowing...
2004-02-18 Chris LattnerMove a helper class out of bugpoint to here.
2004-02-18 Chris Lattnereliminate a pair of really inefficient methods now...
2004-02-17 Chris LattnerThe CBE is no longer in llvm-dis
2004-02-17 Chris LattnerSimplify and document the new interface
2004-02-17 Alkis EvlogimenosAdd LiveIntervals::Interval::empty() member function.
2004-02-17 Alkis EvlogimenosAdd API to check and fold memory operands into instruct...
2004-02-17 Chris LattnerAdd two missing pieces from last checkin
2004-02-17 Chris LattnerRearrange code to eliminate warnings
2004-02-16 Alkis EvlogimenosAdd LeakDetection to MachineInstr.
2004-02-15 Alkis EvlogimenosEliminate the use of spill (reserved) registers.
2004-02-15 Chris LattnerAdd a new ConstantAggregateZero class, to fix PR239...
2004-02-15 Chris Lattnerfinegrainify namespacification
2004-02-15 Chris LattnerConstantArray::get and ConstantStruct::get now just...
2004-02-14 Chris LattnerThe prologue/epilogue related method calls have no...
2004-02-14 Chris LattnerAdd llvm.memset/frameaddress/returnaddress intrinsics.
2004-02-14 Alkis EvlogimenosAdd next() and prior() iterator utility functions....
2004-02-14 Chris LattnerAdd method
2004-02-13 Chris LattnerMake sure to provide a prototype for the cbackend
2004-02-13 Chris LattnerThe cbackend has never had anything to do with llvm...
2004-02-13 Chris LattnerChange access to the cwriter
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-13 Alkis EvlogimenosMark MachineBasicBlock::operator[] deprecated.
2004-02-13 Alkis EvlogimenosAdd getNumVirtualRegs().
2004-02-13 Misha BrukmanFix spelling of `tendency'.
2004-02-13 Chris LattnerExpose a pass ID for lower-invoke
2004-02-13 Brian GaekeUpdate the example here in the header file.
2004-02-13 Brian GaekeInclude <iosfwd>.
2004-02-12 Alkis EvlogimenosMove ilist_trairs<MachineInstr> in MachineBasicBlock.
2004-02-12 Alkis EvlogimenosAdd parent pointer to MachineInstr that points to owning
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic.
2004-02-12 Chris LattnerUrg, check in header I forgot. :(
2004-02-12 Chris LattnerRename the opCode instance variable to Opcode
2004-02-12 Chris LattnerRemove a dead field from MachineInstr!
2004-02-12 Alkis EvlogimenosChange interface so that we can add to the end of a...
2004-02-12 Brian GaekeAdd one more doxygen comment.
2004-02-12 Brian GaekeExpress one of MachineOperand's many constructors in...
2004-02-12 Brian GaekeRemove these MachineOpCodeFlags and their accessor...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-12 Brian GaekeRemove getOpCode(). Help doxygenify some comments.
2004-02-11 Chris LattnerIf a node has more than 64 outgoing edges, make the...
2004-02-11 Brian GaekeFix typos in comments.
2004-02-11 Chris LattnerAdd an important prototype
2004-02-11 Chris LattnerFactor this code out of llvm-prof
2004-02-11 Chris LattnerRemove long obsolete method. switch instructions are...
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...
2004-02-10 Misha BrukmanSprinkle liberally with comments, saute with doxygen...
2004-02-10 Misha BrukmanDoxygenify comment.
2004-02-10 Chris LattnerUrg, the X86 backend DOES use virtual register operands. :(
next