Floating point regs
[oota-llvm.git] / include /
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...
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.
next