summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Make sure only one copy of a filter is placed in theDuncan Sands2007-07-05
* Extend eh.selector to support both catches and filters.Duncan Sands2007-07-04
* Remove unused method - getIDomBlock().Devang Patel2007-07-04
* Fix typo in assertion check.Devang Patel2007-07-04
* Remove declarations for code no longer in the tree, to avoid confusion.Dan Gohman2007-07-02
* Add explicit keywords.Dan Gohman2007-07-02
* Add loop info verification mechanism.Devang Patel2007-06-29
* Add an explicit keyword. Thanks Chris!Dan Gohman2007-06-29
* Convert .cvsignore filesJohn Criswell2007-06-29
* Fix misue of iterator pointing to erased object. Uncovered byDavid Greene2007-06-29
* Add new TargetLowering code to provide the final register type that anDan Gohman2007-06-28
* Add a default parameter to a SmallVector constructor to allow it toDan Gohman2007-06-28
* Remove unnecessary comments.Devang Patel2007-06-28
* Handle the case when block dominates itself.Devang Patel2007-06-28
* Remove ETForest.Devang Patel2007-06-27
* Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.Dan Gohman2007-06-27
* Document the encoding of MVT::ValueType.Dan Gohman2007-06-27
* Allow DOUT to be used outside of the llvm namespace.Dan Gohman2007-06-27
* Add comment.Evan Cheng2007-06-26
* Properly handle kills of a physical register which has sub-registers that are...Evan Cheng2007-06-26
* Add immediate sub-registers.Evan Cheng2007-06-26
* Replace ?: with if statements, for clarity.Dan Gohman2007-06-26
* Simplify the expression for MVT::isExtendedValueType.Dan Gohman2007-06-26
* Simplify the expression for TargetLowering::isTypeLegal.Dan Gohman2007-06-26
* Renumber the SimpleValueType values to fill in the hole left byDan Gohman2007-06-26
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-26
* Add a convenince member function for appending strings to a module'sDan Gohman2007-06-26
* Generalize MVT::ValueType and associated functions to be able to representDan Gohman2007-06-25
* Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman2007-06-22
* check in the BigBlock local register allocatorDuraid Madina2007-06-22
* Have internal df_iterator's use SmallPtrSet instead of std::set. This provid...Owen Anderson2007-06-21
* Move code to update dominator information after basic block is splitDevang Patel2007-06-21
* Rename TargetLowering::getNumElements and friends toDan Gohman2007-06-21
* Move inliner pass header file.Tanya Lattner2007-06-19
* Rename ScalarEvolution::deleteInstructionFromRecords toDan Gohman2007-06-19
* Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman2007-06-19
* Replace CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng2007-06-19
* add isvararg tracking to CCStateChris Lattner2007-06-19
* Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock met...Evan Cheng2007-06-18
* Modify annotate intrinsic to take 2 additional args: file and line number.Tanya Lattner2007-06-18
* add helperChris Lattner2007-06-18
* Add keyword explicit.Dan Gohman2007-06-18
* Added CanBeDuplicated(). It returns true if an instruction can be safely dupl...Evan Cheng2007-06-15
* Add local var annotation intrinsic.Tanya Lattner2007-06-15
* No longer needed.Evan Cheng2007-06-15
* Add a SCEV class and supporting code for sign-extend expressions.Dan Gohman2007-06-15
* m_not should match vector notChris Lattner2007-06-15
* add a Constant::getAllOnesValue helper function, which works on integersChris Lattner2007-06-15
* Rename MVT::getVectorBaseType to MVT::getVectorElementType.Dan Gohman2007-06-14