summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Make MachineOperand's immediate value an int and save 4 bytes out ofAlkis Evlogimenos2004-02-27
* Doxygenify comments.Misha Brukman2004-02-26
* Doxygenify and tersify comments.Misha Brukman2004-02-26
* Uncomment assertions that register# != 0 on calls toAlkis Evlogimenos2004-02-26
* Annotations are evil. This makes Value not derive from Annotable, which makesChris Lattner2004-02-26
* Make TargetData no longer use annotations!Chris Lattner2004-02-26
* Eliminate copy-and-paste commentsChris Lattner2004-02-26
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-26
* Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner2004-02-26
* Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner2004-02-26
* Temporarily comment out asserts as they break things. I will uncommentAlkis Evlogimenos2004-02-25
* Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke2004-02-25
* Duh, forgot to close the parenthesis.Alkis Evlogimenos2004-02-25
* Add assert to isPhysicalRegister and isVirtualRegister to fail whenAlkis Evlogimenos2004-02-25
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-25
* Add prototypeChris Lattner2004-02-25
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-25
* Cygwin defines log2 as a macro. Undef it here IFF it has already been defined,Brian Gaeke2004-02-25
* FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke2004-02-24
* Add some helpful methods for dealing with switch instructionsChris Lattner2004-02-24
* Hrm, my find must have been faulty. It didn't remove these as well.Chris Lattner2004-02-24
* Boost is now unneeded, thanks to the fix for PR253, contributed by Reid Spencer!Chris Lattner2004-02-24
* Use the new LLVM is_class template instead of the boost one, allowing us toChris Lattner2004-02-24
* Check in a new type_traits header which provides the mysterious is_classChris Lattner2004-02-24
* Noone cares about similarity to boostChris Lattner2004-02-24
* DataTypes.h is now output from configure, and shortenedBrian Gaeke2004-02-23
* Regenerated with autoheader-2.57.Brian Gaeke2004-02-23
* ThreadSupport.h is now output from configure.Brian Gaeke2004-02-23
* Renamed to hash_set.in; move to using autoconf substitution tags.Brian Gaeke2004-02-23
* Renamed to hash_map.in; move to using autoconf substitution tags.Brian Gaeke2004-02-23
* Regenerated using autoheader-2.57.Brian Gaeke2004-02-23
* Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs...Brian Gaeke2004-02-23
* Replaced by include/Support/iterator.in.Brian Gaeke2004-02-23
* Regenerated with autoheader-2.57.Brian Gaeke2004-02-23
* Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos2004-02-23
* Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa...Alkis Evlogimenos2004-02-23
* Move MOTy::UseType enum into MachineOperand. This eliminates theAlkis Evlogimenos2004-02-22
* Fix silly bug in implementation of getUseType(). Thanks Misha.Alkis Evlogimenos2004-02-22
* When folding memory operands in machine instructions be careful toAlkis Evlogimenos2004-02-22
* Significantly simplify gep_type_iterator, and make its interface more general...Chris Lattner2004-02-22
* Abstract merging of ranges away from number of slots per instruction.Alkis Evlogimenos2004-02-22
* Update comments and add warningChris Lattner2004-02-21
* Regenerated using autoheader-2.57.Brian Gaeke2004-02-20
* Too many changes in one commit:Alkis Evlogimenos2004-02-20
* Add a method useful for updating DSAChris Lattner2004-02-19
* Add a new functionChris Lattner2004-02-19
* ADd a method for when an instruction movesChris Lattner2004-02-19
* Add a MachineBasicBlock::getParent() methodChris Lattner2004-02-19
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* This is needed by assignment verification in linear-scan.Alkis Evlogimenos2004-02-19