summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/gDevang Patel2007-06-03
* The semantics of invoke require that we always jump to the unwind blockDuncan Sands2007-06-02
* Integrate exception filter support and exception catch support. ThisDuncan Sands2007-06-02
* Target specific ifcvt code duplication limit.Evan Cheng2007-06-01
* Fix the asmprinter so that a globalvalue can specify an explicit alignmentChris Lattner2007-05-31
* Make stable_sort in tail merging actually be stable (it never was, but didn'tDale Johannesen2007-05-29
* Put GVN-PRE in all the right places.Owen Anderson2007-05-29
* Add missing const qualifiers.Evan Cheng2007-05-29
* Add a new LLVMBuilder class, which makes it simpler and more uniform toChris Lattner2007-05-27
* Disable Tail Merging for now.Devang Patel2007-05-25
* Minor comment cleanups.Dan Gohman2007-05-24
* Add dump() routines for debugging assistance.Devang Patel2007-05-23
* Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...Anton Korobeynikov2007-05-23
* Add a couple of target hooks for predication.Evan Cheng2007-05-23
* make these accessors private.Chris Lattner2007-05-23
* name change requested by review of previous patchDale Johannesen2007-05-22
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-22
* Consistency.Evan Cheng2007-05-22
* better portability for intptr_t.Chris Lattner2007-05-18
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-18
* Fix comment.Evan Cheng2007-05-18
* Move isSuccessor() offline, change it to use std::find.Evan Cheng2007-05-17
* Correct a name in a comment.Dan Gohman2007-05-17
* silence some "comparison between signed and unsigned integer expressions"Chris Lattner2007-05-17
* Fix some sporadic segfaults that are triggered when SmallVector's heapDan Gohman2007-05-17
* Remove. Not needed.Evan Cheng2007-05-17
* Add target hook to specify block size limit for if-conversion.Evan Cheng2007-05-16
* PredicateInstruction returns true if the operation was successful.Evan Cheng2007-05-16
* Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() t...Evan Cheng2007-05-16
* add missing mmx intrinsicChris Lattner2007-05-16
* Fix comments.Evan Cheng2007-05-16
* Initial commit of (very basic) if converter.Evan Cheng2007-05-16
* Add TargetInstrInfo predication hooks.Evan Cheng2007-05-16
* Added getNumExplicitOperands and findFirstPredOperand.Evan Cheng2007-05-15
* All operands that made up of the predicate operands are maked M_PREDICATE_OPE...Evan Cheng2007-05-15
* Correct a comment.Dan Gohman2007-05-15
* Fix for PR1406:Evan Cheng2007-05-14
* Use templates for the GraphType for DefaultDOTGraphTraits' members insteadDan Gohman2007-05-14
* Add a addRequiredTransitiveID member function, which is toDan Gohman2007-05-14
* update commentsChris Lattner2007-05-14
* Add some things needed by the llvm-gcc version supporting bit accurate integerReid Spencer2007-05-13
* Emit multiple common EH frames for multiple (including blank) personalityAnton Korobeynikov2007-05-13
* More DWARF-related things cleanup:Anton Korobeynikov2007-05-12
* Remove forward-declarations for classes that don't exist.Dan Gohman2007-05-11
* Add explicit keywords to several constructors that now have one argument.Dan Gohman2007-05-11
* Simplify BranchInst::getSuccessor, avoiding a conditional operator.Dan Gohman2007-05-11
* Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov2007-05-10
* Eliminate MarkVirtRegAliveInBlock recursion.Evan Cheng2007-05-08
* Add MachineBasicBlock preds / succs reverse iterators.Evan Cheng2007-05-08
* update comments, no functionality changeChris Lattner2007-05-08